@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.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
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.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
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
  z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.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
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;




  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.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
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.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: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.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
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left
}

.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
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.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
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.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
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.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
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif
}



.ui-widget,
.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700
}

.ui-widget-header a {
  color: #333
}

.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
}

.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
}

.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
}

.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
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}

.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
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.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
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/build/assets/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
  background-image: url(/build/assets/images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(/build/assets/images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(/build/assets/images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(../images/ui-icons_777620_256x240.png)
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
  background-image: url(/build/assets/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
  background-image: url(/build/assets/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}


.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\F26E"
}

.fa-accessible-icon:before {
  content: "\F368"
}

.fa-accusoft:before {
  content: "\F369"
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF"
}

.fa-ad:before {
  content: "\F641"
}

.fa-address-book:before {
  content: "\F2B9"
}

.fa-address-card:before {
  content: "\F2BB"
}

.fa-adjust:before {
  content: "\F042"
}

.fa-adn:before {
  content: "\F170"
}

.fa-adobe:before {
  content: "\F778"
}

.fa-adversal:before {
  content: "\F36A"
}


.fa-affiliatetheme:before {
  content: "\F36B"
}

.fa-air-freshener:before {
  content: "\F5D0"
}

.fa-algolia:before {
  content: "\F36C"
}

.fa-align-center:before {
  content: "\F037"
}

.fa-align-justify:before {
  content: "\F039"
}

.fa-align-left:before {
  content: "\F036"
}

.fa-align-right:before {
  content: "\F038"
}

.fa-alipay:before {
  content: "\F642"
}

.fa-allergies:before {
  content: "\F461"
}

.fa-amazon:before {
  content: "\F270"
}

.fa-amazon-pay:before {
  content: "\F42C"
}

.fa-ambulance:before {
  content: "\F0F9"
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"
}

.fa-amilia:before {
  content: "\F36D"
}

.fa-anchor:before {
  content: "\F13D"
}

.fa-android:before {
  content: "\F17B"
}

.fa-angellist:before {
  content: "\F209"
}

.fa-angle-double-down:before {
  content: "\F103"
}

.fa-angle-double-left:before {
  content: "\F100"
}

.fa-angle-double-right:before {
  content: "\F101"
}

.fa-angle-double-up:before {
  content: "\F102"
}

.fa-angle-down:before {
  content: "\F107"
}

.fa-angle-left:before {
  content: "\F104"
}

.fa-angle-right:before {
  content: "\F105"
}

.fa-angle-up:before {
  content: "\F106"
}

.fa-angry:before {
  content: "\F556"
}

.fa-angrycreative:before {
  content: "\F36E"
}

.fa-angular:before {
  content: "\F420"
}

.fa-ankh:before {
  content: "\F644"
}

.fa-app-store:before {
  content: "\F36F"
}

.fa-app-store-ios:before {
  content: "\F370"
}

.fa-apper:before {
  content: "\F371"
}

.fa-apple:before {
  content: "\F179"
}

.fa-apple-alt:before {
  content: "\F5D1"
}

.fa-apple-pay:before {
  content: "\F415"
}

.fa-archive:before {
  content: "\F187"
}

.fa-archway:before {
  content: "\F557"
}

.fa-arrow-alt-circle-down:before {
  content: "\F358"
}

.fa-arrow-alt-circle-left:before {
  content: "\F359"
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A"
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B"
}

.fa-arrow-circle-down:before {
  content: "\F0AB"
}

.fa-arrow-circle-left:before {
  content: "\F0A8"
}

.fa-arrow-circle-right:before {
  content: "\F0A9"
}

.fa-arrow-circle-up:before {
  content: "\F0AA"
}

.fa-arrow-down:before {
  content: "\F063"
}

.fa-arrow-left:before {
  content: "\F060"
}

.fa-arrow-right:before {
  content: "\F061"
}

.fa-arrow-up:before {
  content: "\F062"
}

.fa-arrows-alt:before {
  content: "\F0B2"
}

.fa-arrows-alt-h:before {
  content: "\F337"
}

.fa-arrows-alt-v:before {
  content: "\F338"
}

.fa-artstation:before {
  content: "\F77A"
}

.fa-assistive-listening-systems:before {
  content: "\F2A2"
}

.fa-asterisk:before {
  content: "\F069"
}

.fa-asymmetrik:before {
  content: "\F372"
}

.fa-at:before {
  content: "\F1FA"
}

.fa-atlas:before {
  content: "\F558"
}

.fa-atlassian:before {
  content: "\F77B"
}

.fa-atom:before {
  content: "\F5D2"
}

.fa-audible:before {
  content: "\F373"
}

.fa-audio-description:before {
  content: "\F29E"
}

.fa-autoprefixer:before {
  content: "\F41C"
}

.fa-avianex:before {
  content: "\F374"
}

.fa-aviato:before {
  content: "\F421"
}

.fa-award:before {
  content: "\F559"
}

.fa-aws:before {
  content: "\F375"
}

.fa-baby:before {
  content: "\F77C"
}

.fa-baby-carriage:before {
  content: "\F77D"
}

.fa-backspace:before {
  content: "\F55A"
}

.fa-backward:before {
  content: "\F04A"
}

.fa-balance-scale:before {
  content: "\F24E"
}

.fa-ban:before {
  content: "\F05E"
}

.fa-band-aid:before {
  content: "\F462"
}

.fa-bandcamp:before {
  content: "\F2D5"
}

.fa-barcode:before {
  content: "\F02A"
}

.fa-bars:before {
  content: "\F0C9"
}

.fa-baseball-ball:before {
  content: "\F433"
}

.fa-basketball-ball:before {
  content: "\F434"
}

.fa-bath:before {
  content: "\F2CD"
}

.fa-battery-empty:before {
  content: "\F244"
}

.fa-battery-full:before {
  content: "\F240"
}

.fa-battery-half:before {
  content: "\F242"
}

.fa-battery-quarter:before {
  content: "\F243"
}

.fa-battery-three-quarters:before {
  content: "\F241"
}

.fa-bed:before {
  content: "\F236"
}

.fa-beer:before {
  content: "\F0FC"
}

.fa-behance:before {
  content: "\F1B4"
}

.fa-behance-square:before {
  content: "\F1B5"
}

.fa-bell:before {
  content: "\F0F3"
}

.fa-bell-slash:before {
  content: "\F1F6"
}

.fa-bezier-curve:before {
  content: "\F55B"
}

.fa-bible:before {
  content: "\F647"
}

.fa-bicycle:before {
  content: "\F206"
}

.fa-bimobject:before {
  content: "\F378"
}

.fa-binoculars:before {
  content: "\F1E5"
}

.fa-biohazard:before {
  content: "\F780"
}

.fa-birthday-cake:before {
  content: "\F1FD"
}

.fa-bitbucket:before {
  content: "\F171"
}

.fa-bitcoin:before {
  content: "\F379"
}

.fa-bity:before {
  content: "\F37A"
}

.fa-black-tie:before {
  content: "\F27E"
}

.fa-blackberry:before {
  content: "\F37B"
}

.fa-blender:before {
  content: "\F517"
}

.fa-blender-phone:before {
  content: "\F6B6"
}

.fa-blind:before {
  content: "\F29D"
}

.fa-blog:before {
  content: "\F781"
}

.fa-blogger:before {
  content: "\F37C"
}

.fa-blogger-b:before {
  content: "\F37D"
}

.fa-bluetooth:before {
  content: "\F293"
}

.fa-bluetooth-b:before {
  content: "\F294"
}

.fa-bold:before {
  content: "\F032"
}

.fa-bolt:before {
  content: "\F0E7"
}

.fa-bomb:before {
  content: "\F1E2"
}

.fa-bone:before {
  content: "\F5D7"
}

.fa-bong:before {
  content: "\F55C"
}

.fa-book:before {
  content: "\F02D"
}

.fa-book-dead:before {
  content: "\F6B7"
}

.fa-book-open:before {
  content: "\F518"
}

.fa-book-reader:before {
  content: "\F5DA"
}

.fa-bookmark:before {
  content: "\F02E"
}

.fa-bowling-ball:before {
  content: "\F436"
}

.fa-box:before {
  content: "\F466"
}

.fa-box-open:before {
  content: "\F49E"
}

.fa-boxes:before {
  content: "\F468"
}

.fa-braille:before {
  content: "\F2A1"
}

.fa-brain:before {
  content: "\F5DC"
}

.fa-briefcase:before {
  content: "\F0B1"
}

.fa-briefcase-medical:before {
  content: "\F469"
}

.fa-broadcast-tower:before {
  content: "\F519"
}

.fa-broom:before {
  content: "\F51A"
}

.fa-brush:before {
  content: "\F55D"
}

.fa-btc:before {
  content: "\F15A"
}

.fa-bug:before {
  content: "\F188"
}

.fa-building:before {
  content: "\F1AD"
}

.fa-bullhorn:before {
  content: "\F0A1"
}

.fa-bullseye:before {
  content: "\F140"
}

.fa-burn:before {
  content: "\F46A"
}

.fa-buromobelexperte:before {
  content: "\F37F"
}

.fa-bus:before {
  content: "\F207"
}

.fa-bus-alt:before {
  content: "\F55E"
}

.fa-business-time:before {
  content: "\F64A"
}

.fa-buysellads:before {
  content: "\F20D"
}

.fa-calculator:before {
  content: "\F1EC"
}

.fa-calendar:before {
  content: "\F133"
}

.fa-calendar-alt:before {
  content: "\F073"
}

.fa-calendar-check:before {
  content: "\F274"
}

.fa-calendar-day:before {
  content: "\F783"
}

.fa-calendar-minus:before {
  content: "\F272"
}

.fa-calendar-plus:before {
  content: "\F271"
}

.fa-calendar-times:before {
  content: "\F273"
}

.fa-calendar-week:before {
  content: "\F784"
}

.fa-camera:before {
  content: "\F030"
}

.fa-camera-retro:before {
  content: "\F083"
}

.fa-campground:before {
  content: "\F6BB"
}

.fa-canadian-maple-leaf:before {
  content: "\F785"
}

.fa-candy-cane:before {
  content: "\F786"
}

.fa-cannabis:before {
  content: "\F55F"
}

.fa-capsules:before {
  content: "\F46B"
}

.fa-car:before {
  content: "\F1B9"
}

.fa-car-alt:before {
  content: "\F5DE"
}

.fa-car-battery:before {
  content: "\F5DF"
}

.fa-car-crash:before {
  content: "\F5E1"
}

.fa-car-side:before {
  content: "\F5E4"
}

.fa-caret-down:before {
  content: "\F0D7"

}

.fa-caret-left:before {
  content: "\F0D9"
}

.fa-caret-right:before {
  content: "\F0DA"
}

.fa-caret-square-down:before {
  content: "\F150"
}

.fa-caret-square-left:before {
  content: "\F191"
}

.fa-caret-square-right:before {
  content: "\F152"
}

.fa-caret-square-up:before {
  content: "\F151"
}

.fa-caret-up:before {
  content: "\F0D8"
}

.fa-carrot:before {
  content: "\F787"
}

.fa-cart-arrow-down:before {
  content: "\F218"
}

.fa-cart-plus:before {
  content: "\F217"
}

.fa-cash-register:before {
  content: "\F788"
}

.fa-cat:before {
  content: "\F6BE"
}

.fa-cc-amazon-pay:before {
  content: "\F42D"
}

.fa-cc-amex:before {
  content: "\F1F3"
}

.fa-cc-apple-pay:before {
  content: "\F416"
}

.fa-cc-diners-club:before {
  content: "\F24C"
}

.fa-cc-discover:before {
  content: "\F1F2"
}

.fa-cc-jcb:before {
  content: "\F24B"
}

.fa-cc-mastercard:before {
  content: "\F1F1"
}

.fa-cc-paypal:before {
  content: "\F1F4"
}

.fa-cc-stripe:before {
  content: "\F1F5"
}

.fa-cc-visa:before {
  content: "\F1F0"
}

.fa-centercode:before {
  content: "\F380"
}

.fa-centos:before {
  content: "\F789"
}

.fa-certificate:before {
  content: "\F0A3"
}

.fa-chair:before {
  content: "\F6C0"
}

.fa-chalkboard:before {
  content: "\F51B"
}

.fa-chalkboard-teacher:before {
  content: "\F51C"
}

.fa-charging-station:before {
  content: "\F5E7"
}

.fa-chart-area:before {
  content: "\F1FE"
}

.fa-chart-bar:before {
  content: "\F080"
}

.fa-chart-line:before {
  content: "\F201"
}

.fa-chart-pie:before {
  content: "\F200"
}

.fa-check:before {
  content: "\F00C"
}

.fa-check-circle:before {
  content: "\F058"
}

.fa-check-double:before {
  content: "\F560"
}

.fa-check-square:before {
  content: "\F14A"
}

.fa-chess:before {
  content: "\F439"
}

.fa-chess-bishop:before {
  content: "\F43A"
}

.fa-chess-board:before {
  content: "\F43C"
}

.fa-chess-king:before {
  content: "\F43F"
}

.fa-chess-knight:before {
  content: "\F441"
}

.fa-chess-pawn:before {
  content: "\F443"
}

.fa-chess-queen:before {
  content: "\F445"
}

.fa-chess-rook:before {
  content: "\F447"
}

.fa-chevron-circle-down:before {
  content: "\F13A"
}

.fa-chevron-circle-left:before {
  content: "\F137"
}

.fa-chevron-circle-right:before {
  content: "\F138"
}

.fa-chevron-circle-up:before {
  content: "\F139"
}

.fa-chevron-down:before {
  content: "\F078"
}

.fa-chevron-left:before {
  content: "\F053"
}

.fa-chevron-right:before {
  content: "\F054"
}

.fa-chevron-up:before {
  content: "\F077"
}

.fa-child:before {
  content: "\F1AE"
}

.fa-chrome:before {
  content: "\F268"
}

.fa-church:before {
  content: "\F51D"
}

.fa-circle:before {
  content: "\F111"
}

.fa-circle-notch:before {
  content: "\F1CE"
}

.fa-city:before {
  content: "\F64F"
}

.fa-clipboard:before {
  content: "\F328"
}

.fa-clipboard-check:before {
  content: "\F46C"
}

.fa-clipboard-list:before {
  content: "\F46D"
}

.fa-clock:before {
  content: "\F017"
}

.fa-clone:before {
  content: "\F24D"
}

.fa-closed-captioning:before {
  content: "\F20A"
}

.fa-cloud:before {
  content: "\F0C2"
}

.fa-cloud-download-alt:before {
  content: "\F381"
}

.fa-cloud-meatball:before {
  content: "\F73B"
}

.fa-cloud-moon:before {
  content: "\F6C3"
}

.fa-cloud-moon-rain:before {
  content: "\F73C"
}

.fa-cloud-rain:before {
  content: "\F73D"
}

.fa-cloud-showers-heavy:before {
  content: "\F740"
}

.fa-cloud-sun:before {
  content: "\F6C4"
}

.fa-cloud-sun-rain:before {
  content: "\F743"
}

.fa-cloud-upload-alt:before {
  content: "\F382"
}

.fa-cloudscale:before {
  content: "\F383"
}

.fa-cloudsmith:before {
  content: "\F384"
}

.fa-cloudversify:before {
  content: "\F385"
}

.fa-cocktail:before {
  content: "\F561"
}

.fa-code:before {
  content: "\F121"
}

.fa-code-branch:before {
  content: "\F126"
}

.fa-codepen:before {
  content: "\F1CB"
}

.fa-codiepie:before {
  content: "\F284"
}

.fa-coffee:before {
  content: "\F0F4"
}

.fa-cog:before {
  content: "\F013"
}

.fa-cogs:before {
  content: "\F085"
}

.fa-coins:before {
  content: "\F51E"
}

.fa-columns:before {
  content: "\F0DB"
}

.fa-comment:before {
  content: "\F075"
}

.fa-comment-alt:before {
  content: "\F27A"
}

.fa-comment-dollar:before {
  content: "\F651"
}

.fa-comment-dots:before {
  content: "\F4AD"
}

.fa-comment-slash:before {
  content: "\F4B3"
}

.fa-comments:before {
  content: "\F086"
}

.fa-comments-dollar:before {
  content: "\F653"
}

.fa-compact-disc:before {
  content: "\F51F"
}

.fa-compass:before {
  content: "\F14E"
}

.fa-compress:before {
  content: "\F066"
}

.fa-compress-arrows-alt:before {
  content: "\F78C"
}

.fa-concierge-bell:before {
  content: "\F562"
}

.fa-confluence:before {
  content: "\F78D"
}

.fa-connectdevelop:before {
  content: "\F20E"
}

.fa-contao:before {
  content: "\F26D"
}

.fa-cookie:before {
  content: "\F563"
}

.fa-cookie-bite:before {
  content: "\F564"
}

.fa-copy:before {
  content: "\F0C5"
}

.fa-copyright:before {
  content: "\F1F9"
}

.fa-couch:before {
  content: "\F4B8"
}

.fa-cpanel:before {
  content: "\F388"
}

.fa-creative-commons:before {
  content: "\F25E"
}

.fa-creative-commons-by:before {
  content: "\F4E7"
}

.fa-creative-commons-nc:before {
  content: "\F4E8"
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9"
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA"
}

.fa-creative-commons-nd:before {
  content: "\F4EB"
}

.fa-creative-commons-pd:before {
  content: "\F4EC"
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED"
}

.fa-creative-commons-remix:before {
  content: "\F4EE"
}

.fa-creative-commons-sa:before {
  content: "\F4EF"
}

.fa-creative-commons-sampling:before {
  content: "\F4F0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1"
}

.fa-creative-commons-share:before {
  content: "\F4F2"
}

.fa-creative-commons-zero:before {
  content: "\F4F3"
}

.fa-credit-card:before {
  content: "\F09D"
}

.fa-critical-role:before {
  content: "\F6C9"
}

.fa-crop:before {
  content: "\F125"
}

.fa-crop-alt:before {
  content: "\F565"
}

.fa-cross:before {
  content: "\F654"
}

.fa-crosshairs:before {
  content: "\F05B"
}

.fa-crow:before {
  content: "\F520"
}

.fa-crown:before {
  content: "\F521"
}

.fa-css3:before {
  content: "\F13C"
}

.fa-css3-alt:before {
  content: "\F38B"
}

.fa-cube:before {
  content: "\F1B2"
}

.fa-cubes:before {
  content: "\F1B3"
}

.fa-cut:before {
  content: "\F0C4"
}

.fa-cuttlefish:before {
  content: "\F38C"
}

.fa-d-and-d:before {
  content: "\F38D"
}

.fa-d-and-d-beyond:before {
  content: "\F6CA"
}

.fa-dashcube:before {
  content: "\F210"
}

.fa-database:before {
  content: "\F1C0"
}

.fa-deaf:before {
  content: "\F2A4"
}

.fa-delicious:before {
  content: "\F1A5"
}

.fa-democrat:before {
  content: "\F747"
}

.fa-deploydog:before {
  content: "\F38E"
}

.fa-deskpro:before {
  content: "\F38F"
}

.fa-desktop:before {
  content: "\F108"
}

.fa-dev:before {
  content: "\F6CC"
}

.fa-deviantart:before {
  content: "\F1BD"
}

.fa-dharmachakra:before {
  content: "\F655"
}

.fa-dhl:before {
  content: "\F790"
}

.fa-diagnoses:before {
  content: "\F470"
}

.fa-diaspora:before {
  content: "\F791"
}

.fa-dice:before {
  content: "\F522"
}

.fa-dice-d20:before {
  content: "\F6CF"
}

.fa-dice-d6:before {
  content: "\F6D1"
}

.fa-dice-five:before {
  content: "\F523"
}

.fa-dice-four:before {
  content: "\F524"
}

.fa-dice-one:before {
  content: "\F525"
}

.fa-dice-six:before {
  content: "\F526"
}

.fa-dice-three:before {
  content: "\F527"
}

.fa-dice-two:before {
  content: "\F528"
}

.fa-digg:before {
  content: "\F1A6"
}

.fa-digital-ocean:before {
  content: "\F391"
}

.fa-digital-tachograph:before {
  content: "\F566"
}

.fa-directions:before {
  content: "\F5EB"
}

.fa-discord:before {
  content: "\F392"
}

.fa-discourse:before {
  content: "\F393"
}

.fa-divide:before {
  content: "\F529"
}

.fa-dizzy:before {
  content: "\F567"
}

.fa-dna:before {
  content: "\F471"
}

.fa-dochub:before {
  content: "\F394"
}

.fa-docker:before {
  content: "\F395"
}

.fa-dog:before {
  content: "\F6D3"
}

.fa-dollar-sign:before {
  content: "\F155"
}

.fa-dolly:before {
  content: "\F472"
}

.fa-dolly-flatbed:before {
  content: "\F474"
}

.fa-donate:before {
  content: "\F4B9"
}

.fa-door-closed:before {
  content: "\F52A"
}

.fa-door-open:before {
  content: "\F52B"
}

.fa-dot-circle:before {
  content: "\F192"
}

.fa-dove:before {
  content: "\F4BA"
}

.fa-download:before {
  content: "\F019"
}

.fa-draft2digital:before {
  content: "\F396"
}

.fa-drafting-compass:before {
  content: "\F568"
}

.fa-dragon:before {
  content: "\F6D5"
}

.fa-draw-polygon:before {
  content: "\F5EE"
}

.fa-dribbble:before {
  content: "\F17D"
}

.fa-dribbble-square:before {
  content: "\F397"
}

.fa-dropbox:before {
  content: "\F16B"
}

.fa-drum:before {
  content: "\F569"
}

.fa-drum-steelpan:before {
  content: "\F56A"
}

.fa-drumstick-bite:before {
  content: "\F6D7"
}

.fa-drupal:before {
  content: "\F1A9"
}

.fa-dumbbell:before {
  content: "\F44B"
}

.fa-dumpster:before {
  content: "\F793"
}

.fa-dumpster-fire:before {
  content: "\F794"
}

.fa-dungeon:before {
  content: "\F6D9"
}

.fa-dyalog:before {
  content: "\F399"
}

.fa-earlybirds:before {
  content: "\F39A"
}

.fa-ebay:before {
  content: "\F4F4"
}

.fa-edge:before {
  content: "\F282"
}

.fa-edit:before {
  content: "\F044"
}

.fa-eject:before {
  content: "\F052"
}

.fa-elementor:before {
  content: "\F430"
}

.fa-ellipsis-h:before {
  content: "\F141"
}

.fa-ellipsis-v:before {
  content: "\F142"
}

.fa-ello:before {
  content: "\F5F1"
}

.fa-ember:before {
  content: "\F423"
}

.fa-empire:before {
  content: "\F1D1"
}

.fa-envelope:before {
  content: "\F0E0"
}

.fa-envelope-open:before {
  content: "\F2B6"
}

.fa-envelope-open-text:before {
  content: "\F658"
}

.fa-envelope-square:before {
  content: "\F199"
}

.fa-envira:before {
  content: "\F299"
}

.fa-equals:before {
  content: "\F52C"
}

.fa-eraser:before {
  content: "\F12D"
}

.fa-erlang:before {
  content: "\F39D"
}

.fa-ethereum:before {
  content: "\F42E"
}

.fa-ethernet:before {
  content: "\F796"
}

.fa-etsy:before {
  content: "\F2D7"
}

.fa-euro-sign:before {
  content: "\F153"
}

.fa-exchange-alt:before {
  content: "\F362"
}

.fa-exclamation:before {
  content: "\F12A"
}

.fa-exclamation-circle:before {
  content: "\F06A"
}

.fa-exclamation-triangle:before {
  content: "\F071"
}

.fa-expand:before {
  content: "\F065"
}

.fa-expand-arrows-alt:before {
  content: "\F31E"
}

.fa-expeditedssl:before {
  content: "\F23E"
}

.fa-external-link-alt:before {
  content: "\F35D"
}

.fa-external-link-square-alt:before {
  content: "\F360"
}

.fa-eye:before {
  content: "\F06E"
}

.fa-eye-dropper:before {
  content: "\F1FB"
}

.fa-eye-slash:before {
  content: "\F070"
}

.fa-facebook:before {
  content: "\F09A"
}

.fa-facebook-f:before {
  content: "\F39E"
}

.fa-facebook-messenger:before {
  content: "\F39F"
}

.fa-facebook-square:before {
  content: "\F082"
}

.fa-fantasy-flight-games:before {
  content: "\F6DC"
}

.fa-fast-backward:before {
  content: "\F049"
}

.fa-fast-forward:before {
  content: "\F050"
}

.fa-fax:before {
  content: "\F1AC"
}

.fa-feather:before {
  content: "\F52D"
}

.fa-feather-alt:before {
  content: "\F56B"
}

.fa-fedex:before {
  content: "\F797"
}

.fa-fedora:before {
  content: "\F798"
}

.fa-female:before {
  content: "\F182"
}

.fa-fighter-jet:before {
  content: "\F0FB"
}

.fa-figma:before {
  content: "\F799"
}

.fa-file:before {
  content: "\F15B"
}

.fa-file-alt:before {
  content: "\F15C"
}

.fa-file-archive:before {
  content: "\F1C6"
}

.fa-file-audio:before {
  content: "\F1C7"
}

.fa-file-code:before {
  content: "\F1C9"
}

.fa-file-contract:before {
  content: "\F56C"
}

.fa-file-csv:before {
  content: "\F6DD"
}

.fa-file-download:before {
  content: "\F56D"
}

.fa-file-excel:before {
  content: "\F1C3"
}

.fa-file-export:before {
  content: "\F56E"
}

.fa-file-image:before {
  content: "\F1C5"
}

.fa-file-import:before {
  content: "\F56F"
}

.fa-file-invoice:before {
  content: "\F570"
}

.fa-file-invoice-dollar:before {
  content: "\F571"
}

.fa-file-medical:before {
  content: "\F477"
}

.fa-file-medical-alt:before {
  content: "\F478"
}

.fa-file-pdf:before {
  content: "\F1C1"
}

.fa-file-powerpoint:before {
  content: "\F1C4"
}

.fa-file-prescription:before {
  content: "\F572"
}

.fa-file-signature:before {
  content: "\F573"
}

.fa-file-upload:before {
  content: "\F574"
}

.fa-file-video:before {
  content: "\F1C8"
}

.fa-file-word:before {
  content: "\F1C2"
}

.fa-fill:before {
  content: "\F575"
}

.fa-fill-drip:before {
  content: "\F576"
}

.fa-film:before {
  content: "\F008"
}

.fa-filter:before {
  content: "\F0B0"
}

.fa-fingerprint:before {
  content: "\F577"
}

.fa-fire:before {
  content: "\F06D"
}

.fa-fire-alt:before {
  content: "\F7E4"
}

.fa-fire-extinguisher:before {
  content: "\F134"
}

.fa-firefox:before {
  content: "\F269"
}

.fa-first-aid:before {
  content: "\F479"
}

.fa-first-order:before {
  content: "\F2B0"
}

.fa-first-order-alt:before {
  content: "\F50A"
}

.fa-firstdraft:before {
  content: "\F3A1"
}

.fa-fish:before {
  content: "\F578"
}

.fa-fist-raised:before {
  content: "\F6DE"
}

.fa-flag:before {
  content: "\F024"
}

.fa-flag-checkered:before {
  content: "\F11E"
}

.fa-flag-usa:before {
  content: "\F74D"
}

.fa-flask:before {
  content: "\F0C3"
}

.fa-flickr:before {
  content: "\F16E"
}

.fa-flipboard:before {
  content: "\F44D"
}

.fa-flushed:before {
  content: "\F579"
}

.fa-fly:before {
  content: "\F417"
}

.fa-folder:before {
  content: "\F07B"
}

.fa-folder-minus:before {
  content: "\F65D"
}

.fa-folder-open:before {
  content: "\F07C"
}

.fa-folder-plus:before {
  content: "\F65E"
}

.fa-font:before {
  content: "\F031"
}

.fa-font-awesome:before {
  content: "\F2B4"
}

.fa-font-awesome-alt:before {
  content: "\F35C"
}

.fa-font-awesome-flag:before {
  content: "\F425"
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6"
}

.fa-fonticons:before {
  content: "\F280"
}

.fa-fonticons-fi:before {
  content: "\F3A2"
}

.fa-football-ball:before {
  content: "\F44E"
}

.fa-fort-awesome:before {
  content: "\F286"
}

.fa-fort-awesome-alt:before {
  content: "\F3A3"
}

.fa-forumbee:before {
  content: "\F211"
}

.fa-forward:before {
  content: "\F04E"
}

.fa-foursquare:before {
  content: "\F180"
}

.fa-free-code-camp:before {
  content: "\F2C5"
}

.fa-freebsd:before {
  content: "\F3A4"
}

.fa-frog:before {
  content: "\F52E"
}

.fa-frown:before {
  content: "\F119"
}

.fa-frown-open:before {
  content: "\F57A"
}

.fa-fulcrum:before {
  content: "\F50B"
}

.fa-funnel-dollar:before {
  content: "\F662"
}

.fa-futbol:before {
  content: "\F1E3"
}

.fa-galactic-republic:before {
  content: "\F50C"
}

.fa-galactic-senate:before {
  content: "\F50D"
}

.fa-gamepad:before {
  content: "\F11B"
}

.fa-gas-pump:before {
  content: "\F52F"
}

.fa-gavel:before {
  content: "\F0E3"
}

.fa-gem:before {
  content: "\F3A5"
}

.fa-genderless:before {
  content: "\F22D"
}

.fa-get-pocket:before {
  content: "\F265"

}

.fa-gg:before {
  content: "\F260"
}

.fa-gg-circle:before {
  content: "\F261"
}

.fa-ghost:before {
  content: "\F6E2"
}

.fa-gift:before {
  content: "\F06B"
}

.fa-gifts:before {
  content: "\F79C"
}

.fa-git:before {
  content: "\F1D3"
}

.fa-git-square:before {
  content: "\F1D2"
}

.fa-github:before {
  content: "\F09B"
}

.fa-github-alt:before {
  content: "\F113"
}

.fa-github-square:before {
  content: "\F092"
}

.fa-gitkraken:before {
  content: "\F3A6"
}

.fa-gitlab:before {
  content: "\F296"
}

.fa-gitter:before {
  content: "\F426"
}

.fa-glass-cheers:before {
  content: "\F79F"
}

.fa-glass-martini:before {
  content: "\F000"
}

.fa-glass-martini-alt:before {
  content: "\F57B"
}

.fa-glass-whiskey:before {
  content: "\F7A0"
}

.fa-glasses:before {
  content: "\F530"
}

.fa-glide:before {
  content: "\F2A5"
}

.fa-glide-g:before {
  content: "\F2A6"
}

.fa-globe:before {
  content: "\F0AC"
}

.fa-globe-africa:before {
  content: "\F57C"
}

.fa-globe-americas:before {
  content: "\F57D"
}

.fa-globe-asia:before {
  content: "\F57E"
}

.fa-globe-europe:before {
  content: "\F7A2"
}

.fa-gofore:before {
  content: "\F3A7"
}

.fa-golf-ball:before {
  content: "\F450"
}

.fa-goodreads:before {
  content: "\F3A8"
}

.fa-goodreads-g:before {
  content: "\F3A9"
}

.fa-google:before {
  content: "\F1A0"
}

.fa-google-drive:before {
  content: "\F3AA"
}

.fa-google-play:before {
  content: "\F3AB"
}

.fa-google-plus:before {
  content: "\F2B3"
}

.fa-google-plus-g:before {
  content: "\F0D5"
}

.fa-google-plus-square:before {
  content: "\F0D4"
}

.fa-google-wallet:before {
  content: "\F1EE"
}

.fa-gopuram:before {
  content: "\F664"
}

.fa-graduation-cap:before {
  content: "\F19D"
}

.fa-gratipay:before {
  content: "\F184"
}

.fa-grav:before {
  content: "\F2D6"
}

.fa-greater-than:before {
  content: "\F531"
}

.fa-greater-than-equal:before {
  content: "\F532"
}

.fa-grimace:before {
  content: "\F57F"
}

.fa-grin:before {
  content: "\F580"
}

.fa-grin-alt:before {
  content: "\F581"
}

.fa-grin-beam:before {
  content: "\F582"
}

.fa-grin-beam-sweat:before {
  content: "\F583"
}

.fa-grin-hearts:before {
  content: "\F584"
}

.fa-grin-squint:before {
  content: "\F585"
}

.fa-grin-squint-tears:before {
  content: "\F586"
}

.fa-grin-stars:before {
  content: "\F587"
}

.fa-grin-tears:before {
  content: "\F588"
}

.fa-grin-tongue:before {
  content: "\F589"
}

.fa-grin-tongue-squint:before {
  content: "\F58A"
}

.fa-grin-tongue-wink:before {
  content: "\F58B"
}

.fa-grin-wink:before {
  content: "\F58C"
}

.fa-grip-horizontal:before {
  content: "\F58D"
}

.fa-grip-lines:before {
  content: "\F7A4"
}

.fa-grip-lines-vertical:before {
  content: "\F7A5"
}

.fa-grip-vertical:before {
  content: "\F58E"
}

.fa-gripfire:before {
  content: "\F3AC"
}

.fa-grunt:before {
  content: "\F3AD"
}

.fa-guitar:before {
  content: "\F7A6"
}

.fa-gulp:before {
  content: "\F3AE"
}

.fa-h-square:before {
  content: "\F0FD"
}

.fa-hacker-news:before {
  content: "\F1D4"
}

.fa-hacker-news-square:before {
  content: "\F3AF"
}

.fa-hackerrank:before {
  content: "\F5F7"
}

.fa-hammer:before {
  content: "\F6E3"
}

.fa-hamsa:before {
  content: "\F665"
}

.fa-hand-holding:before {
  content: "\F4BD"
}

.fa-hand-holding-heart:before {
  content: "\F4BE"
}

.fa-hand-holding-usd:before {
  content: "\F4C0"
}

.fa-hand-lizard:before {
  content: "\F258"
}

.fa-hand-paper:before {
  content: "\F256"
}

.fa-hand-peace:before {
  content: "\F25B"
}

.fa-hand-point-down:before {
  content: "\F0A7"
}

.fa-hand-point-left:before {
  content: "\F0A5"
}

.fa-hand-point-right:before {
  content: "\F0A4"
}

.fa-hand-point-up:before {
  content: "\F0A6"
}


.fa-hand-pointer:before {
  content: "\F25A"
}

.fa-hand-rock:before {
  content: "\F255"
}

.fa-hand-scissors:before {
  content: "\F257"
}

.fa-hand-spock:before {
  content: "\F259"
}

.fa-hands:before {
  content: "\F4C2"
}

.fa-hands-helping:before {
  content: "\F4C4"
}

.fa-handshake:before {
  content: "\F2B5"
}

.fa-hanukiah:before {
  content: "\F6E6"
}

.fa-hashtag:before {
  content: "\F292"
}

.fa-hat-wizard:before {
  content: "\F6E8"
}

.fa-haykal:before {
  content: "\F666"
}

.fa-hdd:before {
  content: "\F0A0"
}

.fa-heading:before {
  content: "\F1DC"
}

.fa-headphones:before {
  content: "\F025"
}

.fa-headphones-alt:before {
  content: "\F58F"
}

.fa-headset:before {
  content: "\F590"
}

.fa-heart:before {
  content: "\F004"
}

.fa-heart-broken:before {
  content: "\F7A9"
}

.fa-heartbeat:before {
  content: "\F21E"
}

.fa-helicopter:before {
  content: "\F533"
}

.fa-highlighter:before {
  content: "\F591"
}

.fa-hiking:before {
  content: "\F6EC"
}

.fa-hippo:before {
  content: "\F6ED"
}

.fa-hips:before {
  content: "\F452"
}

.fa-hire-a-helper:before {
  content: "\F3B0"
}

.fa-history:before {
  content: "\F1DA"
}

.fa-hockey-puck:before {
  content: "\F453"
}

.fa-holly-berry:before {
  content: "\F7AA"
}

.fa-home:before {
  content: "\F015"
}

.fa-hooli:before {
  content: "\F427"
}

.fa-hornbill:before {
  content: "\F592"
}

.fa-horse:before {
  content: "\F6F0"
}

.fa-horse-head:before {
  content: "\F7AB"
}

.fa-hospital:before {
  content: "\F0F8"
}

.fa-hospital-alt:before {
  content: "\F47D"
}

.fa-hospital-symbol:before {
  content: "\F47E"
}

.fa-hot-tub:before {
  content: "\F593"
}

.fa-hotel:before {
  content: "\F594"
}

.fa-hotjar:before {
  content: "\F3B1"
}

.fa-hourglass:before {
  content: "\F254"
}

.fa-hourglass-end:before {
  content: "\F253"
}

.fa-hourglass-half:before {
  content: "\F252"
}

.fa-hourglass-start:before {
  content: "\F251"
}

.fa-house-damage:before {
  content: "\F6F1"
}

.fa-houzz:before {
  content: "\F27C"
}

.fa-hryvnia:before {
  content: "\F6F2"
}

.fa-html5:before {
  content: "\F13B"
}

.fa-hubspot:before {
  content: "\F3B2"
}

.fa-i-cursor:before {
  content: "\F246"
}

.fa-icicles:before {
  content: "\F7AD"
}

.fa-id-badge:before {
  content: "\F2C1"
}

.fa-id-card:before {
  content: "\F2C2"
}

.fa-id-card-alt:before {
  content: "\F47F"
}

.fa-igloo:before {
  content: "\F7AE"
}

.fa-image:before {
  content: "\F03E"
}

.fa-images:before {
  content: "\F302"
}

.fa-imdb:before {
  content: "\F2D8"
}

.fa-inbox:before {
  content: "\F01C"
}

.fa-indent:before {
  content: "\F03C"
}

.fa-industry:before {
  content: "\F275"
}

.fa-infinity:before {
  content: "\F534"
}

.fa-info:before {
  content: "\F129"
}

.fa-info-circle:before {
  content: "\F05A"
}

.fa-instagram:before {
  content: "\F16D"
}

.fa-intercom:before {
  content: "\F7AF"
}

.fa-internet-explorer:before {
  content: "\F26B"
}

.fa-invision:before {
  content: "\F7B0"
}

.fa-ioxhost:before {
  content: "\F208"
}

.fa-italic:before {
  content: "\F033"
}

.fa-itunes:before {
  content: "\F3B4"
}

.fa-itunes-note:before {
  content: "\F3B5"
}

.fa-java:before {
  content: "\F4E4"
}

.fa-jedi:before {
  content: "\F669"
}

.fa-jedi-order:before {
  content: "\F50E"
}

.fa-jenkins:before {
  content: "\F3B6"
}

.fa-jira:before {
  content: "\F7B1"
}

.fa-joget:before {
  content: "\F3B7"
}

.fa-joint:before {
  content: "\F595"
}

.fa-joomla:before {
  content: "\F1AA"
}

.fa-journal-whills:before {
  content: "\F66A"
}

.fa-js:before {
  content: "\F3B8"
}

.fa-js-square:before {
  content: "\F3B9"
}

.fa-jsfiddle:before {
  content: "\F1CC"
}

.fa-kaaba:before {
  content: "\F66B"
}

.fa-kaggle:before {
  content: "\F5FA"
}

.fa-key:before {
  content: "\F084"
}

.fa-keybase:before {
  content: "\F4F5"
}

.fa-keyboard:before {
  content: "\F11C"
}

.fa-keycdn:before {
  content: "\F3BA"
}

.fa-khanda:before {
  content: "\F66D"
}

.fa-kickstarter:before {
  content: "\F3BB"
}

.fa-kickstarter-k:before {
  content: "\F3BC"
}

.fa-kiss:before {
  content: "\F596"
}

.fa-kiss-beam:before {
  content: "\F597"
}

.fa-kiss-wink-heart:before {
  content: "\F598"
}

.fa-kiwi-bird:before {
  content: "\F535"
}

.fa-korvue:before {
  content: "\F42F"
}

.fa-landmark:before {
  content: "\F66F"
}

.fa-language:before {
  content: "\F1AB"
}

.fa-laptop:before {
  content: "\F109"
}

.fa-laptop-code:before {
  content: "\F5FC"
}

.fa-laravel:before {
  content: "\F3BD"
}

.fa-lastfm:before {
  content: "\F202"
}

.fa-lastfm-square:before {
  content: "\F203"
}

.fa-laugh:before {
  content: "\F599"
}

.fa-laugh-beam:before {
  content: "\F59A"
}

.fa-laugh-squint:before {
  content: "\F59B"
}

.fa-laugh-wink:before {
  content: "\F59C"
}

.fa-layer-group:before {
  content: "\F5FD"
}

.fa-leaf:before {
  content: "\F06C"
}

.fa-leanpub:before {
  content: "\F212"
}

.fa-lemon:before {
  content: "\F094"
}

.fa-less:before {
  content: "\F41D"
}

.fa-less-than:before {
  content: "\F536"
}

.fa-less-than-equal:before {
  content: "\F537"
}

.fa-level-down-alt:before {
  content: "\F3BE"
}

.fa-level-up-alt:before {
  content: "\F3BF"
}

.fa-life-ring:before {
  content: "\F1CD"
}

.fa-lightbulb:before {
  content: "\F0EB"
}

.fa-line:before {
  content: "\F3C0"
}

.fa-link:before {
  content: "\F0C1"
}

.fa-linkedin:before {
  content: "\F08C"
}

.fa-linkedin-in:before {
  content: "\F0E1"
}

.fa-linode:before {
  content: "\F2B8"
}

.fa-linux:before {
  content: "\F17C"
}

.fa-lira-sign:before {
  content: "\F195"
}

.fa-list:before {
  content: "\F03A"
}

.fa-list-alt:before {
  content: "\F022"
}

.fa-list-ol:before {
  content: "\F0CB"
}

.fa-list-ul:before {
  content: "\F0CA"
}

.fa-location-arrow:before {
  content: "\F124"
}

.fa-lock:before {
  content: "\F023"
}

.fa-lock-open:before {
  content: "\F3C1"
}

.fa-long-arrow-alt-down:before {
  content: "\F309"
}

.fa-long-arrow-alt-left:before {
  content: "\F30A"
}

.fa-long-arrow-alt-right:before {
  content: "\F30B"
}

.fa-long-arrow-alt-up:before {
  content: "\F30C"
}

.fa-low-vision:before {
  content: "\F2A8"
}

.fa-luggage-cart:before {
  content: "\F59D"
}

.fa-lyft:before {
  content: "\F3C3"
}

.fa-magento:before {
  content: "\F3C4"
}

.fa-magic:before {
  content: "\F0D0"
}

.fa-magnet:before {
  content: "\F076"
}

.fa-mail-bulk:before {
  content: "\F674"
}

.fa-mailchimp:before {
  content: "\F59E"
}

.fa-male:before {
  content: "\F183"
}

.fa-mandalorian:before {
  content: "\F50F"
}

.fa-map:before {
  content: "\F279"
}

.fa-map-marked:before {
  content: "\F59F"
}

.fa-map-marked-alt:before {
  content: "\F5A0"
}

.fa-map-marker:before {
  content: "\F041"
}

.fa-map-marker-alt:before {
  content: "\F3C5"
}

.fa-map-pin:before {
  content: "\F276"
}

.fa-map-signs:before {
  content: "\F277"
}

.fa-markdown:before {
  content: "\F60F"
}

.fa-marker:before {
  content: "\F5A1"
}

.fa-mars:before {
  content: "\F222"
}

.fa-mars-double:before {
  content: "\F227"
}

.fa-mars-stroke:before {
  content: "\F229"
}

.fa-mars-stroke-h:before {
  content: "\F22B"
}

.fa-mars-stroke-v:before {
  content: "\F22A"
}

.fa-mask:before {
  content: "\F6FA"
}

.fa-mastodon:before {
  content: "\F4F6"
}

.fa-maxcdn:before {
  content: "\F136"
}

.fa-medal:before {
  content: "\F5A2"
}

.fa-medapps:before {
  content: "\F3C6"
}

.fa-medium:before {
  content: "\F23A"
}

.fa-medium-m:before {
  content: "\F3C7"
}

.fa-medkit:before {
  content: "\F0FA"
}

.fa-medrt:before {

  content: "\F3C8"
}

.fa-meetup:before {
  content: "\F2E0"

}

.fa-megaport:before {
  content: "\F5A3"
}

.fa-meh:before {
  content: "\F11A"
}

.fa-meh-blank:before {
  content: "\F5A4"
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5"
}

.fa-memory:before {
  content: "\F538"
}

.fa-mendeley:before {
  content: "\F7B3"
}

.fa-menorah:before {
  content: "\F676"
}

.fa-mercury:before {
  content: "\F223"
}

.fa-meteor:before {
  content: "\F753"
}

.fa-microchip:before {
  content: "\F2DB"
}

.fa-microphone:before {
  content: "\F130"
}

.fa-microphone-alt:before {
  content: "\F3C9"
}

.fa-microphone-alt-slash:before {
  content: "\F539"
}

.fa-microphone-slash:before {
  content: "\F131"
}

.fa-microscope:before {
  content: "\F610"
}

.fa-microsoft:before {
  content: "\F3CA"
}

.fa-minus:before {
  content: "\F068"
}

.fa-minus-circle:before {
  content: "\F056"
}

.fa-minus-square:before {
  content: "\F146"
}

.fa-mitten:before {
  content: "\F7B5"
}

.fa-mix:before {
  content: "\F3CB"
}

.fa-mixcloud:before {
  content: "\F289"
}

.fa-mizuni:before {
  content: "\F3CC"
}

.fa-mobile:before {
  content: "\F10B"
}

.fa-mobile-alt:before {
  content: "\F3CD"
}

.fa-modx:before {
  content: "\F285"
}

.fa-monero:before {
  content: "\F3D0"
}

.fa-money-bill:before {
  content: "\F0D6"
}

.fa-money-bill-alt:before {
  content: "\F3D1"
}

.fa-money-bill-wave:before {
  content: "\F53A"
}

.fa-money-bill-wave-alt:before {
  content: "\F53B"
}

.fa-money-check:before {
  content: "\F53C"
}

.fa-money-check-alt:before {
  content: "\F53D"
}

.fa-monument:before {
  content: "\F5A6"
}

.fa-moon:before {
  content: "\F186"
}

.fa-mortar-pestle:before {
  content: "\F5A7"
}

.fa-mosque:before {
  content: "\F678"
}

.fa-motorcycle:before {
  content: "\F21C"
}

.fa-mountain:before {
  content: "\F6FC"
}

.fa-mouse-pointer:before {
  content: "\F245"
}

.fa-mug-hot:before {
  content: "\F7B6"
}

.fa-music:before {
  content: "\F001"
}

.fa-napster:before {
  content: "\F3D2"
}

.fa-neos:before {
  content: "\F612"
}

.fa-network-wired:before {
  content: "\F6FF"
}

.fa-neuter:before {
  content: "\F22C"
}

.fa-newspaper:before {
  content: "\F1EA"
}

.fa-nimblr:before {
  content: "\F5A8"
}

.fa-nintendo-switch:before {
  content: "\F418"
}

.fa-node:before {
  content: "\F419"
}

.fa-node-js:before {
  content: "\F3D3"
}

.fa-not-equal:before {
  content: "\F53E"
}

.fa-notes-medical:before {
  content: "\F481"
}

.fa-npm:before {
  content: "\F3D4"
}

.fa-ns8:before {
  content: "\F3D5"
}

.fa-nutritionix:before {
  content: "\F3D6"
}

.fa-object-group:before {
  content: "\F247"
}

.fa-object-ungroup:before {
  content: "\F248"
}

.fa-odnoklassniki:before {
  content: "\F263"
}

.fa-odnoklassniki-square:before {
  content: "\F264"
}

.fa-oil-can:before {
  content: "\F613"
}

.fa-old-republic:before {
  content: "\F510"
}

.fa-om:before {
  content: "\F679"
}

.fa-opencart:before {
  content: "\F23D"
}

.fa-openid:before {
  content: "\F19B"
}

.fa-opera:before {
  content: "\F26A"
}

.fa-optin-monster:before {
  content: "\F23C"
}

.fa-osi:before {
  content: "\F41A"
}

.fa-otter:before {
  content: "\F700"
}

.fa-outdent:before {
  content: "\F03B"
}

.fa-page4:before {
  content: "\F3D7"
}

.fa-pagelines:before {
  content: "\F18C"
}

.fa-paint-brush:before {
  content: "\F1FC"
}

.fa-paint-roller:before {
  content: "\F5AA"
}

.fa-palette:before {
  content: "\F53F"
}

.fa-palfed:before {
  content: "\F3D8"
}

.fa-pallet:before {
  content: "\F482"
}

.fa-paper-plane:before {
  content: "\F1D8"
}

.fa-paperclip:before {
  content: "\F0C6"
}

.fa-parachute-box:before {
  content: "\F4CD"
}

.fa-paragraph:before {
  content: "\F1DD"
}

.fa-parking:before {
  content: "\F540"
}

.fa-passport:before {
  content: "\F5AB"
}

.fa-pastafarianism:before {
  content: "\F67B"
}

.fa-paste:before {
  content: "\F0EA"
}

.fa-patreon:before {
  content: "\F3D9"
}

.fa-pause:before {
  content: "\F04C"
}

.fa-pause-circle:before {
  content: "\F28B"
}

.fa-paw:before {
  content: "\F1B0"
}

.fa-paypal:before {
  content: "\F1ED"
}

.fa-peace:before {
  content: "\F67C"
}

.fa-pen:before {
  content: "\F304"
}

.fa-pen-alt:before {
  content: "\F305"
}

.fa-pen-fancy:before {
  content: "\F5AC"
}

.fa-pen-nib:before {
  content: "\F5AD"
}

.fa-pen-square:before {
  content: "\F14B"
}

.fa-pencil-alt:before {
  content: "\F303"
}

.fa-pencil-ruler:before {
  content: "\F5AE"
}

.fa-penny-arcade:before {
  content: "\F704"
}

.fa-people-carry:before {
  content: "\F4CE"
}

.fa-percent:before {
  content: "\F295"
}

.fa-percentage:before {
  content: "\F541"
}

.fa-periscope:before {
  content: "\F3DA"
}

.fa-person-booth:before {
  content: "\F756"
}

.fa-phabricator:before {
  content: "\F3DB"
}

.fa-phoenix-framework:before {
  content: "\F3DC"
}

.fa-phoenix-squadron:before {
  content: "\F511"
}

.fa-phone:before {
  content: "\F095"
}

.fa-phone-slash:before {
  content: "\F3DD"
}

.fa-phone-square:before {
  content: "\F098"
}

.fa-phone-volume:before {
  content: "\F2A0"
}

.fa-php:before {
  content: "\F457"
}

.fa-pied-piper:before {
  content: "\F2AE"
}

.fa-pied-piper-alt:before {
  content: "\F1A8"
}

.fa-pied-piper-hat:before {
  content: "\F4E5"
}

.fa-pied-piper-pp:before {
  content: "\F1A7"
}

.fa-piggy-bank:before {
  content: "\F4D3"
}

.fa-pills:before {
  content: "\F484"
}

.fa-pinterest:before {
  content: "\F0D2"
}

.fa-pinterest-p:before {
  content: "\F231"
}

.fa-pinterest-square:before {
  content: "\F0D3"
}

.fa-place-of-worship:before {
  content: "\F67F"
}

.fa-plane:before {
  content: "\F072"
}

.fa-plane-arrival:before {
  content: "\F5AF"
}

.fa-plane-departure:before {
  content: "\F5B0"
}

.fa-play:before {
  content: "\F04B"
}

.fa-play-circle:before {
  content: "\F144"
}

.fa-playstation:before {
  content: "\F3DF"
}

.fa-plug:before {
  content: "\F1E6"
}

.fa-plus:before {
  content: "\F067"
}

.fa-plus-circle:before {
  content: "\F055"
}

.fa-plus-square:before {
  content: "\F0FE"
}

.fa-podcast:before {
  content: "\F2CE"
}

.fa-poll:before {
  content: "\F681"
}

.fa-poll-h:before {
  content: "\F682"
}

.fa-poo:before {
  content: "\F2FE"
}

.fa-poo-storm:before {
  content: "\F75A"
}

.fa-poop:before {
  content: "\F619"
}

.fa-portrait:before {
  content: "\F3E0"
}

.fa-pound-sign:before {
  content: "\F154"
}

.fa-power-off:before {
  content: "\F011"
}

.fa-pray:before {
  content: "\F683"
}

.fa-praying-hands:before {
  content: "\F684"
}

.fa-prescription:before {
  content: "\F5B1"
}

.fa-prescription-bottle:before {
  content: "\F485"
}

.fa-prescription-bottle-alt:before {
  content: "\F486"
}

.fa-print:before {
  content: "\F02F"
}

.fa-procedures:before {
  content: "\F487"
}

.fa-product-hunt:before {
  content: "\F288"
}

.fa-project-diagram:before {
  content: "\F542"
}

.fa-pushed:before {
  content: "\F3E1"
}

.fa-puzzle-piece:before {
  content: "\F12E"
}

.fa-python:before {
  content: "\F3E2"
}

.fa-qq:before {
  content: "\F1D6"
}

.fa-qrcode:before {
  content: "\F029"
}

.fa-question:before {
  content: "\F128"
}

.fa-question-circle:before {
  content: "\F059"
}

.fa-quidditch:before {
  content: "\F458"
}

.fa-quinscape:before {
  content: "\F459"
}

.fa-quora:before {
  content: "\F2C4"
}

.fa-quote-left:before {
  content: "\F10D"
}

.fa-quote-right:before {
  content: "\F10E"
}

.fa-quran:before {
  content: "\F687"
}

.fa-r-project:before {
  content: "\F4F7"
}

.fa-radiation:before {
  content: "\F7B9"
}

.fa-radiation-alt:before {
  content: "\F7BA"
}

.fa-rainbow:before {
  content: "\F75B"
}

.fa-random:before {
  content: "\F074"
}

.fa-raspberry-pi:before {
  content: "\F7BB"
}

.fa-ravelry:before {
  content: "\F2D9"
}

.fa-react:before {
  content: "\F41B"
}

.fa-reacteurope:before {
  content: "\F75D"
}

.fa-readme:before {
  content: "\F4D5"
}

.fa-rebel:before {
  content: "\F1D0"
}

.fa-receipt:before {
  content: "\F543"
}

.fa-recycle:before {
  content: "\F1B8"
}

.fa-red-river:before {
  content: "\F3E3"
}

.fa-reddit:before {
  content: "\F1A1"
}

.fa-reddit-alien:before {
  content: "\F281"
}

.fa-reddit-square:before {
  content: "\F1A2"
}

.fa-redhat:before {
  content: "\F7BC"
}

.fa-redo:before {
  content: "\F01E"
}

.fa-redo-alt:before {
  content: "\F2F9"
}

.fa-registered:before {
  content: "\F25D"
}

.fa-renren:before {
  content: "\F18B"
}

.fa-reply:before {
  content: "\F3E5"
}

.fa-reply-all:before {
  content: "\F122"
}

.fa-replyd:before {
  content: "\F3E6"
}

.fa-republican:before {
  content: "\F75E"
}

.fa-researchgate:before {
  content: "\F4F8"
}

.fa-resolving:before {
  content: "\F3E7"
}

.fa-restroom:before {
  content: "\F7BD"
}

.fa-retweet:before {
  content: "\F079"
}

.fa-rev:before {
  content: "\F5B2"
}

.fa-ribbon:before {
  content: "\F4D6"
}

.fa-ring:before {
  content: "\F70B"
}

.fa-road:before {
  content: "\F018"
}

.fa-robot:before {
  content: "\F544"
}

.fa-rocket:before {
  content: "\F135"
}

.fa-rocketchat:before {
  content: "\F3E8"
}

.fa-rockrms:before {
  content: "\F3E9"
}

.fa-route:before {
  content: "\F4D7"
}

.fa-rss:before {
  content: "\F09E"
}

.fa-rss-square:before {
  content: "\F143"
}

.fa-ruble-sign:before {
  content: "\F158"
}

.fa-ruler:before {
  content: "\F545"
}

.fa-ruler-combined:before {
  content: "\F546"
}

.fa-ruler-horizontal:before {
  content: "\F547"
}

.fa-ruler-vertical:before {
  content: "\F548"
}

.fa-running:before {
  content: "\F70C"
}

.fa-rupee-sign:before {
  content: "\F156"
}

.fa-sad-cry:before {
  content: "\F5B3"
}

.fa-sad-tear:before {
  content: "\F5B4"
}

.fa-safari:before {
  content: "\F267"
}

.fa-sass:before {
  content: "\F41E"
}

.fa-satellite:before {
  content: "\F7BF"
}

.fa-satellite-dish:before {
  content: "\F7C0"
}

.fa-save:before {
  content: "\F0C7"
}

.fa-schlix:before {
  content: "\F3EA"
}

.fa-school:before {
  content: "\F549"
}

.fa-screwdriver:before {
  content: "\F54A"
}

.fa-scribd:before {
  content: "\F28A"
}

.fa-scroll:before {
  content: "\F70E"
}

.fa-sd-card:before {
  content: "\F7C2"
}

.fa-search:before {
  content: "\F002"
}

.fa-search-dollar:before {
  content: "\F688"
}

.fa-search-location:before {
  content: "\F689"
}

.fa-search-minus:before {
  content: "\F010"
}

.fa-search-plus:before {
  content: "\F00E"
}

.fa-searchengin:before {
  content: "\F3EB"
}

.fa-seedling:before {
  content: "\F4D8"
}

.fa-sellcast:before {
  content: "\F2DA"
}

.fa-sellsy:before {
  content: "\F213"
}

.fa-server:before {
  content: "\F233"
}

.fa-servicestack:before {
  content: "\F3EC"
}

.fa-shapes:before {
  content: "\F61F"
}

.fa-share:before {
  content: "\F064"
}

.fa-share-alt:before {
  content: "\F1E0"
}

.fa-share-alt-square:before {
  content: "\F1E1"
}

.fa-share-square:before {
  content: "\F14D"
}

.fa-shekel-sign:before {
  content: "\F20B"
}

.fa-shield-alt:before {
  content: "\F3ED"
}

.fa-ship:before {
  content: "\F21A"
}

.fa-shipping-fast:before {
  content: "\F48B"
}

.fa-shirtsinbulk:before {
  content: "\F214"
}

.fa-shoe-prints:before {
  content: "\F54B"
}

.fa-shopping-bag:before {
  content: "\F290"
}

.fa-shopping-basket:before {
  content: "\F291"
}

.fa-shopping-cart:before {
  content: "\F07A"
}

.fa-shopware:before {
  content: "\F5B5"
}

.fa-shower:before {
  content: "\F2CC"
}

.fa-shuttle-van:before {
  content: "\F5B6"
}

.fa-sign:before {
  content: "\F4D9"
}

.fa-sign-in-alt:before {
  content: "\F2F6"
}

.fa-sign-language:before {
  content: "\F2A7"
}

.fa-sign-out-alt:before {
  content: "\F2F5"
}

.fa-signal:before {
  content: "\F012"
}

.fa-signature:before {
  content: "\F5B7"
}

.fa-sim-card:before {
  content: "\F7C4"
}

.fa-simplybuilt:before {
  content: "\F215"
}

.fa-sistrix:before {
  content: "\F3EE"
}

.fa-sitemap:before {
  content: "\F0E8"
}

.fa-sith:before {
  content: "\F512"
}

.fa-skating:before {
  content: "\F7C5"
}

.fa-sketch:before {
  content: "\F7C6"
}

.fa-skiing:before {
  content: "\F7C9"
}

.fa-skiing-nordic:before {
  content: "\F7CA"
}

.fa-skull:before {
  content: "\F54C"
}

.fa-skull-crossbones:before {
  content: "\F714"
}

.fa-skyatlas:before {
  content: "\F216"
}

.fa-skype:before {
  content: "\F17E"
}

.fa-slack:before {
  content: "\F198"
}

.fa-slack-hash:before {
  content: "\F3EF"
}

.fa-slash:before {
  content: "\F715"
}

.fa-sleigh:before {
  content: "\F7CC"
}

.fa-sliders-h:before {
  content: "\F1DE"
}

.fa-slideshare:before {
  content: "\F1E7"
}

.fa-smile:before {
  content: "\F118"
}

.fa-smile-beam:before {
  content: "\F5B8"
}

.fa-smile-wink:before {
  content: "\F4DA"
}

.fa-smog:before {
  content: "\F75F"
}

.fa-smoking:before {
  content: "\F48D"
}

.fa-smoking-ban:before {
  content: "\F54D"
}

.fa-sms:before {
  content: "\F7CD"
}

.fa-snapchat:before {
  content: "\F2AB"
}

.fa-snapchat-ghost:before {
  content: "\F2AC"
}

.fa-snapchat-square:before {
  content: "\F2AD"
}

.fa-snowboarding:before {
  content: "\F7CE"
}

.fa-snowflake:before {
  content: "\F2DC"
}

.fa-snowman:before {
  content: "\F7D0"
}

.fa-snowplow:before {
  content: "\F7D2"
}

.fa-socks:before {
  content: "\F696"
}

.fa-solar-panel:before {
  content: "\F5BA"
}

.fa-sort:before {
  content: "\F0DC"
}

.fa-sort-alpha-down:before {
  content: "\F15D"
}

.fa-sort-alpha-up:before {
  content: "\F15E"
}

.fa-sort-amount-down:before {
  content: "\F160"
}

.fa-sort-amount-up:before {
  content: "\F161"
}

.fa-sort-down:before {
  content: "\F0DD"
}

.fa-sort-numeric-down:before {
  content: "\F162"
}

.fa-sort-numeric-up:before {
  content: "\F163"
}

.fa-sort-up:before {
  content: "\F0DE"
}

.fa-soundcloud:before {
  content: "\F1BE"
}

.fa-sourcetree:before {
  content: "\F7D3"
}

.fa-spa:before {
  content: "\F5BB"
}

.fa-space-shuttle:before {
  content: "\F197"
}

.fa-speakap:before {
  content: "\F3F3"
}

.fa-spider:before {
  content: "\F717"
}

.fa-spinner:before {
  content: "\F110"
}

.fa-splotch:before {
  content: "\F5BC"
}

.fa-spotify:before {
  content: "\F1BC"
}

.fa-spray-can:before {
  content: "\F5BD"
}

.fa-square:before {
  content: "\F0C8"
}

.fa-square-full:before {
  content: "\F45C"
}

.fa-square-root-alt:before {
  content: "\F698"
}

.fa-squarespace:before {
  content: "\F5BE"
}

.fa-stack-exchange:before {
  content: "\F18D"
}

.fa-stack-overflow:before {
  content: "\F16C"
}

.fa-stamp:before {
  content: "\F5BF"
}

.fa-star:before {
  content: "\F005"
}

.fa-star-and-crescent:before {
  content: "\F699"
}

.fa-star-half:before {
  content: "\F089"
}

.fa-star-half-alt:before {
  content: "\F5C0"
}

.fa-star-of-david:before {
  content: "\F69A"
}

.fa-star-of-life:before {
  content: "\F621"
}

.fa-staylinked:before {
  content: "\F3F5"
}

.fa-steam:before {
  content: "\F1B6"
}

.fa-steam-square:before {
  content: "\F1B7"
}

.fa-steam-symbol:before {
  content: "\F3F6"
}

.fa-step-backward:before {
  content: "\F048"
}

.fa-step-forward:before {
  content: "\F051"
}

.fa-stethoscope:before {
  content: "\F0F1"
}

.fa-sticker-mule:before {
  content: "\F3F7"
}

.fa-sticky-note:before {
  content: "\F249"

}

.fa-stop:before {
  content: "\F04D"
}

.fa-stop-circle:before {
  content: "\F28D"
}

.fa-stopwatch:before {
  content: "\F2F2"
}

.fa-store:before {
  content: "\F54E"
}

.fa-store-alt:before {
  content: "\F54F"
}

.fa-strava:before {
  content: "\F428"
}

.fa-stream:before {
  content: "\F550"
}

.fa-street-view:before {
  content: "\F21D"
}

.fa-strikethrough:before {
  content: "\F0CC"
}

.fa-stripe:before {
  content: "\F429"
}

.fa-stripe-s:before {
  content: "\F42A"
}

.fa-stroopwafel:before {
  content: "\F551"
}

.fa-studiovinari:before {
  content: "\F3F8"
}

.fa-stumbleupon:before {
  content: "\F1A4"
}

.fa-stumbleupon-circle:before {
  content: "\F1A3"
}

.fa-subscript:before {
  content: "\F12C"
}

.fa-subway:before {
  content: "\F239"
}

.fa-suitcase:before {
  content: "\F0F2"
}

.fa-suitcase-rolling:before {
  content: "\F5C1"
}

.fa-sun:before {
  content: "\F185"
}

.fa-superpowers:before {
  content: "\F2DD"
}

.fa-superscript:before {
  content: "\F12B"
}

.fa-supple:before {
  content: "\F3F9"
}

.fa-surprise:before {
  content: "\F5C2"
}

.fa-suse:before {
  content: "\F7D6"
}

.fa-swatchbook:before {
  content: "\F5C3"
}

.fa-swimmer:before {
  content: "\F5C4"
}

.fa-swimming-pool:before {
  content: "\F5C5"
}

.fa-synagogue:before {
  content: "\F69B"
}

.fa-sync:before {
  content: "\F021"
}

.fa-sync-alt:before {
  content: "\F2F1"
}

.fa-syringe:before {
  content: "\F48E"
}

.fa-table:before {
  content: "\F0CE"
}

.fa-table-tennis:before {
  content: "\F45D"
}

.fa-tablet:before {
  content: "\F10A"
}

.fa-tablet-alt:before {
  content: "\F3FA"
}

.fa-tablets:before {
  content: "\F490"
}

.fa-tachometer-alt:before {
  content: "\F3FD"
}

.fa-tag:before {
  content: "\F02B"
}

.fa-tags:before {
  content: "\F02C"
}

.fa-tape:before {
  content: "\F4DB"
}

.fa-tasks:before {
  content: "\F0AE"
}

.fa-taxi:before {
  content: "\F1BA"
}

.fa-teamspeak:before {
  content: "\F4F9"
}

.fa-teeth:before {
  content: "\F62E"
}

.fa-teeth-open:before {
  content: "\F62F"
}

.fa-telegram:before {
  content: "\F2C6"
}

.fa-telegram-plane:before {
  content: "\F3FE"
}

.fa-temperature-high:before {
  content: "\F769"
}

.fa-temperature-low:before {
  content: "\F76B"
}

.fa-tencent-weibo:before {
  content: "\F1D5"
}

.fa-tenge:before {
  content: "\F7D7"
}

.fa-terminal:before {
  content: "\F120"
}

.fa-text-height:before {
  content: "\F034"
}

.fa-text-width:before {
  content: "\F035"
}

.fa-th:before {
  content: "\F00A"
}

.fa-th-large:before {
  content: "\F009"
}

.fa-th-list:before {
  content: "\F00B"
}

.fa-the-red-yeti:before {
  content: "\F69D"
}

.fa-theater-masks:before {
  content: "\F630"
}

.fa-themeco:before {
  content: "\F5C6"
}

.fa-themeisle:before {
  content: "\F2B2"
}

.fa-thermometer:before {
  content: "\F491"
}

.fa-thermometer-empty:before {
  content: "\F2CB"
}

.fa-thermometer-full:before {
  content: "\F2C7"
}

.fa-thermometer-half:before {
  content: "\F2C9"
}

.fa-thermometer-quarter:before {
  content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8"
}

.fa-think-peaks:before {
  content: "\F731"
}

.fa-thumbs-down:before {
  content: "\F165"
}

.fa-thumbs-up:before {
  content: "\F164"
}

.fa-thumbtack:before {
  content: "\F08D"
}

.fa-ticket-alt:before {
  content: "\F3FF"
}

.fa-times:before {
  content: "\F00D"
}

.fa-times-circle:before {
  content: "\F057"
}

.fa-tint:before {
  content: "\F043"
}

.fa-tint-slash:before {
  content: "\F5C7"
}

.fa-tired:before {
  content: "\F5C8"
}

.fa-toggle-off:before {
  content: "\F204"
}

.fa-toggle-on:before {
  content: "\F205"
}

.fa-toilet:before {
  content: "\F7D8"
}

.fa-toilet-paper:before {
  content: "\F71E"
}

.fa-toolbox:before {
  content: "\F552"
}


.fa-tools:before {
  content: "\F7D9"
}

.fa-tooth:before {
  content: "\F5C9"
}

.fa-torah:before {
  content: "\F6A0"
}

.fa-torii-gate:before {
  content: "\F6A1"
}

.fa-tractor:before {
  content: "\F722"
}

.fa-trade-federation:before {
  content: "\F513"
}

.fa-trademark:before {
  content: "\F25C"
}

.fa-traffic-light:before {
  content: "\F637"
}

.fa-train:before {
  content: "\F238"
}

.fa-tram:before {
  content: "\F7DA"
}

.fa-transgender:before {
  content: "\F224"
}

.fa-transgender-alt:before {
  content: "\F225"
}

.fa-trash:before {
  content: "\F1F8"
}

.fa-trash-alt:before {
  content: "\F2ED"
}

.fa-tree:before {
  content: "\F1BB"
}

.fa-trello:before {
  content: "\F181"
}

.fa-tripadvisor:before {
  content: "\F262"
}

.fa-trophy:before {
  content: "\F091"
}

.fa-truck:before {
  content: "\F0D1"
}

.fa-truck-loading:before {
  content: "\F4DE"
}

.fa-truck-monster:before {
  content: "\F63B"
}

.fa-truck-moving:before {
  content: "\F4DF"
}

.fa-truck-pickup:before {
  content: "\F63C"
}

.fa-tshirt:before {
  content: "\F553"
}

.fa-tty:before {
  content: "\F1E4"
}

.fa-tumblr:before {
  content: "\F173"
}

.fa-tumblr-square:before {
  content: "\F174"
}

.fa-tv:before {
  content: "\F26C"
}

.fa-twitch:before {
  content: "\F1E8"
}

.fa-twitter:before {
  content: "\F099"
}

.fa-twitter-square:before {
  content: "\F081"
}

.fa-typo3:before {
  content: "\F42B"
}

.fa-uber:before {
  content: "\F402"
}

.fa-ubuntu:before {
  content: "\F7DF"
}

.fa-uikit:before {
  content: "\F403"
}

.fa-umbrella:before {
  content: "\F0E9"
}

.fa-umbrella-beach:before {
  content: "\F5CA"
}

.fa-underline:before {
  content: "\F0CD"
}

.fa-undo:before {
  content: "\F0E2"
}

.fa-undo-alt:before {
  content: "\F2EA"
}

.fa-uniregistry:before {
  content: "\F404"
}

.fa-universal-access:before {
  content: "\F29A"
}

.fa-university:before {
  content: "\F19C"
}

.fa-unlink:before {
  content: "\F127"
}

.fa-unlock:before {
  content: "\F09C"
}

.fa-unlock-alt:before {
  content: "\F13E"
}

.fa-untappd:before {
  content: "\F405"
}

.fa-upload:before {
  content: "\F093"
}

.fa-ups:before {
  content: "\F7E0"
}

.fa-usb:before {
  content: "\F287"
}

.fa-user:before {
  content: "\F007"
}

.fa-user-alt:before {
  content: "\F406"
}

.fa-user-alt-slash:before {
  content: "\F4FA"
}

.fa-user-astronaut:before {
  content: "\F4FB"
}

.fa-user-check:before {
  content: "\F4FC"
}

.fa-user-circle:before {
  content: "\F2BD"
}

.fa-user-clock:before {
  content: "\F4FD"
}

.fa-user-cog:before {
  content: "\F4FE"
}

.fa-user-edit:before {
  content: "\F4FF"
}

.fa-user-friends:before {
  content: "\F500"
}

.fa-user-graduate:before {
  content: "\F501"
}

.fa-user-injured:before {
  content: "\F728"
}

.fa-user-lock:before {
  content: "\F502"
}

.fa-user-md:before {
  content: "\F0F0"
}

.fa-user-minus:before {
  content: "\F503"
}

.fa-user-ninja:before {
  content: "\F504"
}

.fa-user-plus:before {
  content: "\F234"
}

.fa-user-secret:before {
  content: "\F21B"
}

.fa-user-shield:before {
  content: "\F505"
}

.fa-user-slash:before {
  content: "\F506"
}

.fa-user-tag:before {
  content: "\F507"
}

.fa-user-tie:before {
  content: "\F508"
}

.fa-user-times:before {
  content: "\F235"
}

.fa-users:before {
  content: "\F0C0"
}

.fa-users-cog:before {
  content: "\F509"
}

.fa-usps:before {
  content: "\F7E1"
}

.fa-ussunnah:before {
  content: "\F407"
}

.fa-utensil-spoon:before {
  content: "\F2E5"
}

.fa-utensils:before {
  content: "\F2E7"
}

.fa-vaadin:before {
  content: "\F408"
}

.fa-vector-square:before {
  content: "\F5CB"
}

.fa-venus:before {
  content: "\F221"
}

.fa-venus-double:before {
  content: "\F226"
}


.fa-venus-mars:before {
  content: "\F228"
}

.fa-viacoin:before {
  content: "\F237"
}

.fa-viadeo:before {
  content: "\F2A9"
}

.fa-viadeo-square:before {
  content: "\F2AA"
}

.fa-vial:before {
  content: "\F492"
}

.fa-vials:before {
  content: "\F493"
}

.fa-viber:before {
  content: "\F409"
}

.fa-video:before {
  content: "\F03D"
}

.fa-video-slash:before {
  content: "\F4E2"
}

.fa-vihara:before {
  content: "\F6A7"
}

.fa-vimeo:before {
  content: "\F40A"
}

.fa-vimeo-square:before {
  content: "\F194"
}

.fa-vimeo-v:before {
  content: "\F27D"
}

.fa-vine:before {
  content: "\F1CA"
}

.fa-vk:before {
  content: "\F189"
}

.fa-vnv:before {
  content: "\F40B"
}

.fa-volleyball-ball:before {
  content: "\F45F"
}

.fa-volume-down:before {
  content: "\F027"
}

.fa-volume-mute:before {
  content: "\F6A9"
}

.fa-volume-off:before {
  content: "\F026"
}

.fa-volume-up:before {
  content: "\F028"
}

.fa-vote-yea:before {
  content: "\F772"
}

.fa-vr-cardboard:before {
  content: "\F729"
}

.fa-vuejs:before {
  content: "\F41F"
}

.fa-walking:before {
  content: "\F554"
}

.fa-wallet:before {
  content: "\F555"
}

.fa-warehouse:before {
  content: "\F494"
}

.fa-water:before {
  content: "\F773"
}

.fa-weebly:before {
  content: "\F5CC"
}

.fa-weibo:before {
  content: "\F18A"
}

.fa-weight:before {
  content: "\F496"
}

.fa-weight-hanging:before {
  content: "\F5CD"
}

.fa-weixin:before {
  content: "\F1D7"
}

.fa-whatsapp:before {
  content: "\F232"
}

.fa-whatsapp-square:before {
  content: "\F40C"
}

.fa-wheelchair:before {
  content: "\F193"
}

.fa-whmcs:before {
  content: "\F40D"
}

.fa-wifi:before {
  content: "\F1EB"
}

.fa-wikipedia-w:before {
  content: "\F266"
}

.fa-wind:before {
  content: "\F72E"
}

.fa-window-close:before {
  content: "\F410"
}

.fa-window-maximize:before {
  content: "\F2D0"
}

.fa-window-minimize:before {
  content: "\F2D1"
}

.fa-window-restore:before {
  content: "\F2D2"
}

.fa-windows:before {
  content: "\F17A"
}

.fa-wine-bottle:before {
  content: "\F72F"
}

.fa-wine-glass:before {
  content: "\F4E3"
}

.fa-wine-glass-alt:before {
  content: "\F5CE"
}

.fa-wix:before {
  content: "\F5CF"
}

.fa-wizards-of-the-coast:before {
  content: "\F730"
}

.fa-wolf-pack-battalion:before {
  content: "\F514"
}

.fa-won-sign:before {
  content: "\F159"
}

.fa-wordpress:before {
  content: "\F19A"
}

.fa-wordpress-simple:before {
  content: "\F411"
}

.fa-wpbeginner:before {
  content: "\F297"
}

.fa-wpexplorer:before {
  content: "\F2DE"
}

.fa-wpforms:before {
  content: "\F298"
}

.fa-wpressr:before {
  content: "\F3E4"
}

.fa-wrench:before {
  content: "\F0AD"
}

.fa-x-ray:before {
  content: "\F497"
}

.fa-xbox:before {
  content: "\F412"
}

.fa-xing:before {
  content: "\F168"
}

.fa-xing-square:before {
  content: "\F169"
}

.fa-y-combinator:before {
  content: "\F23B"
}

.fa-yahoo:before {
  content: "\F19E"
}

.fa-yandex:before {
  content: "\F413"
}

.fa-yandex-international:before {
  content: "\F414"
}

.fa-yarn:before {
  content: "\F7E3"
}

.fa-yelp:before {
  content: "\F1E9"
}

.fa-yen-sign:before {
  content: "\F157"
}

.fa-yin-yang:before {
  content: "\F6AD"
}

.fa-yoast:before {
  content: "\F2B1"
}

.fa-youtube:before {
  content: "\F167"
}

.fa-youtube-square:before {
  content: "\F431"
}

.fa-zhihu:before {
  content: "\F63F"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: Font Awesome\ 5 Brands
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
  font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
  font-weight: 900
}

.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
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(../images/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")
}

.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
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.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

}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "\2190"
}

[dir=rtl] .slick-prev:before {
  content: "\2192"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: "\2192"
}

[dir=rtl] .slick-next:before {
  content: "\2190"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.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: "\2022";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64.0625em&xlarge=75em&xxlarge=90em"
}

html {
  box-sizing: border-box
}

*,
:after,
:before {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto
}

[data-whatinput=mouse] button {
  outline: 0
}

pre {
  overflow: auto
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit
}

.is-visible {
  display: block !important
}

.is-hidden {
  display: none !important
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

em,
i {
  font-style: italic
}

b,
em,
i,
strong {
  line-height: inherit
}

b,
strong {
  font-weight: 700
}

small {
  font-size: 80%;
  line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca
}

.h1,
h1 {
  font-size: 2.4rem
}

.h1,
.h2,
h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.9rem
}

.h3,
.h4,
h3,
h4 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h4,
h4 {
  font-size: 1.8rem
}

.h5,
h5 {
  font-size: 1.7rem
}

.h5,
.h6,
h5,
h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h6,
h6 {
  font-size: 1.6rem
}

@media print,
screen and (min-width:48em) {

  .h1,
  h1 {
    font-size: 4.8rem
  }

  .h2,
  h2 {
    font-size: 4rem
  }

  .h3,
  h3 {
    font-size: 3.1rem
  }

  .h4,
  h4 {
    font-size: 2.5rem
  }

  .h5,
  h5 {
    font-size: 2rem
  }

  .h6,
  h6 {
    font-size: 1.6rem
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer
}

a:focus,
a:hover {
  color: #1468a0
}

a img {
  border: 0
}

hr {
  clear: both;
  max-width: 99rem;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  list-style-type: disc
}

ol,
ul {
  margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 1rem;
  padding: .9rem 2rem 0 1.9rem;
  border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a
}

cite {
  display: block;
  font-size: 1.3rem;
  color: #8a8a8a
}

cite:before {
  content: "\2014   "
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none
}

figure {
  margin: 0
}

code {
  padding: .2rem .5rem .1rem;
  border: 1px solid #cacaca;
  font-weight: 400
}

code,
kbd {
  background-color: #e6e6e6;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  color: #0a0a0a
}

kbd {
  margin: 0;
  padding: .2rem .4rem 0
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a
}

.lead {
  font-size: 78.125%;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media print,
screen and (min-width:48em) {
  .medium-text-left {
    text-align: left
  }

  .medium-text-right {
    text-align: right
  }

  .medium-text-center {
    text-align: center
  }

  .medium-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-text-left {
    text-align: left
  }

  .large-text-right {
    text-align: right
  }

  .large-text-center {
    text-align: center
  }

  .large-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important
  }

  .show-for-print {
    display: block !important
  }

  .hide-for-print {
    display: none !important
  }

  table.show-for-print {
    display: table !important
  }

  thead.show-for-print {
    display: table-header-group !important
  }

  tbody.show-for-print {
    display: table-row-group !important
  }

  tr.show-for-print {
    display: table-row !important
  }

  td.show-for-print,
  th.show-for-print {
    display: table-cell !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  blockquote,
  pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed
}

.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
  border-radius: 0 0 0 0
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #1779ba
}

.accordion-title :last-child:not(.is-active)>.accordion-title :last-child {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0
}

.accordion-title:focus,
.accordion-title:hover {
  background-color: #e6e6e6
}

.accordion-title:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -.5rem;
  content: "+"
}

.is-active>.accordion-title:before {
  content: "\2013"
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a
}

:last-child>.accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6
}

