/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.single-university .module-title.title--large.padding-mobile{
		padding-bottom:15px;
		padding-left:5px;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ais-ClearRefinements-button::-moz-focus-inner,
  .ais-CurrentRefinements-delete::-moz-focus-inner,
  .ais-CurrentRefinements-reset::-moz-focus-inner,
  .ais-GeoSearch-redo::-moz-focus-inner,
  .ais-GeoSearch-reset::-moz-focus-inner,
  .ais-HierarchicalMenu-showMore::-moz-focus-inner,
  .ais-InfiniteHits-loadPrevious::-moz-focus-inner,
  .ais-InfiniteHits-loadMore::-moz-focus-inner,
  .ais-InfiniteResults-loadMore::-moz-focus-inner,
  .ais-Menu-showMore::-moz-focus-inner,
  .ais-RangeInput-submit::-moz-focus-inner,
  .ais-RefinementList-showMore::-moz-focus-inner,
  .ais-SearchBox-submit::-moz-focus-inner,
  .ais-SearchBox-reset::-moz-focus-inner,
  .ais-VoiceSearch-button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .ais-ClearRefinements-button[disabled],
  .ais-CurrentRefinements-delete[disabled],
  .ais-CurrentRefinements-reset[disabled],
  .ais-GeoSearch-redo[disabled],
  .ais-GeoSearch-reset[disabled],
  .ais-HierarchicalMenu-showMore[disabled],
  .ais-InfiniteHits-loadPrevious[disabled],
  .ais-InfiniteHits-loadMore[disabled],
  .ais-InfiniteResults-loadMore[disabled],
  .ais-Menu-showMore[disabled],
  .ais-RangeInput-submit[disabled],
  .ais-RefinementList-showMore[disabled],
  .ais-SearchBox-submit[disabled],
  .ais-SearchBox-reset[disabled],
  .ais-VoiceSearch-button[disabled] {
    cursor: default; }

.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore {
  overflow-anchor: none; }

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em; }

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto; }

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px; }

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none; }

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px; }

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%; }

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px; }

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa; }

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333; }

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab; }

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa; }

.rheostat-marker--large {
  height: 9px; }

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

