@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400|Barlow+Condensed:400,500,600,700|Roboto:400,500,700&amp;display=swap);
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
}
html.js input.form-autocomplete {
  background-image: url(/misc/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-image: url(/misc/throbber-active.gif);
  background-position: 100% center;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resizable-textarea .grippie {
  background: #eee url(/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}
body.drag {
  cursor: move;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  background: url(/misc/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 13px;
}
a.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
div.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}
div.tree-child {
  background: url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
  background: url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
  background: url(/misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}
.progress .percentage {
  float: right;
}
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
.container-inline div,
.container-inline label {
  display: inline;
}
.container-inline .fieldset-wrapper {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
html.js .js-hide {
  display: none;
}
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
*:first-child + html .clearfix {
  min-height: 1%;
}
/*})'"*/
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
ul li.expanded {
  list-style-image: url(../../../../misc/menu-expanded.png);
  list-style-type: circle;
}
ul li.collapsed {
  list-style-image: url(../../../../misc/menu-collapsed.png);
  list-style-type: disc;
}
ul li.leaf {
  list-style-image: url(../../../../misc/menu-leaf.png);
  list-style-type: square;
}
li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.breadcrumb {
  padding-bottom: 0.5em;
}
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  white-space: nowrap;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  border-right: 1px solid #ccc;
  display: inline;
  padding: 0 1em;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
/*})'"*/
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}
tbody {
  border-top: 1px solid #ccc;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.more-link {
  text-align: right;
}
.more-help-link {
  text-align: right;
}
.more-help-link a {
  background: url(../../../../misc/help.png) 0 50% no-repeat;
  padding: 1px 0 1px 20px;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: bold;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../../../misc/menu-expanded.png) 5px 65% no-repeat;
  padding-left: 15px;
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../../../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(../../../../misc/progress.gif);
}
/*})'"*/
.calendar-calendar tr.odd,
.calendar-calendar tr.even {
  background-color: #fff;
}
.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}
.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}
.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
.calendar-calendar th {
  text-align: center;
  margin: 0;
}
.calendar-calendar th a {
  font-weight: bold;
}
.calendar-calendar td {
  width: 14%;
  border: 1px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.calendar-calendar .mini {
  border: none;
}
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
}
.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}
.calendar-calendar .inner {
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner p {
  padding: 0 0 0.8em 0;
  margin: 0;
}
.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.calendar-calendar td a:hover {
  text-decoration: underline;
}
.calendar-calendar td.year,
.calendar-calendar td.month {
  text-align: center;
}
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
}
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  clear: both;
  width: 1.5em;
}
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  margin: 0 0.25em 0.25em 0;
  width: 96%;
  float: right;
  clear: both;
}
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}
.calendar-calendar div.title {
  font-size: 0.8em;
  text-align: center;
}
.calendar-calendar div.title a {
  color: #000;
}
.calendar-calendar div.title a:hover {
  color: #c00;
}
.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
.calendar div.form-item {
  white-space: normal;
}
table td.mini,
table th.mini,
table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
}
table td.mini a {
  font-weight: normal;
}
.calendar-calendar .mini-day-off {
  padding: 0px;
}
.calendar-calendar .mini-day-on {
  padding: 0px;
}
table .mini-day-on a {
  text-decoration: underline;
}
.calendar-calendar .mini .title {
  font-size: 0.8em;
}
.mini .calendar-calendar .week {
  font-size: 0.7em;
}
.mini-row {
  width: 100%;
  border: none;
}
.mini {
  width: 32%;
  vertical-align: top;
}
.calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size: 1px !important;
  line-height: 1px !important;
}
.calendar-calendar .day-view .stripe {
  width: 100%;
}
table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
.calendar-legend td {
  text-align: left;
  padding-left: 5px;
}
.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}
.calendar-calendar td.calendar-agenda-hour {
  text-align: right;
  border: none;
  border-top: 1px solid #cccccc;
  padding-top: 0.25em;
  width: 1%;
}
.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
.calendar-calendar td.calendar-agenda-items {
  border: 1px solid #cccccc;
  text-align: left;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: 0.25em;
  margin: 0;
}
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
.calendar-date-select .description {
  float: right;
}
.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}
.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #777;
  padding: 0.2em;
  width: auto;
  border: 1px solid #ccc;
}
.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #777;
  text-decoration: none;
}
.calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}
.calendar-calendar td.empty {
  background: #ccc;
  border-color: #ccc;
  color: #cc9;
}
.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
.calendar-calendar td div.day {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: #eee;
}
.calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0;
}
.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}
.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}
.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
.calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #c3d6e4;
}
.calendar-calendar
  td
  .inner
  div.calendar
  div
  div.view-data-node-data-field-date-field-date-value {
}
.calendar-calendar td.past {
}
.calendar-calendar td.future {
}
.calendar-calendar td.has-events {
}
.calendar-calendar td.has-no-events {
}
.calendar-calendar tbody {
  border-top: none;
}
.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
  height: auto;
  min-height: auto;
}
.calendar-calendar
  .week-view
  .full
  .calendar-agenda-hour
  .calendar-calendar
  .month-view
  .full
  .single-day
  .inner
  .view-item {
  float: left;
  width: 100%;
}
.calendar-calendar .week-view .full .calendar-agenda-hour,
.calendar-calendar .day-view .full .calendar-agenda-hour {
  padding-right: 2px;
}
.calendar-calendar .week-view .full .calendar-agenda-hour {
  width: 6%;
  min-width: 0px;
}
.calendar-calendar .week-view .full .days {
  width: 13%;
}
.calendar-calendar .month-view .full div.calendar,
.calendar-calendar .week-view .full div.calendar,
.calendar-calendar .day-view div.calendar {
  width: auto;
}
.calendar-calendar .month-view .full tr.date-box,
.calendar-calendar .month-view .full tr.date-box td,
.calendar-calendar .month-view .full tr.multi-day,
.calendar-calendar .month-view .full tr.multi-day td {
  height: 19px;
  max-height: 19px;
}
.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 44px !important;
  line-height: 44px;
}
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day,
.calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
  height: 22px !important;
  line-height: 22px;
}
.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view td {
  vertical-align: top;
  padding: 1px 2px 0 2px;
}
.calendar-calendar .month-view .full td.date-box {
  height: 1%;
  border-bottom: 0px;
  padding-bottom: 2px;
}
.calendar-calendar .month-view .full .week {
  font-size: inherit;
}
.calendar-calendar .month-view .full .week a,
.calendar-calendar .week-view .full .week a {
  color: #4b85ac;
}
.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
  border: none;
  background: none;
  margin-bottom: 0px;
}
.calendar-calendar .month-view .full td.date-box .inner,
.calendar-calendar .week-view .full td.date-box .inner {
  min-height: inherit;
}
.calendar-calendar .month-view .full td.multi-day,
.calendar-calendar .week-view .full td.multi-day {
  border-top: 0px;
  border-bottom: 0px;
}
.calendar-calendar .week-view .full .first td.multi-day {
  border-top: 1px solid #cccccc;
}
.calendar-calendar .month-view .full td.single-day {
  border-top: 0px;
}
.calendar-calendar .month-view .full td.multi-day .inner,
.calendar-calendar .week-view .full td.multi-day .inner,
.calendar-calendar .day-view .full td.multi-day .inner {
  min-height: inherit;
  width: auto;
  position: relative;
}
.calendar-calendar .month-view .full td.multi-day.no-entry {
  min-height: 0px;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  background: #f4f4f4;
}
.calendar-calendar .month-view .full td.single-day .inner div,
.calendar-calendar .month-view .full td.single-day .inner div a,
.calendar-calendar .month-view .full td.multi-day .inner div,
.calendar-calendar .month-view .full td.multi-day .inner div a,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
.calendar-calendar .week-view .full td.single-day .inner div,
.calendar-calendar .week-view .full td.single-day .inner div a,
.calendar-calendar .week-view .full td.multi-day .inner div,
.calendar-calendar .week-view .full td.multi-day .inner div a,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
.calendar-calendar .day-view .full td .inner div.view-item,
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  background: none;
}
.calendar-calendar .day-view .full td .inner div.calendar div,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  margin: 0px 3px;
}
.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
  margin: 0px;
}
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  background: none;
  border-left: 2px solid #7c7f12;
  border-right: 2px solid #7c7f12;
}
.calendar-calendar .month-view .full td.date-box.today {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #7c7f12;
}
.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #7c7f12;
}
.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 2px solid #7c7f12;
}
.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 2px solid #7c7f12;
}
.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.single-day {
  border-top: 0px;
}
.calendar-calendar .month-view .full tr td.multi-day,
.calendar-calendar .month-view .full tr td.date-box {
  border-bottom: 0px;
}
.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  float: none;
  display: block;
  margin: 0.25em auto;
  position: relative;
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: #ffc;
  width: auto;
  padding: 0px 3px;
  overflow: hidden;
}
.calendar-calendar
  .month-view
  .full
  td.single-day
  .calendar-more
  div.monthview {
  background: none;
}
.calendar-calendar .day-view td div.dayview {
  padding: 0px;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #74a5d7;
  height: 1.9em;
  overflow: hidden;
  margin: 0px auto;
  color: #ffffff;
  position: relative;
}
.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 3.5em;
}
.calendar-calendar .month-view .full td.multi-day .inner .view-field,
.calendar-calendar .month-view .full td.multi-day .inner .view-field a,
.calendar-calendar .week-view .full td.multi-day .inner .view-field,
.calendar-calendar .week-view .full td.multi-day .inner .view-field a,
.calendar-calendar .day-view .full td.multi-day .inner .view-field,
.calendar-calendar .day-view .full td.multi-day .inner .view-field a {
  color: #ffffff;
}
.calendar-calendar .full td.multi-day .calendar .view-field,
.calendar-calendar .full td.single-day .calendar .view-field {
}
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  margin-bottom: 2px;
}
.calendar-calendar
  .month-view
  .full
  td.multi-day
  .calendar.monthview
  .view-field {
  white-space: nowrap;
  float: left;
  margin-right: 3px;
}
.calendar-calendar
  .week-view
  .full
  td.multi-day
  .calendar.weekview
  .view-field {
  white-space: nowrap;
  display: inline;
  margin-right: 3px;
}
.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
  display: block;
}
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents,
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
  position: absolute;
  width: 3000px;
  left: 5px;
}
.calendar-calendar .day-view td .stripe,
.calendar-calendar .month-view .full td .stripe,
.calendar-calendar .week-view .full td .stripe {
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 3px;
  z-index: 2;
}
.calendar-calendar .full td.single-day .continuation,
.calendar-calendar .full td.single-day .continues,
.calendar-calendar .full td.single-day .cutoff {
  display: none;
}
.calendar-calendar
  .month-view
  .full
  td.multi-day
  .inner
  .monthview
  .continuation,
.calendar-calendar
  .week-view
  .full
  td.multi-day
  .inner
  .weekview
  .continuation {
  float: left;
  margin-right: 3px;
  height: 1.9em;
}
.calendar-calendar
  .week-view
  .full
  td.multi-day
  .inner
  .weekview
  .continuation {
  height: 2.75em;
  padding-top: 0.75em;
  margin-right: 8px;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  right: 0px !important;
  right: -1px;
  width: 10px;
  text-align: left;
  background: #74a5d7;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  height: 1.9em;
  padding-left: 6px;
  z-index: 1;
}
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  height: 2.75em;
  padding-top: 0.75em;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  width: 8px;
  padding-left: 0px;
}
.calendar-calendar .week-view .full td.multi-day {
  padding: 2px;
}
.calendar-calendar .week-view td.single-day div.calendar {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.calendar-calendar .week-view .full tr.last td.multi-day {
  border-bottom: 1px solid #cccccc;
}
.view .date-nav-wrapper .clear-block {
  margin-bottom: 10px;
}
.view .date-nav-wrapper {
  position: relative;
  margin-top: 5px;
  width: 100%;
}
.view .date-nav-wrapper .date-nav {
  background-color: transparent;
  border: 0px;
  height: 30px;
  height: auto;
  min-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}
.view .date-nav-wrapper.date-nav a:hover {
  text-decoration: underline;
}
.view .date-nav-wrapper .date-prev {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 80px;
  left: auto;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}
.block-views .view .date-nav-wrapper .date-prev {
  left: 0;
  right: auto;
}
.view .date-nav-wrapper .date-prev a {
  margin-left: 10px;
  font-weight: bold;
}
.view .date-nav-wrapper .date-heading {
  position: relative;
  width: 100%;
  top: 0px;
  text-align: center;
  z-index: 0;
}
.view .date-nav-wrapper .date-heading h3 {
  line-height: 30px;
  font-size: 1.7em;
}
.view .date-nav-wrapper .date-next {
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;
}
.view .date-nav-wrapper .date-next a {
  margin-right: 10px;
  font-weight: bold;
}
.attachment .calendar-calendar {
  margin-top: 20px;
  clear: both;
}
.calendar-calendar th a,
.attachment .calendar-calendar th {
  background-color: transparent;
  border: 0px;
}
.attachment .calendar-calendar th.calendar-agenda-hour {
  color: #777777;
  font-weight: bold;
  text-align: right;
}
.view-calendar .feed-icon {
  margin-top: 5px;
}
.view table.mini .date-prev,
.view table.mini .date-next {
  background: none;
}
.date-nav div.date-prev,
.date-nav div.date-next,
.date-nav {
  width: auto;
}
ul.calendar-links,
.region-content ul.calendar-links {
  margin: 0;
  padding: 0;
}
.year-view div.month-view div.date-nav {
  background-color: #dfdfdf;
  min-height: 20px;
}
/*})'"*/
#header-region form.domain-list * {
  display: block;
}
/*})'"*/
.field .field-label {
  font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
  float: left;
}
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table th.field-label {
  padding-left: 0;
}
form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}
/*})'"*/
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}
/*})'"*/
#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
}
#permissions tr.odd .form-item,
#permissions tr.even .form-item {
  white-space: normal;
}
#user-admin-settings fieldset .fieldset-description {
  font-size: 0.85em;
  padding-bottom: 0.5em;
}
#user-admin-roles td.edit-name {
  clear: both;
}
#user-admin-roles .form-item-name {
  float: left;
  margin-right: 1em;
}
.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  font-weight: bold;
}
.password-indicator {
  background-color: #c4c4c4;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47c965;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #b4b4b4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em;
}
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .user-picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
/*})'"*/
.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-weight: bold;
}
.views-exposed-widgets {
  margin-bottom: 0.5em;
}
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}
.views-view-grid tbody {
  border-top: none;
}
.view .progress-disabled {
  float: none;
}
/*})'"*/
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
/*})'"*/
.media-wysiwyg-align-left,
.media-float-left {
  float: left;
  margin-right: 20px;
}
.media-wysiwyg-align-right,
.media-float-right {
  float: right;
  margin-left: 20px;
}
.media-wysiwyg-align-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
/*})'"*/
.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}
.ctools-owns-lock {
  background: #ffffdd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(../../../all/modules/contrib/ctools/images/status-active.gif)
    right center no-repeat;
}
div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(../../../all/modules/contrib/ctools/images/status-active.gif)
    center center no-repeat;
}
/*})'"*/
div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}
div.panel-pane div.admin-links li a {
  color: #ccc;
}
div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: white;
  z-index: 201;
}
div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
  color: #000;
}
div.panel-pane div.admin-links a:before {
  content: "[";
}
div.panel-pane div.admin-links a:after {
  content: "]";
}
div.panel-pane div.panel-hide {
  display: none;
}
div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}
div.panel-pane div.feed a {
  float: right;
}
/*})'"*/
@font-face {
  font-family: AvenirNextLTPro-Bold;
  font-display: swap;
  src: url(fonts/AvenirNextLTPro-Bold/AvenirNextLTPro-Bold.eot);
  src: url(fonts/AvenirNextLTPro-Bold/AvenirNextLTPro-Boldd41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/AvenirNextLTPro-Bold/AvenirNextLTPro-Bold.woff)
      format("woff"),
    url(fonts/AvenirNextLTPro-Bold/AvenirNextLTPro-Bold.ttf)
      format("truetype"),
    url(fonts/AvenirNextLTPro-Bold/AvenirNextLTPro-Bold.svg)
      format("svg");
}
@font-face {
  font-family: AvenirNextLTPro-Regular;
  font-display: swap;
  src: url(fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.eot);
  src: url(fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.woff)
      format("woff"),
    url(fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.ttf)
      format("truetype"),
    url(fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.svg)
      format("svg");
}
@font-face {
  font-family: AvenirNextLTPro-Cn;
  font-display: swap;
  src: url(fonts/AvenirNextLTPro-Cn/AvenirNextLTPro-Cn.eot);
  src: url(fonts/AvenirNextLTPro-Cn/AvenirNextLTPro-Cnd41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/AvenirNextLTPro-Cn/AvenirNextLTPro-Cn.woff)
      format("woff"),
    url(fonts/AvenirNextLTPro-Cn/AvenirNextLTPro-Cn.ttf)
      format("truetype"),
    url(fonts/AvenirNextLTPro-Cn/AvenirNextLTPro-Cn.svg)
      format("svg");
}
@font-face {
  font-family: Caveat;
  font-display: swap;
  src: url(fonts/Caveat/caveat-regular.eot);
  src: url(fonts/Caveat/caveat-regulard41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/Caveat/caveat-regular.woff)
      format("woff"),
    url(fonts/Caveat/caveat-regular.woff2)
      format("woff2"),
    url(fonts/Caveat/caveat-regular.ttf)
      format("truetype"),
    url(fonts/Caveat/caveat-regular.svg) format("svg");
}
@font-face {
  font-family: Liberator-Heavy;
  font-display: swap;
  src: url(fonts/liberator-heavy/liberator-heavy-webfont.eot);
  src: url(fonts/liberator-heavy/liberator-heavy-webfontd41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/liberator-heavy/liberator-heavy-webfont.woff)
      format("woff"),
    url(fonts/liberator-heavy/liberator-heavy-webfont.woff2)
      format("woff2"),
    url(fonts/liberator-heavy/liberator-heavy-webfont.ttf)
      format("truetype"),
    url(fonts/liberator-heavy/liberator-heavy-webfont.svg)
      format("svg");
}
@font-face {
  font-family: Liberator-Medium;
  font-display: swap;
  src: url(fonts/liberator-medium/liberator-medium-webfont.eot);
  src: url(fonts/liberator-medium/liberator-medium-webfontd41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/liberator-medium/liberator-medium-webfont.woff)
      format("woff"),
    url(fonts/liberator-medium/liberator-medium-webfont.woff2)
      format("woff2"),
    url(fonts/liberator-medium/liberator-medium-webfont.ttf)
      format("truetype"),
    url(fonts/liberator-medium/liberator-medium-webfont.svg)
      format("svg");
}
@font-face {
  font-family: Segoe-UI;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(fonts/Segoe-UI/Segoe-UI.woff)
      format("woff"),
    url(fonts/Segoe-UI/Segoe-UI.woff2) format("woff2");
}
@font-face {
  font-family: FoundersGrotCond-Bold;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(fonts/FoundersGrotCond-Bold/FoundersGrotCond-Bold.woff)
      format("woff"),
    url(fonts/FoundersGrotCond-Bold/FoundersGrotCond-Bold.woff2)
      format("woff2");
}
.avenir {
  font-family: AvenirNextLTPro-Regular, sans-serif;
}
.avenir-bold {
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
.avenir-c {
  font-family: AvenirNextLTPro-Cn, sans-serif;
}
.merriweather {
  font-family: Merriweather, serif;
}
.caveat {
  font-family: Caveat, sans-serif;
}
.liberator-heavy {
  font-family: Liberator-Heavy, sans-serif;
}
.liberator-medium {
  font-family: Liberator-Medium, sans-serif;
}
.roboto,
.roboto--bold,
.roboto--medium {
  font-family: Roboto, sans-serif;
}
.roboto--medium {
  font-weight: 500;
}
.roboto--bold {
  font-weight: 700;
}
.barlow-c,
.barlow-c--bold,
.barlow-c--medium,
.barlow-c--semi {
  font-family: Barlow Condensed, sans-serif;
}
.barlow-c--medium {
  font-weight: 500;
}
.barlow-c--semi {
  font-weight: 600;
}
.barlow-c--bold {
  font-weight: 700;
}
.segoe {
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
}
.founder-c-bold {
  font-family: FoundersGrotCond-Bold, Helvetica, Arial, sans-serif;
}
@media print, screen and (min-width: 48em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.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;
  -webkit-text-decoration: underline dotted;
  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: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  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=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: AvenirNextLTPro-Regular, sans-serif, Roboto, Helvetica, Arial;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  box-sizing: border-box;
  width: 100%;
}
.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;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #515151;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #363636;
  background-color: #fff;
  box-shadow: 0 0 5px #150a59;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #d8d8d8;
  cursor: not-allowed;
}
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #515151;
}
::-moz-placeholder {
  color: #515151;
}
:-ms-input-placeholder {
  color: #515151;
}
::-ms-input-placeholder {
  color: #515151;
}
::placeholder {
  color: #515151;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
  margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
}
[type="file"] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}
.input-group {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #515151;
  background: #d8d8d8;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -webkit-box-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #515151;
}
.fieldset legend {
  margin: 0 0 0 -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #515151;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2854, 54, 54%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #363636;
  background-color: #fff;
  box-shadow: 0 0 5px #150a59;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #d8d8d8;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  border-color: #d15519;
  background-color: #faeee8;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #d15519;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #d15519;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #d15519;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #d15519;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #d15519;
}
.form-error,
.is-invalid-label {
  color: #d15519;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.form-error.is-visible {
  display: block;
}
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: AvenirNextLTPro-Regular, 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: #515151;
}
.h1,
h1 {
  font-size: 1.5rem;
}
.h1,
.h2,
h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h2,
h2 {
  font-size: 1.25rem;
}
.h3,
h3 {
  font-size: 1.1875rem;
}
.h3,
.h4,
h3,
h4 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h4,
h4 {
  font-size: 1.125rem;
}
.h5,
.h6,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
  }
  .h3,
  h3 {
    font-size: 1.9375rem;
  }
  .h4,
  h4 {
    font-size: 1.5625rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a,
a:focus,
a:hover {
  color: inherit;
}
a img,
hr {
  border: 0;
}
hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-bottom: 1px solid #515151;
}
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: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #515151;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #363636;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #363636;
}
cite:before {
  content: "\2014   ";
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #515151;
  font-weight: 400;
}
code,
kbd {
  background-color: #d8d8d8;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  color: #000;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #363636;
}
.lead {
  font-size: 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-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: 64em) {
  .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 #363636;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
  margin-right: 0;
  margin-left: 0;
}
.column,
.columns {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  min-width: 0;
}
@media print, screen and (min-width: 48em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.small-offset-1 {
  margin-left: 8.3333333333%;
}
.small-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.6666666667%;
}
.small-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.small-offset-4 {
  margin-left: 33.3333333333%;
}
.small-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.6666666667%;
}
.small-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.small-offset-7 {
  margin-left: 58.3333333333%;
}
.small-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.6666666667%;
}
.small-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.small-offset-10 {
  margin-left: 83.3333333333%;
}
.small-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.6666666667%;
}
.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .medium-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
}
.column-block {
  margin-bottom: 3.125rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.6em 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #fff;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: #fff;
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #071e54;
  color: #fff;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #061843;
  color: #fff;
}
.button.secondary {
  background-color: #767676;
  color: #000;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #5e5e5e;
  color: #000;
}
.button.success {
  background-color: #3adb76;
  color: #000;
}
.button.success:focus,
.button.success:hover {
  background-color: #22bb5b;
  color: #000;
}
.button.warning {
  background-color: #150a59;
  color: #000;
}
.button.warning:focus,
.button.warning:hover {
  background-color: #ca9c00;
  color: #000;
}
.button.alert {
  background-color: #d15519;
  color: #000;
}
.button.alert:focus,
.button.alert:hover {
  background-color: #a74414;
  color: #000;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #fff;
  color: #fff;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #071e54;
  color: #fff;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #767676;
  color: #000;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #3adb76;
  color: #000;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #150a59;
  color: #000;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #d15519;
  color: #000;
}
.button.hollow {
  border: 1px solid #fff;
  color: #fff;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
  border-color: grey;
  color: grey;
}
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
  border: 1px solid #fff;
  color: #fff;
}
.button.hollow.primary {
  border: 1px solid #071e54;
  color: #071e54;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #040f2a;
  color: #040f2a;
}
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
  border: 1px solid #071e54;
  color: #071e54;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #150a59;
  color: #150a59;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #7f6200;
  color: #7f6200;
}
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
  border: 1px solid #150a59;
  color: #150a59;
}
.button.hollow.alert {
  border: 1px solid #d15519;
  color: #d15519;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #692b0d;
  color: #692b0d;
}
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #d15519;
  color: #d15519;
}
.button.clear {
  border: 1px solid #fff;
  color: #fff;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent;
}
.button.clear:focus,
.button.clear:hover {
  border-color: grey;
  color: grey;
}
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
  border: 1px solid #fff;
  color: #fff;
}
.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #071e54;
  color: #071e54;
}
.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: #040f2a;
  color: #040f2a;
}
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
  border: 1px solid #071e54;
  color: #071e54;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #150a59;
  color: #150a59;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
  border-color: #7f6200;
  color: #7f6200;
}
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
  border: 1px solid #150a59;
  color: #150a59;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #d15519;
  color: #d15519;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: #692b0d;
  color: #692b0d;
}
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #d15519;
  color: #d15519;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent;
}
.button.dropdown:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid inset inset;
  border-width: 0.4em 0.4em 0;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}