.accordion-menu li {
  width: 100%
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
  padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a:after {
  right: 1rem;
  left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a:after {
  right: auto;
  left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
  position: relative
}

.has-submenu-toggle>a {
  margin-right: 40px
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.submenu-toggle:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto
}

.submenu-toggle[aria-expanded=true]:after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 99rem;
  margin: 0 auto
}

.grid-container.fluid,
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto
}

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}

.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.grid-x>.auto,
.grid-x>.shrink {
  width: auto
}

.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-full,
.grid-x>.small-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print,
screen and (min-width:48em) {

  .grid-x>.medium-1,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .grid-x>.medium-full,
  .grid-x>.medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64.0625em) {

  .grid-x>.large-1,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .grid-x>.large-full,
  .grid-x>.large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.grid-x>.small-1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%
}

.grid-x>.small-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%
}

.grid-x>.small-3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.grid-x>.small-4 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%
}

.grid-x>.small-5 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%
}

.grid-x>.small-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.grid-x>.small-7 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%
}

.grid-x>.small-8 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%
}

.grid-x>.small-9 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}

.grid-x>.small-10 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%
}

.grid-x>.small-11 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%
}

.grid-x>.small-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

@media print,
screen and (min-width:48em) {
  .grid-x>.medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .grid-x>.medium-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
  }

  .grid-x>.medium-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
  }

  .grid-x>.medium-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .grid-x>.medium-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
  }

  .grid-x>.medium-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
  }

  .grid-x>.medium-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .grid-x>.medium-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
  }

  .grid-x>.medium-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
  }

  .grid-x>.medium-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .grid-x>.medium-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
  }

  .grid-x>.medium-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
  }

  .grid-x>.medium-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-x>.large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .grid-x>.large-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
  }

  .grid-x>.large-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
  }

  .grid-x>.large-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .grid-x>.large-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
  }

  .grid-x>.large-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
  }

  .grid-x>.large-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .grid-x>.large-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
  }

  .grid-x>.large-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
  }

  .grid-x>.large-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .grid-x>.large-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
  }

  .grid-x>.large-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
  }

  .grid-x>.large-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto
}