[class^='ais-'] {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[class^='ais-'] {
  text-decoration: none; }

.ais-Breadcrumb,
.ais-ClearRefinements,
.ais-CurrentRefinements,
.ais-GeoSearch,
.ais-HierarchicalMenu,
.ais-Hits,
.ais-Results,
.ais-HitsPerPage,
.ais-ResultsPerPage,
.ais-InfiniteHits,
.ais-InfiniteResults,
.ais-Menu,
.ais-MenuSelect,
.ais-NumericMenu,
.ais-NumericSelector,
.ais-Pagination,
.ais-Panel,
.ais-PoweredBy,
.ais-RangeInput,
.ais-RangeSlider,
.ais-RatingMenu,
.ais-RefinementList,
.ais-SearchBox,
.ais-SortBy,
.ais-Stats,
.ais-ToggleRefinement {
  color: #3a4570; }

.ais-Breadcrumb-item--selected,
.ais-HierarchicalMenu-item--selected,
.ais-Menu-item--selected {
  font-weight: bold; }

.ais-Breadcrumb-separator {
  margin: 0 0.3em;
  font-weight: normal; }

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-Pagination-link,
.ais-RatingMenu-link {
  color: #0096db;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .ais-Breadcrumb-link:hover, .ais-Breadcrumb-link:focus,
  .ais-HierarchicalMenu-link:hover,
  .ais-HierarchicalMenu-link:focus,
  .ais-Menu-link:hover,
  .ais-Menu-link:focus,
  .ais-Pagination-link:hover,
  .ais-Pagination-link:focus,
  .ais-RatingMenu-link:hover,
  .ais-RatingMenu-link:focus {
    color: #0073a8; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  outline: none; }
  .ais-ClearRefinements-button:hover, .ais-ClearRefinements-button:focus,
  .ais-CurrentRefinements-reset:hover,
  .ais-CurrentRefinements-reset:focus,
  .ais-GeoSearch-redo:hover,
  .ais-GeoSearch-redo:focus,
  .ais-GeoSearch-reset:hover,
  .ais-GeoSearch-reset:focus,
  .ais-HierarchicalMenu-showMore:hover,
  .ais-HierarchicalMenu-showMore:focus,
  .ais-InfiniteHits-loadPrevious:hover,
  .ais-InfiniteHits-loadPrevious:focus,
  .ais-InfiniteHits-loadMore:hover,
  .ais-InfiniteHits-loadMore:focus,
  .ais-InfiniteResults-loadMore:hover,
  .ais-InfiniteResults-loadMore:focus,
  .ais-Menu-showMore:hover,
  .ais-Menu-showMore:focus,
  .ais-RefinementList-showMore:hover,
  .ais-RefinementList-showMore:focus {
    background-color: #0073a8; }

.ais-ClearRefinements-button--disabled,
.ais-GeoSearch-redo--disabled,
.ais-GeoSearch-reset--disabled,
.ais-HierarchicalMenu-showMore--disabled,
.ais-InfiniteHits-loadMore--disabled,
.ais-InfiniteResults-loadMore--disabled,
.ais-Menu-showMore--disabled,
.ais-RefinementList-showMore--disabled {
  opacity: 0.6;
  cursor: not-allowed; }
  .ais-ClearRefinements-button--disabled:hover, .ais-ClearRefinements-button--disabled:focus,
  .ais-GeoSearch-redo--disabled:hover,
  .ais-GeoSearch-redo--disabled:focus,
  .ais-GeoSearch-reset--disabled:hover,
  .ais-GeoSearch-reset--disabled:focus,
  .ais-HierarchicalMenu-showMore--disabled:hover,
  .ais-HierarchicalMenu-showMore--disabled:focus,
  .ais-InfiniteHits-loadMore--disabled:hover,
  .ais-InfiniteHits-loadMore--disabled:focus,
  .ais-InfiniteResults-loadMore--disabled:hover,
  .ais-InfiniteResults-loadMore--disabled:focus,
  .ais-Menu-showMore--disabled:hover,
  .ais-Menu-showMore--disabled:focus,
  .ais-RefinementList-showMore--disabled:hover,
  .ais-RefinementList-showMore--disabled:focus {
    background-color: #0096db; }

.ais-InfiniteHits-loadPrevious--disabled {
  display: none; }

.ais-CurrentRefinements {
  margin-top: -0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-CurrentRefinements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-CurrentRefinements-item {
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  padding: 0.3rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #495588;
  border-radius: 5px; }

.ais-CurrentRefinements-category {
  margin-left: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ais-CurrentRefinements-delete {
  margin-left: 0.3rem; }

.ais-CurrentRefinements-label,
.ais-CurrentRefinements-categoryLabel,
.ais-CurrentRefinements-delete {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #fff; }

.ais-CurrentRefinements-reset {
  margin-top: 0.3rem;
  white-space: nowrap; }
  .ais-CurrentRefinements-reset + .ais-CurrentRefinements-list {
    margin-left: 0.3rem; }

.ais-GeoSearch {
  position: relative; }

.ais-GeoSearch-control {
  position: absolute;
  top: 0.8rem;
  left: 3.75rem; }

.ais-GeoSearch-label {
  display: block;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  outline: none; }

.ais-GeoSearch-input {
  margin: 0 0.25rem 0 0; }

.ais-GeoSearch-label,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  white-space: nowrap; }

.ais-GeoSearch-reset {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ais-HierarchicalMenu-link,
.ais-Menu-link {
  display: block;
  line-height: 1.5; }

.ais-HierarchicalMenu-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-RatingMenu-list,
.ais-RefinementList-list {
  font-weight: normal;
  line-height: 1.5; }

.ais-HierarchicalMenu-link:after {
  margin-left: 0.3em;
  content: '';
  width: 10px;
  height: 10px;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M7.3 24l-2.8-2.8 9.3-9.2-9.3-9.2 2.8-2.8 12.2 12z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-size: 100% 100%; }

.ais-HierarchicalMenu-item--parent > .ais-HierarchicalMenu-link:after {
  display: inline-block; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ais-CurrentRefinements-count,
.ais-RatingMenu-count {
  font-size: 0.8rem; }
  .ais-CurrentRefinements-count:before,
  .ais-RatingMenu-count:before {
    content: '('; }
  .ais-CurrentRefinements-count:after,
  .ais-RatingMenu-count:after {
    content: ')'; }

.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RefinementList-count,
.ais-ToggleRefinement-count {
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 8px; }

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  margin-top: 0.5rem; }

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: #ffc168; }

.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Hits-list,
.ais-Results-list {
  margin-top: -1rem;
  margin-left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ais-Panel-body .ais-InfiniteHits-list, .ais-Panel-body
  .ais-InfiniteResults-list, .ais-Panel-body
  .ais-Hits-list, .ais-Panel-body
  .ais-Results-list {
    margin: 0.5rem 0 0 -1rem; }

.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Hits-item,
.ais-Results-item {
  margin-top: 1rem;
  margin-left: 1rem;
  padding: 1rem;
  width: calc(25% - 1rem);
  border: 1px solid #c4c8d8;}
  .ais-Panel-body .ais-InfiniteHits-item, .ais-Panel-body
  .ais-InfiniteResults-item, .ais-Panel-body
  .ais-Hits-item, .ais-Panel-body
  .ais-Results-item {
    margin: 0.5rem 0 0.5rem 1rem; }
	
	.ais-Hits-item{
		background:white;
	}
	a.ais-hits--title-link{
		font-size: 21px !important;
		line-height: 21px !important;
	}

.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore {
  margin-top: 1rem; }

.ais-InfiniteHits-loadPrevious {
  margin-bottom: 1rem; }

.ais-MenuSelect-select,
.ais-NumericSelector-select,
.ais-HitsPerPage-select,
.ais-ResultsPerPage-select,
.ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  max-width: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 7.3l2.8-2.8 9.2 9.3 9.2-9.3 2.8 2.8-12 12.2z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 92% 50%;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }

.ais-Panel--collapsible {
  position: relative; }
  .ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-body, .ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-footer {
    display: none; }
  .ais-Panel--collapsible .ais-Panel-collapseButton {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    background: none; }

.ais-Panel-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #c4c8d8; }

.ais-Panel-footer {
  margin-top: 0.5rem;
  font-size: 0.8rem; }

.ais-RangeInput-input {
  padding: 0 0.2rem;
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem; }

.ais-RangeInput-separator {
  margin: 0 0.3rem; }

.ais-RangeInput-submit {
  margin-left: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border: none;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  outline: none; }
  .ais-RangeInput-submit:hover, .ais-RangeInput-submit:focus {
    background-color: #0073a8; }

.ais-RatingMenu-count {
  color: #3a4570; }

.ais-Pagination-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ais-Pagination-item + .ais-Pagination-item {
  margin-left: 0.3rem; }

.ais-Pagination-link {
  padding: 0.3rem 0.6rem;
  display: block;
  border: 1px solid #c4c8d8;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .ais-Pagination-link:hover, .ais-Pagination-link:focus {
    background-color: #e3e5ec; }
  .ais-Pagination-item--disabled .ais-Pagination-link {
    opacity: 0.6;
    cursor: not-allowed;
    color: #a5abc4; }
    .ais-Pagination-item--disabled .ais-Pagination-link:hover, .ais-Pagination-item--disabled .ais-Pagination-link:focus {
      color: #a5abc4;
      background-color: #fff; }
  .ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff;
    background-color: #0096db;
    border-color: #0096db; }
    .ais-Pagination-item--selected .ais-Pagination-link:hover, .ais-Pagination-item--selected .ais-Pagination-link:focus {
      color: #fff; }

.ais-PoweredBy-text,
.rheostat-tooltip,
.rheostat-value,
.ais-Stats-text {
  font-size: 0.8rem; }

.ais-PoweredBy-logo {
  margin-left: 0.3rem; }

.ais-RangeSlider .rheostat-progress {
  background-color: #495588; }

.ais-RangeSlider .rheostat-background {
  border-color: #878faf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ais-RangeSlider .rheostat-handle {
  border-color: #878faf; }

.ais-RangeSlider .rheostat-marker {
  background-color: #878faf; }

.ais-Panel-body .ais-RangeSlider {
  margin: 2rem 0; }

.ais-RangeSlider-handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #46AEDA;
  border-radius: 50%;
  cursor: pointer; }

.ais-RangeSlider-tooltip {
  position: absolute;
  background: #FFFFFF;
  top: -22px;
  font-size: .8em; }

.ais-RangeSlider-value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em; }

.ais-RangeSlider-marker {
  position: absolute;
  background: #DDD;
  margin-left: -1px;
  width: 1px;
  height: 5px; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-count, .ais-RatingMenu-item--disabled
.ais-RatingMenu-label {
  color: #c4c8d8; }

.ais-RatingMenu-item--selected {
  font-weight: bold; }

.ais-RatingMenu-link {
  line-height: 1.5; }
  .ais-RatingMenu-link > * + * {
    margin-left: 0.3rem; }

.ais-RatingMenu-starIcon {
  position: relative;
  top: -1px;
  width: 15px;
  fill: #ffc168; }
  .ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
    fill: #c4c8d8; }

.ais-HierarchicalMenu-searchBox > *,
.ais-Menu-searchBox > *,
.ais-RefinementList-searchBox > * {
  margin-bottom: 0.5rem; }

.ais-SearchBox-form {
  display: block;
  position: relative; }

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 1.7rem;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }
  .ais-SearchBox-input::-webkit-input-placeholder {
    color: #a5aed1; }
  .ais-SearchBox-input::-moz-placeholder {
    color: #a5aed1; }
  .ais-SearchBox-input:-ms-input-placeholder {
    color: #a5aed1; }
  .ais-SearchBox-input:-moz-placeholder {
    color: #a5aed1; }

.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-SearchBox-loadingIndicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ais-SearchBox-submit {
  left: 0.3rem; }

.ais-SearchBox-reset {
  right: 0.3rem; }

.ais-SearchBox-submitIcon,
.ais-SearchBox-resetIcon,
.ais-SearchBox-loadingIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.ais-SearchBox-submitIcon path,
.ais-SearchBox-resetIcon path {
  fill: #495588; }

.ais-SearchBox-submitIcon {
  width: 14px;
  height: 14px; }

.ais-SearchBox-resetIcon {
  width: 12px;
  height: 12px; }

.ais-SearchBox-loadingIcon {
  width: 16px;
  height: 16px; }

.ais-VoiceSearch-button {
  border: none;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  color: #3a4570;
  background-color: transparent; }

.ais-VoiceSearch-button svg {
  color: currentColor; }

.ais-VoiceSearch-button:hover {
  cursor: pointer;
  background-color: #a5aed1;
  color: #ffffff; }

.ais-VoiceSearch-button:disabled {
  color: #a5aed1; }

.ais-VoiceSearch-button:disabled:hover {
  color: #a5aed1;
  cursor: not-allowed;
  background: inherit; }
  
 body.single-university .module-three-articles .module-title.title--large{
	  font-size: 3.125rem;
    font-family: Calibre,sans-serif;
	color: black;
	line-height:inherit;
  }
   body.single-university .module-three-articles{
	   margin-bottom:30px;
   }

@font-face{font-family:Overpass Mono;font-style:normal;font-weight:400;font-display:swap;src:local("Overpass Mono Regular"),local("OverpassMono-Regular"),url(https://fonts.gstatic.com/s/overpassmono/v6/_Xmq-H86tzKDdAPa-KPQZ-AC5ig.ttf) format("truetype")}@font-face{font-family:Calibre;font-weight:400;src:url(fonts/Calibre-Regular.woff) format("woff"),url(fonts/Calibre-Regular.woff2) format("woff2")}@font-face{font-family:Calibre;font-weight:500;src:url(fonts/Calibre-Medium.woff) format("woff"),url(fonts/Calibre-Medium.woff2) format("woff2")}@font-face{font-family:Calibre;font-weight:600;src:url(fonts/Calibre-Semibold.woff) format("woff"),url(fonts/Calibre-Semibold.woff2) format("woff2")}@font-face{font-family:FreightText-Book;src:url(fonts/FreightText-Book.woff2) format("woff2"),url(fonts/FreightText-Book.woff) format("woff")}@font-face{font-family:FreightText-Bold;src:url(fonts/FreightText-Bold.woff2) format("woff2"),url(fonts/FreightText-Bold/font.woff) format("woff")}h1{font-family:Calibre,sans-serif;font-size:120px;font-weight:400;line-height:1}@media screen and (max-width:899px){h1{font-size:90px}}@media screen and (max-width:414px){h1{font-size:55px}}h2{font-family:FreightText-Book,serif;font-size:50px;font-weight:500}@media screen and (max-width:414px){h2{padding-left:16px;font-size:36px}}h3{font-family:Calibre,sans-serif;font-size:36px;font-weight:500}@media screen and (max-width:414px){h3{font-size:24px}}h4{font-family:Calibre,sans-serif;font-size:22px;font-weight:500}@media screen and (max-width:414px){h4{font-size:16px}}h5{font-family:Overpass Mono,monospace;font-size:15px;font-weight:400}@media screen and (max-width:414px){h5{font-size:13px}}.cta{font-family:Calibre,sans-serif;font-size:22px;font-weight:400}@media screen and (max-width:414px){.cta{font-size:16px}}.links{font-family:Calibre,sans-serif;font-size:22px;font-weight:500;text-decoration:underline}@media screen and (max-width:414px){.links{font-size:16px}}.text-large{font-family:Calibre,sans-serif;font-size:30px;font-weight:400}@media screen and (max-width:414px){.text-large{font-size:19px}}.text-sub{font-family:Calibre,sans-serif;font-size:19px;font-weight:400;line-height:24px}@media screen and (max-width:414px){.text-sub{font-size:16px}}.text-secondary{font-family:FreightText-Book,serif;font-size:13px;font-weight:400}@media screen and (max-width:414px){.text-secondary{font-size:10px}}.body{font-family:FreightText-Book,serif;font-size:20px}.module-title{color:#fff}.module-title .subtitle{margin-top:-5px}@media screen and (min-width:900px) and (max-width:1024px){.module-title .subtitle{margin-top:1px}}.title{font-size:1.5rem}@media screen and (min-width:1025px){.title{font-size:2.25rem}}.title--large{font-size:3.75rem;letter-spacing:-1px;line-height:3.4rem}@media screen and (min-width:900px) and (max-width:1024px){.title--large{padding-top:6px;margin-left:-1px;font-size:5.625rem;line-height:6.6rem}}@media screen and (min-width:1025px) and (max-width:1439px){.title--large{margin-left:-5px;font-size:6.5rem;letter-spacing:-1px;line-height:8.3rem}}@media screen and (min-width:1440px){.title--large{margin-left:-2px;font-size:7.5rem;letter-spacing:-1px;line-height:9.3rem}}.title--medium{font-size:2.25rem;font-weight:500}.subtitle{font-size:1.18rem;font-weight:400}@media screen and (min-width:1025px){.subtitle{font-size:1.875rem}}.mono-title{font-family:Overpass Mono,monospace;font-size:.81rem;line-height:1.125rem;text-transform:uppercase}@media screen and (min-width:900px){.mono-title{font-size:.93rem;line-height:1.25rem}}.mono-text{font-family:Overpass Mono,monospace;font-size:.625rem;text-transform:uppercase}@media screen and (min-width:1025px){.mono-text{font-size:.81rem}}.module-title-new h1{padding-top:10px;padding-bottom:5px;font-size:7.6rem}.module-title-new h1.title--mono{font-family:Overpass Mono,monospace;font-size:.9375rem;text-transform:uppercase}.module-title-new h3{color:#fff;font-size:19px;font-weight:400;letter-spacing:-.15px;line-height:24px}@media screen and (min-width:900px) and (max-width:1024px){.module-title-new h1{padding-top:10px;font-size:5.6rem}.module-title-new h3{letter-spacing:unset}}@media screen and (max-width:899px){.module-title-new h1{font-size:3.75rem;letter-spacing:-.03rem;text-align:left}.module-title-new .subtitle{margin-top:6px;letter-spacing:0}}.text--colour-white{color:#fff}.text--colour-teal,.text--colour-teal h3{color:#00d3dd!important}.text--colour-orange,.text--colour-orange h3{color:#ff704a!important}.text--colour-green,.text--colour-green h3{color:#00f293!important}.text--colour-dark-green,.text--colour-dark-green h3{color:#00918e!important}.text--colour-black{color:#000!important}.text--colour-purple,.text--colour-purple h3{color:#c309ff!important}.text--colour-dark-purple,.text--colour-dark-purple h3{color:#652b58!important}.text--colour-yellow,.text--colour-yellow h3{color:#fff800!important}.text--colour-blue{color:#172670}.link--colour-white a{color:#fff!important}.link--colour-white a:hover{color:#f5f5f5!important}.link--colour-teal a{color:#00d3dd!important}.link--colour-teal a:hover{color:#02bfc9!important}.link--colour-orange a{color:#ff704a!important}.link--colour-orange a:hover{color:#eb6743!important}.link--colour-green a{color:#00f293!important}.link--colour-green a:hover{color:#00ce7b!important}.link--colour-dark-green a{color:#00918e!important}.link--colour-dark-green a:hover{color:#00ce7b!important}.link--colour-black a{color:#000!important}.link--colour-black a:hover{color:#333!important}.link--colour-purple a{color:#c309ff!important}.link--colour-purple a:hover{color:#b30beb!important}.link--colour-dark-purple a{color:#652b58!important}.link--colour-dark-purple a:hover{color:#522446!important}.link--colour-yellow a{color:#fff800!important}.link--colour-yellow a:hover{color:#ebe500!important}.link--hover-colour-white a{border:1px solid #fff;color:inherit}.link--hover-colour-white a:hover{border-color:#f5f5f5!important;background:#f5f5f5!important;color:#151515}.link--hover-colour-teal a{border:1px solid #fff;color:inherit}.link--hover-colour-teal a:hover{border-color:#02bfc9!important;background:#02bfc9!important;color:#151515}.link--hover-colour-orange a{border:1px solid #fff;color:inherit!important}.link--hover-colour-orange a:hover{border-color:#eb6743!important;background:#eb6743!important;color:#151515}.link--hover-colour-green a{border:1px solid #fff;color:inherit!important}.link--hover-colour-green a:hover{border-color:#00ce7b!important;background:#00ce7b!important;color:#151515}.link--hover-colour-dark-green a{color:#00918e!important}.link--hover-colour-dark-green a:hover{border-color:#00ce7b!important;background:#00ce7b!important;color:#151515}.link--hover-colour-black a{border:1px solid #fff;color:inherit!important}.link--hover-colour-black a:hover{border-color:#333!important;background:#333!important;color:#151515}.link--hover-colour-purple a{border:1px solid #fff;color:inherit!important}.link--hover-colour-purple a:hover{border-color:#b30beb!important;background:#b30beb!important;color:#151515}.link--hover-colour-dark-purple a{border:1px solid #fff;color:inherit!important}.link--hover-colour-dark-purple a:hover{border-color:#522446!important;background:#522446!important;color:#151515}.link--hover-colour-yellow a{border:1px solid #fff;color:inherit!important}.link--hover-colour-yellow a:hover{border-color:#ebe500!important;background:#ebe500!important;color:#151515}.text-bold{font-weight:500}.text-scribble{color:#fff;font-size:1.2rem}body{padding:0;margin:0;font-size:0;-webkit-font-smoothing:antialiased;line-height:0}#site{line-height:normal}head{display:none!important}body,html{width:100%;padding:0;margin:0;font-family:Overpass Mono,monospace;-webkit-font-smoothing:antialiased;font-weight:300}body>b,html>b{display:none}blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1{color:#fff}h1.black{color:#000}h1.blue{color:#172670}h2,h3,h4,h5,h6{color:#000}h2.white,h3.white,h4.white,h5.white,h6.white{color:#fff}q:after,q:before{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-size:100%;font-weight:inherit;outline:none}a,a:link,a:visited{color:inherit}a,a:hover,a:link,a:link:hover,a:visited,a:visited:hover{text-decoration:none}a:link img,a:visited img,a img{border:none}button:focus,div:focus,input:focus,p:focus,span:focus{outline:none}abbr{text-decoration:none!important}body .hidden{display:none!important}[data-sr]{visibility:hidden}.inner{position:relative;height:100%;max-width:1280px;padding:0 30px;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}@media (min-width:900px){.inner{width:100%;padding:0 15px}}.full{display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.padded{position:relative;height:100%}.container{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:16px;padding-left:16px;margin:0 auto}@media screen and (max-width:899px){.container.no-padding .row{margin-right:-16px;margin-left:-16px}}@media screen and (max-width:899px){.container.no-padding-mobile{padding-right:unset;padding-left:unset}}@media screen and (min-width:900px) and (max-width:1024px){.container{max-width:840px;padding-right:unset;padding-left:unset}}@media screen and (min-width:1025px){.container{max-width:960px}}@media screen and (min-width:1320px){.container{max-width:1204px}}@media screen and (min-width:1440px){.container{max-width:1336px;padding-right:8px;padding-left:8px}}.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.d-block{display:block}@media screen and (max-width:899px){.hide-mobile{display:none}}.text-left{text-align:left}.text-right{text-align:right}@media screen and (min-width:900px) and (max-width:1024px){.title--large.text-right{padding-right:7px;text-align:right}}.text-center{text-align:center}.has-background-dark-blue{background:#1e1e53}.has-background-dark-blue.posts-carousel-post:hover,.has-background-dark-blue.tag:hover:not(.category-tag){background:#191944}.has-background-mid-blue{background:#172670}.has-background-mid-blue.posts-carousel-post:hover,.has-background-mid-blue.tag:hover:not(.category-tag){background:#141f5b}.has-background-bg-blue{background:#2b3fa0}.has-background-bg-blue.posts-carousel-post:hover,.has-background-bg-blue.tag:hover:not(.category-tag){background:#273a91}.has-background-teal{background:#00d3dd}.has-background-teal.posts-carousel-post:hover,.has-background-teal.tag:hover:not(.category-tag){background:#02bfc9}.has-background-green{background:#00f293}.has-background-green.tag:hover:not(.category-tag){background:#00ce7b}.has-background-green .read-more{color:#172670!important}.has-background-green.posts-carousel-post:hover{background:#00ce7b}.has-background-dark-green{background:#00918e}.has-background-dark-green.posts-carousel-post:hover,.has-background-dark-green.tag:hover:not(.category-tag){background:#007f7b}.has-background-orange{background:#ff704a;color:#172670}.has-background-orange.posts-carousel-post:hover,.has-background-orange.tag:hover:not(.category-tag){background:#eb6743}.has-background-transparent{background:transparent}.has-background-white{background:#fff}.has-background-white.posts-carousel-post:hover,.has-background-white.tag:hover:not(.category-tag){background:#f5f5f5}.has-background-purple{background:#c309ff}.has-background-purple.posts-carousel-post:hover,.has-background-purple.tag:hover:not(.category-tag){background:#b30beb}.has-background-dark-purple{background:#652b58;color:#fff!important}.has-background-dark-purple h3{color:#fff}.has-background-dark-purple.posts-carousel-post:hover,.has-background-dark-purple.tag:hover:not(.category-tag){background:#522446}.has-background-yellow{background:#fff800}.has-background-yellow.posts-carousel-post:hover,.has-background-yellow.tag:hover:not(.category-tag){background:#ebe500}.has-background-red{background:#ff511d}.has-background-red.posts-carousel-post:hover,.has-background-red.tag:hover:not(.category-tag){background:#ec4a19}.row{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:-16px;margin-left:-16px}.row--reversed{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:899px){.row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.row--multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}.row--multiline .col{margin-bottom:20px}.row--vcentered{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.row--centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.row .col{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:16px;padding-left:16px}@media screen and (max-width:899px){.row .col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}}@media screen and (min-width:900px){.row .col--half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.row .col--third{-webkit-box-flex:0;-ms-flex:0 0 33.3%;flex:0 0 33.3%}.row .col--quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.row .col--fifth{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}.row .col--four-fifth{-webkit-box-flex:0;-ms-flex:0 0 80%;flex:0 0 80%}.row .col--three-fifth{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}.row .col--two-fifth{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}.row .col--three-quarter{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.row .col--two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666%;flex:0 0 66.6666%}.row .col--full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.row.no-gutters{margin-right:0;margin-left:0}.row.no-gutters>.col{padding-right:0;padding-left:0}@media (max-width:899px){.row{margin-right:0;margin-left:0}}#site-content{width:100%;background:#2b3fa0}.header{width:100%;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#172670}.header__inner{padding:10px 0}.header .brand,.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header .brand{width:100%}.header .brand img{display:block;width:112px}@media screen and (min-width:900px){.header{height:80px}.header__inner{padding:21px 0}.header .brand{width:auto}.header .brand img{width:140px}}@media screen and (min-width:1025px){.header{height:130px}.header__inner{padding:38px 0}.header .brand img{width:219px}}.desktop-menu .menu li:first-child:after{position:absolute;display:block;width:400%;height:15px;margin-top:7px;background-image:url(../src/images/big-underline.svg);background-repeat:no-repeat;background-size:276px;content:""}@media screen and (min-width:900px) and (max-width:1024px){.desktop-menu .menu li:first-child:after{width:320%;margin-top:0;background-size:241px}}.desktop-menu .menu li:first-child.hide-scribble:not(.current-menu-item):after{display:none}.desktop-menu .menu .current-menu-item a{color:#00d3dd}.desktop-menu .menu .current-menu-item:after{display:block;width:100%;height:15px;background-image:url(../src/images/small-underline.svg);background-repeat:no-repeat;background-size:100%;content:""}#top-nav-scribble .nav-scribble-image{top:3px;left:124px}#top-nav-scribble .nav-scribble-text{top:94px;left:356px;line-height:1.7rem}.menu a{color:#fff;font-size:1.125rem;font-weight:500}.menu a:hover{color:#02bfc9}@media screen and (min-width:900px) and (max-width:1024px){.menu a{font-size:1rem}}@media screen and (max-width:414px){.menu a{font-size:1.5em}}.mobile-menu{position:absolute;z-index:100;left:0;overflow:hidden;width:100%;max-height:0;margin-top:-1px;background:#172670;-webkit-transition:all .12s ease;transition:all .12s ease}.mobile-menu .menu{padding:40px 0}.mobile-menu .menu li{margin-bottom:30px}.mobile-menu .menu li a{position:relative;display:inline-block}@media screen and (min-width:900px){.mobile-menu{display:none}}.home .mobile-menu .menu li:nth-child(-n+3) a:after{position:absolute;bottom:-15px;left:0;display:inline-block;width:100%;height:15px;margin-top:7px;margin-bottom:0;background-image:url(../src/images/doubleline.svg);background-repeat:no-repeat;content:""}.mobile-menu .menu .current-menu-item a{color:#00d3dd}.mobile-menu .menu .current-menu-item a:after{display:block;width:100%;height:15px;background-image:url(../src/images/small-underline.svg);background-repeat:no-repeat;content:""}body.nav-open{overflow:hidden}body.nav-open .mobile-menu{height:calc(100vh - 49px);max-height:100%}body.nav-open .burger{position:relative}body.nav-open .burger__line{position:absolute;margin-top:5px}body.nav-open .burger__line:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}body.nav-open .burger__line:nth-child(2){opacity:0}body.nav-open .burger__line:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.desktop-menu{display:none;margin-top:11px}.desktop-menu #header li{position:relative;display:inline-block;margin-right:27px}.desktop-menu #header li.menu-item--last{margin-right:0}@media screen and (min-width:900px){.desktop-menu{display:block}}@media screen and (min-width:900px) and (max-width:1024px){.desktop-menu #header li{margin-right:21px}}.burger{display:-webkit-box;display:-ms-flexbox;display:flex;width:22px;height:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.burger__line{display:block;width:100%;height:2px;background:#fff;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}@media screen and (min-width:900px){.burger{display:none}}.footer{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:37px 0 25px;background-color:#172670;color:#fff;font-size:.93rem}.footer>.container{padding-right:0}.footer__inner .row.no-gutters .col:last-of-type{margin-right:-10px;margin-left:10px}@media screen and (max-width:899px){.footer__inner{padding-left:0}.footer__inner .row.no-gutters .col:last-of-type{margin-right:-10px;margin-left:0}}.footer__logo img{display:block;width:145px}@media screen and (max-width:899px){.footer__logo{padding-bottom:30px}}@media screen and (min-width:900px){.footer{padding:40px 0 25px}.footer__logo img{width:175px}}@media screen and (min-width:1025px){.footer{padding:50px 0}.footer__logo img{width:257px}}@media screen and (min-width:1440px){.footer{padding:50px 0 90px}}.footer-menu__title{display:block;padding-bottom:10px;color:#939393;font-family:Overpass Mono,monospace;font-size:.68rem;text-transform:uppercase}.footer-menu__link{margin-bottom:8px;color:#fff;font-size:1.125rem}.footer-menu__link:hover{color:#02bfc9}.footer-menu__menu .footer-menu__link:last-child{margin-bottom:0}@media screen and (min-width:900px){.footer-menu{margin-top:-2px}.footer-menu__title{padding-bottom:7px}.footer-menu__link{margin-bottom:11px}.footer-menu:last-child{padding-right:28px;padding-left:35px}.footer-menu:nth-child(3){padding-left:64px}.footer-menu:nth-child(2){padding-left:62px}.footer-menu .social-menu__menu{padding:8px 7px 0 19px}}@media screen and (min-width:1025px){.footer-menu{margin-top:-4px}.footer-menu:last-child{padding-right:10px;padding-left:34px}.footer-menu:nth-child(3){padding-left:65px}.footer-menu:nth-child(2){padding-left:62px}.footer-menu .social-menu__menu{padding:5px 17px}}@media screen and (min-width:1440px){.footer-menu:nth-child(2){padding-left:65px}}.footer-menu-row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bottom-footer{margin-top:20px}.bottom-footer .col:first-child{padding-left:14px;margin-top:-2px}.bottom-footer .col:last-child{padding-right:28px;margin-top:-5px;text-align:right}.bottom-footer .footer-company{margin-right:24px}@media screen and (min-width:900px) and (max-width:1024px){.bottom-footer{margin-top:47px}.bottom-footer .col:first-child{padding-left:16px}.bottom-footer .col:last-child{padding-right:16px}.bottom-footer div:last-child{text-align:right}.bottom-footer .footer-company{margin-right:30px}}.bottom-footer a:hover{color:#02bfc9}.social-menu__link{margin-bottom:13px}@media screen and (max-width:899px){.social-menu{margin-top:30px}.social-menu__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-menu__link{display:inline-block;margin-right:25px;margin-bottom:0}}@media screen and (min-width:900px) and (max-width:1024px){.social-menu{text-align:right}.social-menu__link{margin-bottom:13px}.social-menu__menu .social-menu__link:last-child{margin-bottom:0}}@media screen and (max-width:899px){.footer-menu-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:16px;margin-top:8px}.footer-menu__title{padding-bottom:6px}.footer-menu__link{margin-bottom:11px}.footer-menu:first-child{padding-right:62px}.footer-menu:nth-child(2){padding-right:61px}.footer-menu:last-child{margin-top:33px}.social-menu__menu{margin-top:5px}.col.col--quarter.footer-menu{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%}.social-menu{margin-bottom:20px}.social-menu__link{margin-right:28px}.bottom-footer{margin-top:57px}.bottom-footer .col:last-child{margin-top:15px}}.footer-company,.footer-copyright{margin-right:20px}@media screen and (min-width:900px) and (max-width:1024px){.footer-copyright{margin-right:15px}}@media screen and (max-width:1520px){footer .footer__inner .row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.scribble-container{position:relative}#top-nav-scribble .nav-scribble-image{position:absolute;z-index:150;top:25px;right:-39px;left:unset;width:433px;height:193px;background-image:url(../src/images/top-nav-scribble.svg);background-repeat:no-repeat;background-size:100%}#top-nav-scribble .nav-scribble-text{position:absolute;z-index:150;top:121px;right:4px;left:unset;line-height:1.65rem}#top-nav-scribble .nav-scribble-text .eyes{height:18px;margin-left:3px;vertical-align:-3%}#top-nav-scribble.hide-scribble{display:none}@media screen and (max-width:1024px){#top-nav-scribble .nav-scribble-image{position:absolute;z-index:1;top:12px;left:98px;width:375px;height:220px;background-image:url(../src/images/top-nav-scribble-tablet.svg);background-repeat:no-repeat;background-size:379px}#top-nav-scribble .nav-scribble-text{position:absolute;top:76px;left:306px;line-height:1.3rem}#top-nav-scribble .nav-scribble-text .eyes{height:12px;margin-left:9px;vertical-align:-1%}#top-nav-scribble .text-scribble{font-size:1rem}}#mobile-nav-scribble .mobile-nav-scribble-image{position:absolute;z-index:1;bottom:-180px;left:70px;width:203px;height:405px;background-image:url(../src/images/mobile-nav-scribble.svg);background-repeat:no-repeat;background-size:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1)}#mobile-nav-scribble .mobile-nav-scribble-text{position:absolute;bottom:-135px;left:100px;line-height:1.3rem}#mobile-nav-scribble .mobile-nav-scribble-text .eyes{height:12px;margin-left:8px;vertical-align:-3%}#mobile-nav-scribble .text-scribble{font-size:1rem}.title-scribble-image{position:absolute;z-index:1;bottom:-47px;left:179px;width:659px;height:139px;background-image:url(../src/images/arrow.svg);background-repeat:no-repeat;background-size:100%;-webkit-transform:rotate(356deg);transform:rotate(356deg)}@media screen and (min-width:900px) and (max-width:1024px){.title-scribble-image{bottom:-20px;left:92px;width:382px;height:75px;background-image:url(../src/images/title-arrow-tablet.svg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@media screen and (min-width:1025px) and (max-width:1319px){.title-scribble-image{bottom:-61px;left:35px;width:659px;height:139px;background-size:64%;-webkit-transform:rotate(354deg);transform:rotate(354deg)}}@media screen and (min-width:1320px) and (max-width:1439px){.title-scribble-image{z-index:1;bottom:-53px;left:75px;width:659px;height:139px;background-size:91%;-webkit-transform:rotate(356deg);transform:rotate(356deg)}}@media screen and (max-width:899px){.title-scribble-image{display:none}}.prepare-scribble-image{position:absolute;z-index:1;top:50px;left:-368px;width:409px;height:134px;background-image:url(../src/images/prepare-arrow.svg);background-repeat:no-repeat;background-size:100% 100%}@media screen and (min-width:1025px) and (max-width:1439px){.prepare-scribble-image{top:23px;left:-336px}}@media screen and (min-width:900px) and (max-width:1024px){.prepare-scribble-image{top:24px;left:-225px;width:242px;height:80px;background-image:url(../src/images/prepare-arrow-tablet.svg);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width:899px){.prepare-scribble-image{display:none}}.arrow-down-scribble-image{position:absolute;z-index:1;top:-216px;left:269px;width:117px;height:365px;background-image:url(../src/images/arrow-down-scribble.svg);background-repeat:no-repeat;background-size:100%}@media screen and (min-width:900px) and (max-width:1024px){.arrow-down-scribble-image{top:-124px;left:222px;width:78px;height:245px;background-image:url(../src/images/arrow-down-scribble-tablet.svg)}}@media screen and (max-width:899px){.arrow-down-scribble-image{display:none}}body:not(.home) #top-nav-scribble{display:none}body:not(.home) .desktop-menu .menu li:first-child:after{display:block;width:100%;height:15px;background-image:url(../src/images/small-underline.svg);background-repeat:no-repeat;background-size:100%;content:""}body.single .desktop-menu .menu li:first-child:after{display:none}.bottom-about-section,.middle-about-section,.middle-lower-about-section,.top-about-section{max-width:2500px;margin:auto}@media (min-width:900px){.top-about-section .about_title-scribble-image{position:absolute;top:-20px;left:448px;width:348px;height:1370px;background-image:url(../src/images/about-scribble.svg);background-repeat:no-repeat;background-size:100%}}@media (min-width:1025px){.top-about-section .about_title-scribble-image{top:24px;left:568px;width:380px;height:1370px}}@media (min-width:1320px){.top-about-section .about_title-scribble-image{top:13px;left:648px;width:400px;height:1370px}}@media (min-width:1920px){.top-about-section .about_title-scribble-image{left:858px}}@media (min-width:2200px){.top-about-section .about_title-scribble-image{left:1150px}}@media (min-width:900px){.middle-lower-about-section .about_title-scribble-image{position:absolute;top:239px;left:250px;width:469px;height:884px;background-image:url(../src/images/about-scribble.svg);background-position:bottom;background-repeat:no-repeat;background-size:100%}}@media (min-width:1025px){.middle-lower-about-section .about_title-scribble-image{left:350px}}@media (min-width:1320px){.middle-lower-about-section .about_title-scribble-image{left:600px;height:900px}}@media (min-width:1440px){.middle-lower-about-section .about_title-scribble-image{left:740px;height:570px}}@media (min-width:1920px){.middle-lower-about-section .about_title-scribble-image{left:960px;height:620px}}@media (min-width:2200px){.middle-lower-about-section .about_title-scribble-image{left:1299px}}.bottom-about-section,.middle-about-section,.middle-lower-about-section{position:relative}@media (min-width:1440px){.middle-about-section,.top-about-section{padding-left:160px}}@media (min-width:768px){.top-country-section .country_title-scribble-image{position:absolute;top:74px;left:370px;width:388px;height:740px;background-image:url(../src/images/country-scribble.svg);background-repeat:no-repeat;background-size:100%}}@media (min-width:900px){.top-country-section .country_title-scribble-image{top:132px;left:419px;width:448px;height:642px}}@media (min-width:1320px){.top-country-section .country_title-scribble-image{left:680px;width:525px;-webkit-transform:rotate(11deg);transform:rotate(11deg)}}@media (min-width:1440px){.top-country-section .country_title-scribble-image{left:740px;width:565px;-webkit-transform:rotate(16deg);transform:rotate(16deg)}}@media (min-width:768px){.middle-country-section .country_title-scribble-image{position:absolute;top:120px;left:370px;width:388px;height:719px;background-image:url(../src/images/country-scribble.svg);background-position:50%;background-position:bottom;background-repeat:no-repeat;background-size:100%}}@media (min-width:900px){.middle-country-section .country_title-scribble-image{top:120px;left:363px;height:766px;background-position:bottom;-webkit-transform:rotate(15deg);transform:rotate(15deg)}}@media (min-width:1320px){.middle-country-section .country_title-scribble-image{top:157px;left:469px;width:540px;height:966px;-webkit-transform:rotate(18deg);transform:rotate(18deg)}}@media (min-width:1440px){.middle-country-section .country_title-scribble-image{left:539px}}@media (min-width:768px){.middle-lower-country-section .country_title-scribble-image{position:absolute;top:120px;left:370px;width:388px;height:719px;background-image:url(../src/images/grid-line.svg);background-position:50%;background-position:bottom;background-repeat:no-repeat;background-size:100%}}@media (min-width:1440px){.middle-lower-country-section .country_title-scribble-image{left:599px;height:981px;-webkit-transform:rotate(9deg);transform:rotate(9deg)}}@media (min-width:768px){.bottom-country-section .country_title-scribble-image{position:absolute;top:270px;left:97px;width:468px;height:710px;background-image:url(../src/images/grid-line.svg);background-position:bottom;background-repeat:no-repeat;background-size:100%}}@media (min-width:900px){.bottom-country-section .country_title-scribble-image{height:744px}}@media (min-width:1025px){.bottom-country-section .country_title-scribble-image{left:203px;width:700px;height:1100px}}@media (min-width:1320px){.bottom-country-section .country_title-scribble-image{left:171px;height:1182px}}@media (min-width:1440px){.bottom-country-section .country_title-scribble-image{top:195px;left:232px;width:670px;height:1244px;-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}a.button,button.load-more{position:relative;display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 48px;border:1px solid #172670;background:transparent;color:inherit;cursor:pointer;text-align:center;-webkit-transition:all .1s ease;transition:all .1s ease}a.button:after,a.button:before,button.load-more:after,button.load-more:before{position:absolute;display:block;border:1px solid #172670;background:transparent;content:"";-webkit-transition:all .1s ease;transition:all .1s ease}a.button:before,button.load-more:before{bottom:-12px;left:5px;width:100%;height:10px;border-right:none;background:repeating-linear-gradient(90deg,#172670,#172670 2px,transparent 0,transparent 5px);-webkit-transform:skew(45deg);transform:skew(45deg)}a.button:after,button.load-more:after{right:-12px;bottom:-7px;width:10px;height:100%;border-bottom:none;background:repeating-linear-gradient(0deg,#172670,#172670 2px,transparent 0,transparent 5px);-webkit-transform:skewY(45deg);transform:skewY(45deg)}a.button:hover,button.load-more:hover{background:#172670;color:#fff}a.button--primary,button.load-more--primary{color:#172670}a.button--secondary,button.load-more--secondary{border:1px solid #fff;color:#fff}a.button--secondary:after,a.button--secondary:before,button.load-more--secondary:after,button.load-more--secondary:before{border:1px solid #fff}a.button--secondary:before,button.load-more--secondary:before{background:repeating-linear-gradient(90deg,#fff,#fff 2px,transparent 0,transparent 5px)}a.button--secondary:after,button.load-more--secondary:after{background:repeating-linear-gradient(0deg,#fff,#fff 2px,transparent 0,transparent 5px)}a.button--secondary:hover:after,a.button--secondary:hover:before,button.load-more--secondary:hover:after,button.load-more--secondary:hover:before{background:#fff}@media screen and (min-width:1025px){a.button,button.load-more{padding:20px 70px;font-size:1.375rem}}@media screen and (max-width:899px){a.button,button.load-more{padding:10px 40px}}a.text-cta{z-index:2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:15px;color:#00d3dd;font-size:1.375rem;text-decoration:underline}a.text-cta img{padding-left:5px}@media screen and (min-width:900px) and (max-width:1024px){a.text-cta img{padding-left:2px}}a.text-cta:hover{color:#02bfc9;text-decoration:underline}a.text-cta:hover img{padding-left:12px;-webkit-transition:padding-left .2s;transition:padding-left .2s}@media screen and (min-width:900px) and (max-width:1024px){a.text-cta:hover img{padding-left:9px}}.post:hover .post-meta{background:#f5f5f5}.post-meta{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:23px 30px;background:#fff}@media screen and (min-width:900px){.post-meta{border-right:1px solid #979797}}@media screen and (min-width:900px) and (max-width:1024px){.post-meta{padding:8px 16px 14px}}.post h3{font-size:1.375rem;line-height:1.5rem}@media screen and (min-width:900px) and (max-width:1024px){.post h3{font-size:1rem;line-height:1.125rem}}.post-image{position:relative}.post-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:900px){.post-image{height:155px}}@media screen and (min-width:1025px){.post-image{height:250px}}.post-excerpt{font-size:1.18rem;line-height:1.5rem}@media screen and (min-width:900px) and (max-width:1024px){.post-excerpt{font-size:1rem;letter-spacing:.02px;line-height:1.25rem}}.post--partner:hover .post-meta{background:#141f5b}.post--partner .post-meta{background:#172670}.post--partner .post-meta h3{color:#fff}.post--large:hover .post-meta{background:#02bfc9}.post--large .post-meta{display:block;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:33px 15px;background:#00d3dd}@media screen and (min-width:900px) and (max-width:1024px){.post--large .post-meta{padding:32px 15px 15px}}@media screen and (min-width:1025px){.post--large .post-meta{padding:67px 30px}}.post--large h3{margin-bottom:15px;font-size:2.25rem;letter-spacing:-.26px;line-height:2.5rem}@media screen and (min-width:900px) and (max-width:1024px){.post--large h3{margin-bottom:14px}}@media screen and (min-width:1025px){.post--large h3{font-size:3.125rem;letter-spacing:-.36px;line-height:3.125rem}}.post--large .post-image{height:100%;margin-left:-1px}@media screen and (max-width:899px){.post--large .post-image{background:#00d3dd}.post--large .post-image img{padding-left:16px}}.post--no-image .post-meta{height:100%;padding:38px 16px 15px}@media screen and (min-width:900px){.post--no-image .post-meta{padding:52px 16px 13px}}@media screen and (min-width:1025px){.post--no-image .post-meta{padding:67px 30px 25px!important}}.post--no-image h3{font-size:1.5rem;line-height:1.625rem}@media screen and (min-width:1025px){.post--no-image h3{font-size:2.25rem;line-height:2.5rem}}.post .post-information{font-family:Overpass Mono,monospace;font-size:.625rem;text-transform:uppercase}@media screen and (min-width:900px) and (max-width:1024px){.post .post-information .tag img{padding-top:2px;padding-left:1px}}@media screen and (min-width:1025px){.post .post-information{font-size:.81rem}}@media screen and (max-width:899px){.post--standard{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;border-bottom:1px solid #979797;background:#fff}.post--standard .post-image{position:unset;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;padding-bottom:20px}.post--standard .category-tag{z-index:99;top:0;left:0}.post--standard .post-meta{width:100%;padding-top:45px;padding-left:16px}.post--partner{background:#172670}}.posts .col:last-child .post .post-meta{border-right:0}.post-information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:1025px){.post-information .post-date{letter-spacing:-.3px}}.post--partner .post-information,.post--partner .post-information .tag{color:#fff}.category-tag{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}@media screen and (min-width:900px) and (max-width:1024px){.category-tag{margin-top:9px}}.tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px;color:#000;font-family:Overpass Mono,monospace;font-size:.625rem;text-transform:uppercase}.tag img{width:16px;height:16px;-o-object-fit:fill;object-fit:fill}.tag span{padding-left:5px}.tag span em{font-family:FreightText-Book,serif;font-style:italic;text-transform:none}@media screen and (min-width:900px) and (max-width:1024px){.tag{padding:0 4px 0 0}.tag img{width:15px;height:15px;padding-top:2px;padding-left:3px}.tag span{padding-left:2px}}.tag:not(.category-tag,.tag--no-shadow){-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3)}.tag--no-padding{padding:0}@media screen and (max-width:899px){.tag{padding:2px 4px}.tag img{width:12px;height:12px}.category-tag{margin-top:8px}}.cookie-banner{position:fixed;z-index:999;bottom:0;display:block;overflow:hidden;width:100%;padding:20px;background:#ff704a}.cookie-banner p{padding-bottom:20px;font-size:1.375rem}.cookie-banner--hidden{max-height:0;padding:0}.social-share{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.social-share-button{margin-bottom:21px}.social-share #copy-link-text{position:absolute;left:-999px;opacity:0}.social-share button{position:relative;padding:0;border:0;background:transparent;cursor:pointer}.social-share button span{position:absolute;top:0;right:0;left:0;display:block;width:80px;padding:4px;margin:25px auto 0 -29px;background:rgba(0,0,0,.9);border-radius:4px;color:#fff;opacity:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.social-share button.copied span{opacity:1}@media screen and (max-width:899px){.social-share{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:-33px}.social-share-button{margin-right:30px;margin-bottom:0}}.module{overflow:hidden}.module-subtitle{color:#fff;font-family:Overpass Mono,monospace;font-size:.81rem;text-transform:uppercase}@media screen and (min-width:1025px){.module-subtitle{font-size:.93rem}}.hero-block-module{font-size:36px}.module-three-articles{overflow:hidden}.module-three-articles .module-subtitle+.posts{margin-top:10px}.module-three-articles .module-subtitle{display:block;padding-top:20px;padding-right:16px;padding-bottom:6px}@media (min-width:900px){.module-three-articles .posts{display:grid;grid-template-columns:repeat(3,1fr)}.module-three-articles .posts .post{display:grid;grid-auto-rows:1fr}}@media (max-width:1319px) and (min-width:1025px){.module-three-articles .posts .post-meta{max-height:230px}}@media (max-width:1439px) and (min-width:1320px){.module-three-articles .posts .post-meta{max-height:200px}}@media (min-width:1025px) and (max-width:1319px){.module-three-articles .posts{max-height:480px}}@media (min-width:1440px){.module-three-articles .posts{max-height:420px}.module-three-articles .posts .post-meta{max-height:170px}}@media screen and (max-width:899px){.module-three-articles .posts{height:446px}.module-three-articles .post--standard .post-meta{padding-top:35px;padding-right:10px;padding-bottom:14px}.module-three-articles .post h3{font-size:1rem;letter-spacing:.05px;line-height:1.15rem}.module-three-articles .post--standard .post-image{height:130px;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;padding-bottom:18px}.module-three-articles .module-subtitle{padding-top:2px;padding-bottom:0;padding-left:16px;margin-bottom:-5px}}@media screen and (max-width:1024px){.module-three-articles .post-date{display:none}}@media screen and (min-width:900px) and (max-width:1024px){.module-three-articles .posts{height:279px}.module-three-articles .posts .post-meta{max-height:124px}.module-three-articles .module-subtitle{display:block;padding-top:30px;padding-right:16px;padding-bottom:0}.module-three-articles .module-subtitle+.posts{margin-top:5px}}.module-two-articles{overflow:hidden}.module-two-articles .post{height:100%}.module-two-articles .post .post-meta{height:100%;border-right:0;color:#fff}.module-two-articles .post:not(.post--partner) .post-meta{background:#652b58}.module-two-articles .post:not(.post--partner) .post-meta:hover{background:#522446}.module-two-articles .post .post-information,.module-two-articles .post .post-information .tag{color:#fff}.module-two-articles .featured-image img{display:block;width:100%}.module-two-articles .post-information{color:#fff}@media screen and (max-width:899px){.module-two-articles .featured-image{display:none}.module-two-articles .post-meta{height:202px}.module-two-articles .post-date{display:none}.module-two-articles h3{margin-top:-11px}.module-two-articles .post:not(.post--partner) .post-meta{padding-top:48px}.module-two-articles .post:not(.post--partner) .post-title{width:90%;padding-bottom:26px}.module-two-articles .post.post--partner .post-title{padding-bottom:9px}.module-two-articles .post.post--partner .post-title h3{font-size:1rem;letter-spacing:.05px;line-height:1.15rem}.module-two-articles .post.post--partner .post-meta{padding-top:45px;padding-bottom:14px}.module-two-articles .post.post--partner .post-image{height:130px}}@media screen and (min-width:900px){.module-two-articles .post.post--partner .post-image{display:none}}@media screen and (min-width:1025px){.module-two-articles .module-title.title--large{margin-bottom:8px;font-size:7.6rem;letter-spacing:-1.3px;line-height:8.3rem}.module-two-articles .featured-image{height:100%}.module-two-articles .featured-image img{height:100%;-o-object-fit:cover;object-fit:cover}}.module-text-and-image{padding:40px 0 60px;color:#172670}.module-text-and-image h2{color:#172670;font-family:Calibre,sans-serif;font-size:3.4375rem;font-weight:400;line-height:3.125rem;text-align:center}.module-text-and-image .subtitle{font-size:1.18rem;line-height:1.3rem}.module-text-and-image .bg-col{background-position:50%;background-repeat:no-repeat;background-size:contain}.module-text-and-image .module__cta{font-size:1rem}@media (min-width:900px){.module-text-and-image .mobile-col{display:none}}@media (min-width:768px) and (max-width:1024px){.module-text-and-image{padding:34px 0 70px}.module-text-and-image .text-and-image__image{max-height:284px;margin-top:unset}.module-text-and-image .mobile-col{display:none}.module-text-and-image h2{font-size:5.125rem;line-height:5rem}.module-text-and-image img{max-height:356px}.module-text-and-image .module__subtitle{max-width:65%;padding:10px 0 45px;font-size:1.25rem}.module-text-and-image .col--two-fifth{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.module-text-and-image .col--three-fifth{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%}.module-text-and-image .row--reversed .bg-col{text-align:left}.module-text-and-image .row--reversed .subtitle{float:right}.module-text-and-image .row--reversed .title-col{text-align:right}}@media (min-width:768px) and (max-width:1024px) and (min-width:900px){.module-text-and-image .col--three-fifth{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;text-align:right}}@media (min-width:900px){.module-text-and-image h2{font-size:5.625rem}}@media (min-width:1025px) and (max-width:1439px){.module-text-and-image{padding:38px 0 70px}.module-text-and-image .mobile-col{display:none}.module-text-and-image h2{font-size:5.625rem;line-height:5rem}.module-text-and-image img{width:100%;max-height:356px}.module-text-and-image .module__subtitle{max-width:65%;padding:10px 0 45px;font-size:1.5rem;line-height:2.125rem}.module-text-and-image .bg-col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin-top:50px;text-align:right}.module-text-and-image .row--reversed .bg-col{text-align:left}.module-text-and-image .row--reversed .subtitle{float:right}.module-text-and-image .row--reversed .title-col{text-align:right}.module-text-and-image .title-col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:1440px){.module-text-and-image{padding:92px 0 104px}.module-text-and-image .module__cta a.button{padding:15px 58px 17px 68px;margin-left:-3px;font-size:1.375rem;letter-spacing:0}.module-text-and-image h2{font-size:7.5rem;line-height:7.18rem}.module-text-and-image img{max-height:468px}.module-text-and-image .module__subtitle{max-width:70%;padding:22px 0 87px;font-size:1.875rem;letter-spacing:-.2px;line-height:2.125rem}.module-text-and-image .bg-col{text-align:right}.module-text-and-image .row--reversed .bg-col{text-align:left}.module-text-and-image .row--reversed .subtitle{float:right}.module-text-and-image .row--reversed .title-col{text-align:right}}.module-text-and-image.small-title{padding:70px 16px 0;background:#2b3fa0;color:#fff}@media (min-width:1025px){.module-text-and-image.small-title{padding:56px 16px}}@media (min-width:1320px){.module-text-and-image.small-title{padding:95px 16px}}@media (max-width:414px){.module-text-and-image .title-col .module__cta,.module-text-and-image .title-col .module__subtitle{display:none}}@media (max-width:899px){.module-text-and-image{padding-bottom:71px}.module-text-and-image .row{-ms-flex-wrap:wrap;flex-wrap:wrap}.module-text-and-image img{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px 16px}.module-text-and-image .mobile-col{text-align:center}.module-text-and-image .mobile-col .module__subtitle{max-width:80%;padding-bottom:10px;margin:2px auto 25px;font-size:19px;letter-spacing:-.06px}}.module-text-and-image.orange{background:#ff704a}.module-text-and-image.orange .flag-img{display:none}@media (min-width:768px){.module-text-and-image.orange h2{text-align:left}}.module-text-and-image.blue{padding-top:70px;padding-bottom:30px;background:#2b3fa0}@media (min-width:768px){.module-text-and-image.blue{padding-top:40px}}.module-text-and-image.blue .scribble-container{display:none}.module-text-and-image.blue .row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width:900px){.module-text-and-image.blue .row.map{padding-right:20px;padding-left:16px}}@media (min-width:1440px){.module-text-and-image.blue .row.map{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.module-text-and-image.blue .row h2{font-family:Overpass Mono,monospace;font-size:.8125rem;line-height:1;text-align:left;text-transform:uppercase}@media (min-width:1320px){.module-text-and-image.blue .row h2{font-size:.9375rem}}.module-text-and-image.blue .row .flag-img{display:none}.module-text-and-image.blue .row.small-title .module__subtitle{padding-bottom:0}@media (min-width:1440px){.module-text-and-image.blue .row.small-title .module__subtitle{padding-bottom:20px}}.module-text-and-image.blue .row.small-title .text-content{padding-right:15px}.module-text-and-image.blue .row.small-title .text-content p{margin-bottom:20px;font-family:Calibre,sans-serif;font-size:1rem;font-weight:500;line-height:1.2;text-align:left}@media (min-width:1320px){.module-text-and-image.blue .row.small-title .text-content p{padding-bottom:0;font-size:1.375rem}}.module-text-and-image.blue .row.small-title .text-content ul{padding-left:30px;margin-bottom:30px;color:#fff}.module-text-and-image.blue .row.small-title .text-content ul li{padding-left:8px;margin-bottom:1rem;font-family:Calibre,sans-serif;font-size:1.1875rem;list-style-type:disc;text-align:left}.module-text-and-image.blue .row .not-visible{display:none}@media (min-width:768px){.module-text-and-image.blue .row .not-visible{display:block}}.module-text-and-image.blue .row .module__subtitle{max-width:none;padding-bottom:20px;color:#fff;font-size:1.5rem;text-align:left}@media (min-width:768px){.module-text-and-image.blue .row .module__subtitle{display:block}}.module-text-and-image.blue .row .map-container{width:100%;max-width:776px}@media (min-width:900px){.module-text-and-image.blue .row .map-container{padding-right:16px}}@media (min-width:1440px){.module-text-and-image.blue .row .map-container{padding-right:0}}.module-text-and-image.blue .row .map-container #map-field{height:235px}@media (min-width:1025px){.module-text-and-image.blue .row .map-container #map-field{height:485px}}.module-text-and-image.blue .row.button{padding-bottom:95px}.module-text-and-image.blue .row.button .title-col{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width:1320px){.module-text-and-image.blue .row.button p{padding-bottom:10px}}@media (min-width:1025px){.module-text-and-image.blue .row.button .group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:1025px){.module-text-and-image.blue .row.button .text-content{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}}@media (min-width:1320px){.module-text-and-image.blue .row.button .text-content{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;padding-left:110px}}.module-text-and-image.blue .row.button .text-content p{font-family:FreightText-Book,serif;font-size:1.25rem;line-height:1.5}@media (min-width:768px){.module-text-and-image.blue .row.large-title{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.module-text-and-image.blue .row.large-title .col--three-fifth{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background-position:7% 68px;background-size:30%;text-align:right}@media (min-width:768px){.module-text-and-image.blue .row.large-title .col--three-fifth{min-height:400px;background-position:0 89px;background-size:48%}}@media (min-width:900px){.module-text-and-image.blue .row.large-title .col--three-fifth{min-height:500px;background-position:-3px 172px;background-size:32%}}@media (min-width:1025px){.module-text-and-image.blue .row.large-title .col--three-fifth{background-position:100px 172px;background-size:31%}}@media (min-width:1320px){.module-text-and-image.blue .row.large-title .col--three-fifth{background-position:104px 176px;background-size:24%}}@media (min-width:1440px){.module-text-and-image.blue .row.large-title .col--three-fifth{min-height:530px;background-position:110px 209px;background-size:23%}}.module-text-and-image.blue .row.large-title .module__title{position:relative}@media (min-width:768px){.module-text-and-image.blue .row.large-title .module__title{padding-top:50px}}@media (min-width:1025px){.module-text-and-image.blue .row.large-title .module__title{max-width:95%}}.module-text-and-image.blue .row.large-title .module__title h2{display:inline;color:#fff;font-family:Calibre,sans-serif;font-size:3.75rem;text-align:left;text-transform:none}@media (min-width:768px){.module-text-and-image.blue .row.large-title .module__title h2{font-size:5.625rem}}@media (min-width:1440px){.module-text-and-image.blue .row.large-title .module__title h2{font-size:7.5rem}}.module-text-and-image.blue .row.large-title .module__title .flag-img{position:absolute;bottom:-5px;display:inline;max-width:13%;padding-left:0}@media (min-width:768px){.module-text-and-image.blue .row.large-title .module__title .flag-img{bottom:45px}}@media (min-width:900px){.module-text-and-image.blue .row.large-title .module__title .flag-img{bottom:85px;width:7%}}@media (min-width:1440px){.module-text-and-image.blue .row.large-title .module__title .flag-img{bottom:110px}}@media (min-width:1440px){.module-text-and-image.blue .row.download_file{padding-top:47px;padding-bottom:47px}}.module-text-and-image.blue .text-and-image__image{width:85%;padding:0}@media (min-width:768px){.module-text-and-image.blue .text-and-image__image{width:100%}}@media (min-width:900px){.module-text-and-image.blue .text-and-image__image{width:95%;max-height:none}}@media (min-width:1025px){.module-text-and-image.blue .text-and-image__image{width:74%}}.module-text-and-image.blue .text-content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:15px;margin-top:20px}.module-text-and-image.blue .text-content p{margin-bottom:20px;color:#fff;font-family:FreightText-Book,serif;font-size:1.25rem;line-height:1.5;text-align:left}@media (min-width:768px){.module-text-and-image.blue .text-content.smaller-devices{display:none}}.module-text-and-image.blue .text-content.bigger-devices{display:none}@media (min-width:768px){.module-text-and-image.blue .text-content.bigger-devices{display:block}}.module-profiles .module-title{margin-bottom:10px;font-weight:500}@media screen and (min-width:1025px){.module-profiles .module-title{margin-bottom:20px}}@media (min-width:900px){.module-profiles .posts{display:grid;grid-template-columns:repeat(3,1fr)}.module-profiles .posts .post{display:grid;grid-auto-rows:1fr}}@media (min-width:1440px){.module-profiles .posts{max-height:660px}}.module-profiles .profile:hover .post-meta{background:#f5f5f5}.module-profiles .profile-meta{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:23px 30px;background:#fff}@media screen and (min-width:900px){.module-profiles .profile-meta{border-right:1px solid #979797}}@media screen and (min-width:900px) and (max-width:1024px){.module-profiles .profile-meta{padding:8px 16px 14px}}.module-profiles .profile h3{font-size:1.375rem;line-height:1.5rem}@media screen and (min-width:900px) and (max-width:1024px){.module-profiles .profile h3{font-size:1rem;line-height:1.125rem}}.module-profiles .profile-image{position:relative}.module-profiles .profile-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:900px){.module-profiles .profile-image{height:155px}}@media screen and (min-width:1025px){.module-profiles .profile-image{height:250px}}.module-profiles .profile-excerpt{font-size:1.18rem;line-height:1.5rem}@media screen and (min-width:900px) and (max-width:1024px){.module-profiles .profile-excerpt{font-size:1rem;letter-spacing:.02px;line-height:1.25rem}}.module-profiles .profile--partner:hover .post-meta{background:#141f5b}.module-profiles .profile--partner .post-meta{background:#172670}.module-profiles .profile--partner .post-meta h3{color:#fff}.module-profiles .profile--large:hover .post-meta{background:#02bfc9}.module-profiles .profile--large .post-meta{display:block;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:33px 15px;background:#00d3dd}@media screen and (min-width:900px) and (max-width:1024px){.module-profiles .profile--large .post-meta{padding:32px 15px 15px}}@media screen and (min-width:1025px){.module-profiles .profile--large .post-meta{padding:67px 30px}}.module-profiles .profile--large h3{margin-bottom:15px;font-size:2.25rem;letter-spacing:-.26px;line-height:2.5rem}@media screen and (min-width:900px) and (max-width:1024px){.module-profiles .profile--large h3{margin-bottom:14px}}@media screen and (min-width:1025px){.module-profiles .profile--large h3{font-size:3.125rem;letter-spacing:-.36px;line-height:3.125rem}}.module-profiles .profile--large .post-image{height:100%;margin-left:-1px}@media screen and (max-width:899px){.module-profiles .profile--large .post-image{background:#00d3dd}.module-profiles .profile--large .post-image img{padding-left:16px}}.module-profiles .profile--no-image .post-meta{height:100%;padding:38px 16px 15px}@media screen and (min-width:900px){.module-profiles .profile--no-image .post-meta{padding:52px 16px 13px}}@media screen and (min-width:1025px){.module-profiles .profile--no-image .post-meta{padding:67px 30px 25px!important}}.module-profiles .profile--no-image h3{font-size:1.5rem;line-height:1.625rem}@media screen and (min-width:1025px){.module-profiles .profile--no-image h3{font-size:2.25rem;line-height:2.5rem}}.module-profiles .profile .post-information{font-family:Overpass Mono,monospace;font-size:.625rem;text-transform:uppercase}@media screen and (min-width:900px) and (max-width:1024px){.module-profiles .profile .post-information .tag img{padding-top:2px;padding-left:1px}}@media screen and (min-width:1025px){.module-profiles .profile .post-information{font-size:.81rem}}@media screen and (max-width:899px){.module-profiles .profile--standard{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;border-bottom:1px solid #979797;background:#fff}.module-profiles .profile--standard .post-image{position:unset;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;padding-bottom:20px}.module-profiles .profile--standard .category-tag{z-index:99;top:0;left:0}.module-profiles .profile--standard .post-meta{width:100%;padding-top:45px;padding-left:16px}.module-profiles .profile--partner{background:#172670}}.module-profiles .profile .profile-name{padding-bottom:12px;font-weight:500}@media screen and (min-width:900px){.module-profiles .profile .post-image{height:250px}.module-profiles .profile .post-meta{height:200px}}@media screen and (min-width:1025px){.module-profiles .profile .post-image{height:250px}.module-profiles .profile .post-meta{display:block;height:220px;padding:23px 18px}.module-profiles .profile .profile-name{padding-bottom:0;margin-top:-13px}}@media screen and (min-width:1440px){.module-profiles .profile .post-image{height:400px}.module-profiles .profile .post-meta{height:220px}}.module-profiles .profile .post-meta{padding:24px 21px}.module-profiles .profile .post-meta .profile-cta,.module-profiles .profile .post-meta p{font-size:1rem;line-height:1.25rem}.module-profiles .profile .post-meta .profile-cta{position:absolute;right:23px;bottom:23px}.module-profiles .profile .post-meta .profile-cta a{font-size:22px;font-weight:500}.module-profiles .profile .post-meta p:first-child{margin-bottom:24px}.module-profiles .profile .post-meta a{display:block;color:#172670;text-align:right;text-decoration:underline}@media screen and (min-width:1025px){.module-profiles .profile .post-meta{padding:24px 21px}.module-profiles .profile .post-meta .profile-cta,.module-profiles .profile .post-meta p{font-size:1.18rem;line-height:1.5rem}.module-profiles .profile .post-meta .profile-cta{right:23px;bottom:23px}}@media screen and (max-width:899px){.module-profiles{padding-top:54px}.module-profiles .module-title{margin-top:-4px;margin-bottom:16px;letter-spacing:-.2px}.module-profiles .profile{border-bottom:1px solid #979797}.module-profiles .profile .post-meta{padding:12px 17px 17px}.module-profiles .profile .post-meta p:first-child{margin-bottom:40px}.module-profiles .profile .post-meta .profile-cta{right:17px;bottom:28px}.module-profiles .profile .post-meta .profile-cta a{font-size:1rem}.module-profiles .post-image{height:228px;background:#fff}.module-profiles .post-image img{padding-top:15px;padding-left:15px;-o-object-position:bottom;object-position:bottom}.module-profiles .col:last-child .profile{border-bottom:0}}.module-profiles .col:last-child .profile .post-meta{border-right:0}.module-text-link{padding:30px 0;color:#00d3dd;text-decoration:underline}.module-text-link a{font-weight:500}.module-text-link img{margin-left:5px}.module-text-link .text-link__external-emoji{display:none}.module-text-link .text-link__internal-emoji{position:absolute;display:inline-block}@media screen and (max-width:899px){.module-text-link{padding:35px 0}.module-text-link a{max-width:80%}.module-text-link .text-link__internal-emoji{margin-top:3px;margin-left:0}}@media screen and (min-width:900px){.module-text-link{padding:8px 0 37px}.module-text-link .text-link__external-emoji{display:inline-block}.module-text-link .text-link__internal-emoji{display:none}}@media screen and (min-width:1025px){.module-text-link{padding:36px 0;font-size:1.375rem}}.module-text-link:hover{color:#02bfc9}.module-text-link:hover img{margin-left:12px;-webkit-transition:margin-left .2s;transition:margin-left .2s}.text-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#172670}.text-link a{padding-right:5px;color:inherit;font-weight:700;text-decoration:underline}.text-link--teal{color:#00d3dd}@media screen and (min-width:1025px){.text-link{font-size:1.375rem}}.module-latest-article{overflow:hidden}.module-latest-article h2{padding-left:20px;margin-bottom:10px;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}@media (min-width:900px){.module-latest-article h2{padding-left:0}}@media (min-width:1440px){.module-latest-article h2{margin-bottom:20px;font-size:.9375rem}}.module-latest-article h2.white{color:#fff}.module-latest-article .featured-image{background:#00918e}.module-latest-article .featured-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.module-latest-article .featured-image.partner--image{background:#ff704a}.module-latest-article .post{height:100%}.module-latest-article .post .post-meta{height:100%;border-right:none;background:#00918e;color:#fff}.module-latest-article .post .post-meta:hover{background:#005e5c}.module-latest-article .post--partner .post-meta{background:#ff704a}.module-latest-article .post--partner .post-meta h3,.module-latest-article .post--partner .post-meta p{color:#000}.module-latest-article .post--partner .post-meta:hover{background:#eb6743}.module-latest-article .post--partner .featured-image{background:#ff704a}.module-latest-article .post--partner .post-information,.module-latest-article .post--partner .post-information .tag{color:#000}.module-latest-article .post:not(.post--partner) .post-meta h3,.module-latest-article .post:not(.post--partner) .post-meta p{color:#fff}.module-latest-article .video{position:relative}@media and (min-width:1025px){.module-latest-article .video{height:100%}}.module-latest-article .video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;outline:0}.module-latest-article .video .play-button{position:absolute;z-index:2;top:50%;left:50%;width:67px;height:67px;margin-top:-25px;margin-left:16px;background-image:url(/wp-content/themes/ul-theme/src/images/icons/play-button.png);background-position:50%;background-repeat:no-repeat;background-size:67px;cursor:pointer;opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:900px){.module-latest-article .video .play-button{top:52%;left:49%;background-size:63%}}@media (min-width:1025px){.module-latest-article .video .play-button{background-size:100%}}.module-latest-article .video .play-button.inactive{opacity:0;pointer-events:none}.module-latest-article .video .poster-image{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50%;background-size:cover;opacity:1}.module-latest-article .video .poster-image.inactive{opacity:0;pointer-events:none}.module-latest-article .text-link{padding-right:16px;margin-top:25px;float:right}@media screen and (min-width:1440px){.module-latest-article p.post-excerpt{max-width:85%;letter-spacing:.05px}}@media (min-width:900px) and (max-width:1024px){.module-latest-article .row{max-height:544px}.module-latest-article .featured-image img{width:100%}}@media screen and (min-width:900px) and (max-width:1024px){.module-latest-article .row{min-height:346px}.module-latest-article .featured-image{height:100%;min-height:346px}.module-latest-article .video{min-height:346px}.module-latest-article .post .post-meta{padding:41px 16px 13px}}@media screen and (min-width:1025px){.module-latest-article{height:544px;min-height:544px}.module-latest-article .featured-image,.module-latest-article .video,.module-latest-article>.container{height:100%}}@media screen and (max-width:899px){.module-latest-article .post-meta{padding-top:38px}.module-latest-article h3 br{display:none}.module-latest-article h3{padding-bottom:9px}.module-latest-article .post-excerpt{display:-webkit-box;overflow:hidden;max-width:85%;height:40px;-webkit-box-orient:vertical;font-size:1rem;letter-spacing:.05px;-webkit-line-clamp:2;line-height:1.35rem}.module-latest-article .post-title{margin-bottom:20px}.module-latest-article .post-information{margin-left:-5px}.module-latest-article .post--standard{border-bottom:none}.module-latest-article .featured-image{height:100%;padding-left:16px;margin-top:-1px}.module-latest-article .featured-image .video{height:100%}.module-latest-article .featured-image .video .play-button{width:62px;height:57px;margin-top:1px;margin-left:0;background-size:cover}}.module-map-box-list{padding:60px 0}@media (min-width:768px){.module-map-box-list .inner-container{position:relative;display:block;width:100%;max-width:1280px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 16px;margin:0 auto}}@media (min-width:900px){.module-map-box-list .inner-container{max-width:870px;padding-right:unset;padding-left:unset}}@media (min-width:1025px){.module-map-box-list .inner-container{max-width:960px}}@media (min-width:1320px){.module-map-box-list .inner-container{max-width:1204px}}@media (min-width:1440px){.module-map-box-list .inner-container{max-width:1336px}}.module-map-box-list h3.title{padding-left:16px;margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;font-size:15px;line-height:25px;text-transform:uppercase}@media (min-width:768px){.module-map-box-list h3.title{padding-left:0}}.module-map-box-list .map-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (min-width:768px){.module-map-box-list .map-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.module-map-box-list .map-container ul{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:scroll;height:110px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff}@media (min-width:768px){.module-map-box-list .map-container ul{height:306px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:1025px){.module-map-box-list .map-container ul{height:480px}}.module-map-box-list .map-container ul li{display:-webkit-box;display:-ms-flexbox;display:flex;width:280px;height:110px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;border:1px solid transparent;border-right-color:#b1b1b1;background-color:#fff;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease}@media (min-width:768px){.module-map-box-list .map-container ul li{width:100%;border-right-color:transparent;border-bottom-color:#b1b1b1}}@media (min-width:1025px){.module-map-box-list .map-container ul li{width:440px;height:120px;padding:16px 30px}}.module-map-box-list .map-container ul li:hover{background-color:#fafafa}.module-map-box-list .map-container ul li p{font-family:Overpass Mono,monospace;font-size:10px;line-height:13px;text-transform:uppercase}.module-map-box-list .map-container ul li p:first-of-type{font-family:Calibre,sans-serif;font-size:16px;font-weight:700;line-height:18px;text-transform:none}@media (min-width:1025px){.module-map-box-list .map-container ul li p:first-of-type{font-size:22px;line-height:25px}}@media (min-width:1025px){.module-map-box-list .map-container ul li p{font-size:13px;line-height:15px}}.module-map-box-list .mapboxgl-canvas{width:100%!important}.module-map-box-list .marker{width:29px;height:38px;background-image:url(../src/images/icons/pin.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.module-map-box-list #map{width:100%;height:205px}@media (min-width:768px){.module-map-box-list #map{width:560px;height:306px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}@media (min-width:1025px){.module-map-box-list #map{width:880px;height:480px}}.module-prepare{padding:27px 0 156px}.module-prepare .tag-content{padding-bottom:115px;padding-left:203px}.module-prepare .tag-content .text-cta,.module-prepare .tag-content .title{font-weight:500}.module-prepare .tag-content .title{line-height:2.6875rem}.module-prepare .tag-content a.text-cta{padding-top:21px}.module-prepare .tags-box{position:relative;top:-25px;width:70%;min-height:250px;margin-bottom:20px;margin-left:220px;background-image:url(../src/images/prepare-circle.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.module-prepare .tags-box .tag-holder{position:absolute;display:inline-block;height:35px;text-align:center}.module-prepare .tags-box .tag-holder .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:4px 10px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);font-size:20px}.module-prepare .tags-box .tag-holder .tag img{margin-right:4px}.module-prepare .tags-box .tag-holder:first-child{top:7px;right:0;left:-54px;margin-top:5px;margin-right:auto;margin-left:auto}.module-prepare .tags-box .tag-holder:nth-child(2){top:-40px;right:0;bottom:0;margin-top:auto;margin-right:-38px;margin-bottom:auto}.module-prepare .tags-box .tag-holder:nth-child(3){right:0;bottom:0;left:0;margin-right:auto;margin-bottom:10px;margin-left:auto}.module-prepare .tags-box .tag-holder:last-child{top:0;bottom:-19px;left:0;margin-top:auto;margin-bottom:auto;margin-left:-41px}@media screen and (min-width:1025px) and (max-width:1439px){.module-prepare .tags-box{width:77%;min-height:227px;margin-bottom:7px;margin-left:93px}.module-prepare .tag-content{padding-bottom:68px;padding-left:162px}}@media screen and (min-width:900px) and (max-width:1024px){.module-prepare{padding:14px 0 57px}.module-prepare .tags-box{width:100%;min-height:284px;margin-bottom:0;margin-left:72px;background-image:url(../src/images/prepare-circle-tablet.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.module-prepare .tags-box .tag-holder .tag{padding:1px 3px;letter-spacing:-.08rem}.module-prepare .tags-box .tag-holder .tag span{padding-top:2px;padding-right:6px;padding-left:1px}.module-prepare .tags-box .tag-holder .tag img{width:30px;height:30px;padding-top:0;padding-left:0;margin-right:0}.module-prepare .tags-box .tag-holder:first-child{top:7px;right:0;left:-46px;margin-top:4px;margin-right:auto;margin-left:auto}.module-prepare .tags-box .tag-holder:nth-child(2){top:-42px;right:0;bottom:0;margin-top:auto;margin-right:-37px;margin-bottom:auto}.module-prepare .tags-box .tag-holder:nth-child(2) .tag span{padding-right:10px}.module-prepare .tags-box .tag-holder:nth-child(3){right:35px;bottom:0;left:0;margin-right:auto;margin-bottom:19px;margin-left:auto}.module-prepare .tags-box .tag-holder:last-child{top:0;bottom:-25px;left:0;margin-top:auto;margin-bottom:auto;margin-left:-28px}.module-prepare .tag-content{padding-bottom:112px;padding-left:194px}.module-prepare .tag-content .text-cta{font-size:1rem}.module-prepare .tag-content .title{line-height:1.625rem}}@media screen and (max-width:899px){.module-prepare{padding:20px 0 0}.module-prepare .container,.module-prepare .row .col{padding-right:unset;padding-left:unset}.module-prepare .col--half:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.module-prepare .col--half:nth-child(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.module-prepare .tag-content{padding-bottom:unset;padding-left:32px}.module-prepare .tag-content .text-cta{padding-top:18px;font-size:1rem}.module-prepare .tag-content .module-title{margin-top:4px;line-height:26px}.module-prepare .tags-box{width:100%;min-height:34vh;margin-top:76px;margin-left:unset;background-image:url(../src/images/prepare-circle-mobile.svg);background-position:50% 0;background-repeat:no-repeat;background-size:85%}.module-prepare .tags-box .tag-holder .tag{font-size:1.125rem}.module-prepare .tags-box .tag-holder:first-child{top:0;right:70px;left:0;margin-top:-10px;margin-right:auto;margin-left:auto}.module-prepare .tags-box .tag-holder:nth-child(2){top:0;right:0;bottom:0;margin-top:48px;margin-right:38px;margin-bottom:auto}.module-prepare .tags-box .tag-holder:nth-child(3){right:0;bottom:0;left:44px;margin-right:auto;margin-bottom:90px;margin-left:auto}.module-prepare .tags-box .tag-holder:last-child{top:0;bottom:0;left:0;margin-top:auto;margin-bottom:158px;margin-left:35px}}.module-advertisement{padding:90px 0;-webkit-transition:all .1s ease;transition:all .1s ease}.module-advertisement--pre-content{overflow:hidden;max-height:500px;padding:20px 0}.module-advertisement--pre-content>.container{position:relative}.module-advertisement--hidden{max-height:0;padding:0}.module-advertisement img{max-width:100%;max-height:250px}.module-advertisement #closePreAdvert{position:absolute;right:0;text-decoration:underline}@media screen and (min-width:900px){.module-advertisement img,.module-advertisement picture{max-height:90px}}@media screen and (min-width:1025px){.module-advertisement img,.module-advertisement picture{max-height:250px}.module-advertisement #closePreAdvert{right:-50px}}@media screen and (max-width:899px){.module-advertisement:not(.module-advertisement--pre-content){padding-top:54px;padding-bottom:33px}}.module-small-advertisement{padding-bottom:135px;padding-left:41px}.module-read-everything{padding:27px 0 55px}.module-read-everything .read-everything-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.module-read-everything .read-everything-col span{padding-right:15px;color:#fff;font-size:1.375rem;line-height:1.87rem}.module-read-everything .tag{padding-right:15px;padding-left:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);font-size:1.375rem}@media screen and (max-width:1024px){.module-read-everything{padding:0 0 48px}.module-read-everything .read-everything-col span{padding-right:21px;font-size:1rem}.module-read-everything .read-everything-col .tag{padding-top:2px;padding-right:10px;padding-left:0;font-size:1.125rem}.module-read-everything .read-everything-col .tag img{width:30px;height:30px}}@media screen and (max-width:899px){.module-read-everything{min-height:65px;padding-top:15px;padding-bottom:20px}.module-read-everything .read-everything-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.module-read-everything .read-everything-col span{padding-right:unset}.module-read-everything .read-everything-col .tag{margin-top:3px}.module-read-everything .read-everything-col .tag img{width:24px;height:24px}}.module-primary-cta{padding:50px 0}.module-page-title{height:315px;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;-webkit-box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5);box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5)}.module-page-title .container{height:100%}.module-page-title h1{font-size:3.75rem;letter-spacing:-1px;line-height:3.4rem}.module-page-title .page-title__title-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:40px}.module-page-title .page-title__logo-col{padding-top:20px}@media (min-width:768px){.module-page-title .page-title__logo-col img{max-width:200px}}@media (min-width:1440px){.module-page-title .page-title__logo-col img{max-width:230px}}@media screen and (max-width:899px){.module-page-title .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.module-page-title .page-title__logo-col img{position:absolute;top:66px;right:16px;max-width:139px}.module-page-title .page-title__title-col h1{padding-right:16px;padding-left:16px}}@media screen and (min-width:900px){.module-page-title{height:322px}.module-page-title .page-title__title-col{padding-bottom:60px}.module-page-title .page-title__logo-col{padding-top:40px}}@media screen and (min-width:1025px){.module-page-title{height:480px}.module-page-title .page-title__title-col{padding-bottom:70px}.module-page-title h1{font-size:7.5rem;line-height:7.18rem}}.course-search-module{padding-right:16px;padding-left:16px}.course-search-module .ais-MenuSelect-option,.course-search-module .ais-RefinementList-checkbox,.course-search-module .ais-RefinementList-labelText,.course-search-module .ais-SearchBox-input{padding:10px 0;font-size:22px}.course-search-module .ais-InfiniteHits-item,.course-search-module .ais-Pagination-list,.course-search-module .ais-RefinementList-label{color:#fff}.course-search-module .ais-MenuSelect-select,.course-search-module .ais-SearchBox-input{padding-top:10px;padding-bottom:10px;border-color:#00d3dd;margin-top:10px;margin-bottom:10px;background-color:#2b3fa0;border-radius:0;color:#fff}.course-search-module .ais-MenuSelect-option{background-color:#2b3fa0}.course-search-module .ais-MenuSelect-option:focus{padding-top:10px;padding-bottom:10px;background-color:#00d3dd;color:#000}.course-search-module .course-search .ais-SearchBox-input{width:100%;padding-left:35px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/wp-content/themes/ul-theme/src/images/icons/search.svg);background-position:0;background-position-x:10px;background-repeat:no-repeat}.course-search-module .course-search .ais-SearchBox-submitIcon{visibility:hidden}.course-search-module #country-list .ais-MenuSelect-select{width:100%;padding-left:35px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/wp-content/themes/ul-theme/src/images/icons/world.svg),url(/wp-content/themes/ul-theme/src/images/icons/down-arrow.svg);background-position:0,100%;background-position-x:10px,95%;background-repeat:no-repeat,no-repeat}.course-search-module #uni-list select{width:100%;padding-left:35px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/wp-content/themes/ul-theme/src/images/icons/uni.svg),url(/wp-content/themes/ul-theme/src/images/icons/down-arrow.svg);background-position:0,100%;background-position-x:10px,95%;background-repeat:no-repeat,no-repeat}@media screen and (max-width:899px){.course-search-module #uni-list select{width:95%}}.course-search-module #country-list,.course-search-module #course-level-list,.course-search-module #uni-list,.course-search-module .ais-RefinementList-item{display:inline-block}.course-search-module .ais-RefinementList-list{padding-left:0}@media screen and (min-width:1320px){.course-search-module .ais-RefinementList-list{padding-left:50px}}.course-search-module input[type=checkbox]{position:relative;cursor:pointer}.course-search-module input[type=checkbox]:before{position:absolute;top:0;left:0;display:block;width:16px;height:16px;border:1px solid #00d3dd;background-color:#2b3fa0;content:""}.course-search-module input[type=checkbox]:checked:after{position:absolute;top:1px;left:6px;display:block;width:5px;height:10px;border:solid #00d3dd;border-width:0 2px 2px 0;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}.course-search-module .ais-RefinementList-labelText{padding:0 10px}.course-search-module .ais-RefinementList-count{display:none}.course-search-module .ais-Stats{padding:10px 0}.course-search-module .ais-Stats-text{color:#fff;font-family:Overpass Mono,monospace;font-size:15px;font-weight:400}@media screen and (max-width:414px){.course-search-module .ais-Stats-text{font-size:13px}}.course-search-module .filter-by{padding-top:20px}.course-search-module .ais-InfiniteHits-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 20px}@media screen and (max-width:899px){.course-search-module .ais-InfiniteHits-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.course-search-module .ais-InfiniteHits-item{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:322px;flex-basis:322px;border-color:#2b3fa0;margin-top:0;margin-left:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#000}.course-search-module .ais-InfiniteHits-item article h1{color:#000}.course-search-module .course-hit-heading{display:inline-block;width:80%;height:100px}.course-search-module .course-hit-country{display:inline-block;width:100%;height:80px;-webkit-text-orientation:mixed;text-orientation:mixed;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.course-search-module .course-hit-body{height:100px}.course-search-module .course-hit-body-university{font-size:18px;font-weight:700}.course-search-module .course-hits-more-info{font-size:22px}.course-search-module .course-hits-more-info__label{width:97%;height:30px;padding-top:5px;padding-left:7px;background:url(/wp-content/themes/ul-theme/src/images/icons/right-arrow.svg);background-color:#00d3dd;background-position-x:95%;background-position-y:50%;background-repeat:no-repeat}.course-search-module .course-hits-more-info__label:hover{opacity:.5;-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out}.course-search-module .course-hits-load-more-button{position:relative;display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 48px;border:1px solid #fff;background:transparent;color:#fff;text-align:center;-webkit-transition:all .1s ease;transition:all .1s ease}.course-search-module .course-hits-load-more-button:after,.course-search-module .course-hits-load-more-button:before{position:absolute;display:block;border:1px solid #fff;background:transparent;content:"";-webkit-transition:all .1s ease;transition:all .1s ease}.course-search-module .course-hits-load-more-button:before{bottom:-12px;left:5px;width:100%;height:10px;border-right:none;background:repeating-linear-gradient(90deg,#fff,#fff 2px,transparent 0,transparent 5px);-webkit-transform:skew(45deg);transform:skew(45deg)}.course-search-module .course-hits-load-more-button:after{right:-12px;bottom:-7px;width:10px;height:100%;border-bottom:none;background:repeating-linear-gradient(0deg,#fff,#fff 2px,transparent 0,transparent 5px);-webkit-transform:skewY(45deg);transform:skewY(45deg)}.course-search-module .course-hits-load-more-button:hover:after,.course-search-module .course-hits-load-more-button:hover:before{background:#fff}@media screen and (min-width:1025px){.course-search-module .course-hits-load-more-button{padding:20px 70px;font-size:1.375rem}}.course-search-module #pagination a,.course-search-module #pagination a:link,.course-search-module #pagination a:visited{left:40%;color:#fff}.course-search-module #pagination{height:100px}.course-search-module .ais-InfiniteHits-loadMore{display:none}.university-search-module h1{color:#fff;font-size:120px;line-height:1}@media screen and (max-width:899px){.university-search-module h1{font-size:55px}}.university-search-module h6{padding-top:15px;padding-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;font-weight:400;text-transform:uppercase}@media (min-width:1440px){.university-search-module .popular-searches{padding-left:8px}}.university-search-module .popular-searches li{display:inline-block;border-bottom:1px solid #00d3dd;margin-right:35px;margin-bottom:20px;color:#00d3dd;font-size:1rem;font-weight:500}@media (min-width:1440px){.university-search-module .popular-searches li{margin-right:25px;font-size:1.375rem}}.university-search-module .selectize-input.full{display:none;visibility:hidden}.university-search-module .selectize-control.single .selectize-input{cursor:pointer}.university-search-module .selectize-input{overflow:hidden;border-color:#00d3dd;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/wp-content/themes/ul-theme/src/images/icons/search.svg);background-position:0,100%;background-position-x:10px,95%;background-repeat:no-repeat,no-repeat}@media screen and (max-width:899px){.university-search-module .selectize-input{width:100%}}.university-search-module .selectize-dropdown{background-color:transparent}.university-search-module .selectize-dropdown-content{background-color:#2b3fa0;color:#fff;font-size:22px}.university-search-module .selectize-dropdown .active{padding-top:10px;padding-bottom:10px;background-color:#00d3dd;color:#000}.university-search-module .selectize-control.single .selectize-input.input-active,.university-search-module .selectize-input,.university-search-module .selectize-input input{background-color:#2b3fa0;color:#fff;font-size:22px}.university-search-module .selectize-control.single .selectize-input:after{border-style:none}.module-statistics{padding:20px 0 40px}.module-statistics.grey{background-color:#f5f5f5}.module-statistics.white{background-color:#fff}.module-statistics p{font-size:1.18rem;line-height:1.5rem}.module-statistics .col--two-third{padding-right:0;padding-left:0}.module-statistics .statistics-row{padding:30px 0}.module-statistics .statistic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:900px){.module-statistics .statistic{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:36px}}.module-statistics .statistic__figure{font-family:Calibre,sans-serif;font-size:3.75rem;font-weight:400}.module-statistics .statistic__title{max-width:51%;margin-left:10px;font-family:Overpass Mono,monospace;font-size:.81rem;line-height:1.2;text-transform:uppercase}@media (min-width:900px){.module-statistics .statistic__title{display:inline-block;max-width:90%;margin-left:0}}@media (min-width:1440px){.module-statistics .statistic__title{max-width:80%}}.module-statistics .statistics__image-col{text-align:center}.module-statistics .statistics__image-col img{max-width:100%}@media (min-width:900px){.module-statistics{padding:30px 0}.module-statistics .statistics-row{display:-webkit-box;display:-ms-flexbox;display:flex;padding:57px 0}.module-statistics .statistic{display:block}.module-statistics .statistic__figure{font-size:5.625rem}.module-statistics .statistics__image-col{text-align:right}}@media (min-width:1025px){.module-statistics{padding:64px 0}.module-statistics p{font-size:1.875rem;line-height:2.125rem}.module-statistics .statistics-row{padding:50px 0}.module-statistics .grey .statistic__figure,.module-statistics .white .statistic__figure{font-size:7.5rem}.module-statistics .grey .statistic__title,.module-statistics .white .statistic__title{font-size:.93rem}.module-statistics .grey .statistic:first-child,.module-statistics .white .statistic:first-child{padding-right:58px}.module-statistics .grey .statistic:nth-child(2),.module-statistics .white .statistic:nth-child(2){padding-right:51px}}@media (min-width:1025px) and (min-width:1440px){.module-statistics .grey .statistic,.module-statistics .white .statistic{margin-right:0}}.module-statistics.blue{padding:20px 0;color:#fff}.module-statistics.blue .row{padding:0 15px 10px;background:#172670}@media (min-width:768px){.module-statistics.blue .row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px;padding-bottom:30px}}@media (min-width:1025px){.module-statistics.blue .row{padding-top:0}}.module-statistics.blue .row .number-column{padding-left:0}@media (min-width:768px){.module-statistics.blue .row .number-column{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}}@media (min-width:1025px){.module-statistics.blue .row .number-column{-webkit-box-flex:0;-ms-flex:0 0 47%;flex:0 0 47%}}@media (min-width:1440px){.module-statistics.blue .row .number-column{-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%}}@media (min-width:768px){.module-statistics.blue .row .number-column .statistics-row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:0}}@media (min-width:1320px){.module-statistics.blue .row .number-column .statistics-row{padding-top:52px}}.module-statistics.blue .row .number-column .statistics-row .statistic{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:15px}@media (min-width:768px){.module-statistics.blue .row .number-column .statistics-row .statistic{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:0}}.module-statistics.blue .row .number-column .statistics-row .statistic:last-child{margin-bottom:0}.module-statistics.blue .row .number-column .statistics-row .statistic h2{color:#fff;font-family:Calibre,sans-serif;font-weight:400;line-height:.98}@media (min-width:768px){.module-statistics.blue .row .number-column .statistics-row .statistic h2{font-size:5rem}}@media (min-width:900px){.module-statistics.blue .row .number-column .statistics-row .statistic h2{font-size:5.625rem}}@media (min-width:1440px){.module-statistics.blue .row .number-column .statistics-row .statistic h2{font-size:7.5rem}}.module-statistics.blue .row .number-column .statistics-row .statistic .statistic__title{max-width:none;font-size:.625rem}@media (min-width:1440px){.module-statistics.blue .row .number-column .statistics-row .statistic .statistic__title{font-size:.8125rem}}.module-statistics.blue .row .text-column{padding-left:0}@media (min-width:768px){.module-statistics.blue .row .text-column{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;-ms-flex-item-align:end;align-self:flex-end}}@media (min-width:900px){.module-statistics.blue .row .text-column{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}}@media (min-width:1440px){.module-statistics.blue .row .text-column{-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%}}.module-statistics.blue .row .text-column p{font-size:1rem;font-weight:500;line-height:1.2}@media (min-width:1440px){.module-statistics.blue .row .text-column p{margin-bottom:20px;font-size:1.375rem}}.module-statistics.blue .row .text-column h3{color:#fff;font-size:2.25rem;font-weight:500}@media (min-width:1440px){.module-statistics.blue .row .text-column h3{font-size:3.125rem}}@media (min-width:900px){.module-statistics.no-background{padding-bottom:0}}.module-statistics.no-background .number-column{padding-right:0;padding-left:0}@media (min-width:900px){.module-statistics.no-background .number-column{padding-left:16px}}@media (min-width:1440px){.module-statistics.no-background .number-column{padding-right:123px;padding-left:123px}}.module-statistics.no-background .number-column .statistics-row{padding-top:10px}@media (min-width:1440px){.module-statistics.no-background .number-column .statistics-row{max-width:81%;padding-top:20px}}.module-statistics.no-background .number-column .statistics-row .statistic{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3px}.module-statistics.no-background .number-column .statistics-row .statistic .statistic__figure{color:#fff;font-family:Calibre,sans-serif;font-size:3.75rem;font-weight:400;letter-spacing:-.01rem}@media (min-width:900px){.module-statistics.no-background .number-column .statistics-row .statistic .statistic__figure{font-size:5rem}}@media (min-width:1440px){.module-statistics.no-background .number-column .statistics-row .statistic .statistic__figure{font-size:7.625rem;line-height:95%}}.module-statistics.no-background .number-column .statistics-row .statistic .statistic__title{display:inline-block;width:50%;margin-top:10px;margin-left:5px;color:#fff;font-size:.8125rem}@media (min-width:900px){.module-statistics.no-background .number-column .statistics-row .statistic .statistic__title{width:100%}}@media (min-width:900px){.module-statistics.no-background .number-column .statistics-row .statistic:last-child .statistic__title{max-width:70%}}.module-prospectus{padding-top:33px;padding-bottom:30px;color:#fff}.module-prospectus .container{padding-right:0;padding-left:0}@media (min-width:1025px){.module-prospectus .container{padding-right:16px;padding-left:16px}}@media (min-width:1440px){.module-prospectus .container{padding-right:8px;padding-left:8px}}.module-prospectus h3{color:#fff}@media (min-width:1320px){.module-prospectus h3{font-size:3.125rem}}.module-prospectus .prospectus-inner{position:relative;padding:30px 16px;background:#2b3fa0}.module-prospectus p{margin-top:25px;font-size:1.18rem;line-height:1.5rem}@media (min-width:768px){.module-prospectus p{max-width:69%}}@media (min-width:1440px){.module-prospectus p{max-width:38%}}.module-prospectus .prospectus-image{position:absolute;right:45px;bottom:0;max-width:130px;max-height:132px}@media (min-width:900px){.module-prospectus .prospectus-image{max-width:210px;max-height:264px}}@media (min-width:1440px){.module-prospectus .prospectus-image{max-width:260px}}.module-prospectus .text-link{margin-top:120px}.module-prospectus .text-link img{cursor:pointer;-webkit-transition:margin-down .5s,margin-up .5s;transition:margin-down .5s,margin-up .5s}@media (min-width:768px){.module-prospectus .text-link{padding-top:45px;margin-top:0}}.module-prospectus .text-link:hover a{text-decoration:underline}.module-prospectus .text-link:hover img{margin-left:7px}@media (max-width:899px){.module-prospectus p br{display:none}}@media (min-width:900px){.module-prospectus .prospectus-inner{padding-top:44px;padding-bottom:50px}.module-prospectus p{margin-top:9px}.module-prospectus .text-link{margin-top:35px}}.module-large-text-with-link{padding:45px 0 70px}.module-large-text-with-link .title--large{line-height:4rem}.module-large-text-with-link .title a{position:relative;display:inline-block}.module-large-text-with-link .title a:after{position:absolute;right:0;bottom:-2px;left:0;display:block;width:100%;height:4px;margin-right:auto;margin-left:auto;background-color:currentColor;content:""}@media screen and (min-width:900px) and (max-width:1024px){.module-large-text-with-link{padding:15px 0}.module-large-text-with-link .title--large{font-size:5.5rem;font-weight:400;letter-spacing:.02rem;line-height:5.3rem}.module-large-text-with-link .title a:after{bottom:-12px}}@media screen and (max-width:899px){.module-large-text-with-link{padding-top:17px;padding-bottom:0}.module-large-text-with-link .title--large{font-size:3.55rem;font-weight:400;line-height:121%}}@media screen and (min-width:1025px){.module-large-text-with-link{padding:15px 0}.module-large-text-with-link .title--large{font-size:7.5rem;font-weight:400;line-height:7.8rem}}.module-text-and-headers .module-content{padding:20px 0 10px;color:#fff}@media (min-width:1025px){.module-text-and-headers .module-content{max-width:60%}}@media (min-width:1440px){.module-text-and-headers .module-content{max-width:48%;padding-top:66px;padding-left:110px}}.module-text-and-headers .module-content h3{margin-bottom:20px;color:#fff;font-family:Calibre,sans-serif;font-size:1.625rem;font-weight:600}.module-text-and-headers .module-content .text{margin-bottom:42px;font-family:FreightText-Book,serif;font-size:1.25rem;line-height:1.51em}@media (min-width:1320px){.module-text-and-headers .module-content .text{margin-bottom:54px}}.module-text-and-headers .module-content .text:last-child{margin-bottom:0}.module-team-grid{position:relative;padding:40px 0;color:#fff}@media (min-width:1440px){.module-team-grid{padding:90px 0 40px}}.module-team-grid h2{margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}@media (min-width:1440px){.module-team-grid h2{margin-bottom:20px;font-size:.9375rem}}@media (min-width:900px){.module-team-grid .team-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.module-team-grid .team-columns .team-column{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:110px;border-bottom:1px solid #2b3fa0;background:#172670}@media (min-width:900px){.module-team-grid .team-columns .team-column{width:28.21%;height:390px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 20px 15px;border-right:1px solid #2b3fa0;background:#172670}}@media (min-width:1025px){.module-team-grid .team-columns .team-column{width:28.9%}}@media (min-width:1440px){.module-team-grid .team-columns .team-column{width:21.8%;height:404px}}.module-team-grid .team-columns .team-column .team-member-img{min-width:106px;height:100%;background-position:top;background-size:cover}@media (min-width:900px){.module-team-grid .team-columns .team-column .team-member-img{height:291px;min-height:291px}}.module-team-grid .team-columns .team-column .team-member-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;background-repeat:no-repeat}@media (min-width:900px){.module-team-grid .team-columns .team-column .team-member-content{padding:10px 0 0}}.module-team-grid .team-columns .team-column .team-member-content h3,.module-team-grid .team-columns .team-column .team-member-content p{color:#fff;font-family:Calibre,sans-serif;font-size:1rem;font-weight:500}@media (min-width:1440px){.module-team-grid .team-columns .team-column .team-member-content h3,.module-team-grid .team-columns .team-column .team-member-content p{font-size:1.375rem}}.module-team-grid .team-columns .team-column .team-member-content .social-media-icons a{vertical-align:baseline}.module-team-grid .team-columns .team-column .team-member-content .social-media-icons a:first-child{margin-right:10px;vertical-align:middle}.module-team-grid .team-columns .team-column .team-member-content .social-media-icons a:first-child img{vertical-align:text-top}@media (min-width:1440px){.module-team-grid .team-columns .team-column .team-member-content .social-media-icons{margin-top:10px}}.module-large-video{padding:50px 0}@media (max-width:414px){.module-large-video .container{padding-right:0;padding-left:0}}.module-large-video h2{padding:0 16px;margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.9375rem;text-transform:uppercase}@media (min-width:900px){.module-large-video h2{padding-left:0}}@media (min-width:1440px){.module-large-video h2{padding:0}}.module-large-video .video{position:relative}@media (min-width:1440px){.module-large-video .video{height:743px}}.module-large-video .video video{width:100%;height:100%;outline:0}.module-large-video .video .play-button{position:absolute;z-index:2;top:50%;left:50%;width:67px;height:67px;background-image:url(/wp-content/themes/ul-theme/src/images/icons/play-button.png);background-position:50%;background-repeat:no-repeat;background-size:67px;cursor:pointer;opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:900px){.module-large-video .video .play-button{background-size:100%}}.module-large-video .video .play-button.inactive{opacity:0;pointer-events:none}.module-large-video .video .poster-image{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50%;background-size:cover;opacity:1}.module-large-video .video .poster-image.inactive{opacity:0;pointer-events:none}.module-country-tiles{padding:15px 0}@media (min-width:1440px){.module-country-tiles{padding:20px 0}}.module-country-tiles h2{margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.9375rem;text-transform:uppercase}@media (min-width:900px){.module-country-tiles h2{padding-left:0}}@media (min-width:1440px){.module-country-tiles h2{padding:0}}.module-country-tiles .country-columns{padding:0 0 45px}@media screen and (min-width:900px){.module-country-tiles .country-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.module-country-tiles .country-columns .country-column{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:110px;border-right:1px solid #172670;border-bottom:1px solid #172670;border-left:1px solid #172670;background:#2b3fa0;cursor:pointer}.module-country-tiles .country-columns .country-column:first-child{border-top:1px solid #172670}.module-country-tiles .country-columns .country-column:hover{background:#1e1e53}@media (min-width:900px){.module-country-tiles .country-columns .country-column{width:28%;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 20px 30px}.module-country-tiles .country-columns .country-column:nth-child(2),.module-country-tiles .country-columns .country-column:nth-child(3){border-top:1px solid #172670}.module-country-tiles .country-columns .country-column:nth-child(3n+2){border-right:none;border-left:none}.module-country-tiles .country-columns .country-column:nth-child(3n+2):last-child{border-right:1px solid #172670}}@media (min-width:1440px){.module-country-tiles .country-columns .country-column{width:30.02%;padding-bottom:60px}}.module-country-tiles .country-columns .country-column a{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:900px){.module-country-tiles .country-columns .country-column a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.module-country-tiles .country-columns .country-column a .country-image{width:106px;height:100%;background-position:top;background-size:cover}@media (min-width:900px){.module-country-tiles .country-columns .country-column a .country-image{width:100%;height:291px;min-height:291px}}@media (min-width:1440px){.module-country-tiles .country-columns .country-column a .country-image{height:415px}}.module-country-tiles .country-columns .country-column a h3{margin-right:10px;color:#00d3dd;font-family:Calibre,sans-serif;font-size:1.5rem;font-weight:500}@media (min-width:1440px){.module-country-tiles .country-columns .country-column a h3{font-size:2.5rem}}.module-country-tiles .country-columns .country-column a .country-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-item-align:end;align-self:flex-end;padding-bottom:15px;padding-left:20px}@media (min-width:900px){.module-country-tiles .country-columns .country-column a .country-details{-ms-flex-item-align:start;align-self:flex-start;padding:20px 0 0}}@media (min-width:1440px){.module-country-tiles .country-columns .country-column a .country-details{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.module-country-tiles .country-columns .country-column a .country-details img{width:20px}@media (min-width:1440px){.module-country-tiles .country-columns .country-column a .country-details img{width:33px;padding-top:5px}}.module-other-destinations{padding:15px 0}@media (min-width:1440px){.module-other-destinations{padding:20px 0}}.module-other-destinations h2{color:#fff;font-family:Calibre,sans-serif;font-size:1.5rem;font-weight:500}@media (min-width:1440px){.module-other-destinations h2{padding:0;margin-bottom:20px;font-size:2.25rem}}.module-other-destinations .country-links{padding:18px 0 35px;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}@media (min-width:900px){.module-other-destinations .country-links{-webkit-column-count:4;-moz-column-count:4;column-count:4}}@media (min-width:1440px){.module-other-destinations .country-links{padding-right:0;padding-left:0}}.module-other-destinations .country-links .country-link{margin-bottom:14px}.module-other-destinations .country-links .country-link p{display:inline;border-bottom:1px solid #00d3dd;color:#00d3dd;font-size:1rem;font-weight:500;letter-spacing:-.02rem}@media (min-width:1440px){.module-other-destinations .country-links .country-link p{font-size:1.375rem}}@media (min-width:1320px){.module-anchor-topics{padding-top:40px}}.module-anchor-topics h2{margin-top:20px;margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}@media (min-width:900px){.module-anchor-topics h2{padding-left:0}}@media (min-width:1440px){.module-anchor-topics h2{padding:0}}.module-anchor-topics .anchors{padding-bottom:15px}@media (min-width:768px){.module-anchor-topics .anchors{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0}}@media (min-width:768px){.module-anchor-topics .anchors a{margin-right:44px}.module-anchor-topics .anchors a:nth-child(5){padding-left:40px}}@media (min-width:1025px){.module-anchor-topics .anchors a{margin-right:75px}}@media (min-width:1320px){.module-anchor-topics .anchors a{margin-right:100px}}@media (min-width:1320px){.module-anchor-topics .anchors a:nth-child(5){padding-left:121px}}.module-anchor-topics .anchors .anchor{position:relative;margin-bottom:19px}.module-anchor-topics .anchors .anchor span{color:#00d3dd;font-size:1.5625rem;font-weight:500}@media (min-width:1440px){.module-anchor-topics .anchors .anchor span{font-size:2.25rem}}.module-anchor-topics .anchors .anchor img{position:absolute;width:19px;margin-top:4px;margin-left:7px;-webkit-transition:margin-down .5s,margin-up .5s;transition:margin-down .5s,margin-up .5s;vertical-align:middle}@media (min-width:900px){.module-anchor-topics .anchors .anchor img{width:20px}}@media (min-width:1025px){.module-anchor-topics .anchors .anchor img{margin-top:7px}}.module-anchor-topics .anchors .anchor:hover img{z-index:2;padding-top:5px}.module-wrapping-text-and-image{padding:15px 0}.module-wrapping-text-and-image .content{color:#fff;font-family:FreightText-Book,serif;font-size:1.25rem;line-height:1.55}@media (min-width:900px){.module-wrapping-text-and-image .content{width:60%}}@media (min-width:1440px){.module-wrapping-text-and-image .content{width:49%;padding-top:10px;padding-right:90px}}.module-wrapping-text-and-image .content p{margin-bottom:15px}.module-wrapping-text-and-image img{width:100%;height:auto;padding-top:10px}@media (min-width:900px){.module-wrapping-text-and-image img{margin-right:-60%;margin-left:5%;float:right}}@media (min-width:1440px){.module-wrapping-text-and-image img{width:626px;padding-bottom:20px;margin-top:-10px;margin-right:-67%;margin-left:30px}}.module-contact-form-and-profiles{padding:63px 0 45px;background:#172670}@media (min-width:1025px){.module-contact-form-and-profiles{padding-bottom:140px}}.module-contact-form-and-profiles h2{margin-bottom:40px;color:#fff;font-family:Calibre,sans-serif;font-size:1.5rem;font-weight:500}@media (min-width:1440px){.module-contact-form-and-profiles h2{margin-bottom:25px;font-size:2.25rem}}@media (min-width:900px){.module-contact-form-and-profiles .content-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:900px){.module-contact-form-and-profiles .content-row .contact-form{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .contact-form{-webkit-box-flex:0;-ms-flex:0 0 726px;flex:0 0 726px}}.module-contact-form-and-profiles .content-row .contact-form .form-content{border:1px solid #00d3dd}.module-contact-form-and-profiles .content-row .contact-form .form-content label{padding-left:14px;color:#fff;font-family:Calibre,sans-serif;font-size:1rem}@media (min-width:900px){.module-contact-form-and-profiles .content-row .contact-form .form-content label{display:-webkit-box;display:-ms-flexbox;display:flex}.module-contact-form-and-profiles .content-row .contact-form .form-content label .label-text{display:inline-block;width:120px}}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .contact-form .form-content label{font-size:1.375rem}.module-contact-form-and-profiles .content-row .contact-form .form-content label .label-text{width:180px}}.module-contact-form-and-profiles .content-row .contact-form .form-content p{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #00d3dd}@media (min-width:900px){.module-contact-form-and-profiles .content-row .contact-form .form-content p{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .contact-form .form-content p{min-height:58px}}.module-contact-form-and-profiles .content-row .contact-form .form-content p:last-child{border-bottom:none}.module-contact-form-and-profiles .content-row .contact-form .form-content input,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea{width:100%;border:none;margin-top:15px;background:transparent;color:#fff;outline:none}@media (min-width:900px){.module-contact-form-and-profiles .content-row .contact-form .form-content input,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea{margin-top:0;margin-left:20px}}.module-contact-form-and-profiles .content-row .contact-form .form-content input::-webkit-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-webkit-input-placeholder{color:#00d3dd;font-size:1rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input::-moz-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-moz-placeholder{color:#00d3dd;font-size:1rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input:-ms-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea:-ms-input-placeholder{color:#00d3dd;font-size:1rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input::-ms-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-ms-input-placeholder{color:#00d3dd;font-size:1rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input::placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::placeholder{color:#00d3dd;font-size:1rem}@media (min-width:900px){.module-contact-form-and-profiles .content-row .contact-form .form-content input::-webkit-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-webkit-input-placeholder{padding-left:20px}.module-contact-form-and-profiles .content-row .contact-form .form-content input::-moz-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-moz-placeholder{padding-left:20px}.module-contact-form-and-profiles .content-row .contact-form .form-content input:-ms-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea:-ms-input-placeholder{padding-left:20px}.module-contact-form-and-profiles .content-row .contact-form .form-content input::-ms-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-ms-input-placeholder{padding-left:20px}.module-contact-form-and-profiles .content-row .contact-form .form-content input::placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::placeholder{padding-left:20px}}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .contact-form .form-content input::-webkit-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-webkit-input-placeholder{font-size:1.375rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input::-moz-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-moz-placeholder{font-size:1.375rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input:-ms-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea:-ms-input-placeholder{font-size:1.375rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input::-ms-input-placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::-ms-input-placeholder{font-size:1.375rem}.module-contact-form-and-profiles .content-row .contact-form .form-content input::placeholder,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea::placeholder{font-size:1.375rem}}.module-contact-form-and-profiles .content-row .contact-form .form-content input:-webkit-autofill,.module-contact-form-and-profiles .content-row .contact-form .form-content input:-webkit-autofill:active,.module-contact-form-and-profiles .content-row .contact-form .form-content input:-webkit-autofill:focus,.module-contact-form-and-profiles .content-row .contact-form .form-content input:-webkit-autofill:hover,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea:-webkit-autofill,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea:-webkit-autofill:active,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea:-webkit-autofill:focus,.module-contact-form-and-profiles .content-row .contact-form .form-content textarea:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #172670 inset!important;outline:none!important;-webkit-text-fill-color:#fff!important}.module-contact-form-and-profiles .content-row .contact-form .form-content textarea{resize:none}.module-contact-form-and-profiles .content-row .contact-form .form-content .message-label{padding-top:15px}.module-contact-form-and-profiles .content-row .contact-form .button-cta{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:61%;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #fff;margin:20px auto;cursor:pointer}.module-contact-form-and-profiles .content-row .contact-form .button-cta:hover{background:#1e1e53;color:#fff}@media (min-width:900px){.module-contact-form-and-profiles .content-row .contact-form .button-cta{width:53%;margin:40px 11px 0 auto}}@media (min-width:1320px){.module-contact-form-and-profiles .content-row .contact-form .button-cta{width:276px}}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .contact-form .button-cta{height:58px;font-size:1.375rem}}.module-contact-form-and-profiles .content-row .contact-form .button-cta:before{position:absolute;bottom:-12px;left:5px;display:block;width:100%;height:10px;border:1px solid #fff;background:repeating-linear-gradient(90deg,#fff,#fff 2px,transparent 0,transparent 5px);content:"";-webkit-transform:skew(45deg);transform:skew(45deg)}.module-contact-form-and-profiles .content-row .contact-form .button-cta:after{position:absolute;right:-12px;bottom:-7px;display:block;width:10px;height:100%;border:1px solid #fff;background:repeating-linear-gradient(0deg,#fff,#fff 2px,transparent 0,transparent 5px);content:"";-webkit-transform:skewY(45deg);transform:skewY(45deg)}.module-contact-form-and-profiles .content-row .contact-form input[type=submit]{width:100%;height:100%;border:none;background:transparent;color:#fff;cursor:pointer}.module-contact-form-and-profiles .content-row .contact-form .wpcf7-response-output{padding-left:0;border-color:transparent;margin-left:0;color:#fff;font-size:1rem}.module-contact-form-and-profiles .content-row .contact-form .wpcf7-not-valid-tip{font-size:.8rem}.module-contact-form-and-profiles .content-row .team-profiles{padding-top:50px}@media (min-width:900px){.module-contact-form-and-profiles .content-row .team-profiles{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;padding-top:0}}.module-contact-form-and-profiles .content-row .team-profiles .team-profile{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:900px){.module-contact-form-and-profiles .content-row .team-profiles .team-profile{margin-bottom:25px}}.module-contact-form-and-profiles .content-row .team-profiles .team-profile:first-of-type{border-top:1px solid #2b3fa0}@media (min-width:900px){.module-contact-form-and-profiles .content-row .team-profiles .team-profile:first-of-type{border-top:none}}.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-img{width:110px;height:110px;background-position:top;background-size:cover}@media (min-width:1025px){.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-img{margin-right:20px}}.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;border-right:1px solid #2b3fa0;border-bottom:1px solid #2b3fa0;background-repeat:no-repeat;color:#fff}@media (min-width:900px){.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content{padding:5px 10px;border:none}}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content{padding:0}}.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content h3,.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content p{color:#fff;font-family:Calibre,sans-serif;font-size:1rem;font-weight:500}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content h3,.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content p{font-size:1.375rem}}.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content .social-media-icons a{vertical-align:baseline}.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content .social-media-icons a:first-child{margin-right:10px;vertical-align:middle}.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content .social-media-icons a:first-child img{vertical-align:text-top}@media (min-width:1440px){.module-contact-form-and-profiles .content-row .team-profiles .team-profile .team-member-content .social-media-icons{margin-top:10px}}.module-featured-uni-carousel{padding:25px 0 25px 16px}@media (min-width:900px){.module-featured-uni-carousel{padding-right:0;padding-left:0}}@media (min-width:1440px){.module-featured-uni-carousel{padding-top:45px;padding-bottom:40px}}.module-featured-uni-carousel .container{padding-right:0;padding-left:0}@media (min-width:1025px){.module-featured-uni-carousel .container{padding-right:16px;padding-left:16px}}.module-featured-uni-carousel h2{margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}@media (min-width:900px){.module-featured-uni-carousel h2{padding-left:0}}@media (min-width:1440px){.module-featured-uni-carousel h2{padding:0;font-size:.9375rem}}.module-featured-uni-carousel .university-tiles .slick-arrow{height:100%;background:#00d3dd;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.module-featured-uni-carousel .university-tiles .slick-arrow:hover{background:#00bbc4}.module-featured-uni-carousel .university-tiles .slick-arrow.slick-disabled{opacity:0}.module-featured-uni-carousel .university-tiles .slick-arrow.slick-next{right:0}.module-featured-uni-carousel .university-tiles .slick-arrow.slick-next:before{color:#2b3fa0;content:"►"}.module-featured-uni-carousel .university-tiles .slick-arrow.slick-prev{z-index:1;left:0}.module-featured-uni-carousel .university-tiles .slick-arrow.slick-prev:before{color:#2b3fa0;content:"◄"}@media (max-width:414px){.module-featured-uni-carousel .university-tiles .slick-arrow.slick-next{right:-16px;width:16px}.module-featured-uni-carousel .university-tiles .slick-arrow.slick-prev{left:-16px;width:16px}}.module-featured-uni-carousel .university-tiles .university-tile{border-right:1px solid #2b3fa0;color:#fff;cursor:pointer}.module-featured-uni-carousel .university-tiles .university-tile .blue-block{height:100px;padding:20px 15px 0 20px;background:#172670}.module-featured-uni-carousel .university-tiles .university-tile .blue-block:hover{background:#1e1e53}@media (min-width:768px){.module-featured-uni-carousel .university-tiles .university-tile .blue-block{padding-left:28px}}@media (min-width:900px){.module-featured-uni-carousel .university-tiles .university-tile .blue-block{height:140px}}@media (min-width:1440px){.module-featured-uni-carousel .university-tiles .university-tile .blue-block{height:170px}}.module-featured-uni-carousel .university-tiles .university-tile .blue-block h4{padding-bottom:15px;font-family:Overpass Mono,monospace;font-size:.625rem;text-transform:uppercase}@media (min-width:900px){.module-featured-uni-carousel .university-tiles .university-tile .blue-block h4{padding-bottom:0}}@media (min-width:1440px){.module-featured-uni-carousel .university-tiles .university-tile .blue-block h4{font-size:.8125rem}}.module-featured-uni-carousel .university-tiles .university-tile .blue-block h3{font-family:Calibre,sans-serif;font-size:1rem;font-weight:500}@media (min-width:900px){.module-featured-uni-carousel .university-tiles .university-tile .blue-block h3{font-size:1.5rem}}@media (min-width:1440px){.module-featured-uni-carousel .university-tiles .university-tile .blue-block h3{font-size:2.25rem}}.module-featured-uni-carousel .university-tiles .university-tile .img-block{position:relative;height:122px;background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-box-shadow:inset 0 0 0 2000px rgba(23,38,112,.63);box-shadow:inset 0 0 0 2000px rgba(23,38,112,.63)}@media (min-width:900px){.module-featured-uni-carousel .university-tiles .university-tile .img-block{height:150px}}@media (min-width:1440px){.module-featured-uni-carousel .university-tiles .university-tile .img-block{height:230px}}.module-featured-uni-carousel .university-tiles .university-tile .img-block img{position:absolute;bottom:0;left:15px;display:block;width:auto;height:40px}@media (min-width:900px){.module-featured-uni-carousel .university-tiles .university-tile .img-block img{height:61px;padding-left:15px}}@media (min-width:1440px){.module-featured-uni-carousel .university-tiles .university-tile .img-block img{height:93px}}.module-most-popular{padding:30px 0}.module-most-popular .mono-title{margin-bottom:18px}.module-most-popular .list-item{padding-bottom:15px;color:#fff;font-size:2.25rem;font-weight:500;line-height:2.5rem}@media screen and (min-width:900px){.module-most-popular{padding:40px 0}}@media screen and (min-width:1025px){.module-most-popular{padding:55px 0}.module-most-popular .list-item{font-size:3.125rem;line-height:3.125rem}}.module-instagram{padding:15px 0}.module-instagram .instagram-row{margin-top:15px;margin-bottom:15px}.module-instagram .instagram-row .col{height:173px}@media (min-width:768px){.module-instagram .instagram-row .col{height:250px}}@media (min-width:900px){.module-instagram .instagram-row .col{height:333px}}.module-instagram .instagram-row img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.module-instagram .text-link{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:899px){.module-instagram .col{height:172px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.module-instagram img{height:100%}}.module-latest-news .post-meta{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:899px){.module-latest-news .post-image{height:210px;margin-top:-4px}.module-latest-news .category-tag{margin-top:10px}.module-latest-news .post-meta{padding:34px 15px 10px}.module-latest-news .post--large h3{margin-bottom:11px}.module-latest-news .post-excerpt{display:-webkit-box;overflow:hidden;max-width:85%;height:40px;-webkit-box-orient:vertical;font-size:1rem;letter-spacing:.05px;-webkit-line-clamp:2;line-height:1.4rem}.module-latest-news .post-information{margin-top:30px}}@media screen and (min-width:1440px){.module-latest-news{padding-top:5px}.module-latest-news .post-meta{padding:67px 30px 20px}.module-latest-news .post-image{height:440px}.module-latest-news .category-tag{padding:4px 6px 0}.module-latest-news .category-tag span{padding-left:0}.module-latest-news h3{margin-bottom:16px}.module-latest-news p.post-excerpt{max-width:85%;letter-spacing:.05px}.module-latest-news .tag{font-size:.7rem}.module-latest-news .tag img{width:22px;height:22px}.module-latest-news .tag span{letter-spacing:1px}.module-latest-news .post-information .tag span{padding-left:4px}}.module-text-title-two-images{padding:40px 0 60px;color:#fff}.module-text-title-two-images h2{margin-bottom:18px;font-size:3.4375rem;line-height:3.125rem}@media screen and (min-width:1025px){.module-text-title-two-images h2{margin-bottom:40px}}.module-text-title-two-images .subtitle{font-size:1.18rem;line-height:1.5rem}.module-text-title-two-images .bg-col{background-position:25% bottom;background-repeat:no-repeat;background-size:200px}.module-text-title-two-images .text-content{font-family:FreightText-Book,serif;font-size:1.25rem;line-height:1.875rem}.module-text-title-two-images .text-content p{margin-bottom:30px}@media (max-width:899px){.module-text-title-two-images h2{text-align:left}.module-text-title-two-images img{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px 16px}.module-text-title-two-images .title-col .module__cta,.module-text-title-two-images .title-col .module__subtitle{display:none}.module-text-title-two-images .mobile-col{text-align:center}.module-text-title-two-images .mobile-col .module__subtitle{max-width:50%;margin:0 auto 25px}}@media (min-width:900px){.module-text-title-two-images{padding:38px 0 70px}.module-text-title-two-images .mobile-col{display:none}.module-text-title-two-images h2{font-size:5.625rem;line-height:5rem}.module-text-title-two-images img{max-height:468px}.module-text-title-two-images .bg-col{text-align:right}.module-text-title-two-images .row--reversed .bg-col{text-align:left}.module-text-title-two-images .row--reversed .subtitle{float:right}.module-text-title-two-images .row--reversed .title-col{text-align:right}}@media (min-width:1025px){.module-text-title-two-images{padding:92px 0 130px}.module-text-title-two-images h2{font-size:7.5rem;line-height:7.18rem}.module-text-title-two-images .module__subtitle{max-width:65%;padding:20px 0 90px;font-size:1.875rem;line-height:2.125rem}}.module-text-title-two-images.small-title{padding:70px 16px 0;background:#2b3fa0;color:#fff}@media (min-width:1025px){.module-text-title-two-images.small-title{padding:56px 16px}}@media (min-width:1320px){.module-text-title-two-images.small-title{padding:95px 16px}}.module-text-title-two-images.small-title .row h2{font-family:Overpass Mono,monospace;font-size:.8125rem;line-height:1;text-align:left;text-transform:uppercase}@media (min-width:1320px){.module-text-title-two-images.small-title .row h2{font-size:.9375rem}}.module-text-title-two-images.small-title .row p{width:100%;max-width:100%!important;font-family:FreightText-Book,serif;font-size:1.5rem;font-weight:500;text-align:left}@media (min-width:1025px){.module-text-title-two-images.small-title .row p{padding-bottom:20px}}@media (min-width:1320px){.module-text-title-two-images.small-title .row p{padding-top:10px;padding-bottom:58px;font-size:2.25rem}}.module-text-title-two-images.small-title .row .text-content{padding-right:15px}.module-text-title-two-images.small-title .row .text-content p{margin-bottom:20px;font-family:FreightText-Book,serif;font-size:1.25rem}@media (min-width:1320px){.module-text-title-two-images.small-title .row .text-content p{padding-bottom:0;font-size:1.375rem}}.module-text-title-two-images.small-title .row .text-content ul{padding-left:30px;margin-bottom:30px}.module-text-title-two-images.small-title .row .text-content ul li{padding-left:8px;margin-bottom:1rem;font-size:1.1875rem;list-style-type:disc;text-align:left}.module-text-title-two-images.small-title .row .text-content.not-visible{display:none}@media (min-width:1025px){.module-text-title-two-images.small-title .row .text-content.not-visible{display:block}}.module-text-title-two-images.small-title .row .map-container{width:100%;max-width:776px}.module-text-title-two-images.small-title .row .map-container #map-field{height:235px}@media (min-width:1025px){.module-text-title-two-images.small-title .row .map-container #map-field{height:485px}}.module-text-title-two-images.small-title .row.button{padding-bottom:95px}.module-text-title-two-images.small-title .row.button .title-col{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width:1320px){.module-text-title-two-images.small-title .row.button p{padding-bottom:10px}}@media (min-width:1025px){.module-text-title-two-images.small-title .row.button .group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:1025px){.module-text-title-two-images.small-title .row.button .text-content{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}}@media (min-width:1320px){.module-text-title-two-images.small-title .row.button .text-content{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;padding-left:110px}}.module-text-title-two-images.small-title .row.button .text-content p{font-family:FreightText-Book,serif;font-size:1.25rem;line-height:1.5}.module-text-title-two-images.small-title .row.button .button-cta{border:1px solid #fff;margin-top:20px}@media (min-width:1320px){.module-text-title-two-images.small-title .row.button .button-cta{margin-right:10px}}.module-text-title-two-images.small-title .row.button .button-cta:before{border:1px solid #fff;background:repeating-linear-gradient(90deg,#fff,#fff 2px,transparent 0,transparent 5px)}.module-text-title-two-images.small-title .row.button .button-cta:after{border:1px solid #fff;background:repeating-linear-gradient(0deg,#fff,#fff 2px,transparent 0,transparent 5px)}.module-events{color:#fff}.module-events .row{-ms-flex-wrap:wrap;flex-wrap:wrap}.module-events h6.module-subtitle{padding-top:40px}.module-events p.module-subtitle,.module-events span.module-subtitle{padding-top:20px}.module-events .box{z-index:1;padding-bottom:20px;border-right:1px solid #172670;background-color:#ff0;color:#000}@media screen and (max-width:899px){.module-events .box{border-right-style:none;border-bottom:1px solid #172670}}.module-events .box .module-subtitle{color:#000;font-size:.73rem}.module-events .box .event-date{padding-top:15px;padding-bottom:40px;font-size:1.5rem;font-weight:700}.module-events .box .event-footer .event-col{display:inline-block;width:49%;background-color:#ff0;color:#000}.module-events .box .event-footer .event-col-book{font-weight:700;text-align:right;text-decoration:underline}.module-events .box .event-footer .event-col-book:hover{opacity:.5}.module-events .row.events-row{padding-top:10px;padding-bottom:10px;margin-right:0;margin-left:0;color:#000}.module-events .events-scribble-image{position:absolute;z-index:0;top:-55px;width:903px;height:383px;background-image:url(../src/images/events-scribble.svg);background-repeat:no-repeat;background-size:100%}@media screen and (min-width:900px) and (max-width:1024px){.module-events .events-scribble-image{top:-40px;left:0;background-size:80%}}@media (min-width:1025px){.module-events .events-scribble-image{left:50px}}@media (min-width:1320px){.module-events .events-scribble-image{left:270px}}.module-subheader{padding-top:20px;padding-bottom:20px;font-size:1.18rem}@media screen and (min-width:1025px){.module-subheader{font-size:1.875rem}}.module-posts-grid{padding:30px 0 62px}.module-posts-grid .grid-title h3{margin-bottom:15px;color:#fff;font-size:1.18rem}.module-posts-grid .row.no-gutters{display:grid}@media (min-width:768px){.module-posts-grid .row.no-gutters{grid-template-columns:repeat(3,1fr)}}.module-posts-grid .grid-posts{display:grid;grid-auto-rows:1fr}.module-posts-grid .posts-grid-col{margin-bottom:50px}.module-posts-grid .posts-grid-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:18px 16px;border:1px solid #172670}.module-posts-grid .posts-grid-post:not(:last-child){border-bottom:0}.module-posts-grid .posts-grid-post__title h3{color:#fff;font-size:1rem;font-weight:500}.module-posts-grid .posts-grid-post__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px;color:#fff;font-family:Overpass Mono,monospace;font-size:.625rem;text-transform:uppercase}@media (min-width:900px){.module-posts-grid{padding:50px 0}.module-posts-grid .posts-grid-col:not(:last-child) .posts-grid-post{border-right:0}}@media (min-width:1025px){.module-posts-grid{padding:80px 0}.module-posts-grid .grid-title h3{font-size:1.875rem}.module-posts-grid .posts-grid-post{padding:35px 30px}.module-posts-grid .posts-grid-post__title h3{font-size:1.375rem;line-height:1.5rem}.module-posts-grid .posts-grid-post__meta{color:#fff;font-family:Overpass Mono,monospace;font-size:.81rem;text-transform:uppercase}}.module-news-carousel .slick-arrow,.module-posts-carousel .slick-arrow{height:100%;background:#00d3dd;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.module-news-carousel .slick-arrow:hover,.module-posts-carousel .slick-arrow:hover{background:#00bbc4}.module-news-carousel .slick-arrow.slick-disabled,.module-posts-carousel .slick-arrow.slick-disabled{opacity:0}.module-news-carousel .slick-arrow.slick-next,.module-posts-carousel .slick-arrow.slick-next{right:0}.module-news-carousel .slick-arrow.slick-next:before,.module-posts-carousel .slick-arrow.slick-next:before{color:#2b3fa0;content:"►"}.module-news-carousel .slick-arrow.slick-prev,.module-posts-carousel .slick-arrow.slick-prev{z-index:500;left:0}.module-news-carousel .slick-arrow.slick-prev:before,.module-posts-carousel .slick-arrow.slick-prev:before{color:#2b3fa0;content:"◄"}@media (max-width:899px){.module-news-carousel .slick-arrow.slick-next,.module-posts-carousel .slick-arrow.slick-next{right:-16px;width:16px}.module-news-carousel .slick-arrow.slick-prev,.module-posts-carousel .slick-arrow.slick-prev{left:-16px;width:16px}}@media (max-width:899px){.module-news-carousel .post-image,.module-posts-carousel .post-image{height:280px}.module-news-carousel .post-meta,.module-posts-carousel .post-meta{padding-top:0}}@media (min-width:900px){.module-news-carousel .slick-current .category-tag,.module-posts-carousel .slick-current .category-tag{padding-left:25px}}.module-news-carousel{padding-bottom:50px}.module-news-carousel .news-title{margin-top:25px;margin-bottom:5px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}.module-news-carousel .post-meta{min-height:100px;padding:0 15px 10px;border-right:1px solid #b1b1b1}.module-news-carousel .post-meta h3{font-size:1rem;line-height:112%}@media (min-width:1025px){.module-news-carousel .post-meta h3{font-size:1.375rem}}@media (min-width:900px){.module-news-carousel .post-meta{min-height:123px;padding-top:10px}}@media (min-width:1320px){.module-news-carousel .post-meta{min-height:200px;padding:30px}}.module-news-carousel .post-image{height:160px;border-right:1px solid #b1b1b1}@media (min-width:1320px){.module-news-carousel .post-image{height:250px}}.module-posts-carousel{padding:0 0 50px}.module-posts-carousel h2{margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}@media (min-width:1440px){.module-posts-carousel h2{margin-bottom:20px;font-size:.9375rem}}.module-posts-carousel .slick-slide{min-height:280px;margin-right:1px}@media (min-width:1025px){.module-posts-carousel .slick-slide{min-height:450px}}.posts-carousel-post{position:relative}.posts-carousel-post__inner{padding:15px}.posts-carousel-post__title{margin-bottom:13px;font-size:1.5rem;font-weight:500}.posts-carousel-post__excerpt{padding-right:10px}.posts-carousel-post .university-name{margin-bottom:25px}.posts-carousel-post .read-more{position:absolute;right:15px;bottom:15px;color:#00d3dd;font-weight:500;text-decoration:underline}@media (min-width:1025px){.posts-carousel-post__inner{padding:30px}.posts-carousel-post__title{margin-bottom:23px;font-size:2.25rem}.posts-carousel-post__excerpt{font-size:1.18rem}.posts-carousel-post .university-name{margin-bottom:20px}.posts-carousel-post .read-more{padding-right:15px;font-size:1.375rem}}.module-linked-carousel h4{padding-bottom:15px}.module-linked-carousel h4.title{font-size:1.5rem;font-weight:medium;line-height:2.125rem}.module-linked-carousel h4 a{padding-right:5px;padding-left:5px;cursor:pointer}.module-linked-carousel h4 a.active{border:1px solid #00d3dd;color:#00d3dd}.module-linked-carousel h4 a.active:hover{color:#000}@media (max-width:1024px){.module-linked-carousel h4{padding-top:60px;padding-bottom:20px}}@media (min-width:1025px){.module-linked-carousel h4{padding-top:80px;padding-bottom:40px}.module-linked-carousel h4.title{font-size:2.25rem;line-height:3.4rem}}.module-linked-carousel .slick-arrow{height:100%;background:#00d3dd;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.module-linked-carousel .slick-arrow:hover{background:#00bbc4}.module-linked-carousel .slick-arrow.slick-disabled{opacity:0}.module-linked-carousel .slick-arrow.slick-next{right:0}.module-linked-carousel .slick-arrow.slick-next:before{color:#2b3fa0;content:"►"}.module-linked-carousel .slick-arrow.slick-prev{z-index:500;left:0}.module-linked-carousel .slick-arrow.slick-prev:before{color:#2b3fa0;content:"◄"}@media (max-width:899px){.module-linked-carousel .slick-arrow.slick-next{right:-16px;width:16px}.module-linked-carousel .slick-arrow.slick-prev{left:-16px;width:16px}}.module-linked-carousel .news-title{margin-top:25px;margin-bottom:5px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}.module-linked-carousel .post-meta{min-height:100px;border-right:1px solid #b1b1b1}.module-linked-carousel .post-meta h3{font-size:1.325rem;line-height:112%}.module-linked-carousel .post-image{height:160px;border-right:1px solid #b1b1b1}.module-linked-carousel .post-information .tag{font-size:.81rem}@media (max-width:899px){.module-linked-carousel .post-meta{min-height:110px;padding-top:0}}@media (min-width:1025px){.module-linked-carousel .post-image{height:245px}.module-linked-carousel .post-meta{min-height:175px}.module-linked-carousel .slick-current .category-tag{padding-left:25px}}.module-subjects{position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px 0;background-color:#2b3fa0}.module-subjects .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:0;margin-left:0}@media (max-width:899px){.module-subjects .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.module-subjects .row .col{padding-right:0;padding-left:0}.module-subjects .row .col.col--quarter{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}@media (max-width:899px){.module-subjects .row .col.col--quarter{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.module-subjects .box{display:-webkit-box;display:-ms-flexbox;display:flex;height:170px;padding-bottom:20px;padding-left:20px;background-color:#000}@media (min-width:768px){.module-subjects .box{height:235px}}@media (min-width:900px){.module-subjects .box{height:170px}}@media (min-width:1320px){.module-subjects .box{height:330px}}.module-subjects .box .text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.module-subjects .box .text-wrapper h2.title{color:#fff;font-size:30px}.module-subjects .box .text-wrapper h3.title{max-width:90%}@media (min-width:1320px){.module-subjects .box .text-wrapper h3.title{max-width:100%}}.module-subjects .box:hover{opacity:.5}.course-landing-search-module h1{margin-bottom:30px;color:#fff;font-size:120px;line-height:1}@media screen and (max-width:899px){.course-landing-search-module h1{font-size:55px}}.course-landing-search-module h6{padding-top:10px;padding-bottom:10px;color:#fff}.course-landing-search-module #university-search-module-top-searches td{padding-right:30px;padding-bottom:10px;color:#fff}.course-landing-search-module .selectize-control.single .selectize-input{cursor:pointer}.course-landing-search-module .selectize-input{overflow:hidden;border-color:#00d3dd;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/wp-content/themes/ul-theme/src/images/icons/search.svg);background-position:0,100%;background-position-x:10px,95%;background-repeat:no-repeat,no-repeat}@media screen and (max-width:899px){.course-landing-search-module .selectize-input{width:100%}}.course-landing-search-module .selectize-dropdown{background-color:transparent}.course-landing-search-module .selectize-dropdown-content{background-color:#2b3fa0;color:#fff;font-size:22px}.course-landing-search-module .selectize-dropdown .active{padding-top:10px;padding-bottom:10px;background-color:#00d3dd;color:#000}.course-landing-search-module .selectize-control.single .selectize-input.input-active,.course-landing-search-module .selectize-input,.course-landing-search-module .selectize-input input{background-color:#2b3fa0;color:#fff;font-size:22px}.course-landing-search-module .selectize-control.single .selectize-input:after{border-style:none}.module-topics{height:100%;padding:20px 0}.module-topics h6{padding-bottom:20px}.module-topics .box{display:inline-block}.module-topics .box.white{background-color:#fff}.module-topics .box.teal{background-color:#00d3dd}.module-topics .box.green{background-color:#00f293}.module-topics .box.dark-green{background-color:#00918e}.module-topics .box.yellow{background-color:#fff800}.module-topics .box.orange{background-color:#ff704a}.module-topics .box.purple{background-color:#c309ff}.module-topics .box.red{background-color:#ff511d}.module-topics .box.tranparent{background-color:transparent}.module-topics .box .topic-name{color:#000;vertical-align:bottom}.module-topics .box .topic-emoji{vertical-align:middle}.module-topics .topics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.module-topics .topics-container .topic-tag{position:unset;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:4px 10px;margin-top:20px;margin-right:20px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);font-size:20px}.module-topics .topics-container .topic-tag img{margin-right:4px}@media (min-width:900px){.module-topics .plus-minus{display:none}}@media (max-width:899px){.module-topics .topics-header{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 17px;background:#00d3dd;color:#000;font-family:Calibre,sans-serif;font-size:1rem;font-weight:400;text-transform:none;-webkit-transition:all .12s ease-in-out;transition:all .12s ease-in-out}.module-topics .topics-header:hover{background:#02bfc9}.module-topics .plus-minus{font-size:1.3rem}.module-topics .topics-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:21px 16px;border:1px solid #00d3dd;border-top:none;-webkit-transform:scaleY(1);transform:scaleY(1)}.module-topics .topics-container--hidden{overflow:hidden;height:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.module-topics .topics-container .topic-holder{margin-bottom:20px}.module-topics .topics-container .topic-holder:last-child{margin-bottom:0}}.module-text-links{padding-bottom:15px}.module-text-links h4{font-size:1.5rem;font-weight:medium;line-height:2.125rem}.module-text-links a{padding-right:5px;padding-left:5px}@media screen and (min-width:1025px){.module-text-links{padding-top:80px;padding-bottom:40px}.module-text-links h4{font-size:2.25rem;line-height:3.4rem}}.module-header-sub-image>.container{position:relative;padding-top:30px}.module-header-sub-image h2{display:-webkit-box;display:-ms-flexbox;display:flex}.module-header-sub-image h2 img{margin-top:-15px;margin-left:10px}@media screen and (max-width:899px){.module-header-sub-image br{display:none}.module-header-sub-image h2{padding-bottom:20px}.module-header-sub-image .floating-image{max-width:50%;margin-top:15px;margin-bottom:-5px}}@media screen and (min-width:900px){.module-header-sub-image>.container{padding-top:40px}.module-header-sub-image .floating-image{margin-bottom:-10px}}.module-article-header{position:relative;padding-top:47px}.module-article-header .category-tag{margin-top:20px}.module-article-header .post-title{font-size:2.25rem;font-weight:500;line-height:2.5rem}.module-article-header .post-excerpt{padding-top:15px;line-height:1.25rem}@media screen and (min-width:900px){.module-article-header{padding-top:75px}.module-article-header .category-tag{margin-top:30px}.module-article-header .post-excerpt{padding-top:18px}}@media screen and (min-width:1025px){.module-article-header{padding-top:85px}.module-article-header .category-tag{margin-top:40px}.module-article-header .post-excerpt{padding-top:16px;font-size:1.18rem;line-height:1.5rem}.module-article-header .post-title{font-size:3.125rem;line-height:3.125rem}}.module-popular-stories{padding-bottom:289px;padding-left:78px}.module-popular-stories h3{padding-bottom:13px;font-size:36px;font-weight:500}.module-popular-stories .popular-story{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #b1b1b1;margin-right:9px;margin-bottom:14px}.module-popular-stories .popular-story h4{padding-right:5px;margin-top:14px;font-size:1.375rem;line-height:1.5625rem}.module-popular-stories .popular-story-image img{width:110px;height:110px;-o-object-fit:cover;object-fit:cover}.module-popular-stories .popular-story:hover h4{color:#767676}.module-more-about h3{font-family:Overpass Mono,monospace;font-size:.9375rem;text-transform:uppercase}.module-more-about .more-about-post{max-width:156px;padding-bottom:15px;border-bottom:1px solid;margin-top:15px}.module-more-about .more-about-post__image img{width:100%;height:156px;-o-object-fit:cover;object-fit:cover}.module-more-about .more-about-post h4{line-height:1.5rem}.module-more-about .more-about-post:hover h4{color:#767676}@media screen and (max-width:899px){.module-more-about{position:relative;padding-top:6px;border-top:1px solid;margin-top:-3px;margin-right:16px;margin-bottom:30px}.module-more-about .more-about-title{font-size:.8125rem}.module-more-about .more-about-post{max-width:unset}.module-more-about .more-about-post__image{position:absolute;top:0;right:0;width:109px;height:109px}.module-more-about .more-about-post__image img{height:100%}.module-more-about .more-about-post h4{width:60%;padding-bottom:40px;margin-top:-7px;line-height:1.25rem}}@media (min-width:900px) and (max-width:1024px){.module-more-about{padding-left:50px;margin-top:6px;margin-right:5px}.module-more-about h3{font-size:.8125rem}.module-more-about .more-about-post{max-width:141px;margin-top:10px}.module-more-about .more-about-post__image img{width:141px;height:141px}.module-more-about .more-about-post h4{margin-top:-2px;font-size:1rem;line-height:1.25rem}}@media screen and (min-width:1025px){.module-more-about{padding-left:79px}}.module-title-with-text-and-emoji-link .module-content{padding-top:30px;color:#fff}@media (min-width:1440px){.module-title-with-text-and-emoji-link .module-content{padding-top:56px;padding-left:110px}}.module-title-with-text-and-emoji-link .module-content h2{margin-bottom:26px;color:#fff;font-family:Calibre,sans-serif;font-size:2.25rem;letter-spacing:-.026rem;line-height:107%}@media (min-width:1440px){.module-title-with-text-and-emoji-link .module-content h2{max-width:52%;margin-bottom:45px;font-size:3.125rem}}.module-title-with-text-and-emoji-link .module-content .content{margin-bottom:35px}.module-title-with-text-and-emoji-link .module-content .content p{font-family:Calibre,sans-serif;font-size:1.1875rem;letter-spacing:-.006rem}@media (min-width:1440px){.module-title-with-text-and-emoji-link .module-content .content p{font-size:1.875rem;line-height:117%}}@media (min-width:1440px){.module-title-with-text-and-emoji-link .module-content .content{max-width:55%;margin-bottom:26px}}.module-title-with-text-and-emoji-link .module-content .emoji-link-container{position:relative;display:inline-block;padding-bottom:10px;margin-bottom:10px}.module-title-with-text-and-emoji-link .module-content .emoji-link-container p{display:inline-block;color:#00d3dd;font-size:1rem;font-weight:500;text-decoration:underline}@media (min-width:1440px){.module-title-with-text-and-emoji-link .module-content .emoji-link-container p{font-size:1.375rem}}.module-title-with-text-and-emoji-link .module-content .emoji-link-container img{position:absolute;margin-top:4px;margin-left:5px;-webkit-transition:margin-down .5s,margin-up .5s;transition:margin-down .5s,margin-up .5s;vertical-align:middle}@media (min-width:1440px){.module-title-with-text-and-emoji-link .module-content .emoji-link-container img{margin:7px 0 0 7px}}.module-title-with-text-and-emoji-link .module-content .emoji-link-container:hover img{z-index:2;padding-top:5px}.module-title-with-text-and-emoji-link .module-content.simple-emoji{padding-top:0;text-align:center}@media (min-width:1320px){.module-title-with-text-and-emoji-link .module-content.simple-emoji{padding-bottom:80px}}@media (min-width:1440px){.module-title-with-text-and-emoji-link .module-content.simple-emoji .content{max-width:none}}.module-title-with-text-and-emoji-link .module-content.simple-emoji .content p{margin-bottom:30px}@media (min-width:1320px){.module-title-with-text-and-emoji-link .module-content.simple-emoji .content p{font-size:1.875rem}}.module-title-with-text-and-emoji-link .module-content.simple-emoji .content p:last-child{margin-bottom:0}.module-title-with-text-and-emoji-link .module-content.simple-emoji .content p:last-child:after{margin-left:5px;content:url(/wp-content/themes/ul-theme/src/images/emojis/dynamite.svg)}.module-text-with-button{padding:40px 0 95px}.module-text-with-button h2{margin-bottom:25px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;font-weight:400;text-transform:uppercase}@media (min-width:1440px){.module-text-with-button h2{font-size:.9375rem}}@media (min-width:900px){.module-text-with-button .group-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.module-text-with-button .text-content{margin-bottom:38px;color:#fff;font-family:FreightText-Book,serif;font-size:1.25rem;line-height:150%}@media (min-width:900px){.module-text-with-button .text-content{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%}}@media (min-width:1320px){.module-text-with-button .text-content{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;padding-left:110px}}.module-text-with-button .cta-container{text-align:center}@media (min-width:1025px){.module-text-with-button .cta-container{padding-right:20px}}.module-text-with-button .cta-container .button-cta.white{padding:14px 51px;border:1px solid #fff;color:#fff}@media (min-width:1440px){.module-text-with-button .cta-container .button-cta.white{padding:20px 63px}}.module-text-with-button .cta-container .button-cta.white:before{border:1px solid #fff;background:repeating-linear-gradient(90deg,#fff,#fff 2px,transparent 0,transparent 5px)}.module-text-with-button .cta-container .button-cta.white:after{border:1px solid #fff;background:repeating-linear-gradient(0deg,#fff,#fff 2px,transparent 0,transparent 5px)}.all-universities{width:100%;padding:50px 0}.all-universities h3{margin-bottom:10px;color:#fff;font-family:Overpass Mono,monospace;font-size:15px;line-height:25px;text-transform:uppercase}.all-universities .list-of-universities{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}.all-universities .list-of-universities:before{width:0;padding-bottom:100%;content:"";grid-column:1/1;grid-row:1/1}.all-universities .list-of-universities>:first-child{grid-column:1/1;grid-row:1/1}.all-universities .uni-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 30px 0;border:1px solid #1e1e53;background-color:#fff;vertical-align:top}.all-universities .uni-item img{width:auto;height:90px;-ms-flex-item-align:start;align-self:flex-start}.all-universities .uni-item p:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-family:Overpass Mono,monospace;font-size:13px;line-height:19px;text-transform:uppercase}.all-universities .uni-item p:last-of-type{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:36px;line-height:40px}.module-wysiwyg{padding:40px 0;background-color:#f7f7f7}.module-wysiwyg .wysiwyg-title{margin-bottom:40px}.module-wysiwyg .wysiwyg-title h1{color:#000}@media screen and (max-width:899px){.module-wysiwyg .wysiwyg-title h1{width:90%;margin:0 auto;font-size:55px;line-height:50px;text-align:center}}.module-wysiwyg .wysiwyg-content{width:90%;max-width:600px;margin-left:220px}.module-wysiwyg .wysiwyg-content ul{padding-left:30px;margin-bottom:30px}.module-wysiwyg .wysiwyg-content ul li{padding-left:8px;margin-bottom:1rem;list-style-type:disc;text-align:left;font-family:Calibre,sans-serif;font-size:19px;font-weight:400;line-height:24px}@media screen and (max-width:414px){.module-wysiwyg .wysiwyg-content ul li{font-size:16px}}.module-wysiwyg .wysiwyg-content p{font-family:Calibre,sans-serif;font-size:19px;font-weight:400;line-height:24px;margin-bottom:20px}@media screen and (max-width:414px){.module-wysiwyg .wysiwyg-content p{font-size:16px}}.module-wysiwyg .wysiwyg-content p strong{font-weight:700}.module-wysiwyg .wysiwyg-content p em{font-style:italic}.module-wysiwyg .wysiwyg-content h6{margin-bottom:20px;font-size:16px;font-weight:400;line-height:21px}.module-wysiwyg .wysiwyg-content h6 strong{font-weight:700}.module-wysiwyg .wysiwyg-content h6 em{font-style:italic}@media screen and (max-width:1024px){.module-wysiwyg .wysiwyg-content{margin-left:140px}}@media screen and (max-width:899px){.module-wysiwyg .wysiwyg-content{margin:0 auto}}.home .module-text-and-image{overflow:unset}@media (max-width:899px){.home .module-text-and-image{padding-bottom:70px}}.home .module-text-and-image h2{position:relative;z-index:2}@media screen and (min-width:900px) and (max-width:1024px){.home .module-text-and-image{margin-top:22px}}@media screen and (max-width:899px){.home .module-text-and-image{margin-top:unset}.home .module-title-new{margin-top:-25px}}@media screen and (min-width:1025px){.home .module-text-and-image{margin-top:80px}.home .module-text-and-image .text-and-image__image{max-height:475px;margin-top:25px}}.home .module-profiles .profile .post-meta{z-index:2}.home .module-title-new .subtitle,.home .module-title .subtitle{margin-bottom:25px}@media screen and (min-width:900px) and (max-width:1024px){.home .module-title-new .subtitle,.home .module-title .subtitle{margin-bottom:unset}}.home #top-nav-scribble{display:block}@media screen and (min-width:900px) and (max-width:1024px){.home .module-advertisement:not(.module-advertisement--pre-content){padding:62px 0 88px}}@media screen and (min-width:1025px){.home .module-two-articles{padding-top:24px}}.page-template-template-prepare .module-latest-news:hover .post-meta{background:#007f7b}.page-template-template-prepare .module-latest-news .post-meta{background:#00918e;color:#fff}.page-template-template-prepare .module-latest-news .post-meta .post-excerpt,.page-template-template-prepare .module-latest-news .post-meta .post-information__tag,.page-template-template-prepare .module-latest-news .post-meta h3{color:#fff}.page-template-template-prepare .module-latest-news .post-image{background:#00918e}.page-template-template-prepare .module-latest-article:nth-child(2n):hover .post-meta{background:#eb6743}.page-template-template-prepare .module-latest-article:nth-child(2n) .post-meta{background:#ff704a;color:#000}.page-template-template-prepare .module-latest-article:nth-child(2n) .post-meta .post-excerpt,.page-template-template-prepare .module-latest-article:nth-child(2n) .post-meta h3{color:#000}.page-template-template-prepare .module-latest-article:nth-child(2n) .featured-image{background:#ff704a}.page-template-template-prepare .prepare-page-scribble{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.page-template-template-prepare .prepare-page-scribble-image{position:absolute;top:41px;right:24px;width:320px;height:143px;background:url(../src/images/prepare-header-circle.svg) no-repeat;background-size:100%}.page-template-template-prepare .prepare-page-scribble-text{position:absolute;top:66px;right:62px;font-size:1.1875rem}@media (min-width:900px) and (max-width:1024px){.page-template-template-prepare .prepare-page-scribble-text{top:51px;right:33px;font-size:1rem}.page-template-template-prepare .prepare-page-scribble-image{top:25px;right:7px;width:237px;height:95px;background:url(../src/images/prepare-nav-scribble-tab.svg) no-repeat;background-size:100%}}@media (max-width:899px){.page-template-template-prepare .prepare-page-scribble{display:none}}.page-template-template-prepare .arrow-down-scribble-image{display:none}@media (max-width:899px){.page-template-template-prepare .module-topics{margin-top:30px}}@media (min-width:900px) and (max-width:1024px){.page-template-template-prepare .module-topics{margin-top:27px}}@media (min-width:1025px){.page-template-template-prepare .module-topics{margin-top:68px}}.page-template-template-online .module-advertisement{overflow:hidden}.page-template-template-online #site-content .module{overflow:unset}.page-template-template-online #site-content .module-latest-article .featured-image{background:#ff704a}.page-template-template-online #site-content .module-latest-article .post .post-excerpt{padding-bottom:30px;color:#000!important}@media (min-width:900px){.page-template-template-online #site-content .module-latest-article .post .post-excerpt{margin-top:30px}}.page-template-template-online #site-content .module-latest-article .post .post-meta{background:#ff704a;color:#000}.page-template-template-online #site-content .module-latest-article .post .post-meta h3{color:#000}.page-template-template-online #site-content .module-latest-article .post:hover .post-meta{background:#eb6743}.page-template-template-online #site-content #module-12 .post-meta{background:#00918e}.page-template-template-online #site-content #module-12 .post-meta .post-date,.page-template-template-online #site-content #module-12 .post-meta .post-excerpt,.page-template-template-online #site-content #module-12 .post-meta .post-information__tag,.page-template-template-online #site-content #module-12 .post-meta h3{color:#fff!important}.page-template-template-online #site-content #module-12 .featured-image{background:#00918e}.page-template-template-online #site-content .module-title-new .subtitle-mobile{padding-bottom:20px;font-size:1rem}@media (min-width:900px){.page-template-template-online #site-content .module-title-new .subtitle-mobile{display:none}}.page-template-template-online #site-content .module-events .container{padding-right:0;padding-left:0}@media (max-width:899px){.page-template-template-online #site-content .module-events .scribble-container{display:none}}.page-template-template-online #site-content #module-5,.page-template-template-online #site-content #module-6,.page-template-template-online #site-content #module-7,.page-template-template-online #site-content #module-8,.page-template-template-online #site-content #module-9{background:#00918e}.page-template-template-online #site-content #module-16,.page-template-template-online #site-content #module-17,.page-template-template-online #site-content #module-18,.page-template-template-online #site-content #module-19{background:#652b58}.page-template-template-online #site-content .module-anchor-topics{padding-top:40px}@media (min-width:1320px){.page-template-template-online #site-content .module-anchor-topics{padding-top:80px}}.page-template-template-online #site-content .posts-carousel-post__inner h3,.page-template-template-online #site-content .posts-carousel-post__inner p{color:#fff}.page-template-template-online #site-content .posts-carousel-post__inner .university-name{font-family:Overpass Mono,monospace;font-size:.9375rem;text-transform:uppercase}@media (max-width:899px){.page-template-template-online #site-content .module-header-sub-image .col--two-third{padding-right:0;padding-left:0}}@media (min-width:900px){.page-template-template-online #site-content .module-header-sub-image .col--two-third{padding-right:0}}@media (min-width:1440px){.page-template-template-online #site-content .module-header-sub-image .col--two-third .subtitle{max-width:87%}}.page-template-template-online #site-content .module-header-sub-image .col--two-third .title--large{margin-bottom:10px;letter-spacing:-.1rem}@media (max-width:899px){.page-template-template-online #site-content .module-header-sub-image .col--one-third img{max-width:44%}}@media (min-width:768px){.page-template-template-online #site-content .module-header-sub-image .floating-image{margin-bottom:-35px}}@media (min-width:900px){.page-template-template-online #site-content .module-header-sub-image h1{font-size:4.6rem}}@media (min-width:1025px){.page-template-template-online #site-content .module-header-sub-image .floating-image{margin-left:-70px}}@media (min-width:1320px){.page-template-template-online #site-content .module-header-sub-image h1{font-size:7.5rem}}@media (min-width:1440px){.page-template-template-online #site-content .module-header-sub-image .floating-image{padding-right:40px}}.page-template-template-online #site-content #module-6{margin-top:-44px}.page-template-template-online #site-content .module-three-articles{padding-bottom:26px;margin-top:-26px}@media (min-width:768px){.page-template-template-online #site-content .module-three-articles{margin-top:0}}.page-template-template-online #site-content .module-three-articles .posts{height:420px}@media screen and (min-width:900px) and (max-width:1024px){.page-template-template-online #site-content .module-three-articles{padding-top:40px}.page-template-template-online #site-content .module-three-articles .module-subtitle{padding-top:18px}.page-template-template-online #site-content .module-three-articles .posts{height:279px}}@media (min-width:900px){.page-template-template-online #site-content .module-three-articles{padding-bottom:0}}.page-template-template-online #site-content .module-read-everything{padding-bottom:45px}@media screen and (min-width:900px) and (max-width:1024px){.page-template-template-online #site-content .module-read-everything{padding:15px 0 48px}}@media (min-width:1025px){.page-template-template-online #site-content .module-read-everything .module-read-everything .tag img{width:30px;height:24px;padding:0 6px 3px 3px}}@media screen and (min-width:900px) and (max-width:1024px){.page-template-template-online #site-content .module-header-sub-image h1{line-height:1}.page-template-template-online #site-content .module-header-sub-image .floating-image{margin-bottom:-90px}.page-template-template-online #site-content .module-header-sub-image .col--two-third{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.page-template-template-online #site-content .module-posts-carousel{padding-top:56px}}@media screen and (min-width:1025px){.page-template-template-online #site-content .module-header-sub-image .floating-image{margin-bottom:-63px}.page-template-template-online #site-content .module-posts-carousel{padding-top:60px}}.page-template-template-online #site-content .online-page-scribble{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.page-template-template-online #site-content .online-page-scribble-image{position:absolute;top:41px;right:24px;width:430px;height:86px;background:url(../src/images/online-header-circle.svg) no-repeat;background-size:100%}.page-template-template-online #site-content .online-page-scribble-text{position:absolute;top:57px;right:62px;font-size:1.1875rem}@media (min-width:900px) and (max-width:1024px){.page-template-template-online #site-content .online-page-scribble-text{font-size:1rem}}@media (max-width:899px){.page-template-template-online #site-content .online-page-scribble{display:none}}@media (max-width:899px){.page-template-template-online #site-content .online-page-mobile-text{display:block}}@media (min-width:900px){.page-template-template-online #site-content .online-page-mobile-text{display:none}}@media screen and (min-width:1440px){.page-template-template-advice .module-title:first-child,.page-template-template-news .module-title:first-child{margin-top:5px}.page-template-template-advice .module-latest-news,.page-template-template-news .module-latest-news{padding-top:10px}}.page-template-template-advice .module-latest-article:nth-child(2n+2):hover .post-meta,.page-template-template-news .module-latest-article:nth-child(2n+2):hover .post-meta{background:#eb6743}.page-template-template-advice .module-latest-article:nth-child(2n+2) .post-meta,.page-template-template-news .module-latest-article:nth-child(2n+2) .post-meta{background:#ff704a;color:#000}.page-template-template-advice .module-latest-article:nth-child(2n+2) .post-meta h3,.page-template-template-news .module-latest-article:nth-child(2n+2) .post-meta h3{color:#000}.page-template-template-advice .module-latest-article:nth-child(2n+2) .featured-image,.page-template-template-news .module-latest-article:nth-child(2n+2) .featured-image{background:#ff704a}.page-template-template-advice .top-section .module-latest-news .post--large .post-image,.page-template-template-news .top-section .module-latest-news .post--large .post-image{background:#652b58}.page-template-template-advice .top-section .module-latest-news .post--large .post-meta,.page-template-template-news .top-section .module-latest-news .post--large .post-meta{background:#652b58;color:#fff}.page-template-template-advice .top-section .module-latest-news .post--large .post-meta .post-information__tag,.page-template-template-advice .top-section .module-latest-news .post--large .post-meta h3,.page-template-template-news .top-section .module-latest-news .post--large .post-meta .post-information__tag,.page-template-template-news .top-section .module-latest-news .post--large .post-meta h3{color:#fff}.page-template-template-advice .top-section .module-latest-news:hover .post-meta,.page-template-template-news .top-section .module-latest-news:hover .post-meta{background:#522446}.page-template-template-advice .middle-section,.page-template-template-news .middle-section{background:#f5f5f5}.page-template-template-advice .middle-section .module-topics .topics-header,.page-template-template-news .middle-section .module-topics .topics-header{color:#000}.page-template-template-advice .middle-section .module:first-child,.page-template-template-news .middle-section .module:first-child{padding-top:60px}.page-template-template-advice .middle-section .module:last-child,.page-template-template-news .middle-section .module:last-child{padding-bottom:60px}.page-template-template-advice .middle-lower-section,.page-template-template-news .middle-lower-section{background:#fff}.page-template-template-advice .middle-lower-section .module-topics .topics-header,.page-template-template-news .middle-lower-section .module-topics .topics-header{color:#000}.page-template-template-advice .middle-lower-section .module:first-child,.page-template-template-news .middle-lower-section .module:first-child{padding-top:60px}.page-template-template-advice .middle-lower-section .module:last-child,.page-template-template-news .middle-lower-section .module:last-child{padding-bottom:60px}.page-template-template-advice .top-section,.page-template-template-news .top-section{padding-bottom:50px}.page-template-template-advice .bottom-section,.page-template-template-news .bottom-section{padding-top:50px}@media screen and (max-width:899px){.page-template-template-advice .module-profiles .post-image,.page-template-template-news .module-profiles .post-image{height:341px}}.page-template-template-advice .advice-page-scribble,.page-template-template-news .advice-page-scribble{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.page-template-template-advice .advice-page-scribble-image,.page-template-template-news .advice-page-scribble-image{position:absolute;z-index:1;top:62px;right:-30px;width:391px;height:91px;background:url(../src/images/advice-scribble.svg) no-repeat;background-size:100%}.page-template-template-advice .advice-page-scribble-text,.page-template-template-news .advice-page-scribble-text{position:absolute;top:77px;right:5px;font-size:1.1875rem}@media (min-width:900px) and (max-width:1024px){.page-template-template-advice .advice-page-scribble-text,.page-template-template-news .advice-page-scribble-text{top:43px;right:18px;font-size:.9rem}.page-template-template-advice .advice-page-scribble-image,.page-template-template-news .advice-page-scribble-image{top:15px;right:7px;width:265px;height:95px;background:url(../src/images/prepare-nav-scribble-tab.svg) no-repeat;background-size:100%}}@media (max-width:899px){.page-template-template-advice .advice-page-scribble,.page-template-template-news .advice-page-scribble{display:none}}.page-template-template-universities-php .university-search-module{padding-top:15px}@media (min-width:1440px){.page-template-template-universities-php .university-search-module .container{padding-right:0;padding-left:0}}.page-template-template-universities-php .university-search-module h1{padding-bottom:20px}@media (min-width:1440px){.page-template-template-universities-php .university-search-module #autocomplete{padding-right:8px;padding-left:8px}}@media (min-width:1440px){.page-template-template-universities-php .university-search-module .selectize-input{padding:15px 8px}}@media (min-width:1440px){.page-template-template-universities-php .university-search-module h6{padding-right:8px;padding-left:8px;font-size:.9375rem}}.page-template-template-universities-php .module-title-new{padding-bottom:30px}.page-template-template-universities-php .module-title-new h1{font-family:Calibre,sans-serif;font-size:3.75rem;letter-spacing:-.1rem;text-transform:none}@media (min-width:900px){.page-template-template-universities-php .module-title-new h1{font-size:5.625rem}}@media (min-width:1440px){.page-template-template-universities-php .module-title-new h1{padding-left:0;font-size:7.5rem}}.page-template-template-universities-php .module-featured-uni-carousel{padding-top:30px}@media (min-width:1440px){.page-template-template-universities-php .module-featured-uni-carousel{padding-top:60px;padding-bottom:30px}}@media (min-width:1440px){.page-template-template-universities-php .module-featured-uni-carousel .container{padding-right:8px;padding-left:8px}}.page-template-template-universities-php .module-two-articles{padding-top:50px}.page-template-template-universities-php .module-two-articles .title-scribble-image{display:none}.page-template-template-universities-php .module-two-articles h1{display:block;padding-left:16px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;letter-spacing:0!important;line-height:2.5;text-align:left;text-transform:uppercase}@media (min-width:900px){.page-template-template-universities-php .module-two-articles h1{padding-left:0;font-size:.8125rem!important;line-height:2.5!important}}@media (min-width:1440px){.page-template-template-universities-php .module-two-articles h1{margin-bottom:20px;font-size:.9375rem!important}}.page-template-template-universities-php .module-text-and-image .scribble-container{display:none}.page-template-template-universities-php .module-read-everything{overflow:unset;padding-bottom:80px}@media (min-width:900px){.page-template-template-universities-php .module-read-everything{padding-top:30px}}.page-template-template-universities-php .module-three-articles{overflow:unset;padding-top:10px}.page-template-template-universities-php .module-three-articles .module-subtitle{color:#fff}@media (min-width:900px){.page-template-template-universities-php .module-three-articles .module-subtitle{padding-top:0}}.page-template-template-countries-php .module-two-articles{padding-bottom:100px}.page-template-template-visas-php #site-content{background:#f5f5f5}.page-template-template-visas-php .module-title-new{padding-top:40px}.page-template-template-visas-php .module-title-new h1{display:inline;color:#000}.page-template-template-visas-php .module-title-new .emoji-icon{width:35px;margin-left:-10px;vertical-align:top}@media (min-width:1440px){.page-template-template-visas-php .module-title-new .emoji-icon{margin-top:20px;margin-left:-30px}}.page-template-template-visas-php .module-three-articles .module-subtitle{padding-top:40px;padding-bottom:0;color:#000}.page-template-template-visas-php #module-9{padding-bottom:100px}.page-template-template-visas-php .module:last-child{background:#fff}@media (min-width:1440px){.page-template-template-courses-php .module-profiles{padding-top:70px;padding-bottom:90px}}@media (min-width:1440px){.page-template-template-courses-php .module-subjects{padding-top:40px}}.page-template-template-courses-php .module-subjects .module-subtitle{padding-bottom:10px}.page-template-template-courses-php .module-text-and-image .scribble-container{display:none}@media (min-width:1440px){.page-template-template-courses-php .module-text-and-image .scribble-container{display:block}}@media (min-width:1440px){.page-template-template-courses-php .module-text-and-image{overflow:unset}}.single-university #site-content{background:#f5f5f5}.single-university .module-title-new{padding:40px 0 14px}.single-university .module-title-new h1.title--mono{color:#000}.single-university .module-statistics .statistics__image-col{display:none}@media (min-width:900px){.single-university .module-statistics .col--two-third{padding-left:16px}}.single-university .module-page-title .page-title__title-col{padding-left:0}@media (min-width:900px){.single-university .module-page-title .page-title__title-col{padding-left:16px}}.single-university .module-page-title h1{padding-right:0;padding-left:0}.single-university .module-instagram .text-link,.single-university .module-latest-article .text-link{position:relative;margin-right:16px;cursor:pointer;-webkit-transition:margin-down .5s,margin-up .5s;transition:margin-down .5s,margin-up .5s}.single-university .module-instagram .text-link a,.single-university .module-latest-article .text-link a{padding-right:7px}.single-university .module-instagram .text-link img,.single-university .module-latest-article .text-link img{position:absolute;top:2px;right:0;max-width:18px}@media (min-width:1320px){.single-university .module-instagram .text-link img,.single-university .module-latest-article .text-link img{top:auto}}.single-university .module-instagram .text-link:hover a,.single-university .module-latest-article .text-link:hover a{color:#767676;text-decoration:underline}.single-university .module-instagram .text-link:hover img,.single-university .module-latest-article .text-link:hover img{margin-right:-7px}.single-university .module-instagram{padding-top:50px;padding-bottom:60px}.single-university .module-instagram .text-link{padding-top:11px}.single-university .module-instagram .text-link a{padding-right:21px!important}@media (min-width:1320px){.single-university .module-instagram .text-link img{top:15px}}.single-university .module-latest-news{padding-top:0}.single-university .module-latest-news .module-title{margin-top:42px;margin-bottom:11px;color:#000;font-family:Overpass Mono,monospace;font-size:.9375rem;line-height:30px;text-transform:uppercase}.single-university .module-text-and-image.blue{padding-top:0;padding-bottom:0}@media (min-width:1320px){.single-university .module-text-and-image.blue{padding:40px 0 80px}}.single-university .module-text-and-image.blue .container{padding-right:0;padding-left:0}.single-university .module-text-and-image.blue .scribble-container{display:none}.single-university .module-text-and-image.blue h2.blue{color:#fff}.single-university .module-large-text-with-link{padding:50px 0}.single-university .module-large-video{background:#2b3fa0}@media screen and (min-width:1025px){.single-university .module-page-title{height:474px}.single-university .module-page-title .page-title__title-col{padding-bottom:75px}}.single-university--sponsored #site-content{background:#fff}.single-university--sponsored .module-prospectus{margin-top:-63px}.single-university--sponsored .module-latest-article{height:auto;min-height:unset}.single-university--sponsored .module:nth-child(2n).module-latest-article .post-information,.single-university--sponsored .module:nth-child(2n).module-latest-article .post-information__tag,.single-university--sponsored .module:nth-child(2n).module-latest-article h3,.single-university--sponsored .module:nth-child(2n).module-latest-article p{color:#000}.single-university--sponsored .module-text-link{padding:25px 0}.single-university--sponsored .module-text-link .container{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.single-university--sponsored .module-text-link a{color:#172670}.template-university__hero{height:500px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:899px){.template-university__hero{height:300px}}.template-university__hero .university__title-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:50px}.template-university__hero .university__title-col h1{padding-right:16px;padding-left:16px;font-size:7.5rem;line-height:7.18rem}@media screen and (max-width:899px){.template-university__hero .university__title-col h1{padding-top:125px;font-size:3.75rem;letter-spacing:-1px;line-height:3.4rem}}.template-university__hero .university__logo-col{padding-top:20px}@media screen and (max-width:899px){.template-university__hero .university__logo-col img{position:absolute;top:125px;right:16px}}.template-university__body{-webkit-box-sizing:border-box;box-sizing:border-box}.template-university__body .row{height:auto;padding-top:50px;padding-bottom:50px}.template-university__body .university__stats-description-col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:30px}.template-university__body .university__stats-description-col p{width:100%;padding-right:16px;padding-bottom:30px;padding-left:16px;font-size:22px}.template-university__body .university__stats-value-col{width:25%;padding:10px 16px;font-size:5rem;line-height:5rem}.template-university__body .university__stats-value-col:nth-child(3){text-align:center}.template-university__body .university__stats-value-col:nth-child(4){text-align:right}@media screen and (max-width:899px){.template-university__body .university__stats-value-col{width:100%}.template-university__body .university__stats-value-col:nth-child(3),.template-university__body .university__stats-value-col:nth-child(4){text-align:left}}.template-university__body .university__stats-label-col{font-size:18px;line-height:1}.template-university__body .university__stats-label-col:nth-child(3){text-align:center}.template-university__body .university__stats-label-col:nth-child(4){text-align:right}@media screen and (max-width:899px){.template-university__body .university__stats-label-col{display:inline-block;padding-left:10px}}@media screen and (max-width:414px){.template-university__body .university__stats-label-col{display:block;padding-left:0}}.template-university__body .university__stats-logo-col{padding-top:30px;text-align:right}@media screen and (max-width:899px){.template-university__body .university__stats-logo-col{display:none}}.template-university__body .university__stats-logo-col img{position:relative;width:200px;height:200px}.template-university__body .university__stats-logo-col-website{float:right;-webkit-text-orientation:mixed;text-orientation:mixed;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.template-university__body .university__stats-stories-link-col{width:100%;padding-left:10px}.template-university__body .university__stats-stories-link-col-link{padding:8px 34px 8px 8px;background:url(/wp-content/themes/ul-theme/src/images/emojis/hand-right.svg) no-repeat scroll;background-position:100%;background-size:30px;color:#333;color:#2b3fa0;float:left;font-size:22px;text-decoration:underline}.template-university__body .university__stats-stories-link-col-link:hover{opacity:.5;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.template-university__body .university__stats-advertisement{padding:30px 0}.template-university__body .university__stats-advertisement img{display:block;max-width:100%}.template-university__body .university__latest-stories{padding:30px 0}.template-university__country{display:-webkit-box;display:-ms-flexbox;display:flex;background:#ff704a;color:#172670}.template-university__country .container{height:100%}.template-university__country-text{font-size:20px}.template-university__country-link{padding:0 100px 0 0;background:url(/wp-content/themes/ul-theme/src/images/emojis/hand-right.svg) no-repeat scroll;background-position:100%;background-size:50px;float:left;font-size:7.5rem;line-height:7.18rem;text-decoration:underline}@media screen and (max-width:899px){.template-university__country-link{font-size:3rem;line-height:3rem}}.template-university__country-link:hover{opacity:.5;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.template-university-sponsored__undergrad-guide{padding-top:50px;padding-bottom:50px;background:#2b3fa0}.template-university-sponsored__undergrad-guide .row{height:auto}.template-university-sponsored__undergrad-guide .title{min-height:40px;padding:20px 16px;color:#fff;font-size:40px;font-weight:700;line-height:1}.template-university-sponsored__undergrad-guide .description{padding-right:16px;padding-left:16px;color:#fff;font-size:22px}.template-university-sponsored__undergrad-guide .download{min-height:50px;padding-top:35px;padding-right:16px;padding-left:16px;color:#00d3dd;font-size:22px}@media screen and (max-width:899px){.template-university-sponsored__undergrad-guide .download{position:absolute;padding-top:170px}}.template-university-sponsored__undergrad-guide .download .link{padding-right:30px;background:url(/wp-content/themes/ul-theme/src/images/emojis/hand-right.svg) no-repeat scroll;background-position:100%;background-size:25px;float:left;text-decoration:underline}.template-university-sponsored__undergrad-guide .download .link:hover{opacity:.5}.template-university-sponsored__undergrad-guide .image{width:200px;height:300px;float:right}@media screen and (max-width:899px){.template-university-sponsored__undergrad-guide .image{width:100px;height:200px;margin-right:20px}}.template-university-sponsored__latest-stories{position:relative;padding-top:50px;padding-bottom:50px;background:#fff}.template-university-sponsored__latest-stories h6{padding-right:16px;padding-left:16px}.template-university-sponsored__latest-stories .row{height:auto}.template-university-sponsored__latest-stories .row .col{padding-right:16px;padding-left:16px}.template-university-sponsored__latest-stories .row .col.story-image{padding-right:0;padding-left:0}.template-university-sponsored__latest-stories .row .col.story1{background-color:#ff704a}.template-university-sponsored__latest-stories .row .col.story2{background-color:#00918e}.template-university-sponsored__latest-stories .row .col .heading{padding-right:16px;padding-left:16px;font-size:30px}.template-university-sponsored__latest-stories .row .col h6,.template-university-sponsored__latest-stories .row .col p{padding-right:16px;padding-left:16px}.template-university-sponsored__latest-stories .text1{padding-top:20px;padding-bottom:20px;background-color:#ff704a;color:#000}.template-university-sponsored__latest-stories .text2{padding-top:20px;padding-bottom:20px;background-color:#00918e;color:#fff}.template-university-sponsored__latest-stories .image{width:100%;height:auto;text-align:right}@media screen and (max-width:899px){.template-university-sponsored__latest-stories .row-story2{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.template-university-sponsored__latest-stories .all-link{float:right}.template-university-sponsored__experience{position:relative;padding-top:50px;padding-bottom:50px;background:#2b3fa0;color:#fff}.template-university-sponsored__experience .row{height:auto}.template-university-sponsored__experience .row .col{padding-right:0;padding-left:0}@media screen and (max-width:899px){.template-university-sponsored__experience .row .col{padding-right:32px;padding-left:32px}}.template-university-sponsored__experience h6{padding-bottom:20px}.template-university-sponsored__experience .col.col--half{padding-top:30px}.template-university-sponsored__experience video{width:100%;height:100%}.template-university-sponsored__experience .video-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.template-university-sponsored__experience .video-wrapper .content{position:absolute;z-index:999;top:50%;left:50%;display:inline-block;width:100px;color:#00d3dd;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.template-university-sponsored__experience .video-wrapper .play{display:inline-block;cursor:pointer;font-size:80px;text-align:center}.template-university-sponsored__experience .video-wrapper .play:hover{color:#fff}.template-university-sponsored__experience p,.template-university-sponsored__experience ul{font-size:22px}.template-university-sponsored__experience ol,.template-university-sponsored__experience ul{list-style:unset}.template-university-sponsored__experience ul{padding-left:20px}.template-university-sponsored__country{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:50px;padding-bottom:50px;background:#ff704a;color:#172670}.template-university-sponsored__country .container{height:100%}.template-university-sponsored__country .text{padding-right:16px;padding-left:16px;font-size:20px}.template-university-sponsored__country .link{padding-right:16px;padding-left:16px;float:left;font-size:5.5rem;line-height:5.18rem}@media screen and (max-width:899px){.template-university-sponsored__country .link{font-size:3rem;line-height:3rem}}.single-subject .template-subject__hero{display:-webkit-box;display:-ms-flexbox;display:flex;height:314px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover}@media (min-width:1440px){.single-subject .template-subject__hero{height:500px}}.single-subject .template-subject__hero .subject__title-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:40px;padding-left:0}.single-subject .template-subject__hero .subject__title-col h1{padding-top:125px;color:#fff;font-size:3.75rem;letter-spacing:-1px}@media (min-width:900px){.single-subject .template-subject__hero .subject__title-col h1{padding-left:16px}}@media (min-width:1440px){.single-subject .template-subject__hero .subject__title-col h1{font-size:7.5rem}}@media (min-width:1440px){.single-subject .template-subject__body{padding-top:30px}}@media (min-width:900px){.single-subject .template-subject__body .container{padding-right:16px;padding-left:16px}}@media (min-width:900px){.single-subject .template-subject__body .row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:1320px){.single-subject .template-subject__body .row{margin-right:0;margin-left:0}}@media (min-width:900px){.single-subject .template-subject__body .row .col--half-bigger{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%}}@media (min-width:1440px){.single-subject .template-subject__body .row .col--half-bigger{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%}}@media (min-width:900px){.single-subject .template-subject__body .row .col--half-smaller{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}}@media (min-width:1440px){.single-subject .template-subject__body .row .col--half-smaller{-webkit-box-flex:0;-ms-flex:0 0 44%;flex:0 0 44%}}@media (min-width:900px){.single-subject .template-subject__body .mobile-content{display:none}}.single-subject .template-subject__body .desktop-content{display:none}@media (min-width:900px){.single-subject .template-subject__body .desktop-content{display:inline-block}}.single-subject .template-subject__body .subject-text{padding-top:50px;color:#fff;font-family:FreightText-Book,serif;font-size:1.25rem;line-height:1.55}@media (min-width:900px){.single-subject .template-subject__body .subject-text{padding-top:30px}}.single-subject .template-subject__body .subject-text p{margin-bottom:15px}.single-subject .template-subject__body .single-popular-courses{margin-top:30px;color:#00d3dd;font-weight:400}@media (min-width:1440px){.single-subject .template-subject__body .single-popular-courses{margin-bottom:20px}}.single-subject .template-subject__body .title--medium{margin-bottom:7px;color:#fff}@media (min-width:1440px){.single-subject .template-subject__body .title--medium{font-size:3.125rem}}.single-subject .template-subject__body .course-title{margin-top:45px;color:#fff;font-family:Overpass Mono,monospace;font-size:.8125rem;text-transform:uppercase}@media (min-width:1440px){.single-subject .template-subject__body .course-title{margin-top:150px;font-size:.9375rem}}.single-subject .template-subject__body .single-courses-total{color:#fff;font-size:3.75rem;letter-spacing:-.01rem}@media (min-width:1440px){.single-subject .template-subject__body .single-courses-total{font-size:7.5rem;line-height:.8}}.single-subject .template-subject__body .subject-link{margin-bottom:25px;color:#00d3dd;font-size:1rem;font-weight:500}@media (min-width:1440px){.single-subject .template-subject__body .subject-link{padding-top:30px;font-size:1.2rem}}.single-subject .template-subject__body .subject-link a{text-decoration:underline}.single-subject .template-subject__body .subject-link img{cursor:pointer;-webkit-transition:margin-down .5s,margin-up .5s;transition:margin-down .5s,margin-up .5s}.single-subject .template-subject__body .subject-link:hover img{margin-left:7px}.single-subject .module-advertisement,.single-subject .module-latest-article,.single-subject .module-two-articles{background:#fff}.single-subject .module-featured-uni-carousel{padding-bottom:0}.single-subject .module-two-articles{margin-bottom:20px}@media (min-width:1440px){.single-subject .module-two-articles{margin-bottom:120px}}body.single-post #site-content{background:#fff}body.single-post figure{margin:0}body.single-post figure img{margin-bottom:4px}body.single-post figure figcaption{padding-bottom:10px;border-bottom:1px solid #979797;color:#616161}body.single-post .module-article-header .post-information{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:32px;font-family:Overpass Mono,monospace;font-size:13px;text-transform:uppercase}body.single-post .module-article-header .post-information>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:7px}body.single-post .module-article-header .post-information>div:not(:last-child):after{margin-left:7px;content:"|";font-size:9px}
body.single-post .single-post-sidebar .module-popular-stories{padding-bottom:200px}body.single-post .single-post-sidebar .module-advertisement.side-advert{padding:0}body.single-post .single-post-sidebar .module-more-about{padding-top:8rem}body.single-post .single-post-content{width:66.6666%}body.single-post .single-article-content{position:relative;margin-top:49px}body.single-post .single-article-content__inner{margin-left:110px}body.single-post .single-article-content__inner .wp-caption{display:inline;max-width:100%;height:auto;margin-right:1.5em;float:left}body.single-post .single-article-content__inner .wp-caption img{max-width:100%;height:auto}body.single-post .single-article-content__inner .wp-caption p.wp-caption-text{color:#616161;font-size:.81em;font-weight:400;line-height:1.4em}body.single-post .single-article-content__inner p{margin-bottom:44px;font-family:FreightText-Book,serif;font-size:20px;letter-spacing:.2px;line-height:30.5px}body.single-post .single-article-content__inner p iframe{width:100%}@media (min-width:900px){body.single-post .single-article-content__inner p iframe{height:355px}}@media (min-width:1025px){body.single-post .single-article-content__inner p iframe{height:220px}}@media (min-width:1440px){body.single-post .single-article-content__inner p iframe{height:366px}}body.single-post .single-article-content__inner>p:first-child:first-letter{margin-top:24px;margin-right:10px;float:left;font-size:118px;line-height:60px}body.single-post .single-article-content__inner h2,body.single-post .single-article-content__inner h3:not(.more-about-title){margin-bottom:18px;font-family:Calibre,sans-serif;font-size:26px;font-weight:600!important}body.single-post .single-article-content__inner a,body.single-post .single-article-content__inner a em,body.single-post .single-article-content__inner a span{font-weight:600!important;text-decoration:underline}body.single-post .single-article-content__inner a:hover,body.single-post .single-article-content__inner a em:hover,body.single-post .single-article-content__inner a span:hover{color:#767676}body.single-post .media-element{height:430px;padding-bottom:50px;margin-top:-18px}body.single-post .media-element iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body.single-post .post-intro-image{margin-top:10px}body.single-post .post-intro-image img{width:100%}body.single-post .module-three-articles{padding-bottom:90px;background:#f5f5f5}body.single-post .module-three-articles .module-subtitle{padding-top:41px;color:#000}body.single-post .embedded-more-about{display:none}@media screen and (max-width:899px){body.single-post .single-post-content{padding-right:0;padding-left:0}body.single-post .post-intro-image{margin-top:3px;margin-right:-16px;margin-left:-16px}body.single-post .post-intro-image img{width:100%}body.single-post .post-intro-image figcaption{padding-top:5px;padding-right:16px;padding-left:16px}body.single-post .single-article-content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:27px;margin-left:0}body.single-post .media-element{height:244px}body.single-post .module-article-header .post-information{font-size:.625rem}}@media (min-width:900px) and (max-width:1024px){body.single-post .single-post-content{padding-left:87px}body.single-post .single-post-content,body.single-post .single-post-sidebar{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body.single-post .module-article-header{width:85%}body.single-post .module-article-header h1{letter-spacing:-.3px}body.single-post .module-article-header .post-excerpt{max-width:85%;font-size:1rem;font-weight:400}body.single-post .module-article-header .post-information__tag span{padding-left:5px;font-size:.8rem}body.single-post .post-intro-image{margin-top:15px}body.single-post .post-intro-image figure,body.single-post .post-intro-image img{max-width:700px}body.single-post .single-article-content{margin-top:39px;margin-left:0}body.single-post .single-article-content__inner{padding-right:65px;margin-left:73px}body.single-post .social-share{margin-top:10px}body.single-post .container--constrained .row{-ms-flex-wrap:wrap;flex-wrap:wrap}body.single-post .module-three-articles{padding-bottom:45px}body.single-post .category-tag.tag img{width:23px;height:23px}body.single-post .category-tag.tag span{font-size:.8125rem}}
@media screen and (max-width:1024px){body.single-post .module-popular-stories,body.single-post .module-more-about{display:none}body.single-post .embedded-more-about{display:inline;margin-bottom:80px;float:right}}@media (min-width:1025px){body.single-post .single-post-content{padding-left:124px;margin-bottom:20px}body.single-post .module-article-header h1{letter-spacing:-.3px}body.single-post .module-article-header .post-excerpt{font-weight:400;letter-spacing:.08px}body.single-post .module-article-header .post-information .tag span{padding-left:9px;font-size:13px}}@media (min-width:1025px) and (max-width:1319px){body.single-post .container{max-width:1025px}body.single-post .single-post-content{padding-left:24px;margin-bottom:20px}}body.single-sponsored .sponsored-header{position:relative}body.single-sponsored .sponsored-header__image{height:825px;max-height:825px}body.single-sponsored .sponsored-header__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body.single-sponsored .sponsored-header__overlay{position:absolute;right:0;bottom:0;width:calc(100% - 111px);-webkit-box-sizing:border-box;box-sizing:border-box;padding:67px 30px;background:#172670;color:#fff}body.single-sponsored .sponsored-header h1.title{font-size:3.125rem;font-weight:500}body.single-sponsored .sponsored-header .post-excerpt{max-width:85%;margin-top:25px;color:#fff;font-size:1.25rem;font-weight:400}body.single-sponsored .sponsored-header .post-information__tag span{padding-left:5px;font-size:.8rem}body.single-sponsored .sponsored-header .post-information{position:absolute;bottom:36px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:33px;color:#fff;font-family:Overpass Mono,monospace;font-size:13px;text-transform:uppercase}body.single-sponsored .sponsored-header .post-information .tag{color:#fff}body.single-sponsored .sponsored-header .post-information>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:7px}body.single-sponsored .sponsored-header .post-information>div:not(:last-child):after{margin-left:7px;content:"|";font-size:9px}body.single-sponsored .text-link{min-width:230px;padding-top:20px}body.single-sponsored .text-link span{padding-right:5px;color:#172670;font-weight:500;text-decoration:underline}body.single-sponsored .text-link:hover span{padding-right:12px;color:#767676;-webkit-transition:padding-right .2s;transition:padding-right .2s}body.single-sponsored .view-university{padding-top:45px;padding-left:90px;margin-bottom:147px}body.single-sponsored .view-university img{max-width:194px}body.single-sponsored .module-popular-stories{padding-left:90px}body.single-sponsored .single-article-content__inner blockquote{position:relative;padding-bottom:40px}body.single-sponsored .single-article-content__inner blockquote p{font-family:FreightText-Book,serif;font-size:36px;font-weight:300;line-height:47px}body.single-sponsored .single-article-content__inner blockquote cite{position:relative;display:block;width:100%;padding-left:7px;margin-top:37px;font-size:18.3px;text-align:right}body.single-sponsored .single-article-content__inner blockquote cite:before{position:absolute;z-index:1;bottom:8px;left:-4px;display:block;width:450px;height:50px;background-image:url(../src/images/quote-arrow.svg);background-repeat:no-repeat;background-size:100%;content:"";-webkit-transform:scaleX(-1);transform:scaleX(-1)}body.single-sponsored .view-university-profile{padding:36px 0;background:#f5f5f5}body.single-sponsored .view-university-profile .view-university-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:234px}@media (min-width:1025px) and (max-width:1319px){body.single-sponsored .view-university-profile .view-university-inner{padding-left:77px}}body.single-sponsored .read-more-articles{background:#2b3fa0}body.single-sponsored .read-more-articles .container{max-width:896px;padding:40px 226px 64px 8px}@media (min-width:900px) and (max-width:1024px){body.single-sponsored .read-more-articles .container{padding:40px 196px 64px 38px}}@media (max-width:899px){body.single-sponsored .read-more-articles .container{padding:30px 0 42px}body.single-sponsored .read-more-articles .container .module-subtitle{padding-left:10px}}body.single-sponsored .read-more-articles .posts{margin-top:14px}body.single-sponsored .read-more-articles .posts .post-meta{padding:63px 30px 22px;background-color:#172670}body.single-sponsored .read-more-articles .posts .post-meta h3{color:#fff}body.single-sponsored .read-more-articles .posts .post-information{padding-top:53px;color:#fff}body.single-sponsored .read-more-articles .posts .post-information span{color:#fff}body.single-sponsored .read-more-articles .posts .post h3{font-size:1.375rem;line-height:1.5rem}@media (max-width:899px){body.single-sponsored .read-more-articles .posts{display:none}body.single-sponsored .read-more-articles .posts .post{min-height:143px;border-bottom:unset;margin-top:1px}body.single-sponsored .read-more-articles .posts .post .post-date{display:none}body.single-sponsored .read-more-articles .posts .post h3{font-size:1rem;letter-spacing:.05px;line-height:1.15rem}body.single-sponsored .read-more-articles .posts .post-meta{padding:35px 10px 14px 16px}body.single-sponsored .read-more-articles .posts .post-information{padding-top:20px}}@media (min-width:900px){body.single-sponsored .read-more-articles .posts{display:block}}@media (max-width:899px){body.single-sponsored .read-more-articles .posts.mobile-only{display:block}}@media (min-width:900px){body.single-sponsored .read-more-articles .posts.mobile-only{display:none}}@media screen and (max-width:899px){body.single-sponsored .sponsored-header{margin-right:-16px;margin-left:-16px}body.single-sponsored .sponsored-header__image{height:234px;max-height:234px}body.single-sponsored .sponsored-header__overlay{position:unset;width:100%;height:unset;padding:50px 25px 25px}body.single-sponsored .sponsored-header h1.title{font-size:2.25rem}body.single-sponsored .sponsored-header h1.title br{display:none}body.single-sponsored .sponsored-header .post-excerpt{padding-bottom:50px}body.single-sponsored .sponsored-header .post-information{bottom:17px}body.single-sponsored .sponsored-header .category-tag{top:244px}body.single-sponsored .single-article-content__inner blockquote cite{bottom:150px}body.single-sponsored .single-article-content__inner blockquote cite:before{width:220px}body.single-sponsored .view-university-profile .view-university-inner{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:16px;padding-left:16px}}@media screen and (max-width:899px) and (max-width:899px){body.single-sponsored .single-article-content__inner blockquote cite{bottom:0}}@media (min-width:900px) and (max-width:1024px){body.single-sponsored .sponsored-header__image{height:525px;max-height:525px}body.single-sponsored .sponsored-header__overlay{height:290px}body.single-sponsored .sponsored-header h1.title{font-size:2.25rem}body.single-sponsored .sponsored-header h1.title br{display:none}body.single-sponsored .sponsored-header .post-information{bottom:17px}body.single-sponsored .view-university-profile{padding:25px 0;background:#f5f5f5}body.single-sponsored .view-university-profile .view-university-inner{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:87px;padding-left:87px}}.single-country .module-posts-grid{position:relative;padding-bottom:20px}.single-country .module-posts-grid .grid-posts{background:#2b3fa0}@media (min-width:1440px){.single-country .module-posts-grid .posts-grid-post{height:185px}}.single-country .module-title-with-text-and-emoji-link{padding-bottom:30px}.single-country .module-statistics .blue,.single-country .module-text-and-image .col--three-fifth,.single-country .module-title-new{position:relative}@media (min-width:768px){.single-country .module-title-new .right h1{float:right;font-size:5rem}.single-country .module-title-new .right .subtitle{display:inline-block;width:34%;margin-top:35px}}@media (min-width:900px){.single-country .module-title-new .right .subtitle{width:30%}}@media (min-width:1025px){.single-country .module-title-new .right{margin-top:43px}}@media (min-width:900px){.single-country .module-title-new .right h1{font-size:5.625rem}}@media (min-width:1320px){.single-country .module-title-new .right h1{font-size:7.5rem}}.single-country .module-title-new .left .subtitle{font-size:1.1875rem}@media (min-width:1320px){.single-country .module-title-new .left .subtitle{max-width:76%}}@media (min-width:1440px){.single-country .module-title-new .left .subtitle{max-width:65%}}.single-country .module-three-articles{padding-top:55px}.single-country .module-three-articles .container{padding-right:16px;padding-left:16px}@media (min-width:900px){.single-country .module-three-articles .container{padding-right:0;padding-left:0}}@media (min-width:1025px){.single-country .module-three-articles .container{padding-right:16px;padding-left:16px}}.single-country .module-three-articles h2{display:block;margin-bottom:10px;font-family:Overpass Mono,monospace;font-size:.8125rem;line-height:1;text-transform:uppercase}@media (min-width:1440px){.single-country .module-three-articles h2{margin-bottom:20px;font-size:.9375rem}}.single-country .module-featured-uni-carousel{padding-top:0}.single-country .module-other-destinations{padding-top:50px}@media (min-width:900px){.single-country .module-other-destinations{padding-top:85px;padding-bottom:60px}}@media (min-width:1025px){.single-country .module-other-destinations .container{padding-right:16px;padding-left:16px}}.search-results-wrapper{padding:50px 0;background-color:#fff;text-align:center}.search-results-wrapper .search-results{text-align:left}.search-results-wrapper section:nth-of-type(2n+2){margin-bottom:20px}.search-results-wrapper section:nth-of-type(2n+2) .row.no-gutters{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-direction:reverse;-webkit-box-orient:horizontal}.search-results-wrapper .load-more{margin:0 auto;opacity:1;-webkit-transition:all .4s ease;transition:all .4s ease}.search-results-wrapper .load-more.loading{opacity:.5;pointer-events:none}body{font-family:Calibre,sans-serif;font-size:16px;font-weight:400}
	.ais-hits--item h2 a{
		   font-size: 32px;
    color: black;
    line-height: 34px;
	
	}
	span.suggestion-post-content.ais-hits--content-snippet{
		
	}
	.ais-hits--content{
		max-width:960px;
	}
	.ais-hits--item em, .ais-hits--item a em{
		background: yellow;
	}
	#algolia-search-box, #algolia-search-box input{
		color:white;
	}
	#ais-facets{
		display:none;
	}
	.menu-item-300509 a{
		    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 14px;
    padding-left: 10px;
	}
	.menu-item-300509 a:before{
		content: url(https://cdn1.techhq.com/wp-content/themes/correspondent/assets/images/header-icon-search.svg);
    position: relative;
    left: -20px;
    top: 4px;
    display: inline-block;
    height: 20px;
    width: 20px;
	}
	ul.ais-pagination{
		color:white;
	}
	.ais-hits--content p{
		font-size: 1rem;
    line-height: 1.125rem;
    color: black;
	}
	.ais-hits--content h2{
		      font-size: 1.5rem;
    line-height: 1.625rem;
    margin-bottom: 14px;
    font-family: Calibre,sans-serif;	
	}
	.ais-hits--thumbnail a img{
		       max-width: 156px;
    height: 156px;
	}
	.ais-hits--item{
		    padding: 20px 16px 14px;
    background: white;
	}
/*# sourceMappingURL=site.css.map*/


/* Chris changes */
a.button,
.menu a,
.post-meta {
	transition: all 0.4s ease 0.1s;
}
.course-search-module .course-hit-body-university{
  width:86%;
  }
  .module-country-tiles .country-columns .country-column:first-child{    
    background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/09/luke-tanis-c_Pm7AXs21U-unsplash.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }
  .module-country-tiles .country-columns .country-column:nth-child(2){    
    background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/Australia.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }
  .module-country-tiles .country-columns .country-column:nth-child(3){    
    background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/UnitedStates.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }
    .module-country-tiles .country-columns .country-column:nth-child(4){    
background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/Canada_0.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }
 .module-subjects .box:nth-child(4){    
 background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/09/Law.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}
	
	 .module-subjects .box:nth-child(3){  
	    background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/09/Humanities-and-Social-Siences.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}
	
	 .module-subjects .box:nth-child(2){  
	       background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/09/Performing-Arts-and-Music.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}
	.module-subjects .box:nth-child(1){  
	    background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/09/art.png);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}
	.module-subjects .box:nth-child(5){  
	    background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/09/Business.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}
  .module-country-tiles .country-columns .country-column:nth-child(5){    
background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/New-Zealand.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }

  .module-country-tiles .country-columns .country-column:nth-child(6){    
background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/Singapore_0.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }

  .module-country-tiles .country-columns .country-column:nth-child(7){    
background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/China_0.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }

  .module-country-tiles .country-columns .country-column:nth-child(8){    
background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/Hong-Kong_0.png);
    background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }

  .module-country-tiles .country-columns .country-column:nth-child(9){    
background-image: url(https://studyinternational.s3-external-1.amazonaws.com/2020/10/Malaysia_0.png);
background-repeat: no-repeat;
    background-position: 20px 115px;
    height: 470px;
  }
  .body.single-post .post-intro-image img{
   max-width:1352px; 
  }
  body.single-post .single-post-content{
   max-width:901px; 
  }
  body.single-post .single-article-content__inner{
   max-width:651px; 
  }
img.alignleft,
  img.alignright,
  img.size-full{ 
 max-width: 552px !important;
    height: AUTO;
	width:100%;
	}
  .single-article-content ul{
   margin-bottom: 20px; 
  }
  .module-advertisement--pre-content{
    padding: 40px !important;
  }
  .module-advertisement {
    padding: 0px;
  }
  .module-latest-article{
   padding-top:25px; 
  }
  .has-background-orange.module-large-text-with-link{
   display:none; 
  }
  .single section.view-university-profile{
    display:none;
  }
  .single-university .module.module-9{
    display:none;
  }
 .single-article-content ul, .single-article-content li{
       font-weight: 400;
    font-family: FreightText-Book,serif;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 30.5px;
    list-style-type: disc;
    margin-left: 20px; 
  }
.footer-company{
overflow: hidden;
    position: relative;
    width: 40px;
    display: inline-grid;
    height: 15px;
	}
 .module-16 .wysiwyg-content p a {
   font-size: 22px; font-weight: 600; 
  }
html {
	scroll-behavior: smooth;
}
 

.slick-track {
	margin-left: unset;
}

.course-search-module .course-hit-heading {
	display: inline-block;
	width: 100%;
	height: 100px;
	margin-top: 15px;
	font-size: 1.8em;
}

.course-search-module .course-hit-country {
	display: inline-block;
	width: 100%;
	height: 20px;
}

.module-title.title--large span {
	color: #00d3dd;
}

@media screen and (min-width: 1025px) {
	.home .module-two-articles {
		padding-top: 75px;
	}
}

@media (max-width:1300px) and (min-width:960px) {
	.module-two-articles {
		margin-bottom: 45px;
	}
	.col.col--quarter h3.title.white {
		font-size: 31px;
	}
	.profile .post-meta p {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.nav-scribble-image {
		display: none;
	}
.home .col.col--two-fifth.title-col .module__cta{
   display: none;
  }
.home .module-title-new {
  margin-top:50px !important;
  }
}

@media only screen and (max-width:1320px) {
	.home #top-nav-scribble {
		display: none;
	}
}

.template-subject__body span.single-description,
.page-template-template-prepare .module-primary-cta,
.category-tag.tag.has-background-,
.container.left span img.emoji-icon,
  .university-search-module h1,
  .university-search-module .popular-searches,
  .university-search-module h6,
.single-post-sidebar .view-university a.text-link {
	display: none;
}

.home .module-wysiwyg {
	background: #2b3fa0;
	margin-bottom: -60px;
}

.home .module-wysiwyg p {
	display: flex;
}

.home .module-wysiwyg h1 {
	line-height: .93rem;
  color: white;
	font-size: 1.5rem;
}

.home  .module-profiles {
	background-color: #f7f7f7;
	padding-top: 75px;
}

.home .module-profiles .module-subtitle,
.home .module-profiles .module-title {
	color: black;
}

@media screen and (min-width: 1025px) {
	.home .module-wysiwyg .title {
		font-size: 2.25rem;
	}
	.home .module-text-and-image {
		margin-top: 0px;
	}
}

.home .module-wysiwyg .wysiwyg-content {
	max-width: 100%;
	margin-left: 0px;
	width: 100%;
}

@media screen and (max-width: 899px) {
	.module-profiles .post-image img {
		-o-object-position: top;
		object-position: top;
		object-fit: scale-down;
	}
  /**.module-advertisement{
   display:none; 
  }**/
  .wysiwyg-content p img{
   display:none; 
  }
  #div-gpt-ad-1595289032769-0, #div-gpt-ad-1485454006495-0{
	  padding-left:0px !important;
	  left: -10px;
    position: relative;
  }
  #div-gpt-ad-1595249660805-0, #div-gpt-ad-1435604708945-0{
	  display:none;
  }
  #div-gpt-ad-1485454006495-0{
	  margin-left: 7px !important;
  }
  .home.page-template-default{
       overflow-y: scroll;
     overflow-x: hidden;
  }
  
}

.single-post .single-article-content__inner p {
	margin-bottom: 28px !important;
}
.page-template-template-universities  .module-featured-uni-carousel{
       padding-top: 0px !important;
    margin-top: -20px !important;
  }
  
   .course-landing-search-module .selectize-input.items.not-full:before{
           content: "Search by course";
    left: 35px;
    border: none;
    position: relative;
    height: initial;
    background: none;
        }
  .university-search-module .selectize-input.items.not-full:before{
            content:"Search our university partners";
    left: 35px;
    border: none;
    position: relative;
    height: initial;
    background: none;
        }
  
  .module-featured-uni-carousel .university-tiles .university-tile .img-block{
    background-position: left;	
}
.module-featured-uni-carousel .university-tiles .university-tile .blue-block{
    height: 135px !important;
}
   .error404 p.prefix-text{
 display: none;
 }
 .error404  h1{
    text-align: center;
    font-size: 60px;
    padding-top: 60px;
 }
  .error404 .content-wrapper{
     padding-top: 150px;
 }
 .error404 .text-content{
     background-image: url(https://hybrid.co/dynamite.png);
    background-position: 13%;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: auto;
    background-size: contain;
    height: 160px;
 }
 .error404  .main_body_text p{
     color: white;
    font-size: 2em;
    padding: 40px;
    text-align: center;
 }
img.search-menu{
padding-left:27px;
height:16px;
width:auto;
}

/** MENU **/

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 151; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #172670; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 10;
  right: 55px;
  font-size: 56px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.ais-InstantSearch {
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
}

.ais-Hits-item {
  margin-bottom: 1em;
  width: calc(50% - 1rem);
}

.ais-Hits-item img {
  margin-right: 1em;
}

.hit-name {
  margin-bottom: 0.5em;
}

.hit-description {
  color: #888;
  font-size: 14px;
  margin-bottom: 0.5em;
}

.ais-ClearRefinements {
  margin: 1em 0;
}

.ais-SearchBox {
  margin: 1em 0;
}

.ais-Pagination {
  margin-top: 1em;
}

.left-panel {
  float: left;
  width: 250px;
}

.right-panel {
  margin-left: 260px;
}

#search-menu input{
	width:250px;
	pading:10px;
}
.show-mobile{ display:none }
@media only screen and (max-width: 600px) {
	.show-mobile{
		display:block;
	}
}