.button.dropdown.clear:after,
.button.dropdown.hollow:after {
  border-top-color: #fff;
}
.button.dropdown.clear.primary:after,
.button.dropdown.hollow.primary:after {
  border-top-color: #071e54;
}
.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
  border-top-color: #767676;
}
.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
  border-top-color: #3adb76;
}
.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
  border-top-color: #150a59;
}
.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
  border-top-color: #d15519;
}
.button.arrow-only:after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:focus,
a.button:hover {
  text-decoration: none;
}
.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.button-group:after,
.button-group:before {
  display: table;
  content: " ";
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.button-group:after {
  clear: both;
}
.button-group .button {
  margin: 0 1px 1px 0;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #071e54;
  color: #fff;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #061843;
  color: #fff;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #000;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #5e5e5e;
  color: #000;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #22bb5b;
  color: #000;
}
.button-group.warning .button {
  background-color: #150a59;
  color: #000;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #ca9c00;
  color: #000;
}
.button-group.alert .button {
  background-color: #d15519;
  color: #000;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a74414;
  color: #000;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  flex-wrap: wrap;
}
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.close-button {
  position: absolute;
  color: #363636;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
}
.label,
.label.primary {
  background: #071e54;
  color: #fff;
}
.label.secondary {
  background: #767676;
  color: #000;
}
.label.success {
  background: #3adb76;
  color: #000;
}
.label.warning {
  background: #150a59;
  color: #000;
}
.label.alert {
  background: #d15519;
  color: #000;
}
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #515151;
}
.progress.primary .progress-meter {
  background-color: #071e54;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #150a59;
}
.progress.alert .progress-meter {
  background-color: #d15519;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #071e54;
}
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #d8d8d8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
}
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #515151;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #071e54;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #061a47;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #515151;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle:after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #071e54;
}
input:checked ~ .switch-paddle:after {
  left: 2.25rem;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
tbody,
tfoot,
thead {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}
thead {
  background: #f9f9f9;
  color: #000;
}
tfoot {
  background: #f2f2f2;
  color: #000;
}
tfoot tr,
thead tr {
  background: transparent;
}
tfoot td,
tfoot th,
thead td,
thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
tbody td,
tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f2f2f2;
}
table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
@media screen and (max-width: 63.99875em) {
  table.stack tfoot,
  table.stack thead {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
  background-color: #ededed;
}
.table-scroll {
  overflow-x: auto;
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
}
.badge,
.badge.primary {
  background: #071e54;
  color: #fff;
}
.badge.secondary {
  background: #767676;
  color: #000;
}
.badge.success {
  background: #3adb76;
  color: #000;
}
.badge.warning {
  background: #150a59;
  color: #000;
}
.badge.alert {
  background: #d15519;
  color: #000;
}
.breadcrumbs {
  margin: 0 0 1rem;
  list-style: none;
}
.breadcrumbs:after,
.breadcrumbs:before {
  display: table;
  content: " ";
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child):after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #515151;
}
.breadcrumbs a {
  color: #071e54;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #515151;
  cursor: not-allowed;
}
.callout {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #c5d5fa;
  color: #000;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #000;
}
.callout.success {
  background-color: #e1faea;
  color: #000;
}
.callout.warning {
  background-color: #fff6d8;
  color: #000;
}
.callout.alert {
  background-color: #fbe5da;
  color: #000;
}
.callout.small {
  padding: 0.5rem;
}
.callout.large {
  padding: 3rem;
}
.card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-divider {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  padding: 1rem;
  background: #d8d8d8;
}
.card-divider > :last-child {
  margin-bottom: 0;
}
.card-section {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}
.card-image {
  min-height: 1px;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #515151;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination:after,
.pagination:before {
  display: table;
  content: " ";
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.pagination:after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:first-child,
.pagination li:last-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #d8d8d8;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #071e54;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #515151;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis:after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #000;
}
.pagination-previous.disabled:before,
.pagination-previous a:before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\AB";
}
.pagination-next.disabled:after,
.pagination-next a:after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\BB";
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #363636;
  font-weight: 700;
  cursor: help;
}
.tooltip {
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.tooltip,
.tooltip:before {
  position: absolute;
}
.tooltip.bottom:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #000;
  border-style: inset inset solid;
  border-width: 0 0.75rem 0.75rem;
  bottom: 100%;
}
.tooltip.bottom.align-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #000 transparent transparent;
  border-style: solid inset inset;
  border-width: 0.75rem 0.75rem 0;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #000;
  border-style: inset inset inset solid;
  border-width: 0.75rem 0 0.75rem 0.75rem;
  left: 100%;
}
.tooltip.left.align-center:before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #000 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 0.75rem 0.75rem 0.75rem 0;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center:before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top:before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom:before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left:before {
  left: 10%;
  right: auto;
}
.tooltip.align-right:before {
  left: auto;
  right: 10%;
}
.accordion {
  margin-left: 0;
  background: transparent;
  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: 0 2.5rem 0.625rem 0;
  border: 0;
  border-bottom: 0;
  font-size: 1.75rem;
  line-height: 1;
  color: #0072bc;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0;
  border-radius: 0 0 0 0;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: transparent;
}
.accordion-title:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title:before {
  content: "\2013";
}
.accordion-content {
  display: none;
  padding: 0.9375rem 1.25rem 0.3125rem;
  border: 0;
  border-bottom: 0;
  background-color: #eae4e4;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0;
}
.media-object {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 47.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
.media-object-section {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0 0 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}
.orbit,
.orbit-container {
  position: relative;
}
.orbit-container {
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}
.orbit-figure {
  margin: 0;
}
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
  outline: 0;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.orbit-previous {
  left: 0;
}
.orbit-next {
  left: auto;
  right: 0;
}
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput="mouse"] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #515151;
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
  background-color: #363636;
}
.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: transparent;
  list-style-type: none;
}
.tabs:after,
.tabs:before {
  display: table;
  content: " ";
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.tabs:after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.primary {
  background: #071e54;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #092567;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 0.625rem;
  font-size: 1.9375rem;
  line-height: 1;
  color: #071e54;
}
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: transparent;
  color: #061a48;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: transparent;
  color: #071e54;
}
.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 0;
}
.tabs-panel.is-active {
  display: block;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}