.grid-margin-x {
  margin-left: -1rem;
  margin-right: -1rem
}

@media print,
screen and (min-width:48em) {
  .grid-margin-x {
    margin-left: -2rem;
    margin-right: -2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-margin-x {
    margin-left: -2rem;
    margin-right: -2rem
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem
}

@media print,
screen and (min-width:48em) {
  .grid-margin-x>.cell {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-margin-x>.cell {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem
  }
}

.grid-margin-x>.auto,
.grid-margin-x>.shrink {
  width: auto
}

.grid-margin-x>.small-1 {
  width: calc(8.33333% - 2rem)
}

.grid-margin-x>.small-2 {
  width: calc(16.66667% - 2rem)
}

.grid-margin-x>.small-3 {
  width: calc(25% - 2rem)
}

.grid-margin-x>.small-4 {
  width: calc(33.33333% - 2rem)
}

.grid-margin-x>.small-5 {
  width: calc(41.66667% - 2rem)
}

.grid-margin-x>.small-6 {
  width: calc(50% - 2rem)
}

.grid-margin-x>.small-7 {
  width: calc(58.33333% - 2rem)
}

.grid-margin-x>.small-8 {
  width: calc(66.66667% - 2rem)
}

.grid-margin-x>.small-9 {
  width: calc(75% - 2rem)
}

.grid-margin-x>.small-10 {
  width: calc(83.33333% - 2rem)
}

.grid-margin-x>.small-11 {
  width: calc(91.66667% - 2rem)
}

.grid-margin-x>.small-12 {
  width: calc(100% - 2rem)
}

@media print,
screen and (min-width:48em) {

  .grid-margin-x>.auto,
  .grid-margin-x>.shrink {
    width: auto
  }

  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 4rem)
  }

  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 4rem)
  }

  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 4rem)
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 4rem)
  }

  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 4rem)
  }

  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 4rem)
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 4rem)
  }

  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 4rem)
  }

  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 4rem)
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 4rem)
  }

  .grid-margin-x>.medium-auto,
  .grid-margin-x>.medium-shrink {
    width: auto
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 4rem)
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 4rem)
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 4rem)
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 4rem)
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 4rem)
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 4rem)
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 4rem)
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 4rem)
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 4rem)
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 4rem)
  }
}

@media print,
screen and (min-width:64.0625em) {

  .grid-margin-x>.auto,
  .grid-margin-x>.shrink {
    width: auto
  }

  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 4rem)
  }

  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 4rem)
  }

  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 4rem)
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 4rem)
  }

  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 4rem)
  }

  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 4rem)
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 4rem)
  }

  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 4rem)
  }

  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 4rem)
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 4rem)
  }

  .grid-margin-x>.medium-auto,
  .grid-margin-x>.medium-shrink {
    width: auto
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 4rem)
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 4rem)
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 4rem)
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 4rem)
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 4rem)
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 4rem)
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 4rem)
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 4rem)
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 4rem)
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 4rem)
  }

  .grid-margin-x>.large-auto,
  .grid-margin-x>.large-shrink {
    width: auto
  }

  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 4rem)
  }

  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 4rem)
  }

  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 4rem)
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 4rem)
  }

  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 4rem)
  }

  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 4rem)
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 4rem)
  }

  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 4rem)
  }

  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 4rem)
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 4rem)
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem
}

@media print,
screen and (min-width:48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -2rem;
    margin-left: -2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -2rem;
    margin-left: -2rem
  }
}

.grid-container:not(.full)>.grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem
}

@media print,
screen and (min-width:48em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -2rem;
    margin-left: -2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -2rem;
    margin-left: -2rem
  }
}

.grid-padding-x>.cell {
  padding-right: 1rem;
  padding-left: 1rem
}

@media print,
screen and (min-width:48em) {
  .grid-padding-x>.cell {
    padding-right: 2rem;
    padding-left: 2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-padding-x>.cell {
    padding-right: 2rem;
    padding-left: 2rem
  }
}

.small-up-1>.cell {
  width: 100%
}

.small-up-2>.cell {
  width: 50%
}

.small-up-3>.cell {
  width: 33.33333%
}

.small-up-4>.cell {
  width: 25%
}

.small-up-5>.cell {
  width: 20%
}

.small-up-6>.cell {
  width: 16.66667%
}

.small-up-7>.cell {
  width: 14.28571%
}

.small-up-8>.cell {
  width: 12.5%
}

@media print,
screen and (min-width:48em) {
  .medium-up-1>.cell {
    width: 100%
  }

  .medium-up-2>.cell {
    width: 50%
  }

  .medium-up-3>.cell {
    width: 33.33333%
  }

  .medium-up-4>.cell {
    width: 25%
  }

  .medium-up-5>.cell {
    width: 20%
  }

  .medium-up-6>.cell {
    width: 16.66667%
  }

  .medium-up-7>.cell {
    width: 14.28571%
  }

  .medium-up-8>.cell {
    width: 12.5%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-up-1>.cell {
    width: 100%
  }

  .large-up-2>.cell {
    width: 50%
  }

  .large-up-3>.cell {
    width: 33.33333%
  }

  .large-up-4>.cell {
    width: 25%
  }

  .large-up-5>.cell {
    width: 20%
  }

  .large-up-6>.cell {
    width: 16.66667%
  }

  .large-up-7>.cell {
    width: 14.28571%
  }

  .large-up-8>.cell {
    width: 12.5%
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 2rem)
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 2rem)
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.33333% - 2rem)
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 2rem)
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 2rem)
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.66667% - 2rem)
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.28571% - 2rem)
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 2rem)
}

@media print,
screen and (min-width:48em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 4rem)
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 4rem)
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 4rem)
  }

  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 4rem)
  }

  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 4rem)
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 4rem)
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 4rem)
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 4rem)
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 4rem)
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 4rem)
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 4rem)
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 4rem)
  }
}

@media print,
screen and (min-width:64.0625em) {

  .grid-margin-x.medium-up-1>.cell,
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 4rem)
  }

  .grid-margin-x.medium-up-2>.cell,
  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 4rem)
  }

  .grid-margin-x.medium-up-3>.cell,
  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x.medium-up-4>.cell,
  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 4rem)
  }

  .grid-margin-x.medium-up-5>.cell,
  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 4rem)
  }

  .grid-margin-x.medium-up-6>.cell,
  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x.medium-up-7>.cell,
  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 4rem)
  }

  .grid-margin-x.medium-up-8>.cell,
  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 4rem)
  }

  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 4rem)
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 4rem)
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 4rem)
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 4rem)
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 4rem)
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 4rem)
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 4rem)
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 4rem)
  }
}

.small-margin-collapse,
.small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.small-1 {
  width: 8.33333%
}

.small-margin-collapse>.small-2 {
  width: 16.66667%
}

.small-margin-collapse>.small-3 {
  width: 25%
}

.small-margin-collapse>.small-4 {
  width: 33.33333%
}

.small-margin-collapse>.small-5 {
  width: 41.66667%
}

.small-margin-collapse>.small-6 {
  width: 50%
}

.small-margin-collapse>.small-7 {
  width: 58.33333%
}

.small-margin-collapse>.small-8 {
  width: 66.66667%
}

.small-margin-collapse>.small-9 {
  width: 75%
}

.small-margin-collapse>.small-10 {
  width: 83.33333%
}

.small-margin-collapse>.small-11 {
  width: 91.66667%
}

.small-margin-collapse>.small-12 {
  width: 100%
}

@media print,
screen and (min-width:48em) {
  .small-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .small-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .small-margin-collapse>.medium-3 {
    width: 25%
  }

  .small-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .small-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .small-margin-collapse>.medium-6 {
    width: 50%
  }

  .small-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .small-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .small-margin-collapse>.medium-9 {
    width: 75%
  }

  .small-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .small-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .small-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .small-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .small-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .small-margin-collapse>.large-3 {
    width: 25%
  }

  .small-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .small-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .small-margin-collapse>.large-6 {
    width: 50%
  }

  .small-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .small-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .small-margin-collapse>.large-9 {
    width: 75%
  }

  .small-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .small-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .small-margin-collapse>.large-12 {
    width: 100%
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0
}

@media print,
screen and (min-width:48em) {

  .medium-margin-collapse,
  .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width:48em) {
  .medium-margin-collapse>.small-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.small-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.small-3 {
    width: 25%
  }

  .medium-margin-collapse>.small-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.small-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.small-6 {
    width: 50%
  }

  .medium-margin-collapse>.small-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.small-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.small-9 {
    width: 75%
  }

  .medium-margin-collapse>.small-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.small-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:48em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .medium-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.large-3 {
    width: 25%
  }

  .medium-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.large-6 {
    width: 50%
  }

  .medium-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.large-9 {
    width: 75%
  }

  .medium-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

@media print,
screen and (min-width:64.0625em) {

  .large-margin-collapse,
  .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-margin-collapse>.small-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.small-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.small-3 {
    width: 25%
  }

  .large-margin-collapse>.small-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.small-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.small-6 {
    width: 50%
  }

  .large-margin-collapse>.small-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.small-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.small-9 {
    width: 75%
  }

  .large-margin-collapse>.small-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.small-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.medium-3 {
    width: 25%
  }

  .large-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.medium-6 {
    width: 50%
  }

  .large-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.medium-9 {
    width: 75%
  }

  .large-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.large-3 {
    width: 25%
  }

  .large-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.large-6 {
    width: 50%
  }

  .large-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.large-9 {
    width: 75%
  }

  .large-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

.small-offset-0 {
  margin-left: 0
}

.grid-margin-x>.small-offset-0 {
  margin-left: calc(0% + 1rem)
}

.small-offset-1 {
  margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.33333% + 1rem)
}

.small-offset-2 {
  margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.66667% + 1rem)
}

.small-offset-3 {
  margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + 1rem)
}