a.thumbnail {
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(7, 30, 84, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
  outline: 0;
}
.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu,
.menu.horizontal {
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.menu.expanded li {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}
.menu.simple {
  -webkit-box-align: center;
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .menu.medium-expanded li,
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .menu.large-expanded li,
  .menu.large-simple li {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
  display: -webkit-box;
  display: flex;
}
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .active > a,
.menu .is-active > a {
  background: #fff;
  color: #150a59;
}
.menu.align-left {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.menu-centered > .menu,
.menu-centered > .menu li {
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: flex;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover:after {
  background: #515151;
  box-shadow: 0 7px 0 #515151, 0 14px 0 #515151;
}
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover:after {
  background: #363636;
  box-shadow: 0 7px 0 #363636, 0 14px 0 #363636;
}
.accordion-menu li {
  width: 100%;
}
.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
  padding: 0.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;
  content: "";
  border-color: #071e54 transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  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 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-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;
  content: "";
  border-color: #071e54 transparent transparent;
  border-style: solid inset inset;
  border-width: 6px 6px 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.submenu-toggle[aria-expanded="true"]:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-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;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a:after {
  border-color: transparent transparent transparent #071e54;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.drilldown.align-left .is-drilldown-submenu-parent > a:after,
.drilldown .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: inset inset inset solid;
  border-width: 6px 0 6px 6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a:after {
  border-color: transparent transparent transparent inherit;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  border-color: transparent inherit transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #071e54 transparent transparent;
  border-style: inset solid inset inset;
  border-width: 6px 6px 6px 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #ffd869;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #515151;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: hsla(0, 0%, 100%, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 1003;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 1003;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 1005;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 1003;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 1003;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 1005;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media print, screen and (min-width: 64em) {
  .position-left {
    width: 22.5vw;
    -webkit-transform: translateX(-22.5vw);
    transform: translateX(-22.5vw);
  }
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media print, screen and (min-width: 64em) {
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-22.5vw);
    transform: translateX(-22.5vw);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
@media print, screen and (min-width: 64em) {
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(22.5vw);
    transform: translateX(22.5vw);
  }
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
@media print, screen and (min-width: 64em) {
  .position-right {
    width: 22.5vw;
    -webkit-transform: translateX(22.5vw);
    transform: translateX(22.5vw);
  }
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
@media print, screen and (min-width: 64em) {
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(22.5vw);
    transform: translateX(22.5vw);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media print, screen and (min-width: 64em) {
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-22.5vw);
    transform: translateX(-22.5vw);
  }
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 300px;
}
.off-canvas-content .off-canvas.position-top,
.position-top {
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 300px;
}
.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}
.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 300px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 300px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 300px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 22.5vw;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 22.5vw;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 22.5vw;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1004;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 22.5vw;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
}
.reveal,
.reveal-overlay {
  display: none;
  overflow-y: auto;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  border: 1px solid #515151;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 742px;
    max-width: 80rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 80rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 80rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky,
.sticky-container {
  position: relative;
}
.sticky {
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.top-bar {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar ul ul {
  background-color: #fff;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right,
.top-bar-title {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.clearfix:after {
  clear: both;
}
.align-left {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.align-right {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  justify-content: center;
}
.align-top {
  -webkit-box-align: start;
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  -webkit-box-align: center;
  align-items: center;
}
.align-self-middle {
  align-self: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  align-self: stretch;
}
.align-center-middle {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}
@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: flex;
}
.flex-child-auto {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.flex-child-grow {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: 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: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), 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;
  }
}
@font-face {
  font-family: FontAwesome;
  src: url(fonts/font-awesome/fontawesome-webfont3e6e.eot?v=4.7.0);
  src: url(fonts/font-awesome/fontawesome-webfontd41d.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(fonts/font-awesome/fontawesome-webfont3e6e.woff2?v=4.7.0)
      format("woff2"),
    url(fonts/font-awesome/fontawesome-webfont3e6e.woff?v=4.7.0)
      format("woff"),
    url(fonts/font-awesome/fontawesome-webfont3e6e.ttf?v=4.7.0)
      format("truetype"),
    url(fonts/font-awesome/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0;
}
.slow {
  -webkit-transition-duration: 0.75s !important;
  transition-duration: 0.75s !important;
}
.fast {
  -webkit-transition-duration: 0.25s !important;
  transition-duration: 0.25s !important;
}
.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}
.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}
.short-delay {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.long-delay {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slow {
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important;
}
.fast {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important;
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\F0DC";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\F0DD";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\F150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\F151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\F152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\F156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\F157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\F158";
}
.fa-krw:before,
.fa-won:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\F19C";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\F1C5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\F1C6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\F1D0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\F1D8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-television:before,
.fa-tv:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\F2A3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\F2BB";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.alignleft {
  float: left;
  padding: 5px 15px 15px 0;
}
.alignright {
  float: right;
  padding: 5px 0 15px 15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.card,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002147;
}
a {
  font-weight: 700;
  font-family: AvenirNextLTPro-Bold, sans-serif;
  -webkit-transition: color, 0.3s, ease-in-out;
  transition: color, 0.3s, ease-in-out;
}
button {
  cursor: pointer;
}
.button {
  color: #002147;
  border: 1px solid #002147;
  font-family: AvenirNextLTPro-Regular, sans-serif;
}
.button.transparent {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.button.white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.button.black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.button.black-t,
.button.black:active,
.button.black:focus,
.button.black:hover,
.button.black:visited {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.button:active,
.button:focus,
.button:hover,
.button:visited {
  color: #002147;
  border-color: #002147;
}
.button.large {
  padding: 20px 40px;
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 47.99875em) {
  .button.large {
    font-size: 1rem;
    padding: 0.625rem 1.875rem;
  }
}
.button.bg-purple {
  border-color: #fff;
  color: #fff;
  background-image: url(../../../all/themes/assets/button-bg-purple.html);
  background-repeat: no-repeat;
  background-size: cover;
}
.button.bg-purple:hover {
  border-color: red;
  color: red;
}
.button.blue-gradient {
  border-radius: 20px;
  font-family: AvenirNextLTPro-Bold, sans-serif;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  min-width: 130px;
  padding: 10px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d1a3ff),
    to(#002147)
  );
  background: linear-gradient(90deg, #d1a3ff, #002147);
}
.button.blue-gradient:hover {
  color: #150a59;
  background: transparent;
  box-shadow: inset 0 0 0 1px #150a59;
}
.button.light-blue {
  background-color: #150a59;
}
.button.dark-blue,
.button.light-blue {
  border: 0;
  padding: 0.875rem 1.25rem;
  color: #fff !important;
  text-transform: uppercase;
}
.button.dark-blue {
  background-color: #150a59;
}
.button.download .fa {
  padding-right: 0.625rem;
}
.title-top-bar {
  position: relative;
  margin-bottom: 2.5rem;
  display: inline-block;
  padding-top: 0.375rem;
}
@media screen and (max-width: 47.99875em) {
  .title-top-bar {
    margin-bottom: 1.25rem;
  }
}
.title-top-bar:before {
  content: "\A";
  display: block;
  width: 5.625rem;
  height: 0.25rem;
  background-color: #150a59;
  position: absolute;
  left: 0;
  top: 0;
}
.small-top-bar {
  position: relative;
  display: inline-block;
  padding-top: 0.375rem;
}
.small-top-bar:before {
  content: "\A";
  display: block;
  width: 1.875rem;
  height: 0.25rem;
  background-color: #150a59;
  position: absolute;
  left: 0;
  top: 0;
}
ul.asterisk-list {
  margin-left: 0;
}
ul.asterisk-list li {
  list-style: none;
}
ul.asterisk-list li:before {
  content: "\A";
  display: inline-block;
  width: 0.375rem;
  height: 0.35375rem;
  background-size: contain;
  margin-right: 0.25rem;
  position: relative;
  top: -0.125rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.275' height='30.469'%3E%3Cpath d='M0 14.355l2.246-6.933c5.176 1.823 8.936 3.402 11.28 4.736-.62-5.892-.945-9.944-.977-12.158h7.08c-.098 3.223-.472 7.26-1.123 12.11 3.353-1.693 7.194-3.256 11.523-4.688l2.246 6.933c-4.134 1.368-8.186 2.28-12.158 2.735 1.986 1.725 4.785 4.801 8.399 9.228l-5.86 4.15c-1.888-2.57-4.118-6.07-6.69-10.497-2.408 4.59-4.524 8.089-6.347 10.498l-5.762-4.15c3.776-4.656 6.478-7.732 8.106-9.23A175.16 175.16 0 010 14.355' font-size='100' font-family='arial'/%3E%3C/svg%3E");
}
.list--small {
  font-size: 0.75rem;
  position: relative;
  top: -0.125rem;
}
.arrow-left,
.arrow-right {
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  background-size: contain;
}
.arrow-left {
  background-image: url(images/left-arrow.svg);
}
.arrow-right {
  background-image: url(images/right-arrow.svg);
}
.arrow-down {
  background-image: url(../../../all/themes/assets/arrow-down.html);
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
}
.arrow-down:hover {
  background-image: url(../../../all/themes/assets/arrow-down-hover.html);
}
.scholar {
  background-image: url(../../../all/themes/assets/google-scholar.html);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.padding-top-1 {
  padding-top: 1rem;
}
.padding-top-2 {
  padding-top: 2rem;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-1 {
  padding-bottom: 1rem;
}
.padding-bottom-2 {
  padding-bottom: 2rem;
}
.padding-10 {
  padding: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-g {
  padding: 15px;
}
.padding-top-g {
  padding-top: 15px;
}
.padding-bottom-g {
  padding-bottom: 15px;
}
.padding-right-g {
  padding-right: 15px;
}
.pad-lr-g,
.padding-left-g {
  padding-left: 15px;
}
.pad-lr-g {
  padding-right: 15px;
}
.margin-top-1 {
  margin-top: 1rem;
}
.margin-top-2 {
  margin-top: 2rem;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-1 {
  margin-bottom: 1rem;
}
.margin-bottom-2 {
  margin-bottom: 2rem;
}
.margin-10 {
  margin: 10px;
}
.margin-top-g {
  margin-top: 30px;
}
.margin-bottom-g {
  margin-bottom: 30px;
}
.strip-bg-dark-gray {
  background-color: #363636;
}
.strip-bg-light-gray {
  background-color: #d8d8d8;
}
.strip-bg-storm {
  background-color: #f7f7f5;
}
.strip-bg-dark-violet {
  background-color: #1d0828;
}
.strip-bg-mine-shaft {
  background-color: #2b2b2b;
}
.strip-bg-light-purple {
  background-color: #3c3c6d;
}
.strip-bg-midnight {
  background-color: #249be5;
}
.strip-bg-blumine {
  background-color: #150a59;
}
.strip-bg-blue-ash {
  background-color: #e6eef7;
}
.strip-bg-picton-blue {
  background-color: #404040;
}
.strip-blue-vio {
  background-color: #2e3192;
}
.strip-texas-rose {
  background-color: #ffab5e;
}
.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-white-6 {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.bg-linear-green {
  background: #929d36;
  background: linear-gradient(
    130deg,
    #929d36,
    #7d892e 49%,
    #88912f 71%,
    #7d882e
  );
}
.bg-light-blue {
  background: #100844;
  background: linear-gradient(
    130deg,
    #100844,
    #0f0b48 49%,
    #1c2570 71%,
    #29499e
  );
}
.bg-linear-usb {
  background: #944;
  background: linear-gradient(130deg, #944, #ab4c4c 49%, #924141 71%, #ab4c4c);
}
.bg-linear-sss {
  background: #4a091e;
  background: linear-gradient(
    130deg,
    #4a091e,
    #610c27 49%,
    #41081a 71%,
    #610c27
  );
}
.bg-linear-default,
.bg-linear-sah {
  background: #002147;
  background: linear-gradient(
    130deg,
    #002147,
    #002d61 49%,
    #001c3d 71%,
    #002d61
  );
}
.bg-linear-deh {
  background: #c9f;
  background: linear-gradient(130deg, #c9f, #d9b3ff 49%, #c78fff 71%, #d9b3ff);
}
.strip-g-light-blue {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 63.1%, 0.01),
      hsla(0, 0%, 63.1%, 0.01) 13%,
      hsla(0, 0%, 58%, 0.01) 0,
      hsla(0, 0%, 58%, 0.01)
    ),
    linear-gradient(
      334deg,
      rgba(3, 3, 3, 0.09),
      rgba(3, 3, 3, 0.09) 45%,
      rgba(38, 38, 38, 0.09) 0,
      rgba(38, 38, 38, 0.09)
    ),
    linear-gradient(
      89deg,
      rgba(25, 25, 25, 0.01),
      rgba(25, 25, 25, 0.01) 49%,
      hsla(0, 0%, 95.7%, 0.01) 0,
      hsla(0, 0%, 95.7%, 0.01)
    ),
    linear-gradient(
      350deg,
      hsla(0, 0%, 74.9%, 0.1),
      hsla(0, 0%, 74.9%, 0.1) 77%,
      rgba(42, 42, 42, 0.1) 0,
      rgba(42, 42, 42, 0.1)
    ),
    linear-gradient(
      153deg,
      hsla(0, 0%, 61.2%, 0.04),
      hsla(0, 0%, 61.2%, 0.04) 56%,
      hsla(0, 0%, 58%, 0.04) 0,
      hsla(0, 0%, 58%, 0.04)
    ),
    linear-gradient(
      223deg,
      hsla(0, 0%, 52.9%, 0.09),
      hsla(0, 0%, 52.9%, 0.09) 47%,
      rgba(9, 9, 9, 0.09) 0,
      rgba(9, 9, 9, 0.09)
    ),
    linear-gradient(
      175deg,
      rgba(4, 4, 4, 0.08),
      rgba(4, 4, 4, 0.08) 60%,
      hsla(0, 0%, 85.1%, 0.08) 0,
      hsla(0, 0%, 85.1%, 0.08)
    ),
    linear-gradient(
      283deg,
      rgba(36, 36, 36, 0.05),
      rgba(36, 36, 36, 0.05) 13%,
      hsla(0, 0%, 61.2%, 0.05) 0,
      hsla(0, 0%, 61.2%, 0.05)
    ),
    linear-gradient(
      358deg,
      hsla(0, 0%, 53.7%, 0.04),
      hsla(0, 0%, 53.7%, 0.04) 45%,
      hsla(0, 0%, 62.7%, 0.04) 0,
      hsla(0, 0%, 62.7%, 0.04)
    ),
    linear-gradient(90deg, #150a59, #150a59);
}
.strip-g-medium-blue {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 63.1%, 0.01),
      hsla(0, 0%, 63.1%, 0.01) 13%,
      hsla(0, 0%, 58%, 0.01) 0,
      hsla(0, 0%, 58%, 0.01)
    ),
    linear-gradient(
      334deg,
      rgba(3, 3, 3, 0.09),
      rgba(3, 3, 3, 0.09) 45%,
      rgba(38, 38, 38, 0.09) 0,
      rgba(38, 38, 38, 0.09)
    ),
    linear-gradient(
      89deg,
      rgba(25, 25, 25, 0.01),
      rgba(25, 25, 25, 0.01) 49%,
      hsla(0, 0%, 95.7%, 0.01) 0,
      hsla(0, 0%, 95.7%, 0.01)
    ),
    linear-gradient(
      350deg,
      hsla(0, 0%, 74.9%, 0.1),
      hsla(0, 0%, 74.9%, 0.1) 77%,
      rgba(42, 42, 42, 0.1) 0,
      rgba(42, 42, 42, 0.1)
    ),
    linear-gradient(
      153deg,
      hsla(0, 0%, 61.2%, 0.04),
      hsla(0, 0%, 61.2%, 0.04) 56%,
      hsla(0, 0%, 58%, 0.04) 0,
      hsla(0, 0%, 58%, 0.04)
    ),
    linear-gradient(
      223deg,
      hsla(0, 0%, 52.9%, 0.09),
      hsla(0, 0%, 52.9%, 0.09) 47%,
      rgba(9, 9, 9, 0.09) 0,
      rgba(9, 9, 9, 0.09)
    ),
    linear-gradient(
      175deg,
      rgba(4, 4, 4, 0.08),
      rgba(4, 4, 4, 0.08) 60%,
      hsla(0, 0%, 85.1%, 0.08) 0,
      hsla(0, 0%, 85.1%, 0.08)
    ),
    linear-gradient(
      283deg,
      rgba(36, 36, 36, 0.05),
      rgba(36, 36, 36, 0.05) 13%,
      hsla(0, 0%, 61.2%, 0.05) 0,
      hsla(0, 0%, 61.2%, 0.05)
    ),
    linear-gradient(
      358deg,
      hsla(0, 0%, 53.7%, 0.04),
      hsla(0, 0%, 53.7%, 0.04) 45%,
      hsla(0, 0%, 62.7%, 0.04) 0,
      hsla(0, 0%, 62.7%, 0.04)
    ),
    linear-gradient(90deg, #0072bc, #175d85);
}
.strip-g-buddha-gold {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 63.1%, 0.01),
      hsla(0, 0%, 63.1%, 0.01) 13%,
      hsla(0, 0%, 58%, 0.01) 0,
      hsla(0, 0%, 58%, 0.01)
    ),
    linear-gradient(
      334deg,
      rgba(3, 3, 3, 0.09),
      rgba(3, 3, 3, 0.09) 45%,
      rgba(38, 38, 38, 0.09) 0,
      rgba(38, 38, 38, 0.09)
    ),
    linear-gradient(
      89deg,
      rgba(25, 25, 25, 0.01),
      rgba(25, 25, 25, 0.01) 49%,
      hsla(0, 0%, 95.7%, 0.01) 0,
      hsla(0, 0%, 95.7%, 0.01)
    ),
    linear-gradient(
      350deg,
      hsla(0, 0%, 74.9%, 0.1),
      hsla(0, 0%, 74.9%, 0.1) 77%,
      rgba(42, 42, 42, 0.1) 0,
      rgba(42, 42, 42, 0.1)
    ),
    linear-gradient(
      153deg,
      hsla(0, 0%, 61.2%, 0.04),
      hsla(0, 0%, 61.2%, 0.04) 56%,
      hsla(0, 0%, 58%, 0.04) 0,
      hsla(0, 0%, 58%, 0.04)
    ),
    linear-gradient(
      223deg,
      hsla(0, 0%, 52.9%, 0.09),
      hsla(0, 0%, 52.9%, 0.09) 47%,
      rgba(9, 9, 9, 0.09) 0,
      rgba(9, 9, 9, 0.09)
    ),
    linear-gradient(
      175deg,
      rgba(4, 4, 4, 0.08),
      rgba(4, 4, 4, 0.08) 60%,
      hsla(0, 0%, 85.1%, 0.08) 0,
      hsla(0, 0%, 85.1%, 0.08)
    ),
    linear-gradient(
      283deg,
      rgba(36, 36, 36, 0.05),
      rgba(36, 36, 36, 0.05) 13%,
      hsla(0, 0%, 61.2%, 0.05) 0,
      hsla(0, 0%, 61.2%, 0.05)
    ),
    linear-gradient(
      358deg,
      hsla(0, 0%, 53.7%, 0.04),
      hsla(0, 0%, 53.7%, 0.04) 45%,
      hsla(0, 0%, 62.7%, 0.04) 0,
      hsla(0, 0%, 62.7%, 0.04)
    ),
    linear-gradient(90deg, #150a59, #daa001);
}
.strip-g-powder-ash {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 63.1%, 0.01),
      hsla(0, 0%, 63.1%, 0.01) 13%,
      hsla(0, 0%, 58%, 0.01) 0,
      hsla(0, 0%, 58%, 0.01)
    ),
    linear-gradient(
      334deg,
      rgba(3, 3, 3, 0.09),
      rgba(3, 3, 3, 0.09) 45%,
      rgba(38, 38, 38, 0.09) 0,
      rgba(38, 38, 38, 0.09)
    ),
    linear-gradient(
      89deg,
      rgba(25, 25, 25, 0.01),
      rgba(25, 25, 25, 0.01) 49%,
      hsla(0, 0%, 95.7%, 0.01) 0,
      hsla(0, 0%, 95.7%, 0.01)
    ),
    linear-gradient(
      350deg,
      hsla(0, 0%, 74.9%, 0.1),
      hsla(0, 0%, 74.9%, 0.1) 77%,
      rgba(42, 42, 42, 0.1) 0,
      rgba(42, 42, 42, 0.1)
    ),
    linear-gradient(
      153deg,
      hsla(0, 0%, 61.2%, 0.04),
      hsla(0, 0%, 61.2%, 0.04) 56%,
      hsla(0, 0%, 58%, 0.04) 0,
      hsla(0, 0%, 58%, 0.04)
    ),
    linear-gradient(
      223deg,
      hsla(0, 0%, 52.9%, 0.09),
      hsla(0, 0%, 52.9%, 0.09) 47%,
      rgba(9, 9, 9, 0.09) 0,
      rgba(9, 9, 9, 0.09)
    ),
    linear-gradient(
      175deg,
      rgba(4, 4, 4, 0.08),
      rgba(4, 4, 4, 0.08) 60%,
      hsla(0, 0%, 85.1%, 0.08) 0,
      hsla(0, 0%, 85.1%, 0.08)
    ),
    linear-gradient(
      283deg,
      rgba(36, 36, 36, 0.05),
      rgba(36, 36, 36, 0.05) 13%,
      hsla(0, 0%, 61.2%, 0.05) 0,
      hsla(0, 0%, 61.2%, 0.05)
    ),
    linear-gradient(
      358deg,
      hsla(0, 0%, 53.7%, 0.04),
      hsla(0, 0%, 53.7%, 0.04) 45%,
      hsla(0, 0%, 62.7%, 0.04) 0,
      hsla(0, 0%, 62.7%, 0.04)
    ),
    linear-gradient(90deg, #b7c9c3, #c7d5d0);
}
.strip-g-blue {
  background: linear-gradient(
      52deg,
      hsla(0, 0%, 63.9%, 0.09),
      hsla(0, 0%, 63.9%, 0.09) 33.3%,
      hsla(0, 0%, 39.2%, 0.09) 0,
      hsla(0, 0%, 39.2%, 0.09) 66.6%,
      hsla(0, 0%, 63.5%, 0.09) 0,
      hsla(0, 0%, 63.5%, 0.09) 99%
    ),
    linear-gradient(
      258deg,
      hsla(0, 0%, 75.7%, 0.06),
      hsla(0, 0%, 75.7%, 0.06) 33.3%,
      hsla(0, 0%, 66.3%, 0.06) 0,
      hsla(0, 0%, 66.3%, 0.06) 66.6%,
      rgba(92, 92, 92, 0.06) 0,
      rgba(92, 92, 92, 0.06) 99%
    ),
    linear-gradient(
      129deg,
      rgba(45, 45, 45, 0.03),
      rgba(45, 45, 45, 0.03) 33.3%,
      hsla(0, 0%, 87.5%, 0.03) 0,
      hsla(0, 0%, 87.5%, 0.03) 66.6%,
      hsla(0, 0%, 67.8%, 0.03) 0,
      hsla(0, 0%, 67.8%, 0.03) 99%
    ),
    linear-gradient(
      280deg,
      hsla(0, 0%, 88.6%, 0.06),
      hsla(0, 0%, 88.6%, 0.06) 33.3%,
      rgba(81, 81, 81, 0.06) 0,
      rgba(81, 81, 81, 0.06) 66.6%,
      hsla(0, 0%, 72.9%, 0.06) 0,
      hsla(0, 0%, 72.9%, 0.06) 99%
    ),
    linear-gradient(
      85deg,
      hsla(0, 0%, 88.2%, 0.04),
      hsla(0, 0%, 88.2%, 0.04) 33.3%,
      rgba(95, 95, 95, 0.04) 0,
      rgba(95, 95, 95, 0.04) 66.6%,
      rgba(39, 39, 39, 0.04) 0,
      rgba(39, 39, 39, 0.04) 99%
    ),
    linear-gradient(
      128deg,
      hsla(0, 0%, 72.2%, 0.06),
      hsla(0, 0%, 72.2%, 0.06) 33.3%,
      rgba(0, 0, 0, 0.06) 0,
      rgba(0, 0, 0, 0.06) 66.6%,
      hsla(0, 0%, 54.9%, 0.06) 0,
      hsla(0, 0%, 54.9%, 0.06) 99.9%
    ),
    linear-gradient(
      323deg,
      rgba(40, 40, 40, 0.07),
      rgba(40, 40, 40, 0.07) 33.3%,
      hsla(0, 0%, 83.9%, 0.07) 0,
      hsla(0, 0%, 83.9%, 0.07) 66.6%,
      hsla(0, 0%, 74.5%, 0.07) 0,
      hsla(0, 0%, 74.5%, 0.07) 99.9%
    ),
    linear-gradient(
      61deg,
      hsla(0, 0%, 90.2%, 0),
      hsla(0, 0%, 90.2%, 0) 33.3%,
      hsla(0, 0%, 94.5%, 0) 0,
      hsla(0, 0%, 94.5%, 0) 66.6%,
      rgba(55, 55, 55, 0) 0,
      rgba(55, 55, 55, 0) 99%
    ),
    linear-gradient(0deg, #2625e3, #0bbaef);
}
.strip-g-light-gray {
  background: linear-gradient(
      158deg,
      rgba(84, 84, 84, 0.03),
      rgba(84, 84, 84, 0.03) 20%,
      hsla(0, 0%, 85.9%, 0.03) 0,
      hsla(0, 0%, 85.9%, 0.03) 40%,
      rgba(54, 54, 54, 0.03) 0,
      rgba(54, 54, 54, 0.03) 60%,
      rgba(99, 99, 99, 0.03) 0,
      rgba(99, 99, 99, 0.03) 80%,
      rgba(92, 92, 92, 0.03) 0,
      rgba(92, 92, 92, 0.03)
    ),
    linear-gradient(
      45deg,
      hsla(0, 0%, 86.7%, 0.02),
      hsla(0, 0%, 86.7%, 0.02) 14.286%,
      rgba(8, 8, 8, 0.02) 0,
      rgba(8, 8, 8, 0.02) 28.572%,
      rgba(52, 52, 52, 0.02) 0,
      rgba(52, 52, 52, 0.02) 42.858%,
      hsla(0, 0%, 91.8%, 0.02) 0,
      hsla(0, 0%, 91.8%, 0.02) 57.144%,
      rgba(81, 81, 81, 0.02) 0,
      rgba(81, 81, 81, 0.02) 71.43%,
      hsla(0, 0%, 93.7%, 0.02) 0,
      hsla(0, 0%, 93.7%, 0.02) 85.716%,
      hsla(0, 0%, 73.3%, 0.02) 0,
      hsla(0, 0%, 73.3%, 0.02) 100.002%
    ),
    linear-gradient(
      109deg,
      rgba(33, 33, 33, 0.03),
      rgba(33, 33, 33, 0.03) 12.5%,
      hsla(0, 0%, 57.6%, 0.03) 0,
      hsla(0, 0%, 57.6%, 0.03) 25%,
      hsla(0, 0%, 51.4%, 0.03) 0,
      hsla(0, 0%, 51.4%, 0.03) 37.5%,
      hsla(0, 0%, 59.2%, 0.03) 0,
      hsla(0, 0%, 59.2%, 0.03) 50%,
      hsla(0, 0%, 82.7%, 0.03) 0,
      hsla(0, 0%, 82.7%, 0.03) 62.5%,
      rgba(39, 39, 39, 0.03) 0,
      rgba(39, 39, 39, 0.03) 75%,
      rgba(55, 55, 55, 0.03) 0,
      rgba(55, 55, 55, 0.03) 87.5%,
      rgba(82, 82, 82, 0.03) 0,
      rgba(82, 82, 82, 0.03)
    ),
    linear-gradient(
      348deg,
      rgba(42, 42, 42, 0.02),
      rgba(42, 42, 42, 0.02) 20%,
      rgba(8, 8, 8, 0.02) 0,
      rgba(8, 8, 8, 0.02) 40%,
      hsla(0, 0%, 94.9%, 0.02) 0,
      hsla(0, 0%, 94.9%, 0.02) 60%,
      rgba(42, 42, 42, 0.02) 0,
      rgba(42, 42, 42, 0.02) 80%,
      rgba(80, 80, 80, 0.02) 0,
      rgba(80, 80, 80, 0.02)
    ),
    linear-gradient(
      120deg,
      hsla(0, 0%, 41.6%, 0.03),
      hsla(0, 0%, 41.6%, 0.03) 14.286%,
      rgba(67, 67, 67, 0.03) 0,
      rgba(67, 67, 67, 0.03) 28.572%,
      hsla(0, 0%, 52.5%, 0.03) 0,
      hsla(0, 0%, 52.5%, 0.03) 42.858%,
      rgba(19, 19, 19, 0.03) 0,
      rgba(19, 19, 19, 0.03) 57.144%,
      hsla(0, 0%, 39.6%, 0.03) 0,
      hsla(0, 0%, 39.6%, 0.03) 71.43%,
      hsla(0, 0%, 80.4%, 0.03) 0,
      hsla(0, 0%, 80.4%, 0.03) 85.716%,
      rgba(53, 53, 53, 0.03) 0,
      rgba(53, 53, 53, 0.03) 100.002%
    ),
    linear-gradient(
      45deg,
      hsla(0, 0%, 83.9%, 0.03),
      hsla(0, 0%, 83.9%, 0.03) 16.667%,
      hsla(0, 0%, 100%, 0.03) 0,
      hsla(0, 0%, 100%, 0.03) 33.334%,
      hsla(0, 0%, 98%, 0.03) 0,
      hsla(0, 0%, 98%, 0.03) 50.001%,
      hsla(0, 0%, 90.6%, 0.03) 0,
      hsla(0, 0%, 90.6%, 0.03) 66.668%,
      hsla(0, 0%, 94.5%, 0.03) 0,
      hsla(0, 0%, 94.5%, 0.03) 83.335%,
      rgba(31, 31, 31, 0.03) 0,
      rgba(31, 31, 31, 0.03) 100.002%
    ),
    linear-gradient(
      59deg,
      hsla(0, 0%, 87.8%, 0.03),
      hsla(0, 0%, 87.8%, 0.03) 12.5%,
      rgba(97, 97, 97, 0.03) 0,
      rgba(97, 97, 97, 0.03) 25%,
      hsla(0, 0%, 56.1%, 0.03) 0,
      hsla(0, 0%, 56.1%, 0.03) 37.5%,
      hsla(0, 0%, 43.1%, 0.03) 0,
      hsla(0, 0%, 43.1%, 0.03) 50%,
      rgba(34, 34, 34, 0.03) 0,
      rgba(34, 34, 34, 0.03) 62.5%,
      hsla(0, 0%, 60.8%, 0.03) 0,
      hsla(0, 0%, 60.8%, 0.03) 75%,
      hsla(0, 0%, 97.6%, 0.03) 0,
      hsla(0, 0%, 97.6%, 0.03) 87.5%,
      hsla(0, 0%, 70.2%, 0.03) 0,
      hsla(0, 0%, 70.2%, 0.03)
    ),
    linear-gradient(
      241deg,
      rgba(58, 58, 58, 0.02),
      rgba(58, 58, 58, 0.02) 25%,
      hsla(0, 0%, 48.6%, 0.02) 0,
      hsla(0, 0%, 48.6%, 0.02) 50%,
      hsla(0, 0%, 99.6%, 0.02) 0,
      hsla(0, 0%, 99.6%, 0.02) 75%,
      rgba(52, 52, 52, 0.02) 0,
      rgba(52, 52, 52, 0.02)
    ),
    linear-gradient(90deg, #fff, #fff);
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-pink {
  color: #cb44a9;
}
.color-zest {
  color: #e47f25;
}
.color-zest-dark {
  color: #c16425;
}
.color-blue-vio {
  color: #2e3192;
}
.color-boulder {
  color: #7b7878;
}
.color-dark-gray {
  color: #363636;
}
.color-green {
  color: #34dca1;
}
.color-light-gray {
  color: #d8d8d8;
}
.color-medium-gray {
  color: #515151;
}
.color-light-black {
  color: #292931;
}
.color-biscay {
  color: #1e286d;
}
.color-prussian-blue {
  color: #002147;
}
.color-blue-ash {
  color: #e6eef7;
}
.color-blumine {
  color: #150a59;
}
.color-picton_blue {
  color: #3ca3df;
}
.color-magenta {
  color: #903;
}
.color-brown {
  color: #944;
}
.color-light-red {
  color: #f0465e;
}
.color-red {
  color: red;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-light-gray {
  background-color: #d8d8d8;
}
.bg-medium-gray {
  background-color: #515151;
}
.bg-light-black {
  background-color: #292931;
}
.bg-biscay {
  background-color: #1e286d;
}
.bg-prussian-blue {
  background-color: #002147;
}
.bg-blue-ash {
  background-color: #e6eef7;
}
.bg-orient {
  background-color: #150a59;
}
.bg-magenta {
  background-color: #903;
}
.bg-brown {
  background-color: #944;
}
.no-border {
  border: none !important;
}
.border-underline {
  border-bottom: 1px solid;
}
.border-dashed {
  border-bottom: 1px dashed;
}
.border-right {
  border-right: 1px solid #515151;
}
.border-right-light {
  border-right: 1px solid #d8d8d8;
}
.border-right-white {
  border-right: 1px solid #fff;
}
.border-left {
  border-left: 1px solid #515151;
}
.border-left-light {
  border-left: 1px solid #d8d8d8;
}
.border-left-white {
  border-left: 1px solid #fff;
}
.border-1 {
  border: 1px solid #515151;
}
.border-radius-5 {
  border-radius: 5px;
}
.no-pointer,
a.disable-link {
  pointer-events: none;
}
.no-link {
  cursor: default;
}
.cover-bg {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.over-underline:hover,
.underline {
  text-decoration: underline;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.flex-full-width {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.new-line {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.cursor-pointer {
  cursor: pointer;
}
.visibility-hidden {
  visibility: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow-y: hidden;
  overflow-x: auto;
}
.overflow-visible {
  overflow: visible;
}
.enlarge {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.enlarge:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.shadow-dove-gray {
  box-shadow: 0 0 15px 0 rgba(99, 99, 99, 0.6);
}
.shadow-hover:hover {
  box-shadow: 0 0 20px 0 rgba(99, 99, 99, 0.6);
}
.font-weight-normal {
  font-weight: 400;
}
.font-zero {
  font-size: 0;
}
.no-bullet {
  list-style-type: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.pos-rel {
  position: relative;
}
.toggle-this {
  display: none;
}
.text-underline {
  text-decoration: underline;
}
.bold {
  font-weight: 700;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column-dir {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.flex-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.pull-down,
.pull-up {
  position: relative;
}
.pull-up {
  top: -50px;
  margin-bottom: -40px;
}
.pull-down {
  bottom: -50px;
  margin-top: -50px;
}
.rounded {
  border-radius: 50%;
  overflow: hidden;
}
.font-pull-small {
  font-size: 90%;
}
.font-push-large {
  font-size: 110%;
}
@media screen and (max-width: 47.99875em) {
  .sm-wrap {
    flex-wrap: wrap;
  }
  .sm-no-wrap {
    flex-wrap: nowrap;
  }
  .sm-m-b-20 {
    margin-bottom: 1.25rem;
  }
}
body.header-sticky {
  margin-top: 58px;
}
@media screen and (max-width: 47.99875em) {
  body.header-sticky {
    margin-top: 67px;
  }
}
ol,
p,
ul {
  color: #000;
}
strong {
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
.node-page .body h1 {
  font-size: 2.25rem;
  font-weight: 700;
}
.node-page .body h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.node-page .body h3 {
  font-size: 1.625rem;
}
.node-page .body h4 {
  font-size: 1.375rem;
}
.node-page .body h5 {
  font-size: 1.125rem;
}
@media screen and (max-width: 63.99875em) {
  main.l-main {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .grid-lg-1-5 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\A";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.media-wrap img {
  width: 100%;
  height: auto;
}
.link {
  font-size: 1rem;
  line-height: 1.125rem;
}
.intro {
  font-size: 1.125rem;
  line-height: 1.33333;
  margin-bottom: 12px;
}
@media screen and (max-width: 47.99875em) {
  .intro {
    font-size: 1rem;
  }
}
.strip-bg-white {
  background-color: #fff;
}
.strip-bg-black {
  background-color: #000;
}
.strip-bg-smoke {
  background-color: #f3f3f3;
}
.long-stripe-wrapper {
  color: #fff;
}
.long-stripe-wrapper > .row {
  min-height: 174px;
}
.long-stripe-wrapper .text {
  margin-right: 40px;
  font-size: 2.1875rem;
  line-height: 1.2;
  vertical-align: middle;
}
.section-heading {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.section-heading:after {
  content: "\A";
  display: block;
  width: 125px;
  height: 2px;
  background-color: red;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.apply-module-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.apply-module-wrapper .title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.apply-module-wrapper .menu {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.apply-module-wrapper .menu li {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 47.99875em) {
  .apply-module-wrapper .menu li {
    margin-left: auto;
    margin-right: auto;
  }
}
.apply-module-wrapper .menu img {
  max-width: 100px;
  margin-bottom: 20px;
}
.breadcrumbs-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 0.875rem;
  color: #fff;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
.breadcrumbs > span.crumb {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
  position: relative;
}
.breadcrumbs > span.crumb:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
.breadcrumbs > span.crumb a,
a.crumbs {
  font-weight: inherit;
  font-family: inherit;
}
a.crumbs {
  position: relative;
  color: inherit;
}
a.crumbs:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 4px;
}
.title-line-wrapper {
  border-bottom: 1px solid #e47f25;
  margin-bottom: 10px;
}
.title-line-wrapper[class*="color-"] {
  border-bottom-color: currentColor;
}
.title-line-wrapper .title {
  color: #e47f25;
  font-size: 1.25rem;
  padding-bottom: 1px;
  position: relative;
  display: inline-block;
}
[class*="color-"].title-line-wrapper .title {
  color: inherit;
}
.title-line-wrapper .title:after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #e47f25;
}
[class*="color-"].title-line-wrapper .title:after {
  background-color: currentColor;
}
.separator {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #636363;
  padding-top: 20px;
  margin-bottom: 20px;
}
.separator.light {
  border-bottom: 1px solid #d8d8d8;
}
address {
  font-style: normal;
}
.magellan-wrap {
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
.magellan-wrap a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  display: block;
  padding: 4px 10px;
}
.magellan-wrap .links {
  margin-bottom: 3px;
}
.magellan-wrap .links a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #2a6aad;
  color: #fff;
}
.magellan-wrap .links a text {
  position: relative;
  z-index: 5;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
.magellan-wrap .links a:hover text {
  color: #363636;
}
.magellan-wrap .links a span {
  border-radius: 100%;
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.7s, padding-top 0.7s;
  transition: width 0.7s, padding-top 0.7s;
}
.magellan-wrap .links a:hover span {
  width: 225%;
  padding-top: 225%;
}
.section-new-home .l-header-region {
  display: none;
}
#user-login,
.profile {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
#user-login button.secondary {
  color: #fff;
}
.g-recaptcha {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.callout {
  word-break: break-word;
}
.info-message {
  background-color: #e6eef7;
  padding: 0.25rem 0.9375rem;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-size: 1.125rem;
}
.info-message:before {
  content: "\F05A";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.25rem;
}
.info-message a {
  font-family: inherit;
  color: #150a59 !important;
}
.info-message a:hover {
  text-decoration: underline;
}
.info-message strong {
  color: #000;
}
.table-header-blue {
  background-color: #0072bc;
  color: #fff;
}
.table-header-yellow {
  background-color: #ffd869;
}
@media screen and (min-width: 1100px) {
  #hbl-live-chat-wrapper #olark-container,
  #hbl-live-chat-wrapper .olark-launch-button-wrapper {
    right: auto !important;
    left: 20px !important;
  }
}
[v-cloak] {
  visibility: hidden;
}
@-webkit-keyframes opac {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes pulse-zoom {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
  }
  to {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes pulse-zoom {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
  }
  to {
    box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes pulse-inner-zoom {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes pulse-inner-zoom {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.expand {
  background-image: url(images/sprite_c91be62d7bce96377f39311463e01e5f.html);
  width: 37px;
  height: 37px;
}
.lg-gallery {
  display: block;
  background-color: #d8d8d8;
  text-align: center;
  position: relative;
}
.open-popup {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.3125rem;
  -webkit-animation: pulse-zoom 2s infinite;
  animation: pulse-zoom 2s infinite;
}
.expand {
  background-image: url(img/expand.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
  display: block;
  -webkit-animation: pulse-inner-zoom 2s infinite;
  animation: pulse-inner-zoom 2s infinite;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
}
.panels-section-columns {
  width: 100%;
}
div.krumo-root {
  color: #000;
  font-size: 12px;
}
ul.krumo-node ul li {
  font-size: 12px;
}
.block-masquerade .form-item-masquerade-user-field {
  display: inline-block;
  margin: 0;
}
.block-masquerade .form-item-masquerade-user-field #edit-masquerade-user-field {
  width: 200px;
  margin-bottom: 0;
}
.block-masquerade .form-submit {
  margin-bottom: 0;
}
.block-masquerade .form-item {
  margin-top: 0;
}
body.panels-ipe {
  margin-bottom: 0 !important;
  padding-bottom: 33px;
}
@media print {
  #panels-ipe-control-container {
    display: none !important;
  }
  body.panels-ipe {
    margin-top: 0 !important;
  }
}
div#panels-ipe-control-container {
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  background-color: #000;
  padding: 0;
  overflow: hidden;
  box-shadow: -2px -2px 2px 1px rgba(0, 0, 0, 0.3333);
}
div.panels-ipe-control .form-submit,
div.panels-ipe-pseudobutton-container {
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  display: inline-block;
  font: 700 12px/33px Open Sans, Lucida Grande, Tahoma, Verdana, sans-serif;
  height: 33px;
  margin: 0;
}
div.panels-ipe-control .form-submit {
  padding: 0 0.8em 2px 34px;
}
div.panels-ipe-button-container {
  margin: 0;
  text-align: center;
}
div.panels-ipe-pseudobutton-container a {
  height: 33px;
  padding: 0 0.8em;
  display: inline-block;
  color: #ccc;
  text-decoration: none;
}
div.panels-ipe-control .form-submit:hover,
div.panels-ipe-pseudobutton-container:hover {
  background: #333;
}
div.panels-ipe-pseudobutton-container a:hover {
  color: #fff;
}
div.panels-ipe-control .form-submit:active,
div.panels-ipe-pseudobutton-container:active {
  background: #555;
  color: #ccc;
}
div.panels-ipe-pseudobutton-container a:active {
  color: #ccc;
}
div.panels-ipe-pseudobutton-container a.panels-ipe-startedit {
  padding-left: 34px;
  background: url(images/panels_ipe/gear.png)
    no-repeat 6px 5px;
}
div.panels-ipe-pseudobutton-container a.panels-ipe-startedit:hover {
  background: url(images/panels_ipe/gear_h.png)
    no-repeat 6px 5px;
}
div.panels-ipe-pseudobutton-container a.panels-ipe-change-layout {
  padding-left: 34px;
  background: url(images/panels_ipe/grid.png)
    no-repeat 6px 5px;
}
div.panels-ipe-pseudobutton-container a.panels-ipe-change-layout:hover {
  background: url(images/panels_ipe/grid_h.png)
    no-repeat 6px 5px;
}
div.panels-ipe-control input.panels-ipe-save {
  background-image: url(images/panels_ipe/check.png);
}
div.panels-ipe-control input.panels-ipe-cancel {
  background-image: url(images/panels_ipe/x.png);
}
div.panels-ipe-control input#panelizer-ipe-revert {
  background-image: url(images/panels_ipe/arrow_ccw.png);
}
div.panels-ipe-control input.panels-ipe-save:hover {
  background-color: #333;
  background-image: url(images/panels_ipe/check.png);
  color: #fff;
}
div.panels-ipe-control input.panels-ipe-cancel:hover {
  background-color: #333;
  background-image: url(images/panels_ipe/x.png);
  color: #fff;
}
body.panels-ipe .panels-ipe-form-container .form-item-log,
body.panels-ipe .panels-ipe-form-container .form-item-log input,
body.panels-ipe .panels-ipe-form-container .form-item-revision,
body.panels-ipe .panels-ipe-form-container .form-item-revision input {
  margin: 0;
}
body.panels-ipe .panels-ipe-form-container .form-item-log label,
body.panels-ipe .panels-ipe-form-container .form-item-revision label {
  font: 700 12px/33px Open Sans, Lucida Grande, Tahoma, Verdana, sans-serif;
}
div.panels-ipe-placeholder {
  padding: 0.2em;
  margin: 0;
}
div.panels-ipe-placeholder h3 {
  width: 75%;
  margin: 0;
  padding: 0 0 0 5px;
  line-height: 2.8em;
}
.panels-ipe-editing div.panels-ipe-portlet-wrapper {
  margin-top: 5px;
}
div.panels-ipe-draghandle,
div.panels-ipe-nodraghandle {
  padding: 5px;
  position: relative;
}
div.panels-ipe-handlebar-wrapper li {
  margin: 0 5px 0 0;
}
span.panels-ipe-dragbar-admin-title {
  line-height: 1;
  color: #fff;
  background-color: #999;
  padding: 0.32em;
  margin-top: 5px;
  display: inline-block;
  border-radius: 3px;
}
div.panels-ipe-draghandle span.panels-ipe-draghandle-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
ul.panels-ipe-linkbar {
  list-style: none;
  overflow: hidden;
  display: block;
  margin: 0;
}
ul.panels-ipe-linkbar li {
  float: left;
}
#admin-menu,
#admin-menu .dropdown {
  z-index: 1002;
}
header {
  position: relative;
  z-index: 1001;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
.top-bar {
  background-color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  box-shadow: 0 0 5px 5px rgba(54, 54, 54, 0.3);
}
.top-bar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.top-bar .top-bar-center {
  width: 100%;
}
.top-bar .top-bar-center .logo-wrap {
  width: 190px;
  position: relative;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.sticky.top-bar .top-bar-center .logo-wrap {
  width: 144px;
}
@media screen and (max-width: 47.99875em) {
  .top-bar .top-bar-center .logo-wrap {
    width: 144px;
  }
}
.top-bar .top-bar-center .logo-wrap a {
  margin-left: 0;
  border-bottom: 0 !important;
  max-width: 100%;
}
.top-bar .menu {
  flex-wrap: nowrap;
}
@media screen and (max-width: 63.99875em) {
  .top-bar .menu.large {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .top-bar .menu.small {
    display: none;
  }
}
.top-bar .menu li {
  text-transform: uppercase;
  font-family: inherit;
  margin-left: 0;
}
.top-bar .menu li a {
  position: relative;
  padding: 0;
  margin: 0.625rem 0.75rem;
  color: #0f1449;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.2;
  max-width: 10.5rem;
}
.top-bar .menu li a.active {
  color: #150a59;
}
.top-bar .menu li a:not(.button):hover {
  color: #150a59;
  text-decoration: underline;
}
.top-bar .menu li .button {
  margin: 0;
  color: #0f1449;
  padding: 0.6em 1.5em;
  font-family: AvenirNextLTPro-Regular, sans-serif;
}
.top-bar .menu li .button:hover {
  color: inherit;
  border-color: inherit;
}
.top-bar .menu li .menu-utils a {
  font-size: 1.375rem;
  margin: 10px;
  border-bottom: 0 !important;
}
.top-bar .menu li.menu-extras {
  margin-left: auto;
}
.top-bar .menu li .large-bar {
  margin: 10px;
  border-bottom: 0 !important;
}
.top-bar .menu li .large-bar i {
  margin-right: 0.25rem;
  display: inline-block;
}
.top-bar .menu li:not(.is-submenu-item) {
  min-height: 4.625rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.top-bar .submenu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 20px;
  margin-top: 4px;
  box-shadow: 0 5px 5px 5px rgba(54, 54, 54, 0.3);
  border: 0;
}
.sticky.top-bar .submenu {
  margin-top: 0;
}
.top-bar .submenu li {
  text-transform: none;
}
.top-bar .submenu li a {
  margin: 0 0 10px;
  line-height: inherit;
  border-bottom: 0 !important;
}
form.gsc-search-box,
table.gsc-search-box {
  margin-bottom: 0;
}
table.gsc-search-box td.gsc-input {
  padding: 0 10px;
  border: 1px solid #dfe1e5;
  width: 100%;
}
table.gsc-search-box .gsc-input {
  box-shadow: none;
  max-width: 100%;
}
table.gsc-search-box .gsc-input a.gsst_a {
  margin: 0;
  border: 0;
}
table.gsc-search-box td {
  padding: 0;
}
table.gsc-search-box .gsc-input-box,
table.gsc-search-box tbody {
  border: 0;
}
table.gsc-search-box .gsc-search-button {
  margin-left: 10px;
  float: right;
  cursor: pointer;
  width: auto;
}
table.gsc-search-box .gsc-search-button-v2 {
  padding: 10px 27px;
}
table.gsc-input {
  margin: 0;
}
.menu-extras {
  position: relative;
}
.menu-extras td.gsc-input {
  display: none;
}
.menu-extras .social-share-nav {
  position: absolute;
  top: 0;
  right: 0.625rem;
}
.sticky .menu-extras .social-share-nav {
  top: 0.3125rem;
}
.menu-extras .social-share-nav .menu {
  background-color: transparent;
}
.menu-extras .social-share-nav .menu li {
  margin-left: 1.25rem;
  display: list-item;
  min-height: 0;
}
.menu-extras .social-share-nav .menu li a {
  margin: 0;
  font-size: 0.9375rem;
}
.enhanced-search-wrap {
  padding: 1.25rem 0.9375rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: inset 0 0 3px 0 rgba(54, 54, 54, 0.3);
}
.hide-search-bar {
  padding-left: 0;
}
.hide-search-bar a {
  padding: 0.375rem 0.625rem;
  display: inline-block;
  line-height: 1;
}
.desktop-hamburger {
  display: none;
}
.domain-ulab-edu-bd .desktop-hamburger,
.domain-ulab-rsi-lab-com .desktop-hamburger {
  display: block;
}
.user-menu-wrapper {
  background: #fff;
  width: 13.4375rem;
  position: absolute;
  border-radius: 0.1875rem;
  padding: 0.625rem 1.125rem;
  right: 0;
  top: 3.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-size: 0.9375rem;
  display: none;
}
.user-menu-wrapper:before {
  bottom: 100%;
  left: 91%;
  content: "\A";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 0.5rem solid transparent;
  border-bottom-color: #fff;
  margin-left: -0.5rem;
  -webkit-filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.2));
}
.user-menu-wrapper a {
  margin: 0.25rem 0 !important;
  max-width: 100% !important;
  display: inline-block;
}
.icon-scroll {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%230F1449' d='M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.125rem;
  width: 1.125rem;
  display: inline-block;
  vertical-align: middle;
}
.off-canvas .logo-wrap {
  background-color: #150a59;
  text-align: center;
}
.off-canvas .logo-wrap img {
  max-width: 10.5625rem;
  height: 8.8125rem;
  margin: 20px auto;
}
ul.side-menu {
  color: #150a59;
  font-size: 0.99vw;
  font-family: Roboto, sans-serif;
  padding: 0 2em;
}
@media screen and (max-width: 63.99875em) {
  ul.side-menu {
    font-size: 1rem;
  }
}
ul.side-menu * {
  line-height: 1.3;
}
ul.side-menu li {
  display: block;
  width: 100%;
  margin-left: 0;
}
ul.side-menu li.opened > .open-button {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}
ul.side-menu li.active > a {
  color: #000;
}
ul.side-menu > li {
  padding: 1em 0;
  border-top: 1px solid #dddde2;
}
ul.side-menu > li:last-child {
  border-bottom: 1px solid #dddde2;
}
ul.side-menu a {
  color: inherit;
  font-weight: 700;
  font-family: inherit;
  -webkit-transition: color, background-color 0.2s ease-in-out;
  transition: color, background-color 0.2s ease-in-out;
  padding: 0;
  display: inline-block;
  max-width: 15em;
  outline: 0 !important;
}
@media screen and (max-width: 63.99875em) {
  ul.side-menu a {
    max-width: 12em;
  }
}
ul.side-menu a.active,
ul.side-menu a:hover {
  text-decoration: underline;
}
ul.side-menu .submenu {
  display: none;
  color: inherit;
  padding-top: 1em;
  padding-left: 1em;
  width: 100%;
}
ul.side-menu .submenu .submenu {
  padding-top: 0.5em;
  padding-left: 0.5em;
}
ul.side-menu .submenu .open-button {
  margin-top: 0;
}
ul.side-menu .submenu a {
  margin: 0.5em 0;
  color: #727580;
  font-weight: 400;
}
ul.side-menu .open-button {
  display: block;
  width: auto;
  float: right;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  margin-top: -0.25em;
  margin-right: 0.5em;
  color: #727580;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s,
    -webkit-transform 0.5s ease-in-out 0s;
  cursor: pointer;
}
ul.side-menu .open-button:hover {
  text-decoration: none;
  color: #333;
}
ul.side-menu .leaf img {
  max-height: 3.0625rem;
}
ul.side-menu .my-ulab img {
  background-color: #18384f;
}
.side-float {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  bottom: 20px;
  z-index: 100;
  left: 0;
}
.side-float.stick-left {
  top: 30%;
  bottom: auto;
  padding: 5px 10px;
  border-radius: 3px 3px 0 0;
  -webkit-transform: translateZ(0) rotate(90deg);
  transform: translateZ(0) rotate(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}
.side-float.stick-left:hover {
  background-color: #e6eef7;
}
.side-float.stick-left img {
  width: 20px;
  height: 20px;
}
.side-float.stick-left a {
  outline: 0;
  display: inline-block;
  color: #117bc2;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.side-float.stick-left a:hover {
  color: #0d5d93;
}
.side-float.stick-left a span {
  padding-left: 2px;
}
.side-float > div {
  clear: left;
  float: left;
}
.side-float .st-btn {
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.side-float .st-btn:hover {
  background-color: #249be5;
}
.side-float .st-btn:hover > svg,
.side-float .st-btn:hover img {
  margin-left: 5px;
}
.side-float .st-btn:hover > span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}
.side-float .st-btn svg {
  fill: #fff;
}
.side-float .st-btn > img,
.side-float .st-btn > svg {
  height: 24px;
  margin-left: 0;
  width: 24px;
}
.side-float .st-btn > img,
.side-float .st-btn > span,
.side-float .st-btn > svg {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  vertical-align: top;
}
.side-float .st-btn > span {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 10px;
  position: relative;
  filter: alpha(opacity=0);
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
}
.side-float.st-has-labels .st-btn:hover {
  min-width: 140px;
  width: 100%;
}
footer {
  background-color: #027c49;
  color: #fff;
  padding-top: 40px;
}
footer .nav-parent {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  font-family: AvenirNextLTPro-Bold, sans-serif;
  color: #150a57;
}
footer .nav-child {
  list-style-type: none;
  margin-left: 0;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
footer .nav-child li:before {
  content: "\A";
  display: inline-block;
  background-image: url(images/footer-arrow.jpg);
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: 0.4375rem;
}
footer .nav-child li a {
  position: relative;
  top: -0.3125rem;
}
footer .footer-upper {
  margin-bottom: 2.5rem;
}
footer .media-wrap {
  margin-bottom: 20px;
}
footer .media-wrap img {
  width: 250px;
  height: 250px;
}
footer .logo-wrap {
  max-width: 205px;
}
footer .address {
  font-size: 0.875rem;
}
footer .nav-child a,
footer a {
  color: #fff;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
footer .nav-child a:hover,
footer a:hover {
  color: #150a59;
}
footer .copyright {
  font-size: 0.875rem;
  padding: 20px;
}
footer ul {
  color: #fff;
}
footer .description,
footer .text,
footer .view-all {
  font-size: 0.8125rem;
  line-height: 1rem;
}
footer .description {
  margin-bottom: 1.25rem;
}
footer .text .flex-container {
  margin-bottom: 0.25rem;
}
footer .text .flex-container div:first-child {
  min-width: 5rem;
}
@media screen and (max-width: 47.99875em) {
  footer .text .flex-container div:first-child {
    min-width: 1px;
  }
}
footer a.view-all.link {
  color: #150a59;
  text-transform: uppercase;
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
footer .social-share {
  text-align: center;
  margin: 1.25rem -0.25rem;
}
footer .social-share a {
  color: #fff !important;
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding: 0.25rem;
  height: 1.875rem;
  width: 1.875rem;
  background-color: #150a59;
}
@media screen and (max-width: 47.99875em) {
  footer .social-share a {
    font-size: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
    padding: 0.125rem;
  }
}
footer .social-share a:hover {
  background-color: #c29a06;
}
.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border-radius: 35px;
  display: none;
  z-index: 1;
}
.scrollup,
.scrollup i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollup i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 1.1875rem;
}
.scrollup:hover {
  background: rgba(0, 0, 0, 0.9);
}
.scrollup:hover i {
  top: 9px;
}
.footer-bottom-text {
  color: #fff;
  font-size: 0.75rem;
  padding: 0.625rem;
}
.item-list .pagination {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 0.3125rem 1.25rem;
}
.item-list .pagination li {
  padding: 0 0.3125rem;
  margin: 0;
}
.item-list .pagination .current {
  background-color: transparent;
}
.item-list .pagination .current a {
  pointer-events: none;
  background-color: #150a59;
}
.item-list .pagination a {
  color: inherit !important;
}
.item-list .pagination .arrow {
  text-transform: capitalize;
}
.item-list .pagination .ajax-progress {
  position: absolute;
}
@media screen and (max-width: 47.99875em) {
  .item-list .pager .unavailable,
  .item-list .pagination .unavailable {
    display: none;
  }
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slickd41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
input::-webkit-input-placeholder {
  font-size: 14px;
}
input::-moz-placeholder {
  font-size: 14px;
}
input:-ms-input-placeholder {
  font-size: 14px;
}
input::-ms-input-placeholder {
  font-size: 14px;
}
input::placeholder,
select {
  font-size: 14px;
}
.form-item {
  position: relative;
}
.form-item [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.form-item [type="checkbox"] + label {
  padding-left: 0.625rem;
}
.slick-loading .slick-list {
  background: #fff url(img/ajax-loader.gif) 50%
    no-repeat;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.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: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.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;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide a {
  outline: 0;
}
.center-carousel {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
.center-carousel .row {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}
.center-carousel .content-wrap {
  display: block;
  pointer-events: none;
}
.center-carousel h2 {
  margin-bottom: 20px;
}
.center-carousel figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(32, 81, 132, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.center-carousel figcaption span {
  display: inline-block;
}
.center-carousel .swiper-slide-active figcaption {
  visibility: visible;
  opacity: 1;
}
.center-carousel .swiper-slide-active .content-wrap {
  pointer-events: auto;
}
.center-carousel .plyr--playing + figcaption {
  visibility: hidden;
  opacity: 0;
}
.center-carousel .plyr-player--manual > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-carousel .swiper-slide {
  max-width: 46.375rem;
}
.center-carousel .swiper-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.75rem;
  right: -3.75rem;
  z-index: 1;
  pointer-events: none;
}
.center-carousel .swiper-button-white {
  pointer-events: auto;
}
.slick-dots {
  position: relative;
  text-align: left;
  bottom: auto;
  line-height: 1;
}
@media screen and (max-width: 47.99875em) {
  .slick-dots {
    text-align: center;
  }
}
.slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 47.99875em) {
  .slick-dots li {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.slick-dots li.slick-active button:before {
  color: #002147;
  opacity: 1;
}
.slick-dots li button:before {
  color: #002147;
  opacity: 0.4;
  font-size: 18px;
}
@media screen and (max-width: 47.99875em) {
  .slick-dots li button:before {
    font-size: 12px;
  }
}
.slick-arrow {
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: transparent;
  padding: 0;
}
.slick-arrow,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
  border: 0;
}
.carousel_next,
.carousel_prev {
  cursor: pointer;
  outline: 0;
}
.carousel_next.slick-disabled,
.carousel_prev.slick-disabled {
  pointer-events: none;
}
.carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.slick-next,
.slick-prev {
  width: 30px;
  height: 54px;
  z-index: 1;
}
.slick-next:before,
.slick-prev:before {
  content: "\A";
  width: 30px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.slick-prev {
  left: 0;
}
.slick-prev:hover:before {
  background-image: url(../../../all/themes/assets/arrow-left-dark-hover.html);
}
.slick-prev:before {
  background-image: url(../../../all/themes/assets/arrow-left-dark.html);
}
.slick-next {
  right: 0;
}
.slick-next:hover:before {
  background-image: url(../../../all/themes/assets/arrow-right-dark-hover.html);
}
.slick-next:before {
  background-image: url(../../../all/themes/assets/arrow-right-dark.html);
}
.mobile-slider .slick-dots {
  text-align: center;
  top: -20px;
}
.mobile-slider .slick-dots li.slick-active button:before {
  color: #e9ac00;
  opacity: 1;
}
.mobile-slider .slick-dots button:before {
  color: #ffd869;
  opacity: 0.7;
}
.slider-wrapper {
  position: relative;
}
.hero-slider .slick-slide .content-wrap,
.hero-slider .slick-slide > div {
  height: 540px;
}
.hero-slider .slick-slide img {
  width: 100%;
}
.hero-slider .content-wrap .row {
  position: relative;
  height: 100%;
  color: #fff;
}
.hero-slider .content-wrap .description-text {
  position: absolute;
  bottom: 150px;
}
@media screen and (max-width: 63.99875em) {
  .hero-slider .content-wrap .description-text {
    left: 0;
    padding-right: 0.9375rem;
  }
}
.hero-slider .content-wrap h2 {
  font-size: 2.125rem;
  text-transform: uppercase;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 700;
}
.hero-slider .content-wrap p {
  max-width: 600px;
  font-size: 1.4375rem;
  color: #fff;
}
.hero-slider.with-thumb .content-wrap,
.hero-slider.with-thumb > div {
  height: 783px;
}
.hero-slider.with-thumb .slider-title {
  margin-bottom: 0;
  max-width: 370px;
  padding: 0.9375rem;
}
.hero-slider.with-thumb .slider-intro {
  background: #fff;
  color: #e47f25;
  margin-bottom: 0;
  max-width: 670px;
  padding: 0.9375rem;
  font-size: 2.5rem;
  line-height: 3.375rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 63.99875em) {
  .hero-slider.with-thumb .slider-intro {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
.hero-slider.with-thumb .description-text {
  left: 1.875rem;
  bottom: 90px;
}
@media screen and (max-width: 63.99875em) {
  .hero-slider.with-thumb .description-text {
    bottom: 18.75rem;
    left: 0.9375rem;
  }
}
.section-hero .carousel_next,
.section-hero .carousel_prev {
  cursor: pointer;
  border: 1px solid #d8d8d8;
  padding: 10px 17px;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-hero .slick-arrow {
  width: 2.0625rem;
  height: 2.0625rem;
  padding: 0;
}
.section-hero .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: #d8d8d8;
}
.section-hero .slick-controls {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  padding-left: 0;
}
@media screen and (max-width: 63.99875em) {
  .section-hero .slick-controls {
    left: 0.9375rem;
  }
}
.fifty-fifty-wrapper {
  position: relative;
  z-index: 1;
  min-height: 244px;
  color: #fff;
}
.fifty-fifty-wrapper.strip-bg-white {
  color: #000;
}
.fifty-fifty-wrapper .content-wrap {
  padding-top: 40px;
  padding-bottom: 50px;
}
.s-bottom.fifty-fifty-wrapper .content-wrap {
  padding-top: 60px;
}
.fifty-fifty-wrapper.s-top .media-wrap {
  top: -40px;
}
.fifty-fifty-wrapper.s-bottom .media-wrap {
  bottom: -60px;
}
.fifty-fifty-wrapper .media-wrap {
  position: relative;
}
.fifty-fifty-wrapper .media-wrap img {
  height: auto;
  width: 100%;
}
.fifty-fifty-wrapper .date {
  font-size: 80%;
}
.stripe-with-scroller {
  text-align: center;
  margin-bottom: 40px;
}
.stripe-with-scroller .bg-image {
  height: 14.6875rem;
}
.stripe-with-scroller .content-wrap {
  position: relative;
  top: -40px;
  background-color: #fff;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}
.stripe-with-scroller .media-wrap img {
  max-height: 200px;
}
.stripe-with-scroller .slick-next:before,
.stripe-with-scroller .slick-prev:before,
.stripe-with-scroller button {
  height: 40px;
  width: 56px;
}
.scroller {
  margin-bottom: 40px;
}
.scroller .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.scroller .slick-slide {
  padding: 0 50px;
}
.scroller .slick-list {
  padding-left: 15px;
  padding-right: 15px;
}
.block-stripe-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.block-stripe-wrapper h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.block-stripe-wrapper .intro {
  font-size: 1rem;
  line-height: 1.33;
}
.block-stripe-wrapper a {
  color: #0072bc;
}
.block-stripe-wrapper .media-wrap {
  text-align: center;
}
.block-stripe-wrapper .media-wrap img {
  width: auto;
  height: auto;
  display: inline-block;
}
.block-stripe-wrapper .content-wrap {
  position: relative;
  padding: 0 1.875rem 0.625rem;
}
@media screen and (max-width: 47.99875em) {
  .block-stripe-wrapper .content-wrap {
    margin-bottom: 20px;
  }
}
.block-stripe-wrapper .content-wrap:after,
.block-stripe-wrapper .content-wrap:before {
  content: "\A";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #150a59;
}
.block-stripe-wrapper .content-wrap:before {
  width: 85px;
  height: 2px;
}
@media screen and (max-width: 63.99875em) {
  .block-stripe-wrapper .content-wrap:before {
    width: 45px;
  }
}
.block-stripe-wrapper .content-wrap:after {
  height: 85px;
  width: 2px;
}
@media screen and (max-width: 63.99875em) {
  .block-stripe-wrapper .content-wrap:after {
    height: 45px;
  }
}
.block-stripe-wrapper .slick-track {
  margin-left: 0;
}
.block-stripe-wrapper .slick-slide {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.block-stripe-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: transparent;
  padding: 0;
}
.block-stripe-wrapper .slick-arrow,
.block-stripe-wrapper .slick-arrow:active,
.block-stripe-wrapper .slick-arrow:focus,
.block-stripe-wrapper .slick-arrow:hover {
  border: 0;
}
.block-stripe-wrapper .carousel_prev {
  left: -3.125rem;
}
@media screen and (max-width: 47.99875em) {
  .block-stripe-wrapper .carousel_prev {
    left: 0;
  }
}
.block-stripe-wrapper .carousel_next {
  right: -3.125rem;
}
@media screen and (max-width: 47.99875em) {
  .block-stripe-wrapper .carousel_next {
    right: 0;
  }
}
.block-stripe-wrapper .arrow-right {
  background-image: url(images/right-arrow.svg);
}
.block-stripe-wrapper .carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.block-stripe-wrapper .arrow-left {
  background-image: url(images/left-arrow.svg);
}
.block-stripe-wrapper .carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.block-stripe-wrapper .slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.block-stripe-wrapper .slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.block-stripe-wrapper .arrow-left,
.block-stripe-wrapper .arrow-right {
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
}
.stripe-with-banner-wrapper {
  min-height: 600px;
  position: relative;
}
.stripe-with-banner-wrapper .stripe-with-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 165px;
  background-color: #fff;
}
.stripe-with-banner-wrapper .first,
.stripe-with-banner-wrapper .last {
  color: #fff;
  font-family: AvenirNextLTPro-Bold, sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.stripe-with-banner-wrapper .first,
.stripe-with-banner-wrapper .last,
.stripe-with-banner-wrapper .middle {
  padding-top: 10px;
  padding-bottom: 10px;
}
.stripe-with-banner-wrapper .middle {
  font-size: 1rem;
  line-height: 1.2;
}
.stripe-with-banner-wrapper .title {
  color: red;
  font-size: 1.75rem;
  margin-bottom: 6px;
}
.bio-grid-wrapper,
.bio-scroller-wrapper {
  position: relative;
}
.bio-grid-wrapper.s-no-box .scroller,
.bio-scroller-wrapper.s-no-box .scroller {
  margin-bottom: 20px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.99875em) {
  .bio-grid-wrapper.s-no-box .scroller,
  .bio-scroller-wrapper.s-no-box .scroller {
    margin-top: 1.25rem;
  }
}
.bio-grid-wrapper.s-no-box .section-heading,
.bio-scroller-wrapper.s-no-box .section-heading {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: -40px;
  width: 80px;
}
@media screen and (max-width: 47.99875em) {
  .bio-grid-wrapper.s-no-box .section-heading,
  .bio-scroller-wrapper.s-no-box .section-heading {
    height: 0;
  }
}
.bio-grid-wrapper.s-no-box .section-heading:after,
.bio-scroller-wrapper.s-no-box .section-heading:after {
  display: none;
}
.bio-grid-wrapper.s-no-box .section-heading .slick-controls,
.bio-scroller-wrapper.s-no-box .section-heading .slick-controls {
  top: -0.5rem;
}
.bio-grid-wrapper.s-no-box .bio-anchor:hover .title,
.bio-scroller-wrapper.s-no-box .bio-anchor:hover .title {
  color: #150a59;
}
@media screen and (max-width: 47.99875em) {
  .bio-grid-wrapper.s-no-box .slick-controls,
  .bio-scroller-wrapper.s-no-box .slick-controls {
    display: none;
  }
}
.bio-grid-wrapper .section-heading,
.bio-scroller-wrapper .section-heading {
  padding-bottom: 0;
}
@media screen and (max-width: 47.99875em) {
  .bio-grid-wrapper .section-heading,
  .bio-scroller-wrapper .section-heading {
    position: static;
  }
}
.bio-grid-wrapper .section-heading .slick-controls,
.bio-scroller-wrapper .section-heading .slick-controls {
  position: absolute;
  top: 2.4375rem;
  right: 0;
}
@media screen and (max-width: 47.99875em) {
  .bio-grid-wrapper .section-heading .slick-controls,
  .bio-scroller-wrapper .section-heading .slick-controls {
    top: 41%;
    -webkit-transform: translateY(-41%);
    transform: translateY(-41%);
    z-index: 1;
    width: 100%;
  }
  .bio-grid-wrapper .section-heading .slick-controls .carousel_next,
  .bio-grid-wrapper .section-heading .slick-controls .carousel_prev,
  .bio-scroller-wrapper .section-heading .slick-controls .carousel_next,
  .bio-scroller-wrapper .section-heading .slick-controls .carousel_prev {
    position: absolute;
    padding: 5px 8px 4px;
  }
  .bio-grid-wrapper .section-heading .slick-controls .carousel_next,
  .bio-scroller-wrapper .section-heading .slick-controls .carousel_next {
    right: 0;
  }
  .bio-grid-wrapper .section-heading .slick-controls .carousel_prev,
  .bio-scroller-wrapper .section-heading .slick-controls .carousel_prev {
    left: 0;
  }
}
.bio-grid-wrapper .section-heading .text-center,
.bio-scroller-wrapper .section-heading .text-center {
  max-width: calc(100% - 173px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.99875em) {
  .bio-grid-wrapper .section-heading .text-center,
  .bio-scroller-wrapper .section-heading .text-center {
    max-width: 95%;
  }
}
.bio-grid-wrapper .bio-anchor,
.bio-scroller-wrapper .bio-anchor {
  display: block;
  color: #000;
  font-weight: 400;
}
.bio-grid-wrapper .bio-anchor:hover .media-wrap img,
.bio-scroller-wrapper .bio-anchor:hover .media-wrap img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bio-grid-wrapper .content-wrap,
.bio-scroller-wrapper .content-wrap {
  padding: 20px 20px 30px;
  background-color: #fff;
  font-family: AvenirNextLTPro-Regular, sans-serif;
}
.bio-scroller-wrapper .content-wrap,
.s-no-box.bio-grid-wrapper .content-wrap {
  padding: 5px 0;
  background-color: transparent;
}
.bio-grid-wrapper .media-wrap,
.bio-scroller-wrapper .media-wrap {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bio-grid-wrapper .media-wrap img,
.bio-scroller-wrapper .media-wrap img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.bio-grid-wrapper figure,
.bio-scroller-wrapper figure {
  position: relative;
  max-height: 337px;
}
.bio-grid-wrapper figure figcaption,
.bio-scroller-wrapper figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 0.875rem;
  color: #150a59;
}
.bio-grid-wrapper .slick-slide,
.bio-scroller-wrapper .slick-slide {
  padding: 0 10px;
}
@media screen and (min-width: 64em) {
  .bio-grid-wrapper .slick-list,
  .bio-scroller-wrapper .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.bio-grid-wrapper .title,
.bio-scroller-wrapper .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bio-grid-wrapper .title h5,
.bio-scroller-wrapper .title h5 {
  color: #0072bc;
}
.bio-grid-wrapper .title *,
.bio-scroller-wrapper .title * {
  margin-bottom: 0;
}
.bio-grid-wrapper .subtitle,
.bio-scroller-wrapper .subtitle {
  color: #636363;
  margin-bottom: 10px;
}
.bio-grid-wrapper .intro,
.bio-scroller-wrapper .intro {
  font-size: 1rem;
  line-height: 1.25rem;
}
.bio-grid-wrapper .bio-details {
  margin-bottom: 1.875rem;
}
.bio-scroller-wrapper .section-heading:after {
  display: none;
}
.box-block-wrapper {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.box-block-wrapper .section-heading {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box-block-wrapper .section-heading .intro {
  margin-bottom: 20px;
}
.box-block-wrapper .title-top-bar {
  margin-bottom: 0.5rem;
}
.box-block-wrapper .intro {
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
@media screen and (max-width: 47.99875em) {
  .box-block-wrapper .intro {
    max-width: 100%;
  }
}
.box-block-wrapper ul {
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.box-block-wrapper li {
  position: relative;
  list-style: none;
  margin: 0;
  height: 234px;
  overflow: hidden;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .box-block-wrapper li {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .box-block-wrapper li {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.box-block-wrapper li img {
  display: block;
  height: 100%;
}
.box-block-wrapper li a {
  height: 100%;
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  top: 0;
  padding: 0 20px 25px;
  text-align: center;
  line-height: 1.4em;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
  background: rgba(54, 54, 54, 0.35);
}
.box-block-wrapper li:hover a {
  background: rgba(54, 54, 54, 0.8);
}
.projects-list-wrapper {
  background-color: #f2f5f9;
  margin-top: 80px;
}
.projects-list-wrapper .list-heading {
  margin-bottom: 60px;
}
.projects-list-wrapper .large-section .media-wrap {
  margin-top: -40px;
}
.projects-list-wrapper .large-section .intro {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.projects-list-wrapper .content-wrap {
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 17px 20px 20px;
  position: relative;
  top: -60px;
}
.projects-list-wrapper .title {
  color: #636363;
  margin-bottom: 10px;
  font-size: 1rem;
}
.projects-list-wrapper .intro {
  font-size: 1rem;
  line-height: 1.125rem;
}
.scroller-wrapper {
  background-color: #f2f5f9;
}
.small-scroller {
  margin-bottom: 40px;
}
.small-scroller .content-wrap {
  text-align: center;
  padding: 0 5px;
}
.small-scroller .content-wrap img {
  text-align: center;
  margin: 6px auto;
  padding: 5px;
  box-shadow: 0 0 4px 0 rgba(54, 54, 54, 0.5);
}
.small-scroller figcaption {
  font-size: 0.75rem;
  line-height: 1.2;
}
.small-scroller .slick-next,
.small-scroller .slick-prev {
  margin-top: -15px;
}
.small-scroller .slick-next,
.small-scroller .slick-next:before,
.small-scroller .slick-prev,
.small-scroller .slick-prev:before {
  width: 14px;
  height: 25px;
}
.small-scroller .slick-prev {
  left: -15px;
}
.small-scroller .slick-prev:before {
  background-image: url(../../../allthemes/assets/icons/arrow-left.html);
}
.small-scroller .slick-next {
  right: -15px;
}
.small-scroller .slick-next:before {
  background-image: url(../../../allthemes/assets/icons/arrow-right.html);
}
.tabs-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
.tabs-wrapper .tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.tabs-wrapper .tabs-title {
  border-bottom: 3px solid transparent;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
  outline: 0 !important;
  font-size: 1.9375rem;
  line-height: 1;
}
@media screen and (max-width: 47.99875em) {
  .tabs-wrapper .tabs-title {
    font-size: 1.125rem;
    text-align: center;
  }
  .tabs-wrapper .tabs-title a {
    padding: 2px 4px;
    font-size: inherit;
  }
}
.tabs-wrapper .tabs-title:not(:last-child) {
  position: relative;
  margin-right: 40px;
}
.tabs-wrapper .tabs-title:not(:last-child):after {
  content: "\A";
  height: 80%;
  width: 2px;
  background-color: #363636;
  position: absolute;
  top: 10%;
  right: -20px;
}
.tabs-wrapper .tabs-title:focus,
.tabs-wrapper .tabs-title:hover {
  color: #ffd869;
}
.tabs-wrapper .tabs-title a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  color: inherit;
  font-weight: 400;
}
.tabs-wrapper .tabs-title.is-active {
  border-bottom: 3px solid #ffd869;
}
.tabs-wrapper .tabs-panel {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tabs-wrapper .tabs-panel.is-active {
  visibility: visible;
  opacity: 1;
}
.tabs.style-faculty {
  position: relative;
  margin-bottom: 10px;
}
.tabs.style-faculty.type-2 {
  text-align: center;
}
.tabs.style-faculty.type-2 .tabs-title {
  float: none;
  display: inline-block;
}
.tabs.style-faculty:after {
  content: "\A";
  display: block;
  border-bottom: 1px solid #e47f25;
  position: relative;
  top: -2px;
}
.type-2.tabs.style-faculty:after {
  display: none;
}
.tabs.style-faculty .tabs-title {
  font-size: 1.3125rem;
  line-height: 1.2;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
.tabs.style-faculty li {
  color: #000;
}
.type-2.tabs.style-faculty li {
  font-size: 14px;
  line-height: 18px;
  color: #3adb76;
}
.tabs.style-faculty li a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 0 0 3px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: inherit;
}
.tabs.style-faculty li a:hover {
  color: #e47f25;
}
.type-2.tabs.style-faculty li a {
  text-transform: uppercase;
  padding: 7px 20px 5px;
  border-bottom: 4px solid #3adb76;
}
.tabs.style-faculty li a:hover {
  border-bottom: 4px solid #e47f25;
}
.tabs.style-faculty li:not(:last-child) {
  margin-right: 30px;
}
.type-2.tabs.style-faculty li.is-active {
  color: #fff;
}
.tabs.style-faculty li.is-active a {
  color: inherit;
  border-bottom: 4px solid #e47f25;
}
.type-2.tabs.style-faculty li.is-active a {
  background-color: #3adb76;
  border-bottom: 4px solid transparent;
}
.type-2.tabs.style-faculty li.is-active a:hover {
  background-color: #e47f25;
}
.tabs.style-research {
  border: 0;
}
@media screen and (max-width: 47.99875em) {
  .tabs.style-research {
    max-width: 80%;
    margin: auto;
  }
}
.tabs.style-research .tabs-title {
  float: none;
  display: inline-block;
  font-size: 1rem;
  font-family: Merriweather, serif;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 2.625rem;
}
.tabs.style-research .tabs-title.is-active a {
  border-color: #249be5;
  color: #fff;
}
.t-dark .tabs.style-research .tabs-title.is-active a {
  border-color: #150a59;
}
.tabs.style-research .tabs-title img {
  max-height: 3.625rem;
  margin-left: auto;
  margin-right: auto;
}
.tabs.style-research .tabs-title a {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: 0 !important;
  padding: 0.625rem 0.625rem 0.375rem;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border: 0.125rem solid transparent;
  border-bottom-width: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  min-height: 4.5625rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  bottom: -0.3125rem;
}
.tabs-content.style-research {
  font-family: inherit;
}
.tabs-content.style-research .intro {
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0.9375rem 0.625rem;
}
@media screen and (max-width: 47.99875em) {
  .tabs-content.style-research .intro {
    margin-bottom: 20px;
  }
}
.tabs-content.style-research p {
  margin-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
  .tabs-content.style-research .border-right-white {
    border-right: 0;
  }
}
.tabs-content.style-research .button.large {
  border-color: #fff !important;
  color: #fff !important;
}
.research-wrapper,
.section-jump-widget-wrapper {
  padding-top: 2.5rem;
}
.research-wrapper > .row,
.section-jump-widget-wrapper > .row {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 47.99875em) {
  .research-wrapper > .row,
  .section-jump-widget-wrapper > .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.research-wrapper .slick-arrow,
.section-jump-widget-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  height: 1.375rem;
  width: 1.375rem;
  background-color: transparent;
  padding: 0;
}
.research-wrapper .slick-arrow,
.research-wrapper .slick-arrow:active,
.research-wrapper .slick-arrow:focus,
.research-wrapper .slick-arrow:hover,
.section-jump-widget-wrapper .slick-arrow,
.section-jump-widget-wrapper .slick-arrow:active,
.section-jump-widget-wrapper .slick-arrow:focus,
.section-jump-widget-wrapper .slick-arrow:hover {
  border: 0;
}
.research-wrapper .carousel_prev,
.section-jump-widget-wrapper .carousel_prev {
  left: -2.5rem;
}
@media screen and (max-width: 47.99875em) {
  .research-wrapper .carousel_prev,
  .section-jump-widget-wrapper .carousel_prev {
    left: 0;
  }
}
.research-wrapper .carousel_next,
.section-jump-widget-wrapper .carousel_next {
  right: -2.5rem;
}
@media screen and (max-width: 47.99875em) {
  .research-wrapper .carousel_next,
  .section-jump-widget-wrapper .carousel_next {
    right: 0;
  }
}
.research-wrapper .arrow-right,
.section-jump-widget-wrapper .arrow-right {
  background-image: url(images/right-arrow.svg);
}
.research-wrapper .carousel_next:hover .arrow-right,
.section-jump-widget-wrapper .carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.research-wrapper .arrow-left,
.section-jump-widget-wrapper .arrow-left {
  background-image: url(images/left-arrow.svg);
}
.research-wrapper .carousel_prev:hover .arrow-left,
.section-jump-widget-wrapper .carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.research-wrapper .slick-disabled .arrow-right,
.section-jump-widget-wrapper .slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.research-wrapper .slick-disabled .arrow-left,
.section-jump-widget-wrapper .slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.research-wrapper .arrow-left,
.research-wrapper .arrow-right,
.section-jump-widget-wrapper .arrow-left,
.section-jump-widget-wrapper .arrow-right {
  background-size: contain;
  width: 1.375rem;
  height: 1.375rem;
}
.center-logo {
  width: 150px;
  height: 150px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.affiliations-wrapper {
  margin-bottom: 30px;
}
.affiliations-wrapper .column-block {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.affiliations-wrapper .column-block:nth-child(odd) {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.affiliations-wrapper .column-block:nth-child(2n) {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.affiliations-wrapper figure {
  padding: 10px;
  box-shadow: 0 0 4px 0 rgba(54, 54, 54, 0.7);
  text-align: center;
}
.affiliations-wrapper figcaption {
  font-family: Caveat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 10px 10px 0;
  text-transform: uppercase;
}
.notice-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 47.99875em) {
  .notice-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.notice-board {
  padding: 0 2.5rem 4.125rem;
  font-family: Merriweather, serif;
  position: relative;
  margin-bottom: 0;
}
.notice-board .calendar-item > a {
  border-right: 8px solid #150a59;
}
.notice-board .calendar-item > a:hover .arrow-right {
  visibility: visible;
  opacity: 1;
}
.notice-board .calendar-item > a .arrow-right {
  visibility: hidden;
  opacity: 0;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.event-list {
  list-style: none;
  margin: 0;
}
.event-list .title {
  font-size: 1.25rem;
  margin-bottom: 9px;
}
.event-list li {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  min-height: 120px;
}
.event-list li:not(:last-of-type) {
  border-bottom: 1px dashed #636363;
}
.event-list .desc {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 2px;
}
.event-list .date {
  font-size: 0.875rem;
}
.event-container {
  padding-bottom: 7.0625rem;
}
.notice-board,
.section-calendar {
  background-image: url(../../../all/themes/assets/events-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding: 20px 40px;
  border-radius: 2px;
}
.notice-board a,
.section-calendar a {
  color: inherit;
  font-weight: 400;
  font-family: inherit;
}
.calendar-item {
  position: relative;
  padding-bottom: 10px;
}
.calendar-item .calendar-content i.fa {
  color: #7b7878;
}
.calendar-item:nth-last-child(2) {
  padding-bottom: 0;
}
.calendar-item.no-border:after,
.calendar-item.no-border:before {
  display: none;
}
.calendar-item:before {
  content: "\A";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0 0 0 3px #fff;
}
.calendar-item:after {
  content: "\A";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.calendar-item:after,
.calendar-item:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a1c4e8),
    to(#a1c4e8)
  );
  background: linear-gradient(#a1c4e8, #a1c4e8);
}
.calendar-item:nth-child(2):after,
.calendar-item:nth-child(2):before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#150a59),
    to(#2a6aad)
  );
  background: linear-gradient(#150a59, #2a6aad);
}
.calendar-item:nth-child(3):after,
.calendar-item:nth-child(3):before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2a6aad),
    to(#3b84cf)
  );
  background: linear-gradient(#2a6aad, #3b84cf);
}
.calendar-item:nth-child(4):after,
.calendar-item:nth-child(4):before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3b84cf),
    to(#649dd9)
  );
  background: linear-gradient(#3b84cf, #649dd9);
}
.calendar-item:nth-child(5):after,
.calendar-item:nth-child(5):before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#649dd9),
    to(#78aade)
  );
  background: linear-gradient(#649dd9, #78aade);
}
.calendar-item:nth-child(6):after,
.calendar-item:nth-child(6):before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#78aade),
    to(#a1c4e8)
  );
  background: linear-gradient(#78aade, #a1c4e8);
}
.calendar {
  text-align: center;
  line-height: 1.45;
  margin-bottom: 16px;
  color: #150a59;
  padding: 5px 15px 5px 20px;
  min-width: 6.25rem;
  max-width: 7.5rem;
  text-align: left;
}
.calendar .month {
  font-size: 1.375rem;
  line-height: 1;
}
.calendar .date {
  font-size: 2.375rem;
  line-height: 1;
}
.calendar .date-end {
  margin-top: 5px;
}
.calendar .date-end .date,
.calendar .date-end .month {
  font-size: 1rem;
}
.calendar-content {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  flex: 1;
  border-left: 1px solid #d8d8d8;
}
.calendar-content .title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
.calendar-content .title > a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding-bottom: 9px;
}
.calendar-content .org,
.calendar-content .time,
.calendar-content .venue {
  font-size: 1rem;
  line-height: 1.15;
}
.calendar-content i.fa {
  min-width: 20px;
  text-align: center;
}
@media screen and (max-width: 47.99875em) {
  .section-conf {
    margin-bottom: 2.5rem;
  }
}
.section-conf .bg-image {
  padding-bottom: 75%;
}
.section-conf .title {
  padding: 20px 10px 0;
}
@media screen and (max-width: 47.99875em) {
  .section-conf .title {
    padding-bottom: 20px;
  }
}
.cta-section {
  background-image: url(../../../all/themes/assets/cta-bottom.html);
  background-position: 50%;
  background-size: cover;
  color: #fff;
}
.cta-section h2 {
  font-size: 2.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 63.99875em) {
  .cta-section h2 {
    font-size: 2rem;
    text-align: center;
    padding: 1.875rem 0.3125rem 0.625rem;
  }
}
.cta-section .button {
  margin: 2.5rem 0 2.5rem 4.375rem;
  font-size: 1.5rem;
  line-height: 44px;
  padding: 0.9375rem;
  min-width: 242px;
  background: #fff;
  color: #92278f;
  text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
  .cta-section .button {
    margin-left: 0;
  }
}
.faculty-pic {
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.is-anchored.is-at-top .faculty-pic:not(.always-show) {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}
.personal-info {
  font-size: 0.9375rem;
}
.contact-section {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  color: #515151;
  position: relative;
  z-index: 6;
}
.contact-section .phone,
.contact-section a {
  color: inherit;
}
.contact-section .phone:hover,
.contact-section a:hover {
  color: #e47f25;
}
.contact-section .phone {
  cursor: pointer;
  position: relative;
}
.contact-section .phone:hover .hide {
  display: block !important;
}
.contact-section .strip-bg-dark-gray {
  border-radius: 4px;
  padding: 6px 2px;
}
.contact-section .numbers {
  position: absolute;
  font-size: 0.875rem;
  min-width: 150px;
  padding: 10px 2px 2px;
  left: -10px;
}
.contact-section .numbers:before {
  content: "\A";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #363636;
  position: absolute;
  top: 0;
  left: 9px;
}
.contact-section .numbers.contact {
  left: auto;
  right: -10px;
}
.contact-section .numbers.contact:before {
  left: auto;
  right: 4px;
}
.contact-section .numbers a,
.contact-section .numbers p {
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.contact-section .numbers a:hover {
  color: inherit;
}
.contact-section .numbers p {
  margin-bottom: 0;
}
.faculty-banner {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 296px;
  height: 410px;
  float: left;
}
@media screen and (max-width: 63.99875em) {
  .faculty-banner {
    margin-top: 20px;
  }
}
@media screen and (max-width: 47.99875em) {
  .faculty-banner {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.faculty-details-wrapper .subtitle {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.faculty-details-wrapper .content-wrap {
  margin-bottom: 30px;
}
.faculty-details-wrapper .title-line-wrapper {
  border-bottom: 0;
}
div[data-anchor="faculty-details-wrapper"].is-stuck {
  padding-top: 58px;
}
@media screen and (min-width: 64em) {
  .faculty-left-sidebar.hit > .sticky-item {
    position: fixed;
    bottom: 0;
    max-width: var(--max-width, 0);
    width: 100%;
    padding-bottom: 1.875rem;
  }
  .faculty-left-sidebar.hit.bottom > .sticky-item {
    position: relative;
    top: var(--top, 0);
  }
}
.related-links-wrapper {
  margin-bottom: 30px;
}
.related-links-wrapper ul {
  list-style-type: none;
  margin-left: 0;
}
.related-links-wrapper ul li {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 1.5;
  position: relative;
  margin-left: 0;
}
.related-links-wrapper ul li.has-children a {
  padding-right: 10px;
}
.related-links-wrapper ul li.opened > a {
  background-color: #16385b;
}
.related-links-wrapper ul li.opened > a .fa-plus:before {
  content: "\F068";
}
.related-links-wrapper ul li .submenu {
  display: none;
  margin-top: 3px;
}
.related-links-wrapper ul li .submenu a {
  padding-left: 20px;
  background-color: #150a59;
}
.related-links-wrapper ul li span {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.related-links-wrapper ul li a {
  position: relative;
  padding: 4px 10px;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: #2a6aad;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.related-links-wrapper ul li a:hover {
  background-color: #150a59;
}
.grid-content-wrapper {
  background-color: #fff;
  margin-top: 30px;
}
.grid-content-wrapper .section-title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.grid-content-wrapper .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
}
.grid-content-wrapper .content-wrap {
  margin-bottom: 30px;
}
.inset-banner-wrapper {
  color: #fff;
  background-color: #e6e6e6;
  margin-bottom: 1.25rem;
}
.inset-banner-wrapper .top-banner-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.inset-banner-wrapper > .row {
  height: 25.9vw;
  max-height: 31.25rem;
}

@media screen and (max-width: 47.99875em) {
  .inset-banner-wrapper > .row {
    height: 36.3vw;
  }
  .inset-banner-wrapper > .row > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .hide-banner-title.inset-banner-wrapper > .row {
    height: 26.3vw;
  }
}
.inset-banner-wrapper .title {
  font-size: 2.5rem;
  line-height: 1.125;
}
.inset-banner-wrapper .title a {
  font-weight: 400;
  color: inherit;
  font-family: inherit;
}
@media screen and (max-width: 47.99875em) {
  .inset-banner-wrapper .title {
    font-size: 1.25rem;
  }
}
.inset-banner-wrapper .slogan {
  margin-top: 1.25rem;
}
.inset-banner-wrapper .font-pull-small {
  font-size: 2.1875rem;
}
.inset-banner-wrapper .logo {
  padding: 5px;
  border-radius: 10px;
  margin-right: 20px;
  background-color: #fff;
}
.inset-banner-wrapper .title-wrap {
  padding: 10px 20px;
  position: relative;
}
.inset-banner-wrapper .bg-image {
  height: 25.9vw;
  max-height: 31.25rem;
  background-position: top;
}

@media screen and (max-width: 47.99875em) {
  .inset-banner-wrapper .bg-image {
    margin-top: 0.0625rem;
  }
  .admin-menu .inset-banner-wrapper .bg-image {
    margin-top: 1.75rem;
  }
}
.inset-banner-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inset-banner-wrapper .carousel_prev {
  left: 0;
}
.inset-banner-wrapper .carousel_next {
  right: 0;
}
.inset-banner-wrapper:hover .carousel_arrow_container {
  visibility: visible;
  opacity: 1;
}
.inset-banner-wrapper .carousel_arrow_container {
  visibility: hidden;
  opacity: 0;
  max-width: calc(100% - 60px);
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media screen and (max-width: 47.99875em) {
  .inset-banner-wrapper .carousel_arrow_container {
    display: none;
  }
}
.inset-banner-wrapper .slick-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 47.99875em) {
  .inset-banner-wrapper .slick-dots {
    bottom: 2.75rem;
  }
  .hide-banner-title.inset-banner-wrapper .slick-dots {
    bottom: 0;
  }
}
.category-banner {
  margin-bottom: 1.25rem;
  color: #fff;
}
.category-banner.pull-up {
  margin-top: -40px;
}
.category-banner .title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-transform: uppercase;
}
@media screen and (max-width: 47.99875em) {
  .category-banner .title {
    font-size: 1.75rem;
  }
}
.category-banner a {
  padding: 10px;
  display: inline-block;
  color: inherit;
}
.category-banner a.active {
  color: inherit;
}
.category-banner a.active,
.category-banner a:hover {
  background-color: rgba(32, 81, 132, 0.7);
}
.category-banner .title {
  margin-left: 20px;
  margin-bottom: 10px;
}
.category-banner .bottom-section {
  min-height: 135px;
  height: 100%;
}
@media screen and (max-width: 47.99875em) {
  .category-banner .bottom-section {
    padding-top: 20px;
  }
}
.category-banner .bottom-section .flex-container {
  height: 100%;
}
.category-list ul {
  color: inherit;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 30px;
}
.item-3.category-list ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.item-4.category-list ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.category-list ul ul.submenu {
  padding: 0;
}
@media screen and (max-width: 63.99875em) {
  .inset-banner-wrapper .top-banner-slider-mobile .bg-image {
    height: 133.33333vw;
    max-height: 100%;
  }
  .inset-banner-wrapper .top-banner-slider-mobile + .row {
    height: 133.33333vw;
  }
}
.stripe-content-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.research-centers-page .stripe-content-wrapper {
  margin-bottom: 15.625rem;
}
@media screen and (max-width: 47.99875em) {
  .research-centers-page .stripe-content-wrapper {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .stripe-content-wrapper {
    background-color: #fff !important;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.stripe-content-wrapper .row {
  min-height: 260px;
}
.s-large.stripe-content-wrapper .row {
  min-height: 320px;
}
.stripe-content-wrapper .pull-up {
  margin-top: -40px;
  position: static;
}
@media screen and (max-width: 47.99875em) {
  .stripe-content-wrapper .pull-up {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stripe-content-wrapper .pull-down {
  margin-bottom: -40px;
  position: static;
}
@media screen and (max-width: 47.99875em) {
  .stripe-content-wrapper .pull-down {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.stripe-content-wrapper a,
.stripe-content-wrapper h4 {
  color: #0072bc;
}
.stripe-content-wrapper .content-wrap {
  padding: 20px;
  color: #000;
  background-color: #e6eef7;
}
.s-large.stripe-content-wrapper .content-wrap {
  padding: 40px;
}
@media screen and (max-width: 47.99875em) {
  .s-large.stripe-content-wrapper .content-wrap {
    padding: 20px;
  }
}
.stripe-content-wrapper .content-wrap .intro {
  font-style: italic;
  color: inherit;
}
.stripe-content-wrapper .content-wrap .intro p {
  color: inherit;
}
.s-large.stripe-content-wrapper .content-wrap .intro {
  font-style: normal;
}
.stripe-content-wrapper .content-wrap .short-desc {
  max-width: 240px;
  margin-left: auto;
  margin-top: 20px;
  color: inherit;
}
.s-large.stripe-content-wrapper .content-wrap .short-desc {
  max-width: 100%;
  text-align: right;
}
.stripe-content-wrapper .content-wrap .short-desc .designation {
  font-size: 90%;
}
.stripe-content-wrapper.s-right .pull-down {
  -webkit-box-ordinal-group: 0;
  order: -1;
}
@media screen and (max-width: 47.99875em) {
  .stripe-content-wrapper.s-right .pull-down {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
.stripe-content-wrapper img {
  height: auto;
  width: auto;
}
@media screen and (max-width: 47.99875em) {
  .stripe-content-wrapper img {
    width: 65%;
  }
}
.stripe-content-wrapper .title {
  margin-top: 3.75rem;
}
.stripe-content-wrapper.small-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.strip-video-wrapper {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.strip-video-wrapper .player-wrap {
  display: none;
}
.strip-video-wrapper .video-active .player-wrap {
  display: block;
}
.strip-video-wrapper .video-active .has-video {
  display: none;
}
.message-from-widget .content-wrap,
.message-from-widget.s-large.stripe-content-wrapper .row {
  min-height: 18.9375rem;
}
@media screen and (max-width: 47.99875em) {
  .message-from-widget .content-wrap,
  .message-from-widget.s-large.stripe-content-wrapper .row {
    min-height: 0;
  }
}
.message-from-widget .content-wrap {
  position: relative;
  bottom: -40px;
}
.message-from-widget .media-wrap {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 47.99875em) {
  .message-from-widget .content-wrap,
  .message-from-widget .media-wrap {
    position: static;
  }
}
.message-from-widget .short-intro {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fifty-fifty-grid-wrapper .content-wrap {
  margin-bottom: 30px;
}
.fifty-fifty-grid-wrapper .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 10px;
  font-family: FoundersGrotCond-Bold, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 47.99875em) {
  .fifty-fifty-grid-wrapper .title {
    font-size: 1.125rem;
  }
}
.fifty-fifty-grid-wrapper .intro {
  color: #000;
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
}
.fifty-fifty-grid-wrapper a {
  font-weight: 400;
  font-family: FoundersGrotCond-Bold, Helvetica, Arial, sans-serif;
}
.counter-wrapper .content-wrap {
  padding: 40px 40px 30px;
  margin-bottom: 20px;
}
.counter-wrapper .media-wrap {
  max-height: 114px;
  margin-bottom: 10px;
}
.counter-wrapper .media-wrap img {
  height: 100%;
  width: auto;
}
.counter-wrapper .h2 {
  margin-bottom: 0;
}
.testimonials-wrapper {
  margin-top: 50px;
}
.testimonials-wrapper .testimonial {
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonials-wrapper .media-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
}
.testimonials-wrapper .designation {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.testimonials-wrapper .intro {
  min-height: 0 !important;
}
.testimonials-wrapper .intro:not(.short-intro) {
  display: none;
}
.testimonials-wrapper .read-more {
  display: inline-block;
}
.testimonials-wrapper .h4,
.testimonials-wrapper a {
  color: #0072bc;
}
@media screen and (max-width: 47.99875em) {
  .info-form-wrapper .form-group {
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.strip-showcase-fifty {
  padding-top: 50px;
  padding-bottom: 50px;
}
.strip-showcase-fifty .columns:nth-child(2n) .showcase-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.showcase-wrap {
  box-shadow: 0 0 10px 0 rgba(255, 216, 105, 0.7);
  background-color: #fff;
  padding: 40px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.showcase-wrap:hover {
  box-shadow: 0 0 10px 0 rgba(255, 203, 54, 0.9);
}
.showcase-wrap .media-wrap {
  max-width: 124px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.showcase-wrap .eyebrow {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.9375rem;
}
.showcase-wrap .eyebrow span {
  background-color: #150a59;
  padding: 2px 8px;
  display: inline-block;
}
.showcase-wrap .title {
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 1.5625rem;
}
.showcase-wrap .intro {
  color: #000;
}
.strip-list-fifty {
  margin-bottom: 3.125rem;
}
.strip-list-fifty .bg-image {
  background-position: 100%;
}
.strip-list-fifty .media-wrap {
  max-width: 124px;
  margin-right: 1rem;
}
.strip-list-fifty .content,
.strip-list-fifty .media-wrap {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.strip-list-fifty .list-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.strip-list-fifty .content-wrap {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1.875rem;
  -webkit-box-align: center;
  align-items: center;
}
.strip-list-fifty .title {
  font-size: 1.625rem;
  line-height: 1.875rem;
}
.strip-list-fifty .byline {
  margin-bottom: 0.9375rem;
}
.strip-list-fifty .content {
  position: relative;
}
.strip-list-fifty .content:after {
  content: "\A";
  display: block;
  margin-top: 1rem;
  background: #000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0.1)),
    color-stop(50%, rgba(243, 193, 8, 0.7)),
    to(hsla(0, 0%, 100%, 0.1))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.1),
    rgba(243, 193, 8, 0.7) 50%,
    hsla(0, 0%, 100%, 0.1)
  );
  width: 100%;
  height: 1px;
}
.strip-image-showcase .image-showcase:after {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.1)),
    color-stop(50%, rgba(243, 193, 8, 0.7)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.1),
    rgba(243, 193, 8, 0.7) 50%,
    rgba(0, 0, 0, 0.1)
  );
  height: 1px;
  width: 100%;
  margin-bottom: 50px;
}
.strip-image-showcase .image-showcase:nth-child(2n) .media-wrap {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.strip-image-showcase .image-showcase:nth-child(2n) .media-wrap:before {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 15px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3);
}
.strip-image-showcase .image-showcase:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.strip-image-showcase .image-showcase:nth-child(odd) .content-wrap {
  text-align: left;
}
.strip-image-showcase .image-showcase:nth-child(odd) .media-wrap {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-left: auto;
  margin-right: 0;
}
.strip-image-showcase .image-showcase:nth-child(odd) .media-wrap:before {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 15px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}
.strip-image-showcase .image-showcase .media-wrap:hover {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.strip-image-showcase .image-showcase .media-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.strip-image-showcase .media-wrap {
  background-color: #fff;
  padding: 0.625rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.875rem;
  max-width: 80%;
  margin-right: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.strip-image-showcase .media-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.strip-image-showcase .media-wrap img {
  max-width: 100%;
  height: auto;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
.strip-image-showcase .title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #150a59;
  margin-bottom: 0.9375rem;
}
.strip-image-showcase .content-wrap {
  text-align: right;
}
.strip-image-showcase .intro {
  margin-bottom: 20px;
  color: #000;
}
.newsletter-subscribe,
.tution-waiver-wrapper {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 4px rgba(130, 127, 127, 0.7);
}
.newsletter-subscribe .submit,
.tution-waiver-wrapper .submit {
  margin-bottom: 0;
}
.newsletter-subscribe {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.newsletter-subscribe a {
  font-size: 1.125rem;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
  -webkit-transition: color, 0.3s ease-in-out;
  transition: color, 0.3s ease-in-out;
}
.newsletter-subscribe a i {
  padding-left: 5px;
}
.newsletter-subscribe a:active,
.newsletter-subscribe a:focus,
.newsletter-subscribe a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}
.stripe-text-content {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 47.99875em) {
  .stripe-text-content img {
    margin-bottom: 1rem;
  }
}
.stripe-text-content .intro p {
  color: inherit;
}
.stripe-text-content h3 {
  position: relative;
  display: inline-block;
  padding-top: 0.375rem;
  color: #fff;
}
.stripe-text-content h3:after {
  content: "\A";
  display: block;
  width: 5.625rem;
  height: 0.25rem;
  background-color: #150a59;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 47.99875em) {
  .w-features-widget img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 47.99875em) {
  .w-accordion {
    padding: 0.9375rem;
  }
}
.accordion-title {
  font-family: FoundersGrotCond-Bold, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 47.99875em) {
  .accordion-title {
    font-size: 1.125rem;
  }
}
.accordion-title:before {
  margin-top: -1.25rem;
  right: 0;
}
.accordion-title:after {
  content: "\A";
  display: block;
  width: 12.5rem;
  height: 0.125rem;
  background-color: #150a59;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
}
.accordion-content {
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
  max-height: 50vh;
  overflow-y: auto;
}
@media screen and (max-width: 47.99875em) {
  .accordion-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.accordion-content ul {
  margin-bottom: 1rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin: 0 0.9375rem;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  background-size: contain;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next {
  background-image: url(images/right-arrow.svg);
}
.swiper-button-prev {
  background-image: url(images/left-arrow.svg);
}
@media screen and (max-width: 47.99875em) {
  .total-slides {
    text-align: right;
  }
}
.brochure-widget-slider {
  margin-bottom: 1.875rem;
}
.brochure-widget-slider .title {
  margin-bottom: 1.875rem;
  font-size: 2.375rem;
  position: relative;
  left: 10%;
  max-width: 62%;
  color: #002147;
}
@media screen and (max-width: 47.99875em) {
  .brochure-widget-slider .title {
    font-size: 1.75rem;
  }
}
.brochure-widget-slider .full-title {
  margin-bottom: 1.875rem;
  max-width: 80%;
  margin-left: auto;
  font-size: 1.375rem;
}
@media screen and (max-width: 47.99875em) {
  .brochure-widget-slider .full-title {
    font-size: 1rem;
  }
}
.brochure-widget-slider .button-wrap {
  text-align: right;
  padding-right: 10%;
}
.brochure-widget-slider .button {
  margin-bottom: 0;
  color: #002147 !important;
  border-color: #002147 !important;
}
.brochure-widget-slider .download-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.brochure-widget-slider .download-icon svg {
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 47.99875em) {
  .brochure-widget-slider .download-section {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .brochure-widget-slider .download-section .media-wrap {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page .school-listing-wrapper {
  color: #fff;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-shadow: 0 0 10px #000;
  position: relative;
}
.page .school-listing-wrapper.hide-overlay {
  text-shadow: none;
}
.page .school-listing-wrapper.hide-overlay:before {
  display: none !important;
}
.page .school-listing-wrapper:before {
  content: "\A";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page .school-listing-wrapper .row {
  min-height: 34.0625rem;
  z-index: 1;
  position: relative;
}
.page .school-listing-wrapper .intro,
.page .school-listing-wrapper .listing-content,
.page .school-listing-wrapper a,
.page .school-listing-wrapper h2,
.page .school-listing-wrapper p {
  color: inherit;
}
.page .school-listing-wrapper h2 {
  font-size: 2.625rem;
  font-family: AvenirNextLTPro-Bold, sans-serif;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 47.99875em) {
  .page .school-listing-wrapper h2 {
    font-size: 2.25rem;
  }
}
.page .school-listing-wrapper .intro {
  margin-bottom: 3.75rem;
}
.page .school-listing-wrapper .button {
  margin-bottom: 1.875rem;
}
.page .school-listing-wrapper a {
  font-family: AvenirNextLTPro-Regular, sans-serif;
}
.page .school-listing-wrapper .list-item {
  padding: 1.875rem 1.25rem;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.page .school-listing-wrapper .list-item:last-child {
  border-bottom: 0;
}
.page .school-listing-wrapper .list-item a {
  letter-spacing: 0.3125rem;
}
.page .school-listing-wrapper--department {
  color: #002147;
  text-shadow: none;
}
.page .school-listing-wrapper--department:before {
  display: none;
}
.page .school-listing-wrapper--department .row {
  min-height: 0;
}
.page .school-listing-wrapper--department h2 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 47.99875em) {
  .page .school-listing-wrapper--department h2 {
    font-size: 1.875rem;
  }
}
.page .school-listing-wrapper--department .list-item {
  padding: 0;
}
.page .school-listing-wrapper--department .list-item a {
  letter-spacing: normal;
  text-transform: none;
}
.page .school-listing-wrapper--department .list-item a:hover {
  text-decoration: underline;
}
.page .school-listing-wrapper--department .intro {
  margin-bottom: 1.25rem;
}
.page .school-listing-wrapper--department img {
  max-height: 16.25rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.gallery-slider-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.gallery-slider-wrapper > .row {
  background-color: #f9f9f9;
}
.gallery-slider-wrapper h2 {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media screen and (max-width: 47.99875em) {
  .gallery-slider-wrapper h2 {
    font-size: 1.375rem;
  }
}
.gallery-slider-wrapper .content-wrap {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  max-height: 32.1875rem;
  overflow-y: auto;
}
@media screen and (max-width: 47.99875em) {
  .gallery-slider-wrapper .content-wrap {
    padding-left: 0;
    max-height: 100%;
  }
}
.gallery-slider-wrapper .slider-count {
  border-right: 1px solid #000;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
}
.gallery-slider-wrapper .slider-info {
  max-width: 40%;
}
@media screen and (max-width: 47.99875em) {
  .gallery-slider-wrapper .slider-info {
    max-width: 68%;
  }
}
.gallery-slider-wrapper .slider-extras {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.gallery-slider-wrapper .carousel_arrow_container {
  position: absolute;
  left: 0;
  top: -0.5rem;
}
.gallery-slider-wrapper .slick-arrow {
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: transparent;
  padding: 0;
}
.gallery-slider-wrapper .slick-arrow,
.gallery-slider-wrapper .slick-arrow:active,
.gallery-slider-wrapper .slick-arrow:focus,
.gallery-slider-wrapper .slick-arrow:hover {
  border: 0;
}
.gallery-slider-wrapper .arrow-right {
  background-image: url(images/right-arrow.svg);
}
.gallery-slider-wrapper .carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.gallery-slider-wrapper .arrow-left {
  background-image: url(images/left-arrow.svg);
}
.gallery-slider-wrapper .carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.gallery-slider-wrapper .slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.gallery-slider-wrapper .slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.gallery-slider-wrapper .arrow-left,
.gallery-slider-wrapper .arrow-right {
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
}
.gallery-slider-wrapper .intro {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  text-align: justify;
}
.projects-showcase-wrapper {
  color: #fff;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.projects-showcase-wrapper > .row {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.projects-showcase-wrapper .project-content {
  min-height: 13.5rem;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.projects-showcase-wrapper .project-content:hover .content-wrap,
.projects-showcase-wrapper .project-content:hover .eyebrow {
  visibility: visible;
  opacity: 1;
}
.projects-showcase-wrapper .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotateY(10deg) translateX(10px);
  transform: rotateY(10deg) translateX(10px);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.projects-showcase-wrapper .bg-image:after {
  content: "\A";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.projects-showcase-wrapper .slick-slide:nth-child(2n) .bg-image {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotateY(-10deg) translateX(-10px);
  transform: rotateY(-10deg) translateX(-10px);
}
.projects-showcase-wrapper .eyebrow {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background-color: #249be5;
  color: inherit;
  position: relative;
  top: 1.5625rem;
  left: 1.875rem;
}
.projects-showcase-wrapper .content-wrap,
.projects-showcase-wrapper .eyebrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.projects-showcase-wrapper .content-wrap {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  right: 0;
  padding: 0 1.875rem;
}
.projects-showcase-wrapper a {
  font-family: AvenirNextLTPro-Regular, sans-serif;
  color: inherit !important;
}
.projects-showcase-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: transparent;
  padding: 0;
}
.projects-showcase-wrapper .slick-arrow,
.projects-showcase-wrapper .slick-arrow:active,
.projects-showcase-wrapper .slick-arrow:focus,
.projects-showcase-wrapper .slick-arrow:hover {
  border: 0;
}
.projects-showcase-wrapper .carousel_prev {
  left: -2.5rem;
}
.projects-showcase-wrapper .carousel_next {
  right: -2.5rem;
}
.projects-showcase-wrapper .arrow-right {
  background-image: url(images/right-arrow.svg);
}
.projects-showcase-wrapper .carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.projects-showcase-wrapper .arrow-left {
  background-image: url(images/left-arrow.svg);
}
.projects-showcase-wrapper .carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.projects-showcase-wrapper .slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.projects-showcase-wrapper .slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.projects-showcase-wrapper .arrow-left,
.projects-showcase-wrapper .arrow-right {
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
}
.news-event-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 47.99875em) {
  .news-event-wrapper {
    padding-top: 1.875rem;
  }
}
.news-event-wrapper .media-wrap img {
  width: 8rem;
  height: 8rem;
}
.news-event-wrapper .news-image-anchor {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
.news-event-wrapper .content-wrap {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.5625rem;
  min-width: 0;
  min-height: 4.875rem;
}
.news-event-wrapper .news-details {
  margin-bottom: 1.25rem;
  background-color: #fff;
}
.news-event-wrapper .news-details .date {
  font-size: 0.875rem;
}
.news-event-wrapper a {
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
.news-event-wrapper .event-details {
  margin-bottom: 1.25rem;
  background-color: #fff;
}
.news-event-wrapper .event-details .number {
  font-size: 1.125rem;
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
.news-event-wrapper .event-details .date {
  display: -webkit-box;
  display: flex;
  color: #fff;
  background-color: #150a59;
  padding: 0.25rem 0.625rem;
  text-align: center;
  min-width: 2.1875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.news-event-wrapper .event-details,
.news-event-wrapper .news-details {
  position: relative;
}
.news-event-wrapper .event-details .st-inline-share-buttons,
.news-event-wrapper .news-details .st-inline-share-buttons {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition-property: visibility, opacity !important;
  transition-property: visibility, opacity !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 47.99875em) {
  .news-event-wrapper .event-details .st-inline-share-buttons,
  .news-event-wrapper .news-details .st-inline-share-buttons {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.news-event-wrapper .event-details .st-btn,
.news-event-wrapper .news-details .st-btn {
  display: inline-block !important;
  background-color: transparent !important;
}
@media screen and (max-width: 47.99875em) {
  .news-event-wrapper .event-details .st-btn,
  .news-event-wrapper .news-details .st-btn {
    padding-inline: 0 !important;
  }
}
.news-event-wrapper .event-details:hover .st-inline-share-buttons,
.news-event-wrapper .news-details:hover .st-inline-share-buttons {
  visibility: visible !important;
  opacity: 1 !important;
}
.banner-widget-wrapper {
  color: #fff;
}
.banner-widget-wrapper .banner-item {
  height: 30rem;
  height: 25.8135vw;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  word-break: break-word;
  display: block !important;
}
.banner-widget-wrapper .content-wrap {
  position: absolute;
  bottom: 4.375rem;
  z-index: 1;
}
.banner-widget-wrapper .title {
  background-color: #150a59;
  display: inline-block;
  padding: 0.25rem 0.625rem;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.banner-widget-wrapper .intro,
.banner-widget-wrapper .title,
.banner-widget-wrapper a {
  color: #fff;
}
.banner-widget-wrapper .slick-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  text-align: center;
}
.ulabians-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
.ulabians-wrapper .title-top-bar {
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 47.99875em) {
  .ulabians-wrapper .title-top-bar {
    max-width: 100%;
  }
}
.ulabians-wrapper .ulabians-item {
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
.ulabians-wrapper .designation {
  text-transform: capitalize;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  background-color: #fff;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  color: #150a59;
  font-weight: 700;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.ulabians-wrapper .media-wrap {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 47.99875em) {
  .ulabians-wrapper .media-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ulabians-wrapper .media-wrap:hover .designation {
  color: #fff;
  background-color: #150a59;
}
.ulabians-wrapper .title {
  font-size: 1.25rem;
  color: #150a59;
  font-weight: 700;
}
.ulabians-wrapper .position {
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
  color: #636363;
  margin-bottom: 0.625rem;
}
.ulabians-wrapper .intro {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
}
.ulabians-wrapper .carousel_arrow_container {
  position: absolute;
  right: 0.9375rem;
  top: 0.5625rem;
}
.ulabians-wrapper .slick-slide {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.ulabians-wrapper .slick-arrow {
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: transparent;
  padding: 0;
}
.ulabians-wrapper .slick-arrow,
.ulabians-wrapper .slick-arrow:active,
.ulabians-wrapper .slick-arrow:focus,
.ulabians-wrapper .slick-arrow:hover {
  border: 0;
}
.ulabians-wrapper .arrow-right {
  background-image: url(images/right-arrow.svg);
}
.ulabians-wrapper .carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.ulabians-wrapper .arrow-left {
  background-image: url(images/left-arrow.svg);
}
.ulabians-wrapper .carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.ulabians-wrapper .slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.ulabians-wrapper .slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.ulabians-wrapper .arrow-left,
.ulabians-wrapper .arrow-right {
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
}
.open-quote-icon {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.1025rem;
  height: 0.9375rem;
  position: relative;
  top: 0.125rem;
  background-image: url(images/open-quote-icon.png);
}
.research-widget-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.research-widget-wrapper .slick-slide {
  height: 6.0625rem;
}
.research-widget-wrapper .research-item {
  cursor: pointer;
}
.research-widget-wrapper .research-item.active .media-wrap {
  border-color: #34a3dc;
  background-color: #34a3dc;
  border-radius: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}
.research-widget-wrapper .media-wrap {
  text-align: center;
  overflow: hidden;
  width: 6.0625rem;
  height: 6.0625rem;
  border: 4px solid #d8d8d8;
  border-radius: 50%;
}
.research-widget-wrapper .media-wrap img {
  border-radius: 50%;
  width: 5.5625rem;
  height: 5.5625rem;
}
.research-widget-wrapper .research-item-details {
  display: none;
  background-color: #34a3dc;
  padding: 1.25rem;
}
.research-widget-wrapper .research-item-details.active {
  display: block;
}
.research-widget-wrapper .slick-track {
  margin-left: 0;
}
.research-widget-wrapper .title {
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
.research-widget-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: transparent;
  padding: 0;
}
.research-widget-wrapper .slick-arrow,
.research-widget-wrapper .slick-arrow:active,
.research-widget-wrapper .slick-arrow:focus,
.research-widget-wrapper .slick-arrow:hover {
  border: 0;
}
.research-widget-wrapper .carousel_prev {
  left: -3.75rem;
}
@media screen and (max-width: 47.99875em) {
  .research-widget-wrapper .carousel_prev {
    left: 0;
  }
}
.research-widget-wrapper .carousel_next {
  right: -3.75rem;
}
@media screen and (max-width: 47.99875em) {
  .research-widget-wrapper .carousel_next {
    right: 0;
  }
}
.research-widget-wrapper .arrow-right {
  background-image: url(images/right-arrow.svg);
}
.research-widget-wrapper .carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.research-widget-wrapper .arrow-left {
  background-image: url(images/left-arrow.svg);
}
.research-widget-wrapper .carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.research-widget-wrapper .slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.research-widget-wrapper .slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.research-widget-wrapper .arrow-left,
.research-widget-wrapper .arrow-right {
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
}
.research-widget-wrapper .content-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.research-widget-wrapper .intro {
  margin-bottom: 1.875rem;
}
.special-notice-content-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #aab6be;
}
.special-notice-content-wrapper > .row {
  background-color: #8a9aa5;
  border-radius: 1.25rem;
}
@media screen and (max-width: 47.99875em) {
  .special-notice-content-wrapper > .row {
    padding: 1.25rem;
  }
}
.special-notice-content-wrapper .content-wrap,
.special-notice-content-wrapper .media-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}
.special-notice-content-wrapper .message-title {
  color: #fff;
}
.special-notice-content-wrapper h4.notice-link {
  font-size: 2.125rem;
  line-height: 1.1;
}
@media screen and (max-width: 47.99875em) {
  .special-notice-content-wrapper h4.notice-link {
    font-size: 1.625rem;
  }
}
.special-notice-content-wrapper h5 {
  color: #000;
  margin-bottom: 0;
}
.special-notice-content-wrapper a {
  font-family: AvenirNextLTPro-Regular, sans-serif;
  color: #063f98;
}
@media screen and (max-width: 47.99875em) {
  .special-notice-content-wrapper img {
    margin-bottom: 1.25rem;
  }
}
.feature-display-wrapper {
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 47.99875em) {
  .feature-display-wrapper {
    padding-top: 0.625rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .feature-display-wrapper .feature-double-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.feature-display-wrapper .feature-image {
  border-bottom-left-radius: 30%;
  border-bottom-right-radius: 30%;
  min-width: 45%;
  min-height: 100%;
  height: 28.125rem;
}
@media screen and (max-width: 47.99875em) {
  .feature-display-wrapper .feature-image {
    min-height: 22.4375rem;
    margin-bottom: 1.875rem;
  }
}
.feature-display-wrapper .feature-details,
.feature-display-wrapper .feature-image {
  -webkit-box-flex: 1;
  flex: 1;
}
@media screen and (max-width: 47.99875em) {
  .feature-display-wrapper .feature-details,
  .feature-display-wrapper .feature-image {
    -webkit-box-flex: 1;
    flex: 1 0 0;
  }
}
.feature-display-wrapper .feature-details {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 47.99875em) {
  .feature-display-wrapper .feature-details {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.feature-display-wrapper .feature-right-rail .bg-image {
  min-height: 13.5625rem;
}
.feature-display-wrapper .content-wrap {
  padding: 1.25rem;
  -webkit-box-flex: 1;
  flex: auto;
}
.feature-display-wrapper .bottom-title,
.feature-display-wrapper .left-title,
.feature-display-wrapper .right-title {
  line-height: 1.1;
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
.feature-display-wrapper .left-title {
  font-size: 2rem;
}
.feature-display-wrapper .right-title {
  font-size: 1.4375rem;
}
.feature-display-wrapper .bottom-title {
  font-size: 3.125rem;
  color: #150a59;
}
@media screen and (max-width: 47.99875em) {
  .feature-display-wrapper .bottom-title {
    font-size: 2.5rem;
  }
}
.feature-display-wrapper .button.hollow,
.feature-display-wrapper .left-title {
  color: #fff;
}
.feature-display-wrapper .button {
  min-width: 16.4375rem;
}
@media screen and (max-width: 47.99875em) {
  .feature-display-wrapper .button {
    min-width: 0;
    width: 100%;
  }
}
.feature-display-wrapper .button.hollow {
  border-color: #fff;
}
@media screen and (max-width: 47.99875em) {
  .feature-display-bottom .bg-white > .row {
    padding: 0 1.25rem 1.25rem;
  }
}
.feature-display-bottom .button {
  margin-bottom: 0;
}
.ask-us-icon span {
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.625rem;
}
.ask-us-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.4375rem;
}
.ask-us-icon svg path {
  fill: #fff;
}
.section-jump-slider {
  visibility: hidden;
}
.section-jump-slider.slick-initialized {
  visibility: visible;
}
.section-jump-slider .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.jump-link-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tile-widget-wrapper .section-title {
  position: relative;
  display: inline-block;
  padding-top: 0.375rem;
  margin-bottom: 0.625rem;
}
.tile-widget-wrapper .tile-item {
  display: block;
}
@media screen and (max-width: 47.99875em) {
  .tile-widget-wrapper .tile-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
.tile-widget-wrapper .media-wrap {
  align-content: center;
}
@media screen and (max-width: 47.99875em) {
  .tile-widget-wrapper .media-wrap {
    margin: 0 0.9375rem 0.9375rem 0;
    -webkit-box-flex: 0;
    flex: 0 0 calc(33% - 15px);
    max-width: calc(33% - 15px);
  }
}
@media screen and (max-width: 47.99875em) {
  .tile-widget-wrapper .medium-6 .media-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.99875em) {
  .tile-widget-wrapper .medium-3 .content-wrap {
    -webkit-box-flex: 0;
    flex: 0 0 calc(67% - 15px);
    max-width: calc(67% - 15px);
  }
}
.tile-widget-wrapper .title {
  font-family: FoundersGrotCond-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 1.25rem;
  color: #0072bc;
}
@media screen and (max-width: 47.99875em) {
  .tile-widget-wrapper .title {
    padding-top: 0.625rem;
  }
}
.tile-widget-wrapper .title:after {
  content: "\A";
  display: block;
  width: 5.625rem;
  height: 0.25rem;
  background-color: #150a59;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
@media screen and (max-width: 47.99875em) {
  .tile-widget-wrapper .title:after {
    top: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .tile-widget-wrapper .title {
    font-size: 1.125rem;
  }
}
.tile-widget-wrapper .intro {
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.33;
}
.cards-slider-widget-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 63.99875em) {
  .cards-slider-widget-wrapper > .row {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.cards-slider-widget-wrapper .card-aside-block {
  background-color: #150a59;
  color: #fff;
  padding: 1.875rem 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .cards-slider-widget-wrapper .card-aside-block {
    padding: 0.625rem 1.25rem;
  }
  .small-view.cards-slider-widget-wrapper .card-aside-block {
    padding: 0.625rem;
  }
}
.cards-slider-widget-wrapper .eyebrow {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 63.99875em) {
  .cards-slider-widget-wrapper .eyebrow {
    font-size: 0.875rem;
  }
  .small-view.cards-slider-widget-wrapper .eyebrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
  }
}
.cards-slider-widget-wrapper h3 {
  color: inherit;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 2.25rem;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 63.99875em) {
  .cards-slider-widget-wrapper h3 {
    font-size: 1.625rem;
  }
  .small-view.cards-slider-widget-wrapper h3 {
    display: none;
  }
}
.cards-slider-widget-wrapper .cta-link {
  font-size: 0.9375rem;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 63.99875em) {
  .small-view.cards-slider-widget-wrapper .cta-link {
    display: none;
  }
}
.cards-slider-widget-wrapper .media-wrap {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  height: 9.875rem;
  background-color: #eff3f7;
  background-origin: content-box;
  padding: 0.625rem;
}
.cards-slider-widget-wrapper .slick-slide {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.cards-slider-widget-wrapper .slick-track {
  margin-left: 0;
}
.cards-slider-widget-wrapper .carousel_arrow_container {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cards-slider-widget-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: transparent;
  padding: 0;
}
.cards-slider-widget-wrapper .slick-arrow,
.cards-slider-widget-wrapper .slick-arrow:active,
.cards-slider-widget-wrapper .slick-arrow:focus,
.cards-slider-widget-wrapper .slick-arrow:hover {
  border: 0;
}
.cards-slider-widget-wrapper .carousel_prev {
  left: 0.625rem;
}
.cards-slider-widget-wrapper .carousel_next {
  right: 0.625rem;
}
.cards-slider-widget-wrapper .arrow-right {
  background-image: url(images/right-arrow.svg);
}
.cards-slider-widget-wrapper .carousel_next:hover .arrow-right {
  background-image: url(images/right-arrow-hover.svg);
}
.cards-slider-widget-wrapper .arrow-left {
  background-image: url(images/left-arrow.svg);
}
.cards-slider-widget-wrapper .carousel_prev:hover .arrow-left {
  background-image: url(images/left-arrow-hover.svg);
}
.cards-slider-widget-wrapper .slick-disabled .arrow-right {
  background-image: url(images/right-arrow-disabled.svg);
}
.cards-slider-widget-wrapper .slick-disabled .arrow-left {
  background-image: url(images/left-arrow-disabled.svg);
}
.cards-slider-widget-wrapper .arrow-left,
.cards-slider-widget-wrapper .arrow-right {
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
}
.cards-slider-widget-wrapper .cards-slider {
  visibility: hidden;
  padding-right: 2.5rem;
}
@media screen and (max-width: 63.99875em) {
  .cards-slider-widget-wrapper .cards-slider {
    padding-right: 0;
  }
}
.cards-slider-widget-wrapper .cards-slider.slick-initialized {
  visibility: visible;
}
.cards-slider-widget-wrapper .cards-item {
  box-shadow: 0 0 8px 8px #eee;
  display: block;
  margin-bottom: 1.25rem;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  font-weight: 400;
  outline: 1px solid transparent;
  -webkit-transition: outline 0.2s ease-in-out;
  transition: outline 0.2s ease-in-out;
  margin-top: 0.0625rem;
  background-color: #fff;
}
.cards-slider-widget-wrapper .cards-item:hover {
  outline-color: #0072bc;
}
.cards-slider-widget-wrapper .content-wrap {
  padding: 0.625rem 1.25rem 1.25rem;
}
.cards-slider-widget-wrapper .card-eyebrow {
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
}
.cards-slider-widget-wrapper .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cards-slider-widget-wrapper .card-intro {
  font-size: 0.875rem;
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}
.cards-slider-widget-wrapper .read-more {
  visibility: hidden;
  opacity: 0;
  background-color: #0072bc;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 1.5rem 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cards-slider-widget-wrapper .cards-item:hover .read-more {
  visibility: visible;
  opacity: 1;
}
.bullet-list-widget-wrapper {
  margin-bottom: 1.25rem;
  word-break: break-word;
}
.bullet-list-widget-wrapper .title {
  color: #0072bc;
}
.bullet-list-widget-wrapper ul {
  list-style: none;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.columns_three.bullet-list-widget-wrapper ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 47.99875em) {
  .bullet-list-widget-wrapper ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}
.bullet-list-widget-wrapper ul li {
  position: relative;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.bullet-list-widget-wrapper ul li:before {
  content: "\25A0";
  position: absolute;
  left: -1.25rem;
  top: -0.1875rem;
  color: #ffd869;
}
.bullet-list-widget-wrapper ul ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.bullet-list-widget-wrapper a {
  font-weight: 400;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  text-decoration: underline;
}
.slogan-widget-wrapper .title {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 47.99875em) {
  .slogan-widget-wrapper .title {
    font-size: 1.75rem;
  }
}
.slogan-widget-wrapper .intro {
  font-size: 4.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 47.99875em) {
  .slogan-widget-wrapper .intro {
    font-size: 3.125rem;
  }
}
.text-image-widget-wrapper .title-top-bar {
  margin-bottom: 0.9375rem;
}
.text-image-widget-wrapper .button {
  border: 0;
  border-radius: 0.3125rem;
  color: #fff;
  text-transform: uppercase;
  min-width: 17.5rem;
  font-size: 1rem;
  padding: 1em 1.5em;
  line-height: 1.25em;
  background-color: #150a59;
}
@media screen and (max-width: 47.99875em) {
  .text-image-widget-wrapper .button {
    min-width: 100%;
  }
}
.text-image-widget-wrapper .button-1 {
  background-color: #0072bc;
}
.text-image-widget-wrapper .button-2 {
  background-color: #150a59;
}
.text-image-widget-wrapper .launch-olark-chat {
  border: 1px solid #150a59;
  color: #150a59;
}
.button-position-bottom .button-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.button-position-bottom .button-wrapper > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.schedule-top {
  background-color: #23527c;
  color: #fff;
}
.schedule-top-content {
  background-color: #002f5e;
  padding: 1.125rem 1.5625rem 1rem;
  display: inline-block;
  min-width: 12.5rem;
}
.schedule-day {
  font-family: AvenirNextLTPro-Bold, sans-serif;
  margin-bottom: 0;
  color: inherit;
}
.schedule-time-slot {
  color: #827f7f;
}
.schedule-guest,
.schedule-time-slot {
  font-size: 0.875rem;
  line-height: normal;
}
.schedule-guest {
  font-family: AvenirNextLTPro-Regular, sans-serif;
  color: #9e2f2c;
}
.schedule-guest a,
.schedule-guest p {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}
.schedule-guest p {
  margin-bottom: 0.625rem;
}
.schedule-guest,
.schedule-time-slot {
  gap: 16px;
}
.schedule-guest .fa,
.schedule-time-slot .fa {
  color: #827f7f;
  font-size: 1rem;
}
.schedule-body {
  background-color: #f7f7f5;
}
.schedule-body > .row {
  padding: 2rem;
}
.schedule-topic {
  font-family: Merriweather, serif;
}
.schedule-topic a {
  font-family: inherit;
}
.schedule-description {
  color: #827f7f;
}
.scheduler-separator {
  height: 1px;
  width: 100%;
  max-width: 90%;
  background-color: #d8d8d8;
  margin-left: auto;
  margin-right: auto;
}
.scheduler-separator:last-child {
  display: none;
}
.w-conference-widget.tile-widget-wrapper .media-wrap {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.node-news img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.news-list-wrapper {
  margin-bottom: 1.875rem;
}
.news-list-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 64em) {
  .news-list-wrapper img {
    max-width: 18.75rem;
  }
}
.news-list-wrapper .views-field-title a {
  color: inherit;
  font-size: 1.5rem;
}
.news-list-wrapper p {
  margin-bottom: 0;
}
.news-list-wrapper .views-field-body {
  margin-bottom: 0.9375rem;
}
.news-list-wrapper .views-field-body h1,
.news-list-wrapper .views-field-body h2,
.news-list-wrapper .views-field-body h3,
.news-list-wrapper .views-field-body h4,
.news-list-wrapper .views-field-body h5,
.news-list-wrapper .views-field-body h6 {
  font-size: 1rem;
  line-height: 1.6;
}
.news-list-wrapper .views-field-body img {
  display: none;
}
.news-list-wrapper blockquote {
  border-left: 4px solid #d8d8d8;
  padding: 0 0.625rem;
  color: #7b7878;
}
.news-list-wrapper .views-label-field-publish-date {
  padding-right: 0.4375rem;
  font-style: italic;
}
.view-course-catalogue .views-row {
  border-bottom: 1px solid #636363;
  margin-bottom: 1.875rem;
}
.view-course-catalogue .views-field-title {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
}
.view-course-catalogue .views-label {
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
.view-course-catalogue .views-label + .field-content {
  display: inline-block;
}
.node-type-course h2.block-title {
  font-family: AvenirNextLTPro-Bold, sans-serif;
  margin-top: 0.625rem;
}
.node-type-course article.node .field-label {
  font-weight: "AvenirNextLTPro-Bold", sans-serif;
}
.page-taxonomy.section-course-catalogue section.nodes {
  margin-top: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .page-taxonomy.section-course-catalogue section.nodes {
    margin-top: 1.875rem;
  }
}
.node--course--teaser .body.margin-bottom-1 {
  margin-bottom: 0;
}
.node--course--teaser h2 {
  font-size: 1.75rem;
  line-height: 1.1;
}
.node--course--teaser ul.links {
  margin-left: 0;
}
.node--course--teaser ul.links li {
  padding: 0;
}
.view-faculty-views .view-content {
  max-width: 80rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.view-faculty-views .views-row {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .view-faculty-views .views-row {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .view-faculty-views .views-row {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 48em) {
  .view-faculty-views .views-row {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .view-faculty-views .views-row {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    text-align: center;
  }
}
@media screen and (max-width: 47.99875em) and (min-width: 48em) {
  .view-faculty-views .views-row {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.view-faculty-views img {
  height: 15.625rem;
  width: auto;
  margin-bottom: 0.625rem;
}
.view-faculty-views .views-field-title {
  font-family: AvenirNextLTPro-Bold, sans-serif;
}
.view-faculty-views .views-field-view-node a {
  font-family: AvenirNextLTPro-Regular, sans-serif;
  color: #150a59;
  font-weight: 400;
}
.view-faculty-views .views-exposed-widgets {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 47.99875em) {
  .view-faculty-views .views-exposed-widgets {
    margin-bottom: 1.875rem;
  }
}
.view-faculty-views .views-exposed-widgets > div {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  float: none;
}
@media screen and (max-width: 47.99875em) {
  .view-faculty-views .views-exposed-widgets > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.view-faculty-views .views-exposed-widgets .views-reset-button,
.view-faculty-views .views-exposed-widgets .views-submit-button {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .view-faculty-views .views-exposed-widgets .views-reset-button,
  .view-faculty-views .views-exposed-widgets .views-submit-button {
    padding-right: 1em;
  }
}
.view-faculty-views button {
  border: 1px solid #000;
  padding: 0.6em 1.5em;
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .view-faculty-views button {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 47.99875em) {
  .view-faculty-views button {
    margin-top: 0 !important;
  }
}
body.site-name-ulab-library {
  font-family: Segoe-UI, Helvetica, Arial, sans-serif;
}
body.site-name-ulab-library a {
  font-family: inherit;
}
body.site-name-ulab-library .accordion-title,
body.site-name-ulab-library .fifty-fifty-grid-wrapper .title,
body.site-name-ulab-library .h1,
body.site-name-ulab-library .h2,
body.site-name-ulab-library .h3,
body.site-name-ulab-library .h4,
body.site-name-ulab-library .h5,
body.site-name-ulab-library .h6,
body.site-name-ulab-library .tile-widget-wrapper .title,
body.site-name-ulab-library h1,
body.site-name-ulab-library h2,
body.site-name-ulab-library h3,
body.site-name-ulab-library h4,
body.site-name-ulab-library h5,
body.site-name-ulab-library h6,
body.site-name-ulab-library strong {
  font-family: FoundersGrotCond-Bold, Helvetica, Arial, sans-serif;
}
body.site-name-ulab-library .tile-widget-wrapper .intro {
  font-family: inherit;
}
body.site-name-ulab-library .card,
body.site-name-ulab-library .h1,
body.site-name-ulab-library .h2,
body.site-name-ulab-library .h3,
body.site-name-ulab-library .h4,
body.site-name-ulab-library .h5,
body.site-name-ulab-library .h6,
body.site-name-ulab-library .title-top-bar h3,
body.site-name-ulab-library h1,
body.site-name-ulab-library h2,
body.site-name-ulab-library h3,
body.site-name-ulab-library h4,
body.site-name-ulab-library h5,
body.site-name-ulab-library h6 {
  color: #0072bc;
}
body.site-name-ulab-library .stripe-text-content h3 {
  color: #fff;
}
body.site-name-ulab-library .strip-g-light-blue {
  background: linear-gradient(
      180deg,
      hsla(0, 0%, 63.1%, 0.01),
      hsla(0, 0%, 63.1%, 0.01) 13%,
      hsla(0, 0%, 58%, 0.01) 0,
      hsla(0, 0%, 58%, 0.01)
    ),
    linear-gradient(
      334deg,
      rgba(3, 3, 3, 0.09),
      rgba(3, 3, 3, 0.09) 45%,
      rgba(38, 38, 38, 0.09) 0,
      rgba(38, 38, 38, 0.09)
    ),
    linear-gradient(
      89deg,
      rgba(25, 25, 25, 0.01),
      rgba(25, 25, 25, 0.01) 49%,
      hsla(0, 0%, 95.7%, 0.01) 0,
      hsla(0, 0%, 95.7%, 0.01)
    ),
    linear-gradient(
      350deg,
      hsla(0, 0%, 74.9%, 0.1),
      hsla(0, 0%, 74.9%, 0.1) 77%,
      rgba(42, 42, 42, 0.1) 0,
      rgba(42, 42, 42, 0.1)
    ),
    linear-gradient(
      153deg,
      hsla(0, 0%, 61.2%, 0.04),
      hsla(0, 0%, 61.2%, 0.04) 56%,
      hsla(0, 0%, 58%, 0.04) 0,
      hsla(0, 0%, 58%, 0.04)
    ),
    linear-gradient(
      223deg,
      hsla(0, 0%, 52.9%, 0.09),
      hsla(0, 0%, 52.9%, 0.09) 47%,
      rgba(9, 9, 9, 0.09) 0,
      rgba(9, 9, 9, 0.09)
    ),
    linear-gradient(
      175deg,
      rgba(4, 4, 4, 0.08),
      rgba(4, 4, 4, 0.08) 60%,
      hsla(0, 0%, 85.1%, 0.08) 0,
      hsla(0, 0%, 85.1%, 0.08)
    ),
    linear-gradient(
      283deg,
      rgba(36, 36, 36, 0.05),
      rgba(36, 36, 36, 0.05) 13%,
      hsla(0, 0%, 61.2%, 0.05) 0,
      hsla(0, 0%, 61.2%, 0.05)
    ),
    linear-gradient(
      358deg,
      hsla(0, 0%, 53.7%, 0.04),
      hsla(0, 0%, 53.7%, 0.04) 45%,
      hsla(0, 0%, 62.7%, 0.04) 0,
      hsla(0, 0%, 62.7%, 0.04)
    ),
    linear-gradient(90deg, #0072bc, #175d85);
}
.view-event-calendar {
  margin-bottom: 40px;
}
.view-event-calendar a {
  font-family: AvenirNextLTPro-Regular, sans-serif;
}
.view-event-calendar .date-nav-wrapper .date-nav {
  margin-bottom: 0;
}
.view-event-calendar .date-nav-wrapper .date-heading {
  padding-bottom: 1.25rem;
}
.view-event-calendar .date-nav-wrapper .date-heading h3 {
  position: relative;
}
.view-event-calendar .date-nav-wrapper .date-heading h3:after {
  content: "\A";
  display: block;
  width: 12.5rem;
  height: 0.125rem;
  background-color: #150a59;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  right: 0;
  margin: 0 auto;
}
.view-event-calendar .date-nav-wrapper .pager {
  margin-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  .view-event-calendar .date-nav-wrapper .pager {
    position: absolute;
    right: 0;
    top: 1px;
    margin: 0;
  }
}
.view-event-calendar .date-nav-wrapper .date-next,
.view-event-calendar .date-nav-wrapper .date-prev {
  padding: 0;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  margin-left: 15px;
  position: static;
  background-color: transparent;
}
.view-event-calendar .date-nav-wrapper .date-next a,
.view-event-calendar .date-nav-wrapper .date-prev a {
  padding: 10px 20px;
  margin: 0;
  font-size: 14px;
  border: 1px solid #002147;
}
.view-event-calendar .date-nav-wrapper .ajax-progress {
  position: absolute;
  top: 4px;
}
.view-event-calendar .calendar-calendar .month-view {
  overflow-x: auto;
}
.view-event-calendar .calendar-calendar .month-view .days {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.view-event-calendar .calendar-calendar .calendar {
  font-size: 0.8125rem;
}
.view-event-calendar th.days {
  color: #0072bc;
}
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: 1.5em;
}
.calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview {
  padding: 0.3125rem;
}
.fees-calculator {
  padding: 3.125rem 0;
}
.plan-card {
  background-color: #0072bc;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
.plan-card .card-title {
  font-weight: 700;
}
.plan-card h5,
.plan-card h6 {
  margin-bottom: 0;
  color: inherit;
}
.plan-item {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  padding: 0.375rem 0;
}
@media screen and (max-width: 47.99875em) {
  .fees-calculator-content .discount-wrap,
  .fees-calculator-content .program-wrap {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
#entity-ulab-research-form {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#entity-ulab-research-form .field-add-more-submit {
  background-color: #e8f2fc;
  color: #202f66;
  padding: 0.375rem 0.75rem;
  margin-top: 1.125rem;
  width: 100%;
  line-height: 1.5rem;
}
#entity-ulab-research-form a.tabledrag-toggle-weight {
  display: none;
}
#entity-ulab-research-form th.field-label label {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#entity-ulab-research-form [type="color"],
#entity-ulab-research-form [type="date"],
#entity-ulab-research-form [type="datetime-local"],
#entity-ulab-research-form [type="datetime"],
#entity-ulab-research-form [type="email"],
#entity-ulab-research-form [type="month"],
#entity-ulab-research-form [type="number"],
#entity-ulab-research-form [type="password"],
#entity-ulab-research-form [type="search"],
#entity-ulab-research-form [type="tel"],
#entity-ulab-research-form [type="text"],
#entity-ulab-research-form [type="time"],
#entity-ulab-research-form [type="url"],
#entity-ulab-research-form [type="week"],
#entity-ulab-research-form select,
#entity-ulab-research-form textarea,
.alternate-form-styles [type="color"],
.alternate-form-styles [type="date"],
.alternate-form-styles [type="datetime-local"],
.alternate-form-styles [type="datetime"],
.alternate-form-styles [type="email"],
.alternate-form-styles [type="month"],
.alternate-form-styles [type="number"],
.alternate-form-styles [type="password"],
.alternate-form-styles [type="search"],
.alternate-form-styles [type="tel"],
.alternate-form-styles [type="text"],
.alternate-form-styles [type="time"],
.alternate-form-styles [type="url"],
.alternate-form-styles [type="week"],
.alternate-form-styles select,
.alternate-form-styles textarea {
  border: 1px solid #e6eef7;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: calc(0.5625rem - 1px) 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  color: #002f5e;
}
#entity-ulab-research-form select,
.alternate-form-styles select {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
#entity-ulab-research-form [type="checkbox"],
.alternate-form-styles [type="checkbox"] {
  margin-bottom: 0.25rem;
}
#entity-ulab-research-form .button,
.alternate-form-styles .button {
  border-radius: 0.25rem;
}
#entity-ulab-research-form .button.secondary,
.alternate-form-styles .button.secondary {
  background-color: #150a59;
  color: #fff;
}
#entity-ulab-research-form .form-type-radios,
.alternate-form-styles .form-type-radios {
  display: -webkit-box;
  display: flex;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
#entity-ulab-research-form .form-type-radios > label,
.alternate-form-styles .form-type-radios > label {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
#entity-ulab-research-form .form-radios,
.alternate-form-styles .form-radios {
  display: -webkit-box;
  display: flex;
}
#entity-ulab-research-form .ulab-dept-selection .form-radios,
.alternate-form-styles .ulab-dept-selection .form-radios {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#entity-ulab-research-form .form-type-radio,
.alternate-form-styles .form-type-radio {
  margin-top: 0;
}
#entity-ulab-research-form .form-radios input[type="radio"],
.alternate-form-styles .form-radios input[type="radio"] {
  margin-bottom: 0.0625rem;
}
.checkboxes-three-column .form-checkboxes,
.checkboxes-two-column .form-checkboxes {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.checkboxes-three-column .form-checkboxes > li,
.checkboxes-two-column .form-checkboxes > li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.checkboxes-two-column .form-checkboxes {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 47.99875em) {
  .checkboxes-two-column .form-checkboxes {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.checkboxes-three-column .form-checkboxes {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 47.99875em) {
  .checkboxes-three-column .form-checkboxes {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.checkboxes-four-column .form-checkboxes {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 47.99875em) {
  .checkboxes-four-column .form-checkboxes {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.four-col-fields,
.three-col-fields,
.two-col-fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.four-col-fields > div,
.three-col-fields > div,
.two-col-fields > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.two-col-fields > div {
  max-width: 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
}
.three-col-fields > div {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
}
.four-col-fields > div {
  max-width: 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
}
@media screen and (max-width: 47.99875em) {
  .four-col-fields > div,
  .three-col-fields > div,
  .two-col-fields > div {
    max-width: 100%;
    -webkit-box-flex: 100%;
    flex: 100%;
  }
}
.container-inline-date .form-item .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.event-details-stripe .content-wrap {
  padding: 0.625rem 1.25rem 0.875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.event-details-stripe .content-wrap:after {
  content: "\A";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #c7d5d0;
}
@media screen and (max-width: 63.99875em) {
  .event-details-stripe .content-wrap:after {
    width: 80%;
    height: 2px;
    top: auto;
    bottom: -1.25rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-details-stripe .columns:last-child .content-wrap:after {
  display: none;
}
.event-details-stripe .title {
  font-size: 0.875rem;
}
.event-details-stripe .label {
  min-width: 6.875rem;
}
.label {
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem;
}
.label.no-bg {
  background-color: transparent;
  color: #002147;
}
form#protected-pages-enter-password {
  max-width: 80rem;
  margin: 2.5rem auto 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
}
form#protected-pages-enter-password #edit-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.6em 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #150a59;
  color: #fff;
}
[data-whatinput="mouse"] form#protected-pages-enter-password #edit-submit {
  outline: 0;
}
form#protected-pages-enter-password #edit-submit:focus,
form#protected-pages-enter-password #edit-submit:hover {
  background-color: #004b81;
  color: #fff;
}
@media screen and (min-width: 64em) {
  form#protected-pages-enter-password input#edit-password {
    max-width: 19.375rem;
  }
}
.tender-tabs {
  background-color: #150a59;
  color: #fff;
  border: 0;
}
.tender-tabs .tabs-title {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.tender-tabs .tabs-title.is-active,
.tender-tabs .tabs-title:hover {
  background-color: #150a59;
}
.tender-tabs .tabs-title a {
  color: inherit;
  font-family: AvenirNextLTPro-Regular, sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
}
.tender-tab-content {
  border: 1px solid #150a59;
  padding: 1.25rem;
}
.tender-tab-content h3 {
  font-size: 1.5rem;
}
.theme-mba-v2 .inset-banner-wrapper .title-wrap,
.theme-mba .inset-banner-wrapper .title-wrap,
.theme-usb-about .inset-banner-wrapper .title-wrap,
.theme-usb .inset-banner-wrapper .title-wrap {
  background-color: rgba(153, 68, 68, 0.65);
}
.theme-csd-about .inset-banner-wrapper .title-wrap,
.theme-csd .inset-banner-wrapper .title-wrap {
  background-color: rgba(146, 157, 54, 0.65);
}
.theme-ces-about .inset-banner-wrapper .title-wrap,
.theme-ces .inset-banner-wrapper .title-wrap {
  background-color: rgba(132, 181, 149, 0.65);
}
.theme-cocurricular .inset-banner-wrapper .title-wrap,
.theme-outreach .inset-banner-wrapper .title-wrap,
.theme-research .inset-banner-wrapper .title-wrap,
.theme-sss .inset-banner-wrapper .title-wrap {
  background-color: rgba(153, 0, 51, 0.65);
}
.theme-sah-about .inset-banner-wrapper .title-wrap,
.theme-sah .inset-banner-wrapper .title-wrap {
  background-color: rgba(0, 33, 71, 0.65);
}
.theme-deh-about .inset-banner-wrapper .title-wrap,
.theme-deh .inset-banner-wrapper .title-wrap {
  background-color: rgba(204, 153, 255, 0.65);
}
.site-name-ulab-library.theme-sloth .inset-banner-wrapper .title-wrap {
  background-color: rgba(0, 33, 71, 0.65);
}
.site-name-ulab-library.theme-sloth .inset-banner-wrapper .title a {
  color: #fff;
}
.theme-sse-about .inset-banner-wrapper .title-wrap,
.theme-sse .inset-banner-wrapper .title-wrap {
  background-color: rgba(221, 119, 17, 0.65);
}
.theme-cls-about .inset-banner-wrapper .title-wrap,
.theme-cls .inset-banner-wrapper .title-wrap {
  background-color: rgba(32, 47, 148, 0.65);
}
.theme-cas-about .inset-banner-wrapper .title-wrap,
.theme-cas .inset-banner-wrapper .title-wrap {
  background-color: rgba(0, 33, 71, 0.65);
}
.theme-blb-about .inset-banner-wrapper .title-wrap,
.theme-blb .inset-banner-wrapper .title-wrap {
  background-color: rgba(19, 158, 200, 0.65);
}
.theme-dtc-about .inset-banner-wrapper .title-wrap,
.theme-dtc .inset-banner-wrapper .title-wrap {
  background-color: rgba(0, 121, 60, 0.65);
}
.theme-cbs .inset-banner-wrapper .title-wrap {
  background-color: rgba(158, 47, 44, 0.65);
}
.theme-cat .inset-banner-wrapper .title-wrap,
.theme-cetl .inset-banner-wrapper .title-wrap {
  background-color: rgba(101, 158, 210, 0.65);
}
/*})'"*/
@font-face {
  font-family: Academicons;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(vendor/academicons/fonts/academicons.eot);
  src: url(vendor/academicons/fonts/academicons.eot)
      format("embedded-opentype"),
    url(vendor/academicons/fonts/academicons.ttf)
      format("truetype"),
    url(vendor/academicons/fonts/academicons.woff)
      format("woff"),
    url(vendor/academicons/fonts/academicons.svg)
      format("svg");
}
.ai {
  font-family: Academicons;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.ai-academia:before {
  content: "\e9af";
}
.ai-academia-square:before {
  content: "\e93d";
}
.ai-acclaim:before {
  content: "\e92e";
}
.ai-acclaim-square:before {
  content: "\e93a";
}
.ai-acm:before {
  content: "\e93c";
}
.ai-acm-square:before {
  content: "\e95d";
}
.ai-acmdl:before {
  content: "\e96a";
}
.ai-acmdl-square:before {
  content: "\e9d3";
}
.ai-ads:before {
  content: "\e9cb";
}
.ai-ads-square:before {
  content: "\e94a";
}
.ai-africarxiv:before {
  content: "\e91b";
}
.ai-africarxiv-square:before {
  content: "\e90b";
}
.ai-arxiv:before {
  content: "\e974";
}
.ai-arxiv-square:before {
  content: "\e9a6";
}
.ai-biorxiv:before {
  content: "\e9a2";
}
.ai-biorxiv-square:before {
  content: "\e98b";
}
.ai-ceur:before {
  content: "\e96d";
}
.ai-ceur-square:before {
  content: "\e92f";
}
.ai-ciencia-vitae:before {
  content: "\e912";
}
.ai-ciencia-vitae-square:before {
  content: "\e913";
}
.ai-closed-access:before {
  content: "\e942";
}
.ai-closed-access-square:before {
  content: "\e943";
}
.ai-conversation:before {
  content: "\e94c";
}
.ai-conversation-square:before {
  content: "\e915";
}
.ai-coursera:before {
  content: "\e95f";
}
.ai-coursera-square:before {
  content: "\e97f";
}
.ai-crossref:before {
  content: "\e918";
}
.ai-crossref-square:before {
  content: "\e919";
}
.ai-cv:before {
  content: "\e9a5";
}
.ai-cv-square:before {
  content: "\e90a";
}
.ai-datacite:before {
  content: "\e91c";
}
.ai-datacite-square:before {
  content: "\e91d";
}
.ai-dataverse:before {
  content: "\e9f7";
}
.ai-dataverse-square:before {
  content: "\e9e4";
}
.ai-dblp:before {
  content: "\e94f";
}
.ai-dblp-square:before {
  content: "\e93f";
}
.ai-depsy:before {
  content: "\e97a";
}
.ai-depsy-square:before {
  content: "\e94b";
}
.ai-doi:before {
  content: "\e97e";
}
.ai-doi-square:before {
  content: "\e98f";
}
.ai-dryad:before {
  content: "\e97c";
}
.ai-dryad-square:before {
  content: "\e98c";
}
.ai-elsevier:before {
  content: "\e961";
}
.ai-elsevier-square:before {
  content: "\e910";
}
.ai-figshare:before {
  content: "\e981";
}
.ai-figshare-square:before {
  content: "\e9e7";
}
.ai-google-scholar:before {
  content: "\e9d4";
}
.ai-google-scholar-square:before {
  content: "\e9f9";
}
.ai-hal:before {
  content: "\e92c";
}
.ai-hal-square:before {
  content: "\e92d";
}
.ai-hypothesis:before {
  content: "\e95a";
}
.ai-hypothesis-square:before {
  content: "\e95b";
}
.ai-ideas-repec:before {
  content: "\e9ed";
}
.ai-ideas-repec-square:before {
  content: "\e9f8";
}
.ai-ieee:before {
  content: "\e929";
}
.ai-ieee-square:before {
  content: "\e9b9";
}
.ai-impactstory:before {
  content: "\e9cf";
}
.ai-impactstory-square:before {
  content: "\e9aa";
}
.ai-inaturalist:before {
  content: "\e900";
}
.ai-inaturalist-square:before {
  content: "\e901";
}
.ai-inpn:before {
  content: "\e902";
}
.ai-inpn-square:before {
  content: "\e903";
}
.ai-inspire:before {
  content: "\e9e9";
}
.ai-inspire-square:before {
  content: "\e9fe";
}
.ai-isidore:before {
  content: "\e936";
}
.ai-isidore-square:before {
  content: "\e954";
}
.ai-jstor:before {
  content: "\e938";
}
.ai-jstor-square:before {
  content: "\e944";
}
.ai-lattes:before {
  content: "\e9b3";
}
.ai-lattes-square:before {
  content: "\e99c";
}
.ai-mathoverflow:before {
  content: "\e9f6";
}
.ai-mathoverflow-square:before {
  content: "\e97b";
}
.ai-mendeley:before {
  content: "\e9f0";
}
.ai-mendeley-square:before {
  content: "\e9f3";
}
.ai-moodle:before {
  content: "\e907";
}
.ai-moodle-square:before {
  content: "\e908";
}
.ai-mtmt:before {
  content: "\e950";
}
.ai-mtmt-square:before {
  content: "\e951";
}
.ai-nakala:before {
  content: "\e940";
}
.ai-nakala-square:before {
  content: "\e941";
}
.ai-obp:before {
  content: "\e92a";
}
.ai-obp-square:before {
  content: "\e92b";
}
.ai-open-access:before {
  content: "\e939";
}
.ai-open-access-square:before {
  content: "\e9f4";
}
.ai-open-data:before {
  content: "\e966";
}
.ai-open-data-square:before {
  content: "\e967";
}
.ai-open-materials:before {
  content: "\e968";
}
.ai-open-materials-square:before {
  content: "\e969";
}
.ai-openedition:before {
  content: "\e946";
}
.ai-openedition-square:before {
  content: "\e947";
}
.ai-orcid:before {
  content: "\e9d9";
}
.ai-orcid-square:before {
  content: "\e9c3";
}
.ai-osf:before {
  content: "\e9ef";
}
.ai-osf-square:before {
  content: "\e931";
}
.ai-overleaf:before {
  content: "\e914";
}
.ai-overleaf-square:before {
  content: "\e98d";
}
.ai-philpapers:before {
  content: "\e98a";
}
.ai-philpapers-square:before {
  content: "\e96f";
}
.ai-piazza:before {
  content: "\e99a";
}
.ai-piazza-square:before {
  content: "\e90c";
}
.ai-preregistered:before {
  content: "\e906";
}
.ai-preregistered-square:before {
  content: "\e96b";
}
.ai-protocols:before {
  content: "\e952";
}
.ai-protocols-square:before {
  content: "\e953";
}
.ai-psyarxiv:before {
  content: "\e90e";
}
.ai-psyarxiv-square:before {
  content: "\e90f";
}
.ai-publons:before {
  content: "\e937";
}
.ai-publons-square:before {
  content: "\e94e";
}
.ai-pubmed:before {
  content: "\e99f";
}
.ai-pubmed-square:before {
  content: "\e97d";
}
.ai-pubpeer:before {
  content: "\e922";
}
.ai-pubpeer-square:before {
  content: "\e923";
}
.ai-researcherid:before {
  content: "\e91a";
}
.ai-researcherid-square:before {
  content: "\e95c";
}
.ai-researchgate:before {
  content: "\e95e";
}
.ai-researchgate-square:before {
  content: "\e99e";
}
.ai-ror:before {
  content: "\e948";
}
.ai-ror-square:before {
  content: "\e949";
}
.ai-sci-hub:before {
  content: "\e959";
}
.ai-sci-hub-square:before {
  content: "\e905";
}
.ai-scirate:before {
  content: "\e98e";
}
.ai-scirate-square:before {
  content: "\e99d";
}
.ai-scopus:before {
  content: "\e91e";
}
.ai-scopus-square:before {
  content: "\e91f";
}
.ai-semantic-scholar:before {
  content: "\e96e";
}
.ai-semantic-scholar-square:before {
  content: "\e96c";
}
.ai-springer:before {
  content: "\e928";
}
.ai-springer-square:before {
  content: "\e99b";
}
.ai-ssrn:before {
  content: "\e916";
}
.ai-ssrn-square:before {
  content: "\e917";
}
.ai-stackoverflow:before {
  content: "\e920";
}
.ai-stackoverflow-square:before {
  content: "\e921";
}
.ai-zenodo:before {
  content: "\e911";
}
.ai-zotero:before {
  content: "\e962";
}
.ai-zotero-square:before {
  content: "\e932";
}
.ai-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.ai-xs {
  font-size: 0.75em;
}
.ai-sm {
  font-size: 0.875em;
}
.ai-1x {
  font-size: 1em;
}
.ai-2x {
  font-size: 2em;
}
.ai-3x {
  font-size: 3em;
}
.ai-4x {
  font-size: 4em;
}
.ai-5x {
  font-size: 5em;
}
.ai-6x {
  font-size: 6em;
}
.ai-7x {
  font-size: 7em;
}
.ai-8x {
  font-size: 8em;
}
.ai-9x {
  font-size: 9em;
}
.ai-10x {
  font-size: 10em;
}
.ai-fw {
  text-align: center;
  width: 1.25em;
}
.ai-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.ai-ul > li {
  position: relative;
}
.ai-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.ai-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.ai-pull-left {
  float: left;
}
.ai-pull-right {
  float: right;
}
.ai.ai-pull-left {
  margin-right: 0.3em;
}
.ai.ai-pull-right {
  margin-right: 0.3em;
}
.ai-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.ai-stack-1x,
.ai-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ai-stack-1x {
  line-height: inherit;
}
.ai-stack-2x {
  font-size: 2em;
}
.ai-inverse {
  color: #fff;
}
/*})'"*/