.small-offset-4 {
  margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.33333% + 1rem)
}

.small-offset-5 {
  margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.66667% + 1rem)
}

.small-offset-6 {
  margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + 1rem)
}

.small-offset-7 {
  margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.33333% + 1rem)
}

.small-offset-8 {
  margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.66667% + 1rem)
}

.small-offset-9 {
  margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + 1rem)
}

.small-offset-10 {
  margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.33333% + 1rem)
}

.small-offset-11 {
  margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.66667% + 1rem)
}

@media print,
screen and (min-width:48em) {
  .medium-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + 2rem)
  }

  .medium-offset-1 {
    margin-left: 8.33333%
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.33333% + 2rem)
  }

  .medium-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.66667% + 2rem)
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + 2rem)
  }

  .medium-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.33333% + 2rem)
  }

  .medium-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.66667% + 2rem)
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + 2rem)
  }

  .medium-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.33333% + 2rem)
  }

  .medium-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.66667% + 2rem)
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + 2rem)
  }

  .medium-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.33333% + 2rem)
  }

  .medium-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + 2rem)
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + 2rem)
  }

  .large-offset-1 {
    margin-left: 8.33333%
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.33333% + 2rem)
  }

  .large-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.66667% + 2rem)
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + 2rem)
  }

  .large-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.33333% + 2rem)
  }

  .large-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.66667% + 2rem)
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + 2rem)
  }

  .large-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.33333% + 2rem)
  }

  .large-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.66667% + 2rem)
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + 2rem)
  }

  .large-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.33333% + 2rem)
  }

  .large-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + 2rem)
  }
}

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}

.grid-y>.cell {
  width: auto;
  max-width: none
}

.grid-y>.auto,
.grid-y>.shrink {
  height: auto
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-full,
.grid-y>.small-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print,
screen and (min-width:48em) {

  .grid-y>.medium-1,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .grid-y>.medium-full,
  .grid-y>.medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64.0625em) {

  .grid-y>.large-1,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .grid-y>.large-full,
  .grid-y>.large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.grid-y>.small-1 {
  height: 8.33333%
}

.grid-y>.small-2 {
  height: 16.66667%
}

.grid-y>.small-3 {
  height: 25%
}

.grid-y>.small-4 {
  height: 33.33333%
}

.grid-y>.small-5 {
  height: 41.66667%
}

.grid-y>.small-6 {
  height: 50%
}

.grid-y>.small-7 {
  height: 58.33333%
}

.grid-y>.small-8 {
  height: 66.66667%
}

.grid-y>.small-9 {
  height: 75%
}

.grid-y>.small-10 {
  height: 83.33333%
}

.grid-y>.small-11 {
  height: 91.66667%
}

.grid-y>.small-12 {
  height: 100%
}

@media print,
screen and (min-width:48em) {
  .grid-y>.medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.medium-shrink {
    height: auto
  }

  .grid-y>.medium-1 {
    height: 8.33333%
  }

  .grid-y>.medium-2 {
    height: 16.66667%
  }

  .grid-y>.medium-3 {
    height: 25%
  }

  .grid-y>.medium-4 {
    height: 33.33333%
  }

  .grid-y>.medium-5 {
    height: 41.66667%
  }

  .grid-y>.medium-6 {
    height: 50%
  }

  .grid-y>.medium-7 {
    height: 58.33333%
  }

  .grid-y>.medium-8 {
    height: 66.66667%
  }

  .grid-y>.medium-9 {
    height: 75%
  }

  .grid-y>.medium-10 {
    height: 83.33333%
  }

  .grid-y>.medium-11 {
    height: 91.66667%
  }

  .grid-y>.medium-12 {
    height: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-y>.large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.large-shrink {
    height: auto
  }

  .grid-y>.large-1 {
    height: 8.33333%
  }

  .grid-y>.large-2 {
    height: 16.66667%
  }

  .grid-y>.large-3 {
    height: 25%
  }

  .grid-y>.large-4 {
    height: 33.33333%
  }

  .grid-y>.large-5 {
    height: 41.66667%
  }

  .grid-y>.large-6 {
    height: 50%
  }

  .grid-y>.large-7 {
    height: 58.33333%
  }

  .grid-y>.large-8 {
    height: 66.66667%
  }

  .grid-y>.large-9 {
    height: 75%
  }

  .grid-y>.large-10 {
    height: 83.33333%
  }

  .grid-y>.large-11 {
    height: 91.66667%
  }

  .grid-y>.large-12 {
    height: 100%
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1rem;
  margin-bottom: -1rem
}

@media print,
screen and (min-width:48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -2rem;
    margin-bottom: -2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -2rem;
    margin-bottom: -2rem
  }
}

.grid-padding-y>.cell {
  padding-top: 1rem;
  padding-bottom: 1rem
}

@media print,
screen and (min-width:48em) {
  .grid-padding-y>.cell {

    padding-top: 2rem;
    padding-bottom: 2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-padding-y>.cell {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw
}

.cell .grid-frame {
  width: 100%
}

.cell-block {
  overflow-x: auto;
  max-width: 100%
}

.cell-block,
.cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%
}

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%
}

.cell-block-container>.grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media print,
screen and (min-width:48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }

  .cell .medium-grid-frame {
    width: 100%
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }

  .cell .large-grid-frame {
    width: 100%
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh
}

@media print,
screen and (min-width:48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}

.cell .grid-y.grid-frame {
  height: 100%
}

@media print,
screen and (min-width:48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}

@media print,
screen and (min-width:64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}

.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem
}

@media print,
screen and (min-width:48em) {
  .grid-margin-y {
    margin-top: -2rem;
    margin-bottom: -2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-margin-y {
    margin-top: -2rem;
    margin-bottom: -2rem
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem
}

@media print,
screen and (min-width:48em) {
  .grid-margin-y>.cell {
    height: calc(100% - 4rem);
    margin-top: 2rem;
    margin-bottom: 2rem
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-margin-y>.cell {
    height: calc(100% - 4rem);
    margin-top: 2rem;
    margin-bottom: 2rem
  }
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 2rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 2rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 2rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 2rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 2rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 2rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 2rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 2rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 2rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 2rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 2rem)
}

.grid-margin-y>.small-12 {
  height: calc(100% - 2rem)
}

@media print,
screen and (min-width:48em) {

  .grid-margin-y>.auto,
  .grid-margin-y>.shrink {
    height: auto
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 4rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 4rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 4rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 4rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 4rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 4rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 4rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 4rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 4rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 4rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 4rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 4rem)
  }

  .grid-margin-y>.medium-auto,
  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 4rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 4rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 4rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 4rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 4rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 4rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 4rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 4rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 4rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 4rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 4rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 4rem)
  }
}

@media print,
screen and (min-width:64.0625em) {

  .grid-margin-y>.auto,
  .grid-margin-y>.shrink {
    height: auto
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 4rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 4rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 4rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 4rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 4rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 4rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 4rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 4rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 4rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 4rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 4rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 4rem)
  }

  .grid-margin-y>.medium-auto,
  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 4rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 4rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 4rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 4rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 4rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 4rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 4rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 4rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 4rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 4rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 4rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 4rem)
  }

  .grid-margin-y>.large-auto,
  .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 4rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 4rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 4rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 4rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 4rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 4rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 4rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 4rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 4rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 4rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 4rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 4rem)
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem)
}

@media print,
screen and (min-width:48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 4rem)
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 4rem)
  }
}

@media print,
screen and (min-width:48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 4rem)
  }
}

@media print,
screen and (min-width:64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 4rem)
  }
}

.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.align-left.vertical.menu>li>a {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.align-right.vertical.menu>li>a {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-center.vertical.menu>li>a {
  -ms-flex-pack: center;
  justify-content: center
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.align-middle {
  -ms-flex-align: center;
  align-items: center
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch
}

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6
}

@media print,
screen and (min-width:48em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6
  }
}

.flex-container {
  display: -ms-flexbox;
  display: flex
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media print,
screen and (min-width:48em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex
  }

  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media print,
screen and (min-width:64.0625em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex
  }

  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media screen and (max-width:47.99875em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
  .show-for-small-only {
    display: none !important
  }
}

@media print,
screen and (min-width:48em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width:47.99875em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width:48em) and (max-width:64.06125em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width:47.99875em),
screen and (min-width:64.0625em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print,
screen and (min-width:64.0625em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width:64.06125em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width:64.0625em) and (max-width:74.99875em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width:64.06125em),
screen and (min-width:75em) {
  .show-for-large-only {
    display: none !important
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important
}

@media screen and (orientation:landscape) {

  .hide-for-portrait,
  .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important
}

@media screen and (orientation:landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important
  }
}

html {
  font-size: 62.5%
}

body {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9rem;
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

h4 {
  font-size: 22px
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: none;
  color: inherit;
  text-decoration: none
}

button,
button:active,
button:hover {
  outline: none;
  cursor: pointer
}

input:focus {
  outline: 0
}

input::-ms-clear {
  display: none
}

p {
  line-height: inherit
}

@media screen and (max-width:47.99875em) {
  p {
    font-size: 13px
  }
}

li,
ul {
  margin: 0;
  list-style: none
}

hr {
  border-bottom: 1px solid #e7e1dd
}

[hidden] {
  display: none !important
}

.form .fieldset {
  border: 0;
  margin: 0
}

.form .b-label {
  font-size: 22px;
  display: block;
  margin-bottom: 35px
}

.form .textfield {
  color: #8e8279;
  line-height: normal;
  border: 1px solid #e7e1dd
}

.form .button {
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #42a88e;
  text-transform: uppercase
}

.form .button:hover {
  background: #706259
}

.sidebar-page {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 10rem
}

.sidebar-page .single-view-content .content {
  margin-bottom: 0
}

.sidebar-page.search-results-table {
  padding-right: 0 !important
}

@media screen and (min-width:64.0625em) {
  .aside-block {
    padding-left: 0 !important;
    padding-right: 3.3rem !important
  }
}

@media screen and (max-width:47.99875em) {
  .aside-block {
    -ms-flex-order: 1;
    order: 1
  }
}

.size13 {
  font-family: Verdana, Times, serif
}

.size13 p {
  margin-bottom: 19px
}

.size13 li,
.size13 ul {
  margin-left: 1rem
}

.size13 li {
  padding: 5px 10px;
  list-style: disc
}

.no-padding-top {
  padding-top: 0
}

.no-border-top {
  border-top: 0
}

.fa-chevron-right, .fa-chevron-left  {
  margin-left: 1rem;
  color: #42a88e;
  vertical-align: baseline
}

.alphabet .letter {
  color: #cdc3bb;
  margin-top: 3px;
  margin-right: 5px;
  font-size: 4.8rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase
}

.alphabet .letter:hover {
  color: #42a88e
}

.no-padding {
  padding: 0 !important
}

.no-margin {
  margin: 0 !important
}

.category-menu-sidebar li {
  text-transform: capitalize
}

.category-menu-sidebar .mail-list-item {
  padding: 17px 0 0
}

.category-menu-sidebar .cat-item.parent {
  position: relative
}

.category-menu-sidebar .cat-item.expanded .plus-icon {
  top: 0;
  background: url("/build/assets/images/icon-minus.svg") no-repeat 50%/contain
}

.category-menu-sidebar .cat-item .plus-icon {
  top: 0
}

.category-menu-sidebar .cat-item .children {
  display: none;
  padding: 8px 0 2px 19px
}

.list li {
  margin-top: 20px;
  line-height: 1.1
}

.page-template-search-template .page-head {
  color: #706259;
  background: #d9d1ca
}

.bullet-link-disclaimer {
  font-size: 18px;
  line-height: 24px;
  color: #42a88e;
  font-family: Verdana, Times, serif
}

.read-more>a {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 400;
  color: #8e8279;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  text-transform: capitalize
}

.read-more>a:hover {
  color: #42a88e
}

@media print {

  .alphabet select,
  .btn,
  .cookie-banner,
  .extra-slide-option,
  .form-search-sidebar,
  .hamburger-container,
  .in-the-spotlight,
  .menu-section,
  .page-banner,
  .practice-files,
  .search-submit,
  .services-single-news,
  .services-single-publications,
  .services-single hr,
  .share-wrapper,
  .sidebar-container,
  .sidebar-page .person-card,
  .spotlight-title,
  .stroock-popup,
  footer,
  header .top-row {
    display: none !important
  }

  .accordion-title:before {
    content: ""
  }

  .large-3,
  .large-9,
  .medium-3,
  .medium-9,
  .small-3,
  .small-9 {
    width: 100% !important
  }

  .aside-block {
    padding: 0 !important
  }

  .sidebar-page {
    padding-bottom: 20px
  }

  a:after {
    content: " ("attr(href) ")"
  }

  a[href]:after {
    content: none !important
  }

  .pdf-print {
    display: block !important
  }

  .title-date span {
    float: left
  }

  .footer-content {
    font-size: 16px
  }

  .footer-content span {
    float: right
  }

  .events-page .aside-block,
  .services-page .divider {
    display: none
  }

  .events-page .events-publications--wrapper {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .events-page .archive-list-content:before {
    display: none
  }

  .person-detail-page .accordion-content {
    display: block !important;
    border: none
  }

  .person-detail-page .email img,
  .person-detail-page .fax img,
  .person-detail-page .phone img {
    display: inline-block !important
  }

  .person-detail-page .vcard {
    display: none
  }

  .single-people .page-head--container {
    border-bottom: none !important
  }

  .person-card {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .person-card .image-container img {
    width: auto;
    height: 273px;
    max-width: 215px;
    margin-right: 40px
  }
}

.services-single .single-view-content h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 55px;
  font-family: Verdana, Times, serif
}

.aside-block .menu-sidebar .menu-item-has-children {
  position: relative
}

.aside-block .menu-sidebar .menu-item-has-children .plus-icon {
  top: 0
}

.aside-block .menu-sidebar .current-menu-item>a,
.aside-block .menu-sidebar .current-menu-parent>a {
  color: #42a88e
}

.aside-block .menu-sidebar .current-menu-parent .sub-menu {
  display: block

}

.aside-block .menu-item-has-children .sub-menu {
  display: none;
  padding: 11px 0 2px 7px
}

.aside-block .menu-item-has-children.expanded .plus-icon {
  background: url("/build/assets/images/icon-minus.svg") no-repeat 50%/contain
}

.aside-block #menu-events-menu .sub-menu {
  display: block
}

.aside-block .hidden .current-menu-item>a {
  color: #8e8279
}

.aside-block .hidden .sub-menu {
  display: none
}

.overflow-x-hidden {
  overflow-x: hidden
}

.error-404 {
  margin-bottom: 155px
}

.error-404 .error-message {
  font-size: 30px;
  line-height: 36px;
  font-family: Verdana, Times, serif
}

.heading {
  color: #000;
  letter-spacing: 1px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.heading,
.heading.h1 {
  font-size: 4.4rem;
  line-height: 1.3
}

.heading.h2 {
  font-size: 3.2rem
}

.heading.h3 {
  font-size: 1.7rem;
  font-weight: 400
}

@media screen and (max-width:64.06125em) {
  .heading.h3 {
    font-size: 1.7rem
  }
}

.heading.h4 {
  font-size: 1.8rem;
  line-height: 1.3
}

@media screen and (max-width:64.06125em) {
  .heading.h4 {
    font-size: 1.1rem
  }
}

.heading.h5 {
  font-size: 1.3rem;
  font-weight: 400
}

@media screen and (max-width:64.06125em) {
  .heading.h5 {
    font-size: 1rem
  }
}

.heading.h6 {
  font-weight: 400;
  letter-spacing: .5px
}

.heading.h6.small {
  font-size: 1.4rem;
  font-weight: 400
}

@media screen and (max-width:64.06125em) {
  .heading.h6 {
    font-size: 1rem
  }
}

.title {
  font-weight: 700
}

.subtitle {
  font-weight: 600
}

.paragraph {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .5px
}

@media screen and (max-width:64.06125em) {
  .paragraph {
    font-size: 1.4rem
  }
}

.quote,
blockquote,
blockquote p {
  color: #000;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 36px
}

@media screen and (max-width:47.99875em) {

  .quote,
  blockquote,
  blockquote p {
    font-size: 2.8rem
  }
}

.black {
  color: #000
}

.headline {
  font-size: 48px;
  font-weight: 700;
  color: #706259;
  margin: 0 0 20px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

@media screen and (max-width:64.06125em) {
  .headline {
    font-size: 26px
  }
}

.headline-2 {
  font-size: 30px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

@media screen and (max-width:64.06125em) {
  .headline-2 {
    font-size: 25px
  }
}

.headline-3 {
  font-size: 20px;
  padding: 1.5rem 0
}

.cta-link {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  display: inline-block;
  letter-spacing: -.46px;
  padding: 1rem 2px 3px 0;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

@media screen and (max-width:64.06125em) {
  .cta-link {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -.7px
  }
}

.cta-link:after {
  content: "\2192";
  padding-left: 8px;
  display: inline-block
}

.cta-link:before {
  bottom: 1px;
  content: "";
  width: 100%;
  height: 1px;
  left: -100%;
  background: #000;
  position: absolute;
  transition: left .15s ease-out
}

@media screen and (max-width:64.06125em) {
  .cta-link.cta-link-small {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -.5px
  }
}

.cta-link.cta-link-small-bold {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.cta-link.color-standard-white:before {
  background-color: #fff
}

.cta-link.button-inactive {
  opacity: .5;
  pointer-events: none
}

@media screen and (min-width:64.0625em) {
  .cta-link:hover:before {
    left: 0
  }
}

.cta-link-small {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -.5px
}

.full-link {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  display: block;
  position: absolute
}

header {
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  font-size: 16px;
  background: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:47.99875em) {
  header {
    height: 5rem;
    -ms-flex-pack: initial;
    justify-content: initial
  }
}

@media print {
  header {
    height: auto
  }
}

header .menu-search-mobile {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1.7rem
}

header .menu-search-mobile:before {
  opacity: .7;
  content: "";
  width: 27px;
  height: 25px;
  position: absolute;
  background: url("/build/assets/images/icon-search.svg") no-repeat 50%/cover
}

header .menu-search-mobile .search-textfield {
  border: 0;
  width: 100%;
  color: #b7ada5;
  line-height: normal;
  padding-bottom: 4px;
  padding-left: 3.8rem;
  border-bottom: 1px solid #d8d1c9
}

header .menu-search-mobile .search-textfield::-webkit-input-placeholder {
  color: #8e8279
}

header .menu-search-mobile .search-textfield:-ms-input-placeholder {
  color: #8e8279
}

header .menu-search-mobile .search-textfield::placeholder {
  color: #8e8279
}

@media screen and (min-width:48em) {
  header .menu-item:hover {
    color: #42a88e
  }
}

header .current-menu-item,
header .current-menu-parent {
  color: #42a88e
}

header .top-row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  color: #8e8279;
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end
}

header .top-row .header-search-box {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 2.8rem
}

header .top-row .header-search-box.active .search-form {
  display: block
}

header .top-row .header-search-box.active .search-control #search-icon {
  display: none
}

header .top-row .header-search-box.active .search-control #close-icon {
  display: block;
  margin-top: 4px
}

header .top-row .header-search-box .search-form {
  width: 508px;
  display: none
}

header .top-row .header-search-box .search-textfield {
  width: 100%;
  border: none;
  color: #b7ada5;
  margin-top: 5px;
  font-size: 22px;
  padding: 0 105px 2px 0;
  border-bottom: 1px solid #b7ada5
}

header .top-row .header-search-box .search-submit {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  font-size: 11px;
  cursor: pointer;
  position: absolute;
  line-height: normal;
  margin-right: 3.3rem;
  padding: 5px 10px 6px;
  font-family: system-ui;
  text-transform: uppercase;
  background-color: #42a88e
}

header .top-row .header-search-box .search-control {
  right: 0;
  top: -2px;
  cursor: pointer;
  position: absolute
}

header .top-row .header-search-box .search-control #close-icon {
  display: none
}

header .top-row .header-search-box .search-control #close-icon:hover path,
header .top-row .header-search-box .search-control #search-icon:hover path {
  fill: #42a88e
}

@media screen and (max-width:64.06125em) {
  header .top-row {
    padding: 0 1rem
  }
}

header .bottom-row {
  padding-bottom: 42px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header .bottom-row .logo {
  width: 320px;
  min-width: 130px
}

@media screen and (max-width:64.06125em) {
  header .bottom-row .logo {
    width: 250px;
    padding-bottom: 2rem
  }
}

@media screen and (max-width:47.99875em) {
  header .bottom-row .logo {
    width: 140px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0
  }
}

@media print {
  header .bottom-row .logo {
    top: 0;
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0 24px;
    border-bottom: 1px solid #cdc3bb
  }

  header .bottom-row .logo img {
    width: 240px
  }
}

@media screen and (max-width:64.06125em) {
  header .bottom-row {
    padding-left: 1rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (max-width:47.99875em) {
  header .bottom-row {
    height: inherit;
    padding-bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.ui-widget.ui-widget-content {
  font-size: 16px;
  text-align: left;
  max-height: 300px;
  overflow-y: scroll;
  background: #fff;
  margin: -2px 0 0;
  padding: 10px 10px 10px 20px;
  border-left: 1px solid #e7e1dd;
  border-right: 1px solid #e7e1dd;
  border-bottom: 1px solid #e7e1dd
}

.ui-widget.ui-widget-content a {
  width: 100%;
  color: #b7ada5;
  display: block;
  text-transform: capitalize
}

.ui-widget.ui-widget-content .ui-state-active {
  border: none;
  background: transparent;
  text-decoration: underline
}

.ui-widget.ui-widget-content .ui-state-highlight {
  border: none;
  color: orange;
  background: transparent
}

.footer {
  font-size: 16px;
  overflow: hidden;
  color: #8e8279;
  padding: 50px 0 30px;
  background-color: #d8d1c9
}

@media screen and (max-width:47.99875em) {
  .footer {
    border: 0 none;
    padding-top: 0;
    padding-bottom: 75px
  }
}

.footer .view-full {
  color: #fff;
  cursor: pointer;
  padding: 11px 10px;
  text-transform: uppercase;
  background-color: #42a88e
}

.footer .view-full:hover {
  text-decoration: underline
}

.footer .footer-section {
  padding-right: 7rem
}

@media screen and (min-width:64.0625em) {
  .footer .footer-section:first-of-type {
    padding-left: 0 !important
  }
}

.footer .footer-section a:hover {
  text-decoration: underline
}

@media screen and (max-width:64.06125em) {
  .footer .footer-section {
    padding-right: 3rem
  }
}

.footer .footer-title-column {
  font-size: 16px
}

.footer .footer-item {
  line-height: 24px;
  margin-bottom: 2px
}

.footer .social-section .social-links {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0
}

@media screen and (max-width:64.06125em) {
  .footer .social-section .social-links {
    padding: 20px 0 25px
  }
}

.footer .social-section .social-links>li {
  margin: 0 0 0 12px
}

.footer .social-section .social-links>li:first-child {
  margin-left: 0
}

.footer .social-section .social-links>li .youtube {
  padding-left: 6px
}

.footer .social-section .social-links .in,
.footer .social-section .social-links .tw,
.footer .social-section .social-links .youtube {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  color: #d8d1c9;
  font-size: 26px;
  background: #fff;
  line-height: 40px;
  border-radius: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer .social-section .social-links .in:hover,
.footer .social-section .social-links .tw:hover,
.footer .social-section .social-links .youtube:hover {
  text-decoration: none;
  background: #706259
}

.footer .social-section .social-links .fab {
  font-size: 23px
}

.navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: .32px
}

.navigation .menu-main {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  letter-spacing: normal;
  text-transform: uppercase
}

.navigation .menu-main .sub-menu {
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 10;
  width: 100%;
  line-height: 22px;
  background: #fff;
  color: #8e8279;
  position: absolute;

  visibility: hidden;
  font-weight: 400;
  padding: 35px 0 55px;
  text-transform: capitalize;
  transition: all .2s ease-in-out;
  border-bottom: 5px solid #d9d1ca
}

.navigation .menu-main .sub-menu li+li {
  margin-top: 10px
}

.navigation .menu-main .sub-menu>li {
  width: 100%;
  margin: 0 auto;
  max-width: 102.4rem
}

@media screen and (max-width:64.06125em) {
  .navigation .menu-main .sub-menu>li {
    padding-left: 560px
  }
}

@media screen and (min-width:48em) {
  .navigation .menu-main .sub-menu>li {
    padding-left: 600px
  }
}

@media screen and (min-width:64.0625em) {
  .navigation .menu-main .sub-menu>li {
    padding-left: 788px
  }
}

.navigation .menu-main .menu-item {
  font-size: 16px;
  line-height: 27px;
  padding-left: 24px;
  letter-spacing: .02em
}

@media screen and (max-width:47.99875em) {
  .navigation .menu-main .menu-item {
    line-height: 19px;
    padding: 9px 15px 10px 0
  }
}

@media screen and (max-width:64.06125em) {
  .navigation .menu-main .menu-item:last-child {
    padding-right: 10px
  }
}

.navigation .menu-main .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible
}

@media screen and (max-width:47.99875em) {
  .navigation .menu-section {
    width: 100vw;
    margin-left: -1rem
  }
}

@media screen and (max-width:47.99875em) {
  .navigation .mobile-menu {
    width: 100%;
    z-index: 10;
    display: none;
    background: #fff;
    position: absolute;
    padding: 1.8rem 1rem 2px;
    border-top: 1px solid #d8d1c9;
    border-bottom: 5px solid #d8d1c9
  }
}

.cookie-banner {
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: none;
  color: #fff;
  padding: 1rem;
  position: fixed;
  font-size: 16px;
  line-height: 22px;
  transition: all .5s ease 0s;
  background-color: #706259;
  border-top: 1px solid #fff
}

.cookie-banner .cookie-advice {
  padding: 1rem 0
}

@media screen and (min-width:48em) {
  .cookie-banner .cookie-advice {
    max-width: 535px
  }
}

@media screen and (max-width:47.99875em) {
  .cookie-banner .cookie-advice {
    font-size: 14px;
    margin-bottom: 5px
  }
}

.cookie-banner .cookie-cta {
  text-decoration: underline
}

@media screen and (max-width:47.99875em) {
  .cookie-banner {
    font-size: 14px
  }
}

.close-banner {
  cursor: pointer;
  padding: 0 85px;
  text-align: right;
  line-height: 46px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #42a88e
}

@media screen and (max-width:47.99875em) {
  .close-banner {
    padding: 0 15px;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 1rem
  }
}

.close-banner:hover {
  background-color: #000
}

.form-search-sidebar {
  font-size: 1.6rem;
  position: relative
}

.form-search-sidebar .search-input {
  width: 100%;
  height: 45px;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem
}

.form-search-sidebar .search-submit {
  width: 100%;
  height: 47px;
  display: block
}

@media screen and (max-width:47.99875em) {
  .form-search-sidebar .search-submit {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 8px 16px
  }
}

.sidebar-container hr:first-child {
  margin-top: 0;
  margin-bottom: 20px
}

@media screen and (max-width:47.99875em) {
  .sidebar-container {
    -ms-flex-order: 1;
    order: 1
  }
}

.aside-block>hr:first-of-type {
  margin-top: 0
}

.aside-block .extra-slide-option {
  margin-bottom: 20px
}

.aside-block .subtitle {
  font-size: 16px;
  margin: 0 0 18px;
  text-transform: uppercase
}

@media screen and (max-width:47.99875em) {
  .aside-block .subtitle {
    font-weight: 700
  }
}

.aside-block .list {
  text-transform: capitalize
}

.aside-block .list.entities {
  text-transform: none
}

.aside-block .list li {
  padding: 0;
  margin-top: 2rem;
  line-height: 2.2rem
}

.menu-sidebar {
  font-size: 16px
}

@media print {
  .menu-sidebar {
    -ms-flex-order: 1;
    order: 1
  }
}

.menu-sidebar .sub-menu a {
  line-height: 15px
}

.menu-sidebar a {
  display: block;
  line-height: 19px;
  color: #8e8279
}

.menu-sidebar a.active,
.menu-sidebar a:hover {
  color: #42a88e
}

.menu-sidebar li+li {
  margin: 17px 0 0
}

@media screen and (max-width:47.99875em) {
  .menu-sidebar li+li {
    padding: 0;
    margin-top: 8px;
    line-height: 18px
  }
}

.menu-sidebar .menu-item-parent {
  position: relative
}

.menu-sidebar .menu-children {
  display: none;
  padding: 8px 0 5px 7px
}

.menu-sidebar .plus-icon {
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  background: url("/build/assets/images/icon-plus.svg") no-repeat 50%/contain
}

.menu-sidebar .plus-icon.expanded {
  top: 0;
  background: url("/build/assets/images/icon-minus.svg") no-repeat 50%/contain
}

.inline-datepicker {
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.inline-datepicker .textfield {
  -ms-flex: 0 0 272px;
  flex: 0 0 272px
}

.inline-datepicker button.ui-datepicker-trigger {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.ui-datepicker {
  padding: 0 !important
}

.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-all {
  border-radius: 0 !important
}

.ui-datepicker.ui-widget-content {
  border: none;
  overflow-y: visible !important
}

.ui-datepicker .ui-datepicker-header {
  height: 46px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  border-bottom: none;
  border: 1px solid #e0e0e2;
  background-color: transparent
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #42a88e;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next,
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  width: 20px;
  height: 100%;
  font-size: 13px;
  padding: 15px 0;
  font-weight: 900;
  line-height: 16px;
  font-style: normal;
  color: #42a88e;
  font-family: Font Awesome\ 5 Free
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span,
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span {
  display: none
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:before {
  content: "\F054"
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
  content: "\F053"
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev-hover {
  border: none;
  text-decoration: underline;
  background-color: transparent
}

.ui-datepicker .ui-datepicker-calendar {
  margin: 0
}

.ui-datepicker .ui-datepicker-calendar th {
  padding: 0;
  width: 37px;
  height: 36px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2.76;
  text-align: center;
  font-style: normal;
  background: #e0e0e2;
  border: 1px solid #e0e0e2;
  text-transform: uppercase
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e2
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
  padding: 0;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 36px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border: none !important;
  background: none !important
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-active {
  color: #fff
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-current-day {
  background: #d2202e
}

.select2-container--stroock {
  height: 60px;
  color: #8e8279;
  font-size: 2.2rem;
  padding: 14px 20px;
  line-height: normal;
  border: 1px solid #e7e1dd
}

.select2-container--stroock.select2-container--open:not(.select2) {
  width: auto;
  border: none;
  padding: 0 20px;
  background-color: transparent
}

.select2-container--stroock.select2-container--open:not(.select2):after {
  display: none
}

.select2-container--stroock:after {
  top: 24px;
  content: "";
  right: 20px;
  z-index: -1;
  width: 24px;
  height: 14px;
  position: absolute;
  background: url("/build/assets/images/icon-arrow-down.svg") no-repeat 50%/contain
}

.select2-container--stroock.select2-container--open:after {
  background: url("/build/assets/images/icon-arrow-up.svg") no-repeat 50%/contain
}

.select2-container--stroock .select2-selection {
  outline: none
}

.select2-container--stroock .select2-dropdown {
  border-radius: 0;
  max-height: 300px;
  overflow-y: scroll;
  border-color: #e7e1dd
}

.select2-container--stroock .select2-dropdown.select2-dropdown--below {
  margin-top: -1px
}

.select2-container--stroock .select2-dropdown.select2-dropdown--below .select2-results__option:first-child {
  margin: 0
}

.select2-container--stroock .select2-dropdown.select2-dropdown--above {
  margin-top: 1px
}

.select2-container--stroock .select2-results__options {
  padding-right: 0;
  padding-left: 8px
}

.select2-container--stroock .select2-results__options .select2-results__option {
  cursor: pointer;
  margin-top: 12px;
  padding: 2px 20px;
  line-height: 24px;
  word-wrap: break-word;
  word-break: break-word;
  border: 1px solid transparent
}

.select2-container--stroock .select2-results__options .select2-results__option:hover {
  color: #42a88e
}

.alumni-search-sidebar .select2-container--stroock,
.sided .select2-container--stroock {
  height: 45px;
  font-size: 1.6rem;
  padding: 10px 15px
}

.alumni-search-sidebar .select2-container--stroock:after,
.sided .select2-container--stroock:after {
  top: 18px;
  width: 21px;
  right: 15px;
  height: 12px
}

.alumni-search-sidebar.select2-results__options,
.sided.select2-results__options {
  padding-left: 0
}

.alumni-search-sidebar.select2-results__options .select2-results__option,
.sided.select2-results__options .select2-results__option {
  line-height: 1;
  padding: 2px 20px;
  font-size: 1.6rem
}

.stroock-popup {
  width: 450px;
  display: none;
  z-index: 1000;
  font-size: 16px;
  position: absolute;
  background: #fff;
  padding: 28px 30px 24px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25)
}

.stroock-popup .spinner {
  min-height: 150px;
  background: url("/build/assets/images/spinner.gif") no-repeat 50%
}

.stroock-popup .stroock-popu-loading {
  width: 100%;
  text-align: center
}

.stroock-popup .stroock-popup--info {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px
}

.stroock-popup .stroock-popup--info .stroock-popup--image-cont {
  float: left;
  width: 112px;
  height: 142px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 18px;
  position: relative
}

.stroock-popup .stroock-popup--info .stroock-popup--text {
  width: 100%
}

.stroock-popup .stroock-popup--info .stroock-popup--name {
  font-weight: 600;
  line-height: 22px;
  margin: -5px 0 3px
}

.stroock-popup .stroock-popup--info .stroock-popup--name a {
  color: #42a88e
}

.stroock-popup .stroock-popup--info .stroock-popup--name a:after {
  width: 8px;
  height: 14px;
  content: "";
  margin-top: 5px;
  margin-left: 20px;
  position: absolute;
  background: url("/build/assets/images/icon-arrow-right.svg") no-repeat
}

.stroock-popup .stroock-popup--info .stroock-popup--info-list {
  margin: 12px 0 0;
  padding: 13px 0 9px;
  border-top: 1px solid #e7e1dd
}

.stroock-popup .stroock-popup--info .stroock-popup--info-list>li {
  margin-top: 5px;
  min-height: 22px;
  padding-left: 35px;
  background-size: 22px 22px;
  background-repeat: no-repeat
}

.stroock-popup .stroock-popup--info .stroock-popup--info-list .tel {
  margin: 0;
  background-size: 19px 19px;
  background-image: url("/build/assets/images/icon-phone.svg")
}

.stroock-popup .stroock-popup--info .stroock-popup--info-list .email {
  padding-top: 0;
  background-image: url("/build/assets/images/icon-email.svg")
}

.stroock-popup .stroock-popup--info .stroock-popup--info-list .vcard {
  padding-top: 4px;
  background-image: url("/build/assets/images/icon-vcard.svg")
}

.stroock-popup .stroock-popup--related {
  line-height: 18px;
  word-break: break-word
}

.stroock-popup .stroock-popup--related h6 {
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 5px
}

.stroock-popup .stroock-popup--related a {
  display: initial
}

.stroock-popup a {
  color: #8e8279
}

.stroock-popup a:hover {
  color: #42a88e
}

.popup-top-threshold {
  padding-top: 10px !important
}

.archive-list-content {
  margin-bottom: 100px
}

.archive-list-content:before {
  content: "";
  height: 1px;
  border: none;
  margin: 30px 0;
  display: block;
  background: #e7e1dd
}

.archive-list-content .separator {
  margin: 0 12px
}

.archive-list-content .back-to {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.archive-list-content .back-to h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px
}

.archive-list-content .back-to a {
  font-size: 18px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.archive-list-content .archive-list {
  padding-top: 10px
}

.archive-list-content .archive-list .post-title {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  font-family: Verdana, Times, serif
}

.archive-list-content .archive-list .post-title:hover {
  color: #42a88e
}

.archive-list-content .archive-list .post-date {
  font-size: 18px;
  line-height: 24px;
  color: #8e8279
}

.archive-list-content .archive-list .post-block {
  margin-top: 36px
}

.archive-list-content .archive-list .post-block:first-child {
  margin-top: 0
}

.archive-list-content .archive-list .post-block a:hover {
  text-decoration: none
}

.archive-list-content .archive-list .post-people-links {
  font-size: 18px;
  line-height: 24px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.archive-list-content .archive-list .post-people-links .people-link {
  color: #8e8279;
  padding: 0 0 0 5px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.archive-list-content .archive-list .post-people-links .people-link:hover {
  color: #42a88e
}

.archive-list-content .archive-list .created-by {
  font-size: 18px;
  line-height: 24px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.archive-list-content .archive-list .created-by .creator {
  color: #8e8279;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.archive-list-content .archive-list .created-by .creator:hover {
  color: #42a88e
}

.archive-list-content .cta-relative {
  color: #8e8279;
  font-size: 18px;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  margin: 3.5rem 0 1.2rem;
  text-transform: capitalize;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.archive-list-content .cta-relative:after {
  width: 20px;
  height: 100%;
  line-height: 1;
  font-size: 18px;
  content: "\F054";
  font-weight: 900;
  margin-left: 5px;
  font-style: normal;
  color: #42a88e;
  vertical-align: baseline;
  font-family: Font Awesome\ 5 Free
}

.archive-list-content .cta-relative:hover {
  color: #42a88e
}

@media screen and (max-width:64.06125em) {
  .archive-list-content .cta-relative {
    margin: 0;
    font-size: 16px
  }
}

.practice-files {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 0 25px;
  position: relative;
  margin-bottom: 50px
}

.practice-files h4 {
  font-weight: 700;
  margin-top: 17px;
  margin-bottom: 60px
}

.practice-files ul>li {
  margin-top: 0
}

.practice-files .slider-related-files {
  margin: 0;
  padding: 0;
  list-style: none
}

.practice-files .slider-related-files li {
  margin-bottom: 3rem
}

.practice-files .slider-related-files li:first-child {
  padding-left: 0
}

.practice-files a.img-bg {
  width: 130px;
  height: 182px;
  margin-bottom: 10px;
  display: inline-block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.practice-files .content-title {
  overflow: hidden
}

.practice-files .rel-slider-header {
  margin-bottom: 0
}

.practice-files .rel-slider-header a {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block
}

.practice-files .rel-slider-header a:hover {
  text-decoration: underline
}

.practice-files .font-bembo-bold {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-family: Verdana, Times, serif
}

.practice-files .downloadable-button {
  outline: 0;
  height: 47px;
  color: #fff;
  line-height: 1;
  border: 0 none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  overflow: visible;
  padding: 15px 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  background: #42a88e;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.practice-files .downloadable-button:hover {
  background: #8e8279
}

.practice-files.single-text {
  height: auto
}

.practice-files.single-text li {
  margin-bottom: 1rem
}

.display-list>p {
  font-size: 18px
}

.results-list .list {
  font-weight: 400
}

.results-list .list .item {
  font-size: 22px;
  margin-top: 20px;
  color: #8e8279;
  line-height: 22px
}

.results-list .list :first-child {
  margin-top: 0
}

.search-results-info {
  font-size: 1.6rem;
  margin-bottom: 47px
}

.search-results-info .no-results .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal
}

.search-results-info .no-results .text {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 44px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.table-results {
  width: 100%;
  border-collapse: collapse
}

.table-results thead td {
  height: 44px;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: #8e8279;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  background-color: #d9d1ca
}

.table-results thead td:after {
  top: 0;
  right: 0;
  width: 20px;
  content: "";
  z-index: 12;
  height: 44px;
  margin: 0 15px;
  display: block;
  position: absolute;
  background: url("/build/assets/images/icon-arrow-down-dark.svg") no-repeat 50%/contain
}

.table-results thead td.sorted {
  color: #fff;
  font-weight: 600;
  background-color: #42a88e
}

.table-results thead td.sorted.icon-sort-down:after {
  background: url("/build/assets/images/icon-arrow-down-white.svg") no-repeat 50%/contain
}

.table-results thead td.sorted.icon-sort-up:after {
  background: url("/build/assets/images/icon-arrow-up-white.svg") no-repeat 50%/contain
}

.table-results tbody td {
  border: none;
  padding: 15px;
  line-height: 1.5;
  font-size: 1.6rem
}

.table-results tbody td.vcard-container {
  position: relative
}

.table-results tbody td.vcard-container p {
  max-width: 90%
}

.table-results tbody td.vcard-container .office {
  text-transform: capitalize
}

.table-results tbody td.vcard-container .vcard-link {
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/build/assets/images/icon-vcard.svg) no-repeat 50%
}

.table-results tbody td.vcard-container .vcard-link:hover {
  background: url(/build/assets/images/icon-vcard-orange.svg) no-repeat 50%
}

.table-results tbody tr:nth-child(odd) {
  background: #fff
}

.table-results tbody tr:nth-child(2n) {
  background: #f8f7f6
}

.table-results tbody tr:nth-child(odd) td {
  background: #fff
}

.table-results tbody tr:nth-child(2n) td {
  background: #f8f7f6
}

.table-results tbody .speakers .speaker.external-speakers {
  margin-left: -5px
}

.table-results tbody .speakers .speaker:not(:last-child):after {
  color: #000;
  content: ","
}

.table-results tbody a {
  color: #8e8279;
  font-size: inherit;
  font-family: inherit
}

.table-results tbody a:hover {
  color: #42a88e
}

.table-results tbody a[data-person-id] {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.table-results tbody em {
  line-height: 1.5;
  font-size: 1.6rem
}

@media screen and (max-width:47.99875em) {
  .table-mobile-view tbody tr {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .table-mobile-view tbody td {
    padding: 0
  }

  .table-mobile-view tbody td.vcard-container {
    -ms-flex-flow: column;
    flex-flow: column
  }

  .table-mobile-view tbody td.vcard-container p {
    font-size: 16px
  }

  .table-mobile-view .person-name {
    display: block;
    padding-top: 1rem
  }

  .table-mobile-view .email,
  .table-mobile-view .phone {
    line-height: 21px;
    padding-left: 25px
  }

  .table-mobile-view .phone {
    background: url("/build/assets/images/icon-phone.svg") 0/17px 17px no-repeat
  }

  .table-mobile-view .email {
    margin-top: 3px;
    color: #8e8279;
    background: url("/build/assets/images/icon-email.svg") 0/17px 17px no-repeat
  }
}

.paginated-table .pagination {
  font-size: 18px;
  margin-top: 40px;
  text-align: right
}

@media screen and (max-width:47.99875em) {
  .paginated-table .pagination {
    display: -ms-flexbox;
    display: flex
  }
}

.paginated-table .pagination .page-numbers {
  color: #706259;
  padding: 3px 10px
}

.paginated-table .pagination .page-numbers:not(:first-of-type) {
  margin-left: 1px
}

@media screen and (max-width:47.99875em) {
  .paginated-table .pagination .page-numbers:not(:first-of-type) {
    margin-left: 3px
  }
}

.paginated-table .pagination .page-numbers:not(.dots):not(.next):not(.prev) {
  background: #f8f7f6
}

.paginated-table .pagination .page-numbers:not(.dots):not(.next):not(.prev).current,
.paginated-table .pagination .page-numbers:not(.dots):not(.next):not(.prev):hover {
  color: #fff;
  background: #42a88e
}

.paginated-table .pagination .page-numbers .fa-chevron-left,
.paginated-table .pagination .page-numbers .fa-chevron-right {
  bottom: 1px;
  font-size: 20px;
  position: relative;
  color: #42a88e;
  vertical-align: middle
}

.paginated-table .pagination .page-numbers .fa-chevron-right {
  margin-left: 5px
}

.paginated-table .pagination .page-numbers .fa-chevron-left {
  margin-right: 5px
}

.alpha-mobile {
  z-index: 9;
  height: 46px;
  font-size: 22px;
  color: #8e8279;
  padding: 14px 15px;
  position: relative;
  margin-bottom: 22px;
  border: 1px solid #e7e1dd
}

.alpha-mobile .selected {
  max-width: 85%;
  font-size: 16px;
  text-transform: uppercase
}

.alpha-mobile:after {
  top: 50%;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/build/assets/images/icon-arrow-down.svg") 50%/17px 17px no-repeat
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .alpha-mobile:after {
    background: url("/build/assets/images/icon-arrow-down.svg") 50%/19px 10px no-repeat
  }
}

.alpha-mobile .alpha-mobile-children {
  margin: 0;
  left: -1px;
  display: none;
  overflow: auto;
  padding: 15px 0 5px;
  cursor: default;
  max-height: 190px;
  background: #fff;
  position: absolute;
  width: calc(100% + 2px);
  border-left: 1px solid #e7e1dd;
  border-right: 1px solid #e7e1dd;
  border-bottom: 1px solid #e7e1dd
}

.alpha-mobile .alpha-mobile-children li:hover .letter {
  color: #42a88e
}

.alpha-mobile .alpha-mobile-children .letter {
  display: block;
  font-size: 16px;
  color: #8e8279;
  padding-left: 15px;
  font-weight: 400;
  text-transform: uppercase
}

.alpha-mobile.open .alpha-mobile-children {
  display: block
}

.alpha-mobile.open:after {
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  background: url("/build/assets/images/icon-arrow-up.svg") 50%/17px 17px no-repeat
}

.menu-sidebar .title-alpha {
  font-size: 16px;
  margin: 27px 0 18px
}

.menu-sidebar .title-filter {
  margin: 20px 0 18px
}

.menu-sidebar .form-archive-search .select2,
.menu-sidebar .form-archive-search input {
  font-weight: 400;
  margin-top: 0 !important;
  text-transform: capitalize
}

.menu-sidebar .select2-selection__placeholder {
  font-weight: 400;
  text-transform: capitalize
}

.menu-sidebar .select2-selection__rendered {
  padding-left: 0 !important
}

.sitemap {
  font-size: 18px;
  color: #8e8279;
  margin-bottom: 10rem
}

@media screen and (max-width:47.99875em) {
  .sitemap {
    font-size: 16px
  }

  .sitemap .cell {
    padding-left: 0;
    padding-right: 0
  }
}

.sitemap a:hover {
  color: #42a88e
}

.sitemap .sm-section {
  padding: 17px 0
}

.sitemap .sm-section:not(:first-child) {
  border-top: 1px solid #e7e1dd
}

@media screen and (max-width:47.99875em) {
  .sitemap .sm-section {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

.sitemap .title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  font-family: Verdana, Times, serif
}

.sitemap .title:hover {
  text-decoration: underline
}

@media screen and (max-width:47.99875em) {
  .sitemap .title {
    font-size: 18px
  }
}

.sitemap .subtitle {
  font-weight: 400;
  margin: 20px 0 0;
  text-transform: uppercase
}

.sitemap .subtitle a,
.sitemap .title a {
  color: #42a88e
}

.sitemap .sub-menu {
  margin: 0;
  padding: 0
}

.sitemap .menu-item-has-children .sub-menu {
  padding-left: 15px
}

.sitemap .side-map--list {
  margin-top: 20px
}

@media screen and (max-width:47.99875em) {
  .sitemap .side-map--list {
    margin-bottom: 22px
  }
}

.sitemap .side-map--list li {
  margin-top: 20px;
  line-height: 22px
}

@media screen and (max-width:47.99875em) {
  .sitemap .side-map--list li {
    margin-top: 8px
  }
}

@media screen and (min-width:48em) {
  .sitemap .column-left {
    padding-right: 35px
  }
}

@media screen and (min-width:48em) {
  .sitemap .column-right {
    padding-left: 35px
  }
}

.sitemap .hide-for-sitemap {
  display: none
}

.sitemap #menu-events-menu .sub-menu {
  padding-left: 0
}

.faqs-page {
  font-family: Verdana, Times, serif
}

.faqs-page .questions {
  margin-bottom: 25px
}

.faqs-page .questions .question {
  font-size: 18px;
  padding: 5px 10px;
  line-height: 24px;
  background: #eee;
  border: 1px solid #ccc
}

.faqs-page .questions .answer {
  padding-top: 3px
}

.faqs-page .questions .answer p {
  font-size: 18px;
  line-height: 24px;
  font-family: Verdana, Times, serif
}

.grid-list-box .list-box {
  max-height: 0;
  min-height: 120px;
  color: #8e8279;
  line-height: 20px;
  position: relative;
  margin-bottom: 4rem;
  word-break: break-word;
  padding: 1.4rem 1.8rem;
  border: 1px solid #e7e1dd;
  transition: max-height .2s cubic-bezier(.4, 0, 1, 1)
}

@media screen and (max-width:47.99875em) {
  .grid-list-box .list-box {
    min-height: auto;
    max-height: none;
    padding: 9px 12px;
    margin-bottom: 23px
  }
}

@media print {
  .grid-list-box .list-box {
    padding: 0;
    border: none
  }
}

.grid-list-box .list-box.expanded {
  color: #fff;
  max-height: 800px;
  background-color: #8f8178
}

.grid-list-box .list-box.expanded .plus-icon {
  background: url("/build/assets/images/icon-minus-white.svg") no-repeat 50%/contain
}

.grid-list-box .list-box.expanded .list-item:hover,
.grid-list-box .list-box.expanded .title-service:hover {
  color: currentColor;
  text-decoration: underline
}

.grid-list-box .list-box.expanded .list-group {
  height: 100%;
  display: block
}

.grid-list-box .list-box .plus-icon {
  top: 20px;
  right: 17px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  background: url("/build/assets/images/icon-plus.svg") no-repeat 50%/contain
}

@media screen and (max-width:47.99875em) {
  .grid-list-box .list-box .plus-icon {
    top: 13px;
    right: 12px;
    width: 13px;
    height: 13px
  }
}

.grid-list-box .list-box .title-service {
  font-size: 22px;
  line-height: 30px;
  padding-right: 35px;
  display: inline-block;
  text-transform: uppercase
}

@media screen and (max-width:47.99875em) {
  .grid-list-box .list-box .title-service {
    font-size: 16px;
    line-height: 16px
  }
}

.grid-list-box .list-box .title-service:hover {
  color: #42a88e
}

.grid-list-box .list-box .list-group {
  display: none;
  font-size: 16px;
  padding: 2.5rem 0 0
}

@media print {
  .grid-list-box .list-box .list-group {
    display: block
  }
}

.grid-list-box .list-box .list-group .list-item+.list-item {
  margin-top: 12px
}

@media screen and (max-width:47.99875em) {
  .grid-list-box .list-box .list-group .list-item+.list-item {
    margin-top: 7px
  }
}

@media screen and (max-width:47.99875em) {
  .grid-list-box .list-box .list-group .list-item {
    line-height: 18px
  }
}

@media screen and (max-width:47.99875em) {
  .grid-list-box .list-box .list-group {
    font-size: 14px;
    padding: 1rem 0 0
  }
}

.grid-list-box .divider {
  padding-top: 2px
}

.page-head {
  color: #fff;
  margin-bottom: 6.3rem;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(66,168,142,1) 65%);
}

@media print {
  .page-head {
    border: none !important
  }
}

.page-head .page-head--container {
  padding: 47px 0;
  min-height: 208px;
  position: relative
}

@media screen and (max-width:47.99875em) {
  .page-head .page-head--container {
    min-height: auto;
    padding: 16px 10px
  }
}

@media print {
  .page-head .page-head--container {
    height: auto;
    background: none;
    min-height: auto;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 17px;
    border-bottom: 1px solid #cdc3bb
  }
}

.page-head .page-head--container .tools {
  right: 0;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  position: absolute
}

.page-head .page-head--container .tools .icon {
  width: 22px;
  height: 25.9px;
  cursor: pointer;
  margin-left: 21px;
  background-size: contain;
  background-repeat: no-repeat
}

.page-head .page-head--container .tools .icon svg:hover path {
  fill: #000
}

.page-head .page-head--container .title {
  line-height: 48px
}

.page-head .page-head--container .title span {
  display: block;
  margin-top: 5px;
  line-height: 48px;
  font-weight: 400
}

.page-head .page-head--container .tools .icon-share:hover .share-wrapper {
  display: block
}

.page-head .page-head--container .share-wrapper {
  top: -18px;
  z-index: 20;
  width: 250px;
  right: -18px;
  display: none;
  padding: 18px;
  font-size: 16px;
  color: #8e8279;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.page-head .page-head--container .share-wrapper .icon.icon-share {
  float: right;
  display: block;
  background-image: url("/build/assets/images/icon-share-black.svg")
}

.page-head .page-head--container .share-wrapper .title {
  color: #000;
  font-weight: 600;
  margin-bottom: 25px
}

.page-head .page-head--container .share-wrapper .title span {
  font-weight: 600;
  display: inline-block
}

.page-head .page-head--container .share-wrapper .btn {
  height: 47px;
  display: block;
  margin-top: 20px;
  line-height: 47px;
  color: #8e8279;
  text-align: center;
  border: 1px solid #d9d1ca
}

.page-head .page-head--container .share-wrapper .btn:first-child {
  margin-top: 0
}

.page-head .page-head--container .share-wrapper .btn:hover {
  text-decoration: none;
  background: #d9d1ca
}

.page-head .page-head--container .share-wrapper .social-links {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 30px 0 0;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-head .page-head--container .share-wrapper .social-links li a {
  width: 40px;
  height: 40px;
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  position: relative;
  border-radius: 20px;
  background: #d9d1ca
}

.page-head .page-head--container .share-wrapper .social-links li a:hover {
  background: #706259
}

.page-head .page-head--container .share-wrapper .social-links li a .fab {
  font-size: 23px
}

@media screen and (max-width:47.99875em) {
  .page-head {
    margin-bottom: 3rem
  }
}

.gray-border {
  border: 1px solid #d8d1c9
}

.hamburger {
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  text-align: right;
  border-radius: 50%;
  transition-duration: .15s;
  transition-timing-function: ease;
  transition-property: opacity, padding, -webkit-filter;
  transition-property: opacity, filter, padding;
  transition-property: opacity, filter, padding, -webkit-filter;
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  text-transform: none
}

.hamburger:hover {
  opacity: .8 !important
}

.hamburger:hover .hamburger-inner:before {
  right: 0;
  width: 130%
}

@media screen and (max-width:47.99875em) {
  .hamburger:hover {
    opacity: 1
  }

  .hamburger:hover .hamburger-inner:before {
    width: 100%
  }
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 11px
}

@media screen and (max-width:47.99875em) {
  .hamburger-box {
    width: 18px
  }
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -1.5px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  border-radius: 0;
  position: absolute;
  background-color: #8e8279;
  width: 10px;
  height: 3px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

@media screen and (max-width:47.99875em) {

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 18px
  }
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block
}

.hamburger-inner:before {
  right: 0;
  width: 100%;
  top: -4px
}

.hamburger-inner:after {
  bottom: -4px
}

.hamburger--slider .hamburger-inner {
  top: 0
}

.hamburger--slider .hamburger-inner:before {
  top: 6px;
  transition-property: transform, all;
  transition-timing-function: ease;
  transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
  top: 12px
}

.hamburger--slider.is-active .hamburger-inner {
  width: 20px;
  transform: translate3d(0, 4px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-1.42857px, -1px, 0);
  opacity: 0
}

@media screen and (max-width:47.99875em) {
  .hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-2.57143px, -1px, 0)
  }
}

.hamburger--slider.is-active .hamburger-inner:after {
  width: 20px;
  transform: translate3d(0, -11.2px, 0) rotate(-90deg)
}

.page-banner .banner-container {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.page-banner .banner-container .banner-content {
  min-height: 390px;
  padding: 3.4rem 40rem 1.1rem 0
}

.page-banner .banner-container .banner-content .banner-title {
  width: 100%;
  color: #fff;
  line-height: 1.2;
  font-size: 4.75rem
}

.page-banner .banner-container .banner-content .banner-title:hover {
  color: #42a88e
}

@media screen and (max-width:47.99875em) {
  .page-banner .banner-container .banner-content .banner-title {
    font-size: 26px;
    line-height: 1.1
  }
}

.page-banner .banner-container .banner-content .banner-copy {
  width: 100%;
  color: #fff;
  font-size: 30px;
  min-height: 120px;
  line-height: 36px
}

@media screen and (max-width:64.06125em) {
  .page-banner .banner-container .banner-content .banner-copy {
    min-height: 70px
  }
}

@media screen and (max-width:47.99875em) {
  .page-banner .banner-container .banner-content .banner-copy {
    font-size: 20px;
    min-height: 20px;
    line-height: 1.2
  }
}

.page-banner .banner-container .banner-content .cta {
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.page-banner .banner-container .banner-content .cta .fa-chevron-right {
  bottom: 1px;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  color: #42a88e;
  vertical-align: middle
}

.page-banner .banner-container .banner-content .cta:hover {
  color: #42a88e
}

@media screen and (max-width:47.99875em) {
  .page-banner .banner-container .banner-content .cta {
    -ms-flex-item-align: initial;
    -ms-grid-row-align: initial;
    align-self: auto
  }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .page-banner .banner-container .banner-content .cta {
    left: 0;
    bottom: 11px;
    position: absolute
  }
}

@media screen and (max-width:64.06125em) {
  .page-banner .banner-container .banner-content {
    margin: 0 10px;
    padding-right: 28rem
  }
}

@media screen and (max-width:47.99875em) {
  .page-banner .banner-container .banner-content {
    padding-right: 0;
    min-height: 190px;
    padding-top: 2.2rem
  }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .page-banner .banner-container .banner-content {
    position: relative
  }
}

.page-banner .slick-dots {
  left: 55.5%;
  width: 800px;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.page-banner .slick-dots li {
  margin: 0 6.5px
}

@media screen and (max-width:47.99875em) {
  .page-banner .slick-dots li {
    margin: 0 1.5px
  }
}

.page-banner .slick-dots button {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: -2px 0 0 -5px
}

.page-banner .slick-dots button:before {
  font-size: 27px;
  color: transparent
}

@media screen and (max-width:47.99875em) {
  .page-banner .slick-dots button:before {
    top: -5px;
    left: 1px;
    font-size: 19px
  }
}

@media screen and (max-width:47.99875em) {
  .page-banner .slick-dots button {
    width: 15px;
    height: 15px
  }
}

.page-banner .slick-dots button:hover {
  background-color: #42a88e;
  border: 1px solid #42a88e
}

.page-banner .slick-dots .slick-active button:before {
  left: -7px;
  opacity: 1;
  width: 22px;
  height: 22px;
  line-height: 23px;
  color: #42a88e
}

@media screen and (max-width:47.99875em) {
  .page-banner .slick-dots .slick-active button:before {
    width: 15px;
    height: 15px
  }
}

@media screen and (max-width:64.06125em) {
  .page-banner .slick-dots {
    width: 88%
  }
}

@media screen and (max-width:47.99875em) {
  .page-banner .slick-dots {
    left: 0;
    bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-transform: none;
    transform: none;
    margin-left: 15px;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.orange-border {
  border-top: 10px solid #42a88e
}

@media screen and (max-width:47.99875em) {
  .orange-border {
    border-top: 5px solid #42a88e
  }
}

.post-slider {
  padding: 5.4rem 0
}

@media screen and (max-width:64.06125em) {
  .post-slider {
    padding: 2rem 1rem
  }
}

.post-slider .banner-container {
  color: #8e8279;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

@media screen and (max-width:64.06125em) {
  .post-slider .banner-container {
    min-height: 0
  }
}

.post-slider .banner-container .category-post {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 4rem;
  text-transform: uppercase
}

@media screen and (max-width:47.99875em) {
  .post-slider .banner-container .category-post {
    margin-bottom: 2rem
  }
}

.post-slider .banner-container .banner-title {
  padding: 0;
  color: #000;
  display: block;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  font-family: Verdana, Times, serif
}

@media screen and (max-width:64.06125em) {
  .post-slider .banner-container .banner-title {
    font-size: 24px;
    line-height: 28px
  }
}

.post-slider .banner-container .banner-title:hover {
  color: #42a88e
}

.post-slider .banner-container .banner-item {
  padding: 35px 40px 0;
  border: 1px solid #e7e1dd
}

@media screen and (max-width:64.06125em) {
  .post-slider .banner-container .banner-item {
    padding: 15px;
    min-height: auto;
    margin-bottom: 1.4rem
  }
}

.post-slider .banner-container .banner-item .bottom-row {
  font-size: 18px;
  margin-bottom: 4rem
}

@media screen and (max-width:47.99875em) {
  .post-slider .banner-container .banner-item .bottom-row {
    margin-top: .4rem;
    margin-bottom: 0
  }
}

.post-slider .banner-container .banner-item .source-post:before {
  content: "|";
  margin: 0 12px;
  font-style: normal
}

.post-slider .cta {
  font-size: 18px;
  color: #8e8279;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 4.3rem 0 1.2rem;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.post-slider .cta .fa-chevron-right {
  margin-left: 10px;
  color: #42a88e;
  vertical-align: baseline
}

.post-slider .cta:hover {
  color: #42a88e
}

@media screen and (max-width:64.06125em) {
  .post-slider .cta {
    margin: 0;
    font-size: 16px
  }
}

.post-slider .slick-slider {
  margin-top: 3rem;
  min-height: 354px;
  margin-bottom: -40px
}

@media screen and (max-width:64.06125em) {
  .post-slider .slick-slider {
    margin-top: -5px;
    margin-bottom: -6px
  }
}

.post-slider .slick-dots {
  right: 0;
  width: auto;
  bottom: -2rem;
  text-align: right;
  -ms-transform: inherit;
  transform: inherit;
  margin-right: -1rem
}

@media screen and (max-width:47.99875em) {
  .post-slider .slick-dots {
    text-align: left;
    position: static;
    margin: 2.6rem 0 2rem
  }
}

.post-slider .slick-dots .slick-active button {
  border: 1px solid #42a88e
}

.post-slider .slick-dots button {
  border: 1px solid #d9d1ca
}

.events-post .source-post {
  font-style: normal
}

.events-post .slick-slider {
  min-height: 265px
}

.iframe {
  background: #f3f3f3;
  margin: 27px 0 25px;
  padding: 41px 80px 32px;
  border-top: 9px solid #42a88e
}

.iframe .iframe-title {
  font-weight: 700;
  font-family: Verdana, Times, serif
}

.locations-grid {
  padding: 75px 0
}

.locations-grid .all-locations {
  padding-right: 10px
}

@media screen and (max-width:64.06125em) {
  .locations-grid .all-locations {
    padding: 0 10px
  }
}

.locations-grid .grid-title {
  color: #706259;
  margin-bottom: 30px
}

@media screen and (max-width:47.99875em) {
  .locations-grid .grid-title {
    font-size: 26px
  }
}

.locations-grid .location-container {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin-right: 33px;
  margin-bottom: 50px;
  background-size: cover
}

@media screen and (min-width:48em) {
  .locations-grid .location-container:nth-of-type(3n+1) {
    margin-right: 0
  }
}

.locations-grid .location-container .location-name {
  color: #fff;
  font-size: 22px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0 20px 15px
}

@media screen and (max-width:64.06125em) {
  .locations-grid .location-container .location-name {
    font-size: 18px
  }
}

.locations-grid .location-container .location-content {
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  transition: transform .3s ease-in-out;
  background-color: #42a88e
}

.locations-grid .location-container .location-content .location-title {
  font-size: 22px;
  line-height: 2.5;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  padding: 0 20px 15px
}

.locations-grid .location-container .location-content .location-title:hover {
  text-decoration: underline
}

@media screen and (max-width:64.06125em) {
  .locations-grid .location-container .location-content .location-title {
    font-size: 18px
  }
}

@media screen and (max-width:47.99875em) {
  .locations-grid .location-container .location-content .location-title {
    line-height: 2;
    font-size: 20px;
    padding-bottom: 0;
    pointer-events: none
  }
}

.locations-grid .location-container .location-content .location-address,
.locations-grid .location-container .location-content .location-phone {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 20px 15px
}

@media screen and (max-width:47.99875em) {

  .locations-grid .location-container .location-content .location-address,
  .locations-grid .location-container .location-content .location-phone {
    font-size: 15px;
    padding-bottom: 0
  }
}

.locations-grid .location-container .location-content .location-map {
  text-decoration: underline
}

.locations-grid .location-container .location-content .location-map:hover {
  color: #000
}

@media screen and (max-width:47.99875em) {
  .locations-grid .location-container .location-content .location-map {
    color: #42a88e
  }
}

@media screen and (max-width:47.99875em) {
  .locations-grid .location-container .location-content {
    top: auto;
    color: #000;
    background-color: transparent
  }
}

@media screen and (min-width:48em) {
  .locations-grid .location-container:hover .location-content {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@media screen and (max-width:64.06125em) {
  .locations-grid .location-container {
    width: calc(40% - 80px);
    margin-right: 23px
  }
}

@media screen and (max-width:47.99875em) {
  .locations-grid .location-container {
    top: 0;
    width: 100%;
    color: #000;
    height: 150px;
    overflow: initial;
    margin-bottom: 15px;
    border: 1px solid #d8d1c9;
    background: transparent !important
  }
}

.form-container .form-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 50px;
  font-family: Verdana, Times, serif
}

.form-container .position-info {
  font-size: 18px;
  margin-top: 36px;
  line-height: 24px;
  font-family: Verdana, Times, serif
}

.form-container .position-info .office {
  color: #42a88e;
  text-transform: capitalize
}

.form-container .position-info .office:hover {
  text-decoration: underline
}

.form-container .form-shortcode {
  position: relative
}

.form-container .form-shortcode .cover-letter {
  top: 0;
  right: 0;
  height: 100%;
  position: absolute
}

@media screen and (max-width:768px) {
  .form-container .form-shortcode .cover-letter {
    width: 100%;
    display: block;
    position: relative
  }

  .form-container .form-shortcode .cover-letter .wpcf7-form-control-wrap {
    height: auto;
    display: block
  }
}

.form-container .form-shortcode .screen-reader-response {
  display: none
}

.form-container .wpcf7 .wpcf7-form {
  width: 50%
}

@media screen and (max-width:768px) {
  .form-container .wpcf7 .wpcf7-form {
    width: 100%
  }
}

.form-container .wpcf7 label {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 5px
}

.form-container .wpcf7 label span {
  color: #42a88e
}

.form-container .wpcf7 input[type=email],
.form-container .wpcf7 input[type=text] {
  width: 95%;
  margin-top: 5px;
  padding: 17px 20px;
  margin-bottom: 20px;
  border: 1px solid #e7e1dd
}

.form-container .wpcf7 input[type=submit] {
  width: 216px;
  height: 47px;
  border: none;
  color: #fff;
  margin: 50px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #42a88e
}

.form-container .wpcf7 input[type=submit]:hover {
  background-color: #706259
}

.form-container .wpcf7 textarea {
  height: 90%;
  resize: none;
  margin-top: 5px;
  max-width: 345px;
  border-color: #e7e1dd
}

@media screen and (max-width:768px) {
  .form-container .wpcf7 textarea {
    width: 95%;
    max-width: none
  }
}

.form-container .wpcf7 .select2.select2-container--stroock {
  margin: 5px 0 20px;
  width: 95% !important
}

.form-container .wpcf7 .select2.select2-container--stroock .select2-selection__rendered {
  font-weight: 400;
  color: #8e8279;
  font-size: 2.2rem
}

.form-container .wpcf7 .upload-file-button {
  height: 45px;
  color: #000;
  margin: 0 auto;
  border-radius: 0;
  line-height: 24px;
  position: relative;
  background-color: transparent
}

.form-container .wpcf7 .wpcf7-form-control-wrap {
  height: 62px;
  cursor: pointer;
  overflow: hidden;
  position: relative
}

.form-container .wpcf7 .wpcf7-form-control-wrap .upload-file-button {
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute
}

.form-container .wpcf7 .wpcf7-form-control-wrap .input-file {
  width: 95%;
  height: 60px;
  display: block;
  margin-top: 5px;
  color: #8e8279;
  position: relative;
  padding: 17px 20px;
  margin-bottom: 20px;
  border: 1px solid #e7e1dd
}

.form-container .wpcf7 .wpcf7-form-control-wrap .input-file :after {
  width: 20px;
  right: 20px;
  font-size: 22px;
  content: "\F093";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  font-family: Font Awesome\ 5 Free
}

.form-container .wpcf7 .wpcf7-form-control-wrap .input-file span {
  display: block;
  font-weight: 400;
  color: #8e8279;
  font-size: 2.2rem
}

.blockquote-slider {
  margin-top: 5rem;
  margin-right: 1rem;
  padding: 3.5rem 4rem;
  border: 1px solid #e7e1dd
}

.blockquote-slider .banner-content {
  display: -ms-flexbox;
  display: flex
}

.blockquote-slider .banner-content img {
  height: 140px;
  margin: 5px 20px;
  min-width: 140px
}

.blockquote-slider .banner-content .blockquote-text {
  font-size: 30px;
  line-height: 36px
}

.blockquote-slider .banner-content .blockquote-text,
.blockquote-slider .blockquote-cite {
  font-weight: 700;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Verdana, Times, serif
}

.blockquote-slider .blockquote-header {
  font-size: 18px;
  padding: .5rem 0;
  color: #8e8279;
  line-height: 24px;
  margin-bottom: 3.5rem;
  text-transform: uppercase
}

.blockquote-slider .blockquote-cite {
  font-size: 2.5rem;
  margin-top: 3.9rem;
  font-style: normal;
  color: currentColor
}

.blockquote-slider .banner-item {
  padding: 0;
  border: transparent
}

.blockquote-slider .banner-item.is-post-view .blockquote-text {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 15px
}

.blockquote-slider .banner-item.is-post-view .banner-content {
  display: block
}

.blockquote-slider .banner-item.is-post-view .banner-content h2,
.blockquote-slider .banner-item.is-post-view .banner-content p {
  display: block;
  font-size: 30px;
  font-weight: 700;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 19px;
  font-family: Verdana, Times, serif
}

.blockquote-slider .banner-item.is-post-view .cta {
  font-size: 18px;
  margin-top: 25px;
  color: #42a88e;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: underline;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.blockquote-slider .banner-item.is-post-view .cta:hover {
  color: #000
}

.blockquote-slider .slick-dots {
  width: 90%;
  padding-right: 2.5rem
}

.blockquote-slider .slick-dots button {
  border: 1px solid #d9d1ca
}

.offices-thumbnails .title {
  margin-bottom: 2rem
}

@media screen and (max-width:47.99875em) {
  .offices-thumbnails .title {
    font-size: 18px;
    line-height: 23px
  }
}

.offices-thumbnails .thumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-top: 5px;
  line-height: 20px;
  margin-bottom: 3rem
}

.offices-thumbnails .thumb-item .office-title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #42a88e;
  text-transform: uppercase
}

@media screen and (max-width:47.99875em) {
  .offices-thumbnails .thumb-item .office-title {
    color: #000;
    font-size: 20px;
    line-height: 24px
  }
}

.offices-thumbnails .thumb-item .office-title:hover {
  color: currentColor
}

@media screen and (max-width:47.99875em) {
  .offices-thumbnails .thumb-item .office-address p {
    font-size: 16px
  }
}

.offices-thumbnails .thumb-item .office-maps-url {
  color: #8e8279
}

.offices-thumbnails .thumb-item .office-maps-url:hover {
  color: #42a88e
}

@media screen and (max-width:47.99875em) {
  .offices-thumbnails .thumb-item .office-maps-url {
    color: #42a88e
  }
}

.offices-thumbnails .thumb-info {
  margin-bottom: 1.5rem
}

.offices-thumbnails .thumb-img {
  width: 93px;
  max-height: 93px;
  margin-right: 1.8rem
}

@media screen and (min-width:64.0625em) and (min-width:64.0625em) {
  .form-archive-search {
    margin: 0 -2rem
  }
}

.form-archive-search .form-group {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px
}

.form-archive-search .form-group .form-field,
.form-archive-search .form-group .select2 {
  margin-top: 35px
}

.form-archive-search .form-group label {
  display: block;
  font-size: 2.2rem
}

.form-archive-search .form-group .textfield {
  width: 100%;
  height: 60px;
  font-size: 2.2rem;
  padding: 14px 20px
}

.form-archive-search .form-group .search-submit {
  width: 216px;
  height: 47px;
  font-size: 1.6rem
}

.form-archive-search.sided {
  margin: 0;
  width: 100%
}

.form-archive-search.sided .form-group {
  padding: 0;
  margin-bottom: 2rem
}

.form-archive-search.sided .form-group .form-field,
.form-archive-search.sided .form-group .select2 {
  margin-top: 20px
}

.form-archive-search.sided .form-group .textfield {
  -ms-flex: auto;
  flex: auto;
  height: 45px;
  font-size: 1.6rem;
  padding: 10px 15px
}

.form-archive-search.sided .form-group .title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-transform: uppercase
}

.form-archive-search.sided .form-group .ui-datepicker-trigger {
  display: none
}

.form-archive-search.sided .form-group .search-submit {
  width: 100%
}

.form-archive-search.sided .form-group .clear-filters {
  width: 100%;
  height: 47px;
  font-size: 1.6rem;
  color: #8e8279;
  background: #d9d1ca
}

.form-archive-search.sided .form-group .clear-filters:hover {
  color: #fff
}

.alumni-search .content,
.alumni-search .section-heading {
  font-family: Verdana, Times, serif
}

.alumni-search .section-heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 55px
}

.alumni-search .content {
  font-size: 18px
}

.alumni-search .separator {
  margin: 34px 0
}

.alumni-search .form {
  width: 100%
}

.alumni-search .form .form-group {
  margin-bottom: 40px
}

.alumni-search .form .form-group .select2-container--stroock {
  margin-top: 35px
}

.alumni-search .form .form-group label {
  margin: 0 !important
}

.alumni-search .form-archive-search {
  margin: 0
}

.alumni-search-sidebar {
  max-width: 100%;
  padding: 7px 0;
  margin: 0 !important
}

.alumni-search-sidebar .form-group {
  margin-bottom: 20px
}

.alumni-search-sidebar .form-group .select2-container--stroock {
  width: 216px;
  height: 45px;
  font-size: 1.6rem;
  padding: 10px 15px
}

.alumni-search-sidebar .form-group .select2-container--stroock:after {
  top: 18px;
  width: 21px;
  right: 15px;
  height: 12px
}

.alumni-search-sidebar .form-group label {
  margin: 0 !important
}

.alumni-search-sidebar .actions {
  padding: 3px 0 5px
}

.alumni-search-sidebar .actions .form-group,
.alumni-search-sidebar .actions input[type=submit] {
  margin-bottom: 0
}

.interviews-itinerary {
  width: 100%
}

.interviews-itinerary .table-heading {
  margin-bottom: 20px
}

.interviews-itinerary .table-heading .title {
  margin-bottom: 10px
}

.interviews-itinerary .table-heading .content>p {
  font-size: 18px;
  line-height: 24px;
  font-family: Verdana, Times, serif
}

.interviews-itinerary .table-heading .content>p a {
  color: #42a88e
}

.interviews-itinerary .table-heading .content>p a:hover {
  text-decoration: underline
}

#global-search-results .aside-block .title {
  font-size: 16px;
  font-weight: 600
}

#global-search-results .aside-block .toggle-item {
  margin-top: 20px;
  line-height: 18px
}

#global-search-results .aside-block .toggle-item label {
  cursor: pointer;
  font-size: 15px
}

#global-search-results .aside-block .toggle-item .stylized-checkbox {
  margin-right: 10px
}

#global-search-results .aside-block .stylized-checkbox {
  top: 4px;
  float: left;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e7e1dd
}

#global-search-results .aside-block .stylized-checkbox.checked:before {
  content: "\F00C";
  left: 1px;
  bottom: 4px;
  font-size: 13px;
  font-weight: 900;
  position: relative;
  font-family: Font Awesome\ 5 Free
}

#global-search-results .all-results {
  padding-bottom: 10rem
}

#global-search-results .search-result .separator {
  margin: 30px 0
}

#global-search-results .search-result>.title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px
}

.post-sidebar {
  font-size: 16px;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e1dd
}

.post-sidebar .subtitle {
  font-size: 16px;
  margin-bottom: 2rem;
  text-transform: uppercase
}

.post-sidebar .post-title {
  display: block;
  font-weight: 700;
  line-height: 1.9rem;
  font-family: Verdana, Times, serif
}

.post-sidebar .post-title:hover {
  color: #42a88e
}

.post-sidebar .date {
  display: block;
  margin-top: 5px;
  color: #8e8279;
  padding-bottom: 2.5rem
}

.post-sidebar .view-all-link {
  color: #8e8279;
  text-transform: capitalize
}

.post-sidebar .view-all-link:hover {
  color: #42a88e
}

.spotlight-archive .cpt {
  color: #8e8279;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: uppercase
}

.spotlight-archive .cpt:after {
  content: "|";
  margin-left: 12px
}

@media screen and (max-width:47.99875em) {
  .spotlight-archive .cpt {
    font-size: 16px
  }
}

.spotlight-archive .spotlight-section {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px
}

.spotlight-archive .title-associative {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 11px;
  font-family: Verdana, Times, serif
}

.spotlight-archive .title-associative:hover {
  color: #42a88e
}

@media screen and (max-width:47.99875em) {
  .spotlight-archive .title-associative {
    font-size: 26px
  }
}

.spotlight-archive .img-associative {
  display: block;
  min-width: 85px;
  margin-right: 1.8rem
}

.spotlight-archive .img-associative img {
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover
}

.spotlight-archive .spotlight-detail .title-associative {
  padding-top: 0
}

.spotlight-archive .spotlight-detail .img-content {
  width: 197px;
  float: right;
  font-size: 18px;
  border: 1px solid;
  line-height: 24px;
  margin: 9rem 5px 5px 10px
}

.spotlight-archive .spotlight-detail .content {
  position: relative
}

.spotlight-archive .spotlight-detail .content img {
  border: 1px solid
}

.spotlight-archive .spotlight-detail .content .alignright {
  float: right;
  margin: 5px 10px
}

.positions .position-avail {
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 26px;
  font-family: Verdana, Times, serif;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.positions .position-avail a {
  font-size: 18px;
  line-height: 24px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.positions .position-details {
  position: relative;
  margin-bottom: 19px;
  font-family: Verdana, Times, serif
}

.positions .hiring-contact {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 19px;
  font-family: Verdana, Times, serif
}

.positions p {
  font-size: 18px;
  line-height: 24px;
  font-family: inherit
}

.positions .btn {
  top: 0;
  right: 0;
  width: 216px;
  height: 47px;
  border: none;
  color: #fff;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  background-color: #42a88e
}

.positions .btn:hover {
  text-decoration: none;
  background-color: #706259
}

@media screen and (max-width:47.99875em) {
  .positions .btn {
    width: 130px
  }
}

.single-post {
  font-size: 18px;
  line-height: 24px
}

.single-post .post-info {
  color: #8e8279;
  margin-bottom: 1.8rem
}

@media screen and (max-width:47.99875em) {
  .single-post .post-info {
    font-size: 16px
  }
}

.single-post .post-title,
.single-post p {
  font-family: Verdana, Times, serif
}

.single-post .post-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 1rem
}

.single-post .post-author {
  font-size: 16px;
  margin-bottom: 1.5rem
}

.single-post .post-author .author-link {
  color: #8e8279;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.single-post .post-author .author-link:hover {
  color: #42a88e
}

.single-post .post-author .author-link:not(:last-child):after {
  color: #000;
  content: ","
}

.single-post .source-post:before {
  content: "|";
  margin: 0 12px;
  font-style: normal
}

.single-post img.alignright {
  float: right;
  margin: 0 0 1rem 1rem
}

.single-post img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0
}

.single-post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.single-post .alignright {
  float: right
}

.single-post .alignleft {
  float: left
}

.single-post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.news-archive {
  padding-bottom: 100px
}

@media screen and (max-width:47.99875em) {
  .news-archive .title {
    font-size: 18px
  }
}

.news-archive .cat-name {
  text-transform: uppercase
}

.news-archive .cat-name:after {
  content: "|";
  margin: 0 12px;
  font-style: normal
}

.news-archive .fieldset {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 4rem
}

.news-archive .textfield {
  width: 100%;
  font-size: 22px;
  padding: 14px 20px
}

.news-archive .search-submit {
  font-size: 16px;
  min-width: 217px;
  padding: 15px 18px
}

.news-archive .single-view-content h2 {
  margin-bottom: 0
}

@media screen and (max-width:47.99875em) {
  .news-archive .news-list .news-title {
    font-size: 26px;
    line-height: 30px
  }

  .news-archive .news-list .news-block {
    margin-top: 20px
  }
}

.archive-jobs .office-title,
.archive-jobs .position {
  text-transform: capitalize
}

.archive-jobs .list {
  font-size: 18px
}

.archive-jobs .position {
  margin-top: 20px;
  line-height: 22px;
  color: #8e8279
}

.archive-jobs .position:hover {
  color: #42a88e
}

.single-view-content .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 55px;
  font-weight: 400;
  font-family: Verdana, Times, serif
}

.single-view-content .content {
  margin-bottom: 70px;
  font-family: Verdana, Times, serif
}

.single-view-content .content h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 55px;
  font-family: Verdana, Times, serif
}

.single-view-content .content li,
.single-view-content .content p,
.single-view-content .content ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 19px;
  font-family: Verdana, Times, serif
}

.single-view-content .content ul {
  margin: 18px 0
}

.single-view-content .content ul li {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 28px;
  position: relative
}

.single-view-content .content ul li:first-of-type {
  margin-top: 15px
}

.single-view-content .content ul li:after {
  left: 0;
  top: 11px;
  width: 4px;
  content: "";
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  border-radius: 4px
}

.single-view-content .content h4 {
  padding: 26px 0;
  font-weight: 700
}

.single-view-content a {
  color: #42a88e;
  font-family: Verdana, Times, serif
}

.single-view-content a:hover {
  text-decoration: underline
}

.single-view-content.large-text .title {
  font-size: 33px;
  line-height: 39px
}

.single-view-content.large-text .content p {
  font-size: 21px !important;
  line-height: 27px !important
}

.single-view-content.large-text .content h2 {
  font-size: 33px !important
}

.single-view-content.large-text .size13 p {
  font-size: 21px !important;
  line-height: 27px !important
}

.single-view-content.large-text .content,
.single-view-content.large-text .date,
.single-view-content.large-text .post-info,
.single-view-content.large-text size13 {
  font-size: 21px;
  line-height: 27px
}

.single-view-content .news-list {
  display: none
}

@media screen and (max-width:47.99875em) {
  .events-page {
    padding: 0 1rem
  }
}

.events-detail .title {
  font-weight: 700;
  margin-bottom: 11px
}

.events-detail .date {
  font-size: 18px;
  line-height: 22px;
  color: #8e8279;
  margin-bottom: 18px
}

.events-detail .sponsor {
  font-size: 16px;
  margin-bottom: 15px
}

.events-detail .event-subtitle {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px
}

.events-detail .speaker {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px
}

.events-detail .speaker a {
  color: #8e8279;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.events-detail .speaker a:hover {
  color: #42a88e
}

.events-detail .speaker .the-speaker {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.events-detail .speaker .the-speaker:not(:last-child):after {
  content: ",";
  color: #000
}

.events-detail .content ul {
  margin: 18px 0
}

.events-detail .content ul li {
  margin-bottom: 0
}

.person .person-card {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 80px
}

@media screen and (max-width:47.99875em) {
  .person .person-card {
    margin-top: 0;
    margin-bottom: 27px
  }
}

.person .person-card .image-container {
  margin-right: 40px
}

.person .person-card .image-container img {
  width: auto;
  height: 273px;
  max-width: 215px
}

@media screen and (max-width:47.99875em) {
  .person .person-card .image-container img {
    height: 120px
  }
}

@media screen and (max-width:47.99875em) {
  .person .person-card .image-container {
    margin-right: 12px
  }
}

.person .person-card .person-info p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px;
  padding-left: 35px
}

.person .person-card .person-info .email,
.person .person-card .person-info .fax,
.person .person-card .person-info .phone,
.person .person-card .person-info .vcard {

  min-height: 22px;
  line-height: 22px;
  background-size: 22px;
  background-repeat: no-repeat
}

@media screen and (max-width:47.99875em) {

  .person .person-card .person-info .email,
  .person .person-card .person-info .fax,
  .person .person-card .person-info .phone,
  .person .person-card .person-info .vcard {
    min-height: 17px;
    line-height: 18px;
    background-size: 17px;
    background-position: 0
  }
}

.person .person-card .person-info .phone {
  background-image: url("/build/assets/images/icon-phone.svg")
}

.person .person-card .person-info .fax {
  background-image: url("/build/assets/images/icon-fax.svg")
}

.person .person-card .person-info .email {
  background-image: url("/build/assets/images/icon-email.svg")
}

.person .person-card .person-info .email a {
  color: #8e8279
}

.person .person-card .person-info .email a:hover {
  color: #42a88e
}

.person .person-card .person-info .vcard {
  color: #8e8279;
  background-image: url("/build/assets/images/icon-vcard.svg")
}

.person .person-card .person-info .btn {
  height: 47px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 700;
  padding: 15px 18px;
  text-align: center;
  text-transform: uppercase;
  background: #42a88e
}

.person .content p {
  font-size: 16px;
  line-height: 24px;
  font-family: Verdana, Times, serif
}

@media screen and (max-width:47.99875em) {
  .person .content p {
    font-size: 16px !important
  }
}

.person .accordion-container {
  margin-top: 60px
}

.person .accordion-container .accordion-title:before {
  color: #d8d1c9;
  font-size: 34px;
  margin-top: -1.5rem;
  font-weight: 400
}

@media screen and (max-width:47.99875em) {
  .person .accordion-container .accordion-title:before {
    font-size: 24px
  }
}

.person .accordion-container .accordion-title:focus,
.person .accordion-container .accordion-title:hover {
  background-color: transparent
}

.person .accordion-container .accordion-item {
  background-color: #fff
}

.person .accordion-container .accordion-item a {
  color: #000;
  border-left: 0;
  border-right: 0;
  font-size: 22px;
  padding: 23px 0;
  font-weight: 700
}

@media screen and (max-width:47.99875em) {
  .person .accordion-container .accordion-item a {
    font-size: 16px;
    padding: 18px 0
  }
}

.person .accordion-container .accordion-item .accordion-content {
  border: none;
  padding-top: 0;
  font-size: 18px;
  padding-bottom: 0;
  line-height: 24px;
  padding-left: 10px;
  font-family: Verdana, Times, serif
}

.person .accordion-container .accordion-item .accordion-content p,
.person .accordion-container .accordion-item .accordion-content ul {
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 5px;
  font-family: Verdana, Times, serif
}

.person .accordion-container .accordion-item .accordion-content li {
  list-style: disc;
  padding-top: 6px;
  padding-left: 5px;
  padding-bottom: 6px
}

.person .accordion-container .accordion-item .accordion-content li p {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px
}

.person .accordion-container hr {
  margin-top: 0
}

.person .spotlight-section {
  margin-top: 9.5rem
}

@media screen and (max-width:47.99875em) {
  .person.sidebar-page {
    padding-bottom: 0
  }
}

.person .content-slider .slick-list {
  height: 100% !important
}

.office-details {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px
}

.office-details .image-container img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 15px 15px
}

@media screen and (max-width:47.99875em) {
  .office-details .image-container img {
    margin: 0
  }
}

@media screen and (max-width:47.99875em) {
  .office-details .image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.office-details .office-address {
  padding-left: 40px
}

.office-details .office-address p {
  font-size: 16px;
  line-height: 20px
}

@media screen and (max-width:47.99875em) {
  .office-details .office-address {
    padding-left: 25%
  }
}

.single-view-content .inline-map {
  float: right
}

.single-view-content .inline-map img {
  width: 280px;
  height: 220px;
  padding-left: 30px;
  padding-bottom: 10px
}

@media screen and (max-width:47.99875em) {
  .single-view-content .inline-map img {
    width: 320px;
    height: auto;
    padding-left: 35px;
    padding-bottom: 10px
  }
}

@media screen and (max-width:47.99875em) {
  .single-view-content .inline-map {
    float: none
  }
}

.offices {
  padding-top: 10px
}

.offices .content p:nth-child(2) {
  padding-top: 30px
}

.spotlight-title {
  color: #706259;
  padding: 30px 0;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.single-view-content .back-to {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.single-view-content .back-to h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px
}

.single-view-content .back-to a {
  font-size: 18px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.content-slider .news-list,
.content-slider .table-results {
  display: none
}

.news-list .news-title {
  color: #000;
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
  font-family: Verdana, Times, serif
}

.news-list .news-title:hover {
  color: #42a88e
}

.news-list .news-date {
  font-size: 18px;
  line-height: 24px;
  color: #8e8279
}

.news-list .news-block {
  margin-top: 40px
}

.news-list .news-block a:hover {
  text-decoration: none
}

.news-list .people {
  font-size: 18px;
  line-height: 24px
}

.news-list .people,
.news-list .people .person {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}

.news-list .people .person {
  color: #8e8279;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.news-list .people .person:hover {
  color: #42a88e
}

.news-list .people .person:not(:last-child):after {
  content: ",";
  color: #000
}

.in-the-spotlight {
  font-size: 18px;
  margin-right: 1px;
  margin-bottom: -40px;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.in-the-spotlight .news-container {
  padding: 25px;
  max-width: 346px;
  margin-bottom: 40px;
  border: 1px solid #e7e1dd
}

.in-the-spotlight .news-container .news-title {
  font-weight: 700;
  font-size: inherit;
  font-family: Verdana, Times, serif
}

.in-the-spotlight .news-container .news-date {
  color: #8e8279;
  font-size: inherit;
  margin-bottom: 25px
}

.in-the-spotlight .news-container .cta {
  color: #8e8279;
  font-size: inherit;
  text-transform: capitalize
}

.in-the-spotlight .news-container .cta:hover {
  color: #42a88e
}

.people-archive {
  margin-top: 8.6rem;
  margin-bottom: 10rem
}

@media screen and (max-width:64.06125em) {
  .people-archive {
    padding: 0 1rem;
    padding-bottom: 1.9rem
  }
}

@media screen and (max-width:47.99875em) {

  .people-archive .search-submit,
  .people-archive .title {
    font-size: 16px
  }
}

@media screen and (max-width:47.99875em) {
  .people-archive .title-alpha {
    margin-bottom: 2.2rem
  }
}

.people-archive .title-filter {
  padding-top: 3.4rem;
  padding-bottom: 2rem
}

@media screen and (max-width:47.99875em) {
  .people-archive .title-filter {
    padding: 0;
    margin-bottom: 3px
  }
}

.people-archive .form-archive-search .form-group .form-field,
.people-archive .form-archive-search .form-group .select2 {
  margin-top: 0
}

.people-archive .select2-selection__rendered {
  padding: 0 !important
}

@media screen and (min-width:64.0625em) {
  .form-archive-search {
    margin: 0 -2rem
  }
}

@media screen and (max-width:47.99875em) {
  .form-archive-search .fieldset {
    padding: 0;
    margin-bottom: 18px
  }
}

.form-archive-search .textfield {
  width: 100%;
  font-size: 22px;
  padding: 14px 20px
}

@media screen and (max-width:47.99875em) {
  .form-archive-search .textfield {
    height: 35px;
    font-size: 16px;
    padding: 6px 15px
  }
}