@charset "UTF-8";
/*

	Terra Design System
	http://terradesignsystem.com
	v.1.0.0

 */
/**
 * Box Shadow
 */
/**
 * Variables
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
/**
 * Utilities
 */
/**
 * Clearfix
 */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/**
 * Display
 */
.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-table {
  display: table; }

.d-table-cell {
  display: table-cell; }

.d-table-row {
  display: table-row; }

.d-none {
  display: none; }

@media only screen and (min-width: 600px) {
  .d-sm-inline {
    display: inline; }
  .d-sm-inline-block {
    display: inline-block; }
  .d-sm-block {
    display: block; }
  .d-sm-flex {
    display: flex; }
  .d-sm-inline-flex {
    display: inline-flex; }
  .d-sm-table {
    display: table; }
  .d-sm-table-cell {
    display: table-cell; }
  .d-sm-table-row {
    display: table-row; }
  .d-sm-none {
    display: none; } }

@media only screen and (min-width: 900px) {
  .d-md-inline {
    display: inline; }
  .d-md-inline-block {
    display: inline-block; }
  .d-md-block {
    display: block; }
  .d-md-flex {
    display: flex; }
  .d-md-inline-flex {
    display: inline-flex; }
  .d-md-table {
    display: table; }
  .d-md-table-cell {
    display: table-cell; }
  .d-md-table-row {
    display: table-row; }
  .d-md-none {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .d-lg-inline {
    display: inline; }
  .d-lg-inline-block {
    display: inline-block; }
  .d-lg-block {
    display: block; }
  .d-lg-flex {
    display: flex; }
  .d-lg-inline-flex {
    display: inline-flex; }
  .d-lg-table {
    display: table; }
  .d-lg-table-cell {
    display: table-cell; }
  .d-lg-table-row {
    display: table-row; }
  .d-lg-none {
    display: none; } }

/**
 * Height
 */
.height-xxs {
  height: 24px; }

.height-xs {
  height: 32px; }

.height-sm {
  height: 48px; }

.height-md {
  height: 64px; }

.height-lg {
  height: 72px; }

.height-xl {
  height: 96px; }

.height-xxl {
  height: 120px; }

.max-height-xxs {
  max-height: 24px; }

.max-height-xs {
  max-height: 32px; }

.max-height-sm {
  max-height: 48px; }

.max-height-md {
  max-height: 64px; }

.max-height-lg {
  max-height: 72px; }

.max-height-xl {
  max-height: 96px; }

.max-height-xxl {
  max-height: 120px; }

.height-25 {
  height: 25%; }

.height-50 {
  height: 50%; }

.height-75 {
  height: 75%; }

.height-100 {
  height: 100%; }

.min-height-100 {
  min-height: 100%; }

.vh-25 {
  height: 25vh; }

.vh-50 {
  height: 50vh; }

.vh-75 {
  height: 75vh; }

.vh-100 {
  height: 100vh; }

.min-vh-100 {
  min-height: 100vh; }

/**
 * Width
 */
.width-auto {
  width: auto; }

.width-25 {
  width: 25%; }

.width-50 {
  width: 50%; }

.width-75 {
  width: 75%; }

.width-100 {
  width: 100%; }

.width-10 {
  width: 10%; }

.width-20 {
  width: 20%; }

.width-30 {
  width: 30%; }

.width-40 {
  width: 40%; }

.width-60 {
  width: 60%; }

.width-70 {
  width: 70%; }

.width-80 {
  width: 80%; }

.width-90 {
  width: 90%; }

@media only screen and (min-width: 900px) {
  .width-auto-md {
    width: auto; } }

/**
 * Spacing
 */
:root {
  --spacing-none: 0px;
  --spacing-auto: auto;
  --spacing-micro: 4px;
  --spacing-mini: 8px;
  --spacing-xxs: 12px;
  --spacing-xs: 16px;
  --spacing-sm: 24px;
  --spacing-md: 32px;
  --spacing-lg: 48px;
  --spacing-xl: 64px;
  --spacing-xxl: 72px;
  --spacing-super: 96px;
  --spacing-mega: 144px; }

.pad-none {
  padding: 0px !important; }

.pad-h-none {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pad-v-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pad-top-none {
  padding-top: 0px !important; }

.pad-right-none {
  padding-right: 0px !important; }

.pad-bottom-none {
  padding-bottom: 0px !important; }

.pad-left-none {
  padding-left: 0px !important; }

.margin-none {
  margin: 0px !important; }

.margin-h-none {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.margin-v-none {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.margin-top-none {
  margin-top: 0px !important; }

.margin-right-none {
  margin-right: 0px !important; }

.margin-bottom-none {
  margin-bottom: 0px !important; }

.margin-left-none {
  margin-left: 0px !important; }

.pad-auto {
  padding: auto !important; }

.pad-h-auto {
  padding-left: auto !important;
  padding-right: auto !important; }

.pad-v-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.pad-top-auto {
  padding-top: auto !important; }

.pad-right-auto {
  padding-right: auto !important; }

.pad-bottom-auto {
  padding-bottom: auto !important; }

.pad-left-auto {
  padding-left: auto !important; }

.margin-auto {
  margin: auto !important; }

.margin-h-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.margin-v-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.margin-top-auto {
  margin-top: auto !important; }

.margin-right-auto {
  margin-right: auto !important; }

.margin-bottom-auto {
  margin-bottom: auto !important; }

.margin-left-auto {
  margin-left: auto !important; }

.pad-micro {
  padding: 4px !important; }

.pad-h-micro {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.pad-v-micro {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.pad-top-micro {
  padding-top: 4px !important; }

.pad-right-micro {
  padding-right: 4px !important; }

.pad-bottom-micro {
  padding-bottom: 4px !important; }

.pad-left-micro {
  padding-left: 4px !important; }

.margin-micro {
  margin: 4px !important; }

.margin-h-micro {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.margin-v-micro {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.margin-top-micro {
  margin-top: 4px !important; }

.margin-right-micro {
  margin-right: 4px !important; }

.margin-bottom-micro {
  margin-bottom: 4px !important; }

.margin-left-micro {
  margin-left: 4px !important; }

.pad-mini {
  padding: 8px !important; }

.pad-h-mini {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.pad-v-mini {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.pad-top-mini {
  padding-top: 8px !important; }

.pad-right-mini {
  padding-right: 8px !important; }

.pad-bottom-mini {
  padding-bottom: 8px !important; }

.pad-left-mini {
  padding-left: 8px !important; }

.margin-mini {
  margin: 8px !important; }

.margin-h-mini {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.margin-v-mini {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.margin-top-mini {
  margin-top: 8px !important; }

.margin-right-mini {
  margin-right: 8px !important; }

.margin-bottom-mini {
  margin-bottom: 8px !important; }

.margin-left-mini {
  margin-left: 8px !important; }

.pad-xxs {
  padding: 12px !important; }

.pad-h-xxs {
  padding-left: 12px !important;
  padding-right: 12px !important; }

.pad-v-xxs {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.pad-top-xxs {
  padding-top: 12px !important; }

.pad-right-xxs {
  padding-right: 12px !important; }

.pad-bottom-xxs {
  padding-bottom: 12px !important; }

.pad-left-xxs {
  padding-left: 12px !important; }

.margin-xxs {
  margin: 12px !important; }

.margin-h-xxs {
  margin-left: 12px !important;
  margin-right: 12px !important; }

.margin-v-xxs {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.margin-top-xxs {
  margin-top: 12px !important; }

.margin-right-xxs {
  margin-right: 12px !important; }

.margin-bottom-xxs {
  margin-bottom: 12px !important; }

.margin-left-xxs {
  margin-left: 12px !important; }

.pad-xs {
  padding: 16px !important; }

.pad-h-xs {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.pad-v-xs {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.pad-top-xs {
  padding-top: 16px !important; }

.pad-right-xs {
  padding-right: 16px !important; }

.pad-bottom-xs {
  padding-bottom: 16px !important; }

.pad-left-xs {
  padding-left: 16px !important; }

.margin-xs {
  margin: 16px !important; }

.margin-h-xs {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.margin-v-xs {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.margin-top-xs {
  margin-top: 16px !important; }

.margin-right-xs {
  margin-right: 16px !important; }

.margin-bottom-xs {
  margin-bottom: 16px !important; }

.margin-left-xs {
  margin-left: 16px !important; }

.pad-sm {
  padding: 24px !important; }

.pad-h-sm {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.pad-v-sm {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.pad-top-sm {
  padding-top: 24px !important; }

.pad-right-sm {
  padding-right: 24px !important; }

.pad-bottom-sm {
  padding-bottom: 24px !important; }

.pad-left-sm {
  padding-left: 24px !important; }

.margin-sm {
  margin: 24px !important; }

.margin-h-sm {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.margin-v-sm {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.margin-top-sm {
  margin-top: 24px !important; }

.margin-right-sm {
  margin-right: 24px !important; }

.margin-bottom-sm {
  margin-bottom: 24px !important; }

.margin-left-sm {
  margin-left: 24px !important; }

.pad-md {
  padding: 32px !important; }

.pad-h-md {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.pad-v-md {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.pad-top-md {
  padding-top: 32px !important; }

.pad-right-md {
  padding-right: 32px !important; }

.pad-bottom-md {
  padding-bottom: 32px !important; }

.pad-left-md {
  padding-left: 32px !important; }

.margin-md {
  margin: 32px !important; }

.margin-h-md {
  margin-left: 32px !important;
  margin-right: 32px !important; }

.margin-v-md {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.margin-top-md {
  margin-top: 32px !important; }

.margin-right-md {
  margin-right: 32px !important; }

.margin-bottom-md {
  margin-bottom: 32px !important; }

.margin-left-md {
  margin-left: 32px !important; }

.pad-lg {
  padding: 48px !important; }

.pad-h-lg {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.pad-v-lg {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.pad-top-lg {
  padding-top: 48px !important; }

.pad-right-lg {
  padding-right: 48px !important; }

.pad-bottom-lg {
  padding-bottom: 48px !important; }

.pad-left-lg {
  padding-left: 48px !important; }

.margin-lg {
  margin: 48px !important; }

.margin-h-lg {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.margin-v-lg {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.margin-top-lg {
  margin-top: 48px !important; }

.margin-right-lg {
  margin-right: 48px !important; }

.margin-bottom-lg {
  margin-bottom: 48px !important; }

.margin-left-lg {
  margin-left: 48px !important; }

.pad-xl {
  padding: 64px !important; }

.pad-h-xl {
  padding-left: 64px !important;
  padding-right: 64px !important; }

.pad-v-xl {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.pad-top-xl {
  padding-top: 64px !important; }

.pad-right-xl {
  padding-right: 64px !important; }

.pad-bottom-xl {
  padding-bottom: 64px !important; }

.pad-left-xl {
  padding-left: 64px !important; }

.margin-xl {
  margin: 64px !important; }

.margin-h-xl {
  margin-left: 64px !important;
  margin-right: 64px !important; }

.margin-v-xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important; }

.margin-top-xl {
  margin-top: 64px !important; }

.margin-right-xl {
  margin-right: 64px !important; }

.margin-bottom-xl {
  margin-bottom: 64px !important; }

.margin-left-xl {
  margin-left: 64px !important; }

.pad-xxl {
  padding: 72px !important; }

.pad-h-xxl {
  padding-left: 72px !important;
  padding-right: 72px !important; }

.pad-v-xxl {
  padding-top: 72px !important;
  padding-bottom: 72px !important; }

.pad-top-xxl {
  padding-top: 72px !important; }

.pad-right-xxl {
  padding-right: 72px !important; }

.pad-bottom-xxl {
  padding-bottom: 72px !important; }

.pad-left-xxl {
  padding-left: 72px !important; }

.margin-xxl {
  margin: 72px !important; }

.margin-h-xxl {
  margin-left: 72px !important;
  margin-right: 72px !important; }

.margin-v-xxl {
  margin-top: 72px !important;
  margin-bottom: 72px !important; }

.margin-top-xxl {
  margin-top: 72px !important; }

.margin-right-xxl {
  margin-right: 72px !important; }

.margin-bottom-xxl {
  margin-bottom: 72px !important; }

.margin-left-xxl {
  margin-left: 72px !important; }

.pad-super {
  padding: 96px !important; }

.pad-h-super {
  padding-left: 96px !important;
  padding-right: 96px !important; }

.pad-v-super {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

.pad-top-super {
  padding-top: 96px !important; }

.pad-right-super {
  padding-right: 96px !important; }

.pad-bottom-super {
  padding-bottom: 96px !important; }

.pad-left-super {
  padding-left: 96px !important; }

.margin-super {
  margin: 96px !important; }

.margin-h-super {
  margin-left: 96px !important;
  margin-right: 96px !important; }

.margin-v-super {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

.margin-top-super {
  margin-top: 96px !important; }

.margin-right-super {
  margin-right: 96px !important; }

.margin-bottom-super {
  margin-bottom: 96px !important; }

.margin-left-super {
  margin-left: 96px !important; }

.pad-mega {
  padding: 144px !important; }

.pad-h-mega {
  padding-left: 144px !important;
  padding-right: 144px !important; }

.pad-v-mega {
  padding-top: 144px !important;
  padding-bottom: 144px !important; }

.pad-top-mega {
  padding-top: 144px !important; }

.pad-right-mega {
  padding-right: 144px !important; }

.pad-bottom-mega {
  padding-bottom: 144px !important; }

.pad-left-mega {
  padding-left: 144px !important; }

.margin-mega {
  margin: 144px !important; }

.margin-h-mega {
  margin-left: 144px !important;
  margin-right: 144px !important; }

.margin-v-mega {
  margin-top: 144px !important;
  margin-bottom: 144px !important; }

.margin-top-mega {
  margin-top: 144px !important; }

.margin-right-mega {
  margin-right: 144px !important; }

.margin-bottom-mega {
  margin-bottom: 144px !important; }

.margin-left-mega {
  margin-left: 144px !important; }

@media only screen and (min-width: 600px) {
  .pad-sm-none {
    padding: 0px !important; }
  .pad-h-sm-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pad-v-sm-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .pad-top-sm-none {
    padding-top: 0px !important; }
  .pad-right-sm-none {
    padding-right: 0px !important; }
  .pad-bottom-sm-none {
    padding-bottom: 0px !important; }
  .pad-left-sm-none {
    padding-left: 0px !important; }
  .margin-sm-none {
    margin: 0px !important; }
  .margin-h-sm-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .margin-v-sm-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .margin-top-sm-none {
    margin-top: 0px !important; }
  .margin-right-sm-none {
    margin-right: 0px !important; }
  .margin-bottom-sm-none {
    margin-bottom: 0px !important; }
  .margin-left-sm-none {
    margin-left: 0px !important; }
  .pad-sm-auto {
    padding: auto !important; }
  .pad-h-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .pad-v-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .pad-top-sm-auto {
    padding-top: auto !important; }
  .pad-right-sm-auto {
    padding-right: auto !important; }
  .pad-bottom-sm-auto {
    padding-bottom: auto !important; }
  .pad-left-sm-auto {
    padding-left: auto !important; }
  .margin-sm-auto {
    margin: auto !important; }
  .margin-h-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .margin-v-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .margin-top-sm-auto {
    margin-top: auto !important; }
  .margin-right-sm-auto {
    margin-right: auto !important; }
  .margin-bottom-sm-auto {
    margin-bottom: auto !important; }
  .margin-left-sm-auto {
    margin-left: auto !important; }
  .pad-sm-micro {
    padding: 4px !important; }
  .pad-h-sm-micro {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .pad-v-sm-micro {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .pad-top-sm-micro {
    padding-top: 4px !important; }
  .pad-right-sm-micro {
    padding-right: 4px !important; }
  .pad-bottom-sm-micro {
    padding-bottom: 4px !important; }
  .pad-left-sm-micro {
    padding-left: 4px !important; }
  .margin-sm-micro {
    margin: 4px !important; }
  .margin-h-sm-micro {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .margin-v-sm-micro {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .margin-top-sm-micro {
    margin-top: 4px !important; }
  .margin-right-sm-micro {
    margin-right: 4px !important; }
  .margin-bottom-sm-micro {
    margin-bottom: 4px !important; }
  .margin-left-sm-micro {
    margin-left: 4px !important; }
  .pad-sm-mini {
    padding: 8px !important; }
  .pad-h-sm-mini {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .pad-v-sm-mini {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .pad-top-sm-mini {
    padding-top: 8px !important; }
  .pad-right-sm-mini {
    padding-right: 8px !important; }
  .pad-bottom-sm-mini {
    padding-bottom: 8px !important; }
  .pad-left-sm-mini {
    padding-left: 8px !important; }
  .margin-sm-mini {
    margin: 8px !important; }
  .margin-h-sm-mini {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .margin-v-sm-mini {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .margin-top-sm-mini {
    margin-top: 8px !important; }
  .margin-right-sm-mini {
    margin-right: 8px !important; }
  .margin-bottom-sm-mini {
    margin-bottom: 8px !important; }
  .margin-left-sm-mini {
    margin-left: 8px !important; }
  .pad-sm-xxs {
    padding: 12px !important; }
  .pad-h-sm-xxs {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .pad-v-sm-xxs {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .pad-top-sm-xxs {
    padding-top: 12px !important; }
  .pad-right-sm-xxs {
    padding-right: 12px !important; }
  .pad-bottom-sm-xxs {
    padding-bottom: 12px !important; }
  .pad-left-sm-xxs {
    padding-left: 12px !important; }
  .margin-sm-xxs {
    margin: 12px !important; }
  .margin-h-sm-xxs {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .margin-v-sm-xxs {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .margin-top-sm-xxs {
    margin-top: 12px !important; }
  .margin-right-sm-xxs {
    margin-right: 12px !important; }
  .margin-bottom-sm-xxs {
    margin-bottom: 12px !important; }
  .margin-left-sm-xxs {
    margin-left: 12px !important; }
  .pad-sm-xs {
    padding: 16px !important; }
  .pad-h-sm-xs {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .pad-v-sm-xs {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .pad-top-sm-xs {
    padding-top: 16px !important; }
  .pad-right-sm-xs {
    padding-right: 16px !important; }
  .pad-bottom-sm-xs {
    padding-bottom: 16px !important; }
  .pad-left-sm-xs {
    padding-left: 16px !important; }
  .margin-sm-xs {
    margin: 16px !important; }
  .margin-h-sm-xs {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .margin-v-sm-xs {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .margin-top-sm-xs {
    margin-top: 16px !important; }
  .margin-right-sm-xs {
    margin-right: 16px !important; }
  .margin-bottom-sm-xs {
    margin-bottom: 16px !important; }
  .margin-left-sm-xs {
    margin-left: 16px !important; }
  .pad-sm-sm {
    padding: 24px !important; }
  .pad-h-sm-sm {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .pad-v-sm-sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .pad-top-sm-sm {
    padding-top: 24px !important; }
  .pad-right-sm-sm {
    padding-right: 24px !important; }
  .pad-bottom-sm-sm {
    padding-bottom: 24px !important; }
  .pad-left-sm-sm {
    padding-left: 24px !important; }
  .margin-sm-sm {
    margin: 24px !important; }
  .margin-h-sm-sm {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .margin-v-sm-sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .margin-top-sm-sm {
    margin-top: 24px !important; }
  .margin-right-sm-sm {
    margin-right: 24px !important; }
  .margin-bottom-sm-sm {
    margin-bottom: 24px !important; }
  .margin-left-sm-sm {
    margin-left: 24px !important; }
  .pad-sm-md {
    padding: 32px !important; }
  .pad-h-sm-md {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .pad-v-sm-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .pad-top-sm-md {
    padding-top: 32px !important; }
  .pad-right-sm-md {
    padding-right: 32px !important; }
  .pad-bottom-sm-md {
    padding-bottom: 32px !important; }
  .pad-left-sm-md {
    padding-left: 32px !important; }
  .margin-sm-md {
    margin: 32px !important; }
  .margin-h-sm-md {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .margin-v-sm-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .margin-top-sm-md {
    margin-top: 32px !important; }
  .margin-right-sm-md {
    margin-right: 32px !important; }
  .margin-bottom-sm-md {
    margin-bottom: 32px !important; }
  .margin-left-sm-md {
    margin-left: 32px !important; }
  .pad-sm-lg {
    padding: 48px !important; }
  .pad-h-sm-lg {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .pad-v-sm-lg {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .pad-top-sm-lg {
    padding-top: 48px !important; }
  .pad-right-sm-lg {
    padding-right: 48px !important; }
  .pad-bottom-sm-lg {
    padding-bottom: 48px !important; }
  .pad-left-sm-lg {
    padding-left: 48px !important; }
  .margin-sm-lg {
    margin: 48px !important; }
  .margin-h-sm-lg {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .margin-v-sm-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .margin-top-sm-lg {
    margin-top: 48px !important; }
  .margin-right-sm-lg {
    margin-right: 48px !important; }
  .margin-bottom-sm-lg {
    margin-bottom: 48px !important; }
  .margin-left-sm-lg {
    margin-left: 48px !important; }
  .pad-sm-xl {
    padding: 64px !important; }
  .pad-h-sm-xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .pad-v-sm-xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .pad-top-sm-xl {
    padding-top: 64px !important; }
  .pad-right-sm-xl {
    padding-right: 64px !important; }
  .pad-bottom-sm-xl {
    padding-bottom: 64px !important; }
  .pad-left-sm-xl {
    padding-left: 64px !important; }
  .margin-sm-xl {
    margin: 64px !important; }
  .margin-h-sm-xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .margin-v-sm-xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .margin-top-sm-xl {
    margin-top: 64px !important; }
  .margin-right-sm-xl {
    margin-right: 64px !important; }
  .margin-bottom-sm-xl {
    margin-bottom: 64px !important; }
  .margin-left-sm-xl {
    margin-left: 64px !important; }
  .pad-sm-xxl {
    padding: 72px !important; }
  .pad-h-sm-xxl {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .pad-v-sm-xxl {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .pad-top-sm-xxl {
    padding-top: 72px !important; }
  .pad-right-sm-xxl {
    padding-right: 72px !important; }
  .pad-bottom-sm-xxl {
    padding-bottom: 72px !important; }
  .pad-left-sm-xxl {
    padding-left: 72px !important; }
  .margin-sm-xxl {
    margin: 72px !important; }
  .margin-h-sm-xxl {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .margin-v-sm-xxl {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .margin-top-sm-xxl {
    margin-top: 72px !important; }
  .margin-right-sm-xxl {
    margin-right: 72px !important; }
  .margin-bottom-sm-xxl {
    margin-bottom: 72px !important; }
  .margin-left-sm-xxl {
    margin-left: 72px !important; }
  .pad-sm-super {
    padding: 96px !important; }
  .pad-h-sm-super {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .pad-v-sm-super {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .pad-top-sm-super {
    padding-top: 96px !important; }
  .pad-right-sm-super {
    padding-right: 96px !important; }
  .pad-bottom-sm-super {
    padding-bottom: 96px !important; }
  .pad-left-sm-super {
    padding-left: 96px !important; }
  .margin-sm-super {
    margin: 96px !important; }
  .margin-h-sm-super {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .margin-v-sm-super {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .margin-top-sm-super {
    margin-top: 96px !important; }
  .margin-right-sm-super {
    margin-right: 96px !important; }
  .margin-bottom-sm-super {
    margin-bottom: 96px !important; }
  .margin-left-sm-super {
    margin-left: 96px !important; }
  .pad-sm-mega {
    padding: 144px !important; }
  .pad-h-sm-mega {
    padding-left: 144px !important;
    padding-right: 144px !important; }
  .pad-v-sm-mega {
    padding-top: 144px !important;
    padding-bottom: 144px !important; }
  .pad-top-sm-mega {
    padding-top: 144px !important; }
  .pad-right-sm-mega {
    padding-right: 144px !important; }
  .pad-bottom-sm-mega {
    padding-bottom: 144px !important; }
  .pad-left-sm-mega {
    padding-left: 144px !important; }
  .margin-sm-mega {
    margin: 144px !important; }
  .margin-h-sm-mega {
    margin-left: 144px !important;
    margin-right: 144px !important; }
  .margin-v-sm-mega {
    margin-top: 144px !important;
    margin-bottom: 144px !important; }
  .margin-top-sm-mega {
    margin-top: 144px !important; }
  .margin-right-sm-mega {
    margin-right: 144px !important; }
  .margin-bottom-sm-mega {
    margin-bottom: 144px !important; }
  .margin-left-sm-mega {
    margin-left: 144px !important; } }

@media only screen and (min-width: 900px) {
  .pad-md-none {
    padding: 0px !important; }
  .pad-h-md-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pad-v-md-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .pad-top-md-none {
    padding-top: 0px !important; }
  .pad-right-md-none {
    padding-right: 0px !important; }
  .pad-bottom-md-none {
    padding-bottom: 0px !important; }
  .pad-left-md-none {
    padding-left: 0px !important; }
  .margin-md-none {
    margin: 0px !important; }
  .margin-h-md-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .margin-v-md-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .margin-top-md-none {
    margin-top: 0px !important; }
  .margin-right-md-none {
    margin-right: 0px !important; }
  .margin-bottom-md-none {
    margin-bottom: 0px !important; }
  .margin-left-md-none {
    margin-left: 0px !important; }
  .pad-md-auto {
    padding: auto !important; }
  .pad-h-md-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .pad-v-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .pad-top-md-auto {
    padding-top: auto !important; }
  .pad-right-md-auto {
    padding-right: auto !important; }
  .pad-bottom-md-auto {
    padding-bottom: auto !important; }
  .pad-left-md-auto {
    padding-left: auto !important; }
  .margin-md-auto {
    margin: auto !important; }
  .margin-h-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .margin-v-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .margin-top-md-auto {
    margin-top: auto !important; }
  .margin-right-md-auto {
    margin-right: auto !important; }
  .margin-bottom-md-auto {
    margin-bottom: auto !important; }
  .margin-left-md-auto {
    margin-left: auto !important; }
  .pad-md-micro {
    padding: 4px !important; }
  .pad-h-md-micro {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .pad-v-md-micro {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .pad-top-md-micro {
    padding-top: 4px !important; }
  .pad-right-md-micro {
    padding-right: 4px !important; }
  .pad-bottom-md-micro {
    padding-bottom: 4px !important; }
  .pad-left-md-micro {
    padding-left: 4px !important; }
  .margin-md-micro {
    margin: 4px !important; }
  .margin-h-md-micro {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .margin-v-md-micro {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .margin-top-md-micro {
    margin-top: 4px !important; }
  .margin-right-md-micro {
    margin-right: 4px !important; }
  .margin-bottom-md-micro {
    margin-bottom: 4px !important; }
  .margin-left-md-micro {
    margin-left: 4px !important; }
  .pad-md-mini {
    padding: 8px !important; }
  .pad-h-md-mini {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .pad-v-md-mini {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .pad-top-md-mini {
    padding-top: 8px !important; }
  .pad-right-md-mini {
    padding-right: 8px !important; }
  .pad-bottom-md-mini {
    padding-bottom: 8px !important; }
  .pad-left-md-mini {
    padding-left: 8px !important; }
  .margin-md-mini {
    margin: 8px !important; }
  .margin-h-md-mini {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .margin-v-md-mini {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .margin-top-md-mini {
    margin-top: 8px !important; }
  .margin-right-md-mini {
    margin-right: 8px !important; }
  .margin-bottom-md-mini {
    margin-bottom: 8px !important; }
  .margin-left-md-mini {
    margin-left: 8px !important; }
  .pad-md-xxs {
    padding: 12px !important; }
  .pad-h-md-xxs {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .pad-v-md-xxs {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .pad-top-md-xxs {
    padding-top: 12px !important; }
  .pad-right-md-xxs {
    padding-right: 12px !important; }
  .pad-bottom-md-xxs {
    padding-bottom: 12px !important; }
  .pad-left-md-xxs {
    padding-left: 12px !important; }
  .margin-md-xxs {
    margin: 12px !important; }
  .margin-h-md-xxs {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .margin-v-md-xxs {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .margin-top-md-xxs {
    margin-top: 12px !important; }
  .margin-right-md-xxs {
    margin-right: 12px !important; }
  .margin-bottom-md-xxs {
    margin-bottom: 12px !important; }
  .margin-left-md-xxs {
    margin-left: 12px !important; }
  .pad-md-xs {
    padding: 16px !important; }
  .pad-h-md-xs {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .pad-v-md-xs {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .pad-top-md-xs {
    padding-top: 16px !important; }
  .pad-right-md-xs {
    padding-right: 16px !important; }
  .pad-bottom-md-xs {
    padding-bottom: 16px !important; }
  .pad-left-md-xs {
    padding-left: 16px !important; }
  .margin-md-xs {
    margin: 16px !important; }
  .margin-h-md-xs {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .margin-v-md-xs {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .margin-top-md-xs {
    margin-top: 16px !important; }
  .margin-right-md-xs {
    margin-right: 16px !important; }
  .margin-bottom-md-xs {
    margin-bottom: 16px !important; }
  .margin-left-md-xs {
    margin-left: 16px !important; }
  .pad-md-sm {
    padding: 24px !important; }
  .pad-h-md-sm {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .pad-v-md-sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .pad-top-md-sm {
    padding-top: 24px !important; }
  .pad-right-md-sm {
    padding-right: 24px !important; }
  .pad-bottom-md-sm {
    padding-bottom: 24px !important; }
  .pad-left-md-sm {
    padding-left: 24px !important; }
  .margin-md-sm {
    margin: 24px !important; }
  .margin-h-md-sm {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .margin-v-md-sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .margin-top-md-sm {
    margin-top: 24px !important; }
  .margin-right-md-sm {
    margin-right: 24px !important; }
  .margin-bottom-md-sm {
    margin-bottom: 24px !important; }
  .margin-left-md-sm {
    margin-left: 24px !important; }
  .pad-md-md {
    padding: 32px !important; }
  .pad-h-md-md {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .pad-v-md-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .pad-top-md-md {
    padding-top: 32px !important; }
  .pad-right-md-md {
    padding-right: 32px !important; }
  .pad-bottom-md-md {
    padding-bottom: 32px !important; }
  .pad-left-md-md {
    padding-left: 32px !important; }
  .margin-md-md {
    margin: 32px !important; }
  .margin-h-md-md {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .margin-v-md-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .margin-top-md-md {
    margin-top: 32px !important; }
  .margin-right-md-md {
    margin-right: 32px !important; }
  .margin-bottom-md-md {
    margin-bottom: 32px !important; }
  .margin-left-md-md {
    margin-left: 32px !important; }
  .pad-md-lg {
    padding: 48px !important; }
  .pad-h-md-lg {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .pad-v-md-lg {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .pad-top-md-lg {
    padding-top: 48px !important; }
  .pad-right-md-lg {
    padding-right: 48px !important; }
  .pad-bottom-md-lg {
    padding-bottom: 48px !important; }
  .pad-left-md-lg {
    padding-left: 48px !important; }
  .margin-md-lg {
    margin: 48px !important; }
  .margin-h-md-lg {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .margin-v-md-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .margin-top-md-lg {
    margin-top: 48px !important; }
  .margin-right-md-lg {
    margin-right: 48px !important; }
  .margin-bottom-md-lg {
    margin-bottom: 48px !important; }
  .margin-left-md-lg {
    margin-left: 48px !important; }
  .pad-md-xl {
    padding: 64px !important; }
  .pad-h-md-xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .pad-v-md-xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .pad-top-md-xl {
    padding-top: 64px !important; }
  .pad-right-md-xl {
    padding-right: 64px !important; }
  .pad-bottom-md-xl {
    padding-bottom: 64px !important; }
  .pad-left-md-xl {
    padding-left: 64px !important; }
  .margin-md-xl {
    margin: 64px !important; }
  .margin-h-md-xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .margin-v-md-xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .margin-top-md-xl {
    margin-top: 64px !important; }
  .margin-right-md-xl {
    margin-right: 64px !important; }
  .margin-bottom-md-xl {
    margin-bottom: 64px !important; }
  .margin-left-md-xl {
    margin-left: 64px !important; }
  .pad-md-xxl {
    padding: 72px !important; }
  .pad-h-md-xxl {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .pad-v-md-xxl {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .pad-top-md-xxl {
    padding-top: 72px !important; }
  .pad-right-md-xxl {
    padding-right: 72px !important; }
  .pad-bottom-md-xxl {
    padding-bottom: 72px !important; }
  .pad-left-md-xxl {
    padding-left: 72px !important; }
  .margin-md-xxl {
    margin: 72px !important; }
  .margin-h-md-xxl {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .margin-v-md-xxl {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .margin-top-md-xxl {
    margin-top: 72px !important; }
  .margin-right-md-xxl {
    margin-right: 72px !important; }
  .margin-bottom-md-xxl {
    margin-bottom: 72px !important; }
  .margin-left-md-xxl {
    margin-left: 72px !important; }
  .pad-md-super {
    padding: 96px !important; }
  .pad-h-md-super {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .pad-v-md-super {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .pad-top-md-super {
    padding-top: 96px !important; }
  .pad-right-md-super {
    padding-right: 96px !important; }
  .pad-bottom-md-super {
    padding-bottom: 96px !important; }
  .pad-left-md-super {
    padding-left: 96px !important; }
  .margin-md-super {
    margin: 96px !important; }
  .margin-h-md-super {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .margin-v-md-super {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .margin-top-md-super {
    margin-top: 96px !important; }
  .margin-right-md-super {
    margin-right: 96px !important; }
  .margin-bottom-md-super {
    margin-bottom: 96px !important; }
  .margin-left-md-super {
    margin-left: 96px !important; }
  .pad-md-mega {
    padding: 144px !important; }
  .pad-h-md-mega {
    padding-left: 144px !important;
    padding-right: 144px !important; }
  .pad-v-md-mega {
    padding-top: 144px !important;
    padding-bottom: 144px !important; }
  .pad-top-md-mega {
    padding-top: 144px !important; }
  .pad-right-md-mega {
    padding-right: 144px !important; }
  .pad-bottom-md-mega {
    padding-bottom: 144px !important; }
  .pad-left-md-mega {
    padding-left: 144px !important; }
  .margin-md-mega {
    margin: 144px !important; }
  .margin-h-md-mega {
    margin-left: 144px !important;
    margin-right: 144px !important; }
  .margin-v-md-mega {
    margin-top: 144px !important;
    margin-bottom: 144px !important; }
  .margin-top-md-mega {
    margin-top: 144px !important; }
  .margin-right-md-mega {
    margin-right: 144px !important; }
  .margin-bottom-md-mega {
    margin-bottom: 144px !important; }
  .margin-left-md-mega {
    margin-left: 144px !important; } }

@media only screen and (min-width: 1200px) {
  .pad-lg-none {
    padding: 0px !important; }
  .pad-h-lg-none {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .pad-v-lg-none {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .pad-top-lg-none {
    padding-top: 0px !important; }
  .pad-right-lg-none {
    padding-right: 0px !important; }
  .pad-bottom-lg-none {
    padding-bottom: 0px !important; }
  .pad-left-lg-none {
    padding-left: 0px !important; }
  .margin-lg-none {
    margin: 0px !important; }
  .margin-h-lg-none {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .margin-v-lg-none {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .margin-top-lg-none {
    margin-top: 0px !important; }
  .margin-right-lg-none {
    margin-right: 0px !important; }
  .margin-bottom-lg-none {
    margin-bottom: 0px !important; }
  .margin-left-lg-none {
    margin-left: 0px !important; }
  .pad-lg-auto {
    padding: auto !important; }
  .pad-h-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important; }
  .pad-v-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }
  .pad-top-lg-auto {
    padding-top: auto !important; }
  .pad-right-lg-auto {
    padding-right: auto !important; }
  .pad-bottom-lg-auto {
    padding-bottom: auto !important; }
  .pad-left-lg-auto {
    padding-left: auto !important; }
  .margin-lg-auto {
    margin: auto !important; }
  .margin-h-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .margin-v-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .margin-top-lg-auto {
    margin-top: auto !important; }
  .margin-right-lg-auto {
    margin-right: auto !important; }
  .margin-bottom-lg-auto {
    margin-bottom: auto !important; }
  .margin-left-lg-auto {
    margin-left: auto !important; }
  .pad-lg-micro {
    padding: 4px !important; }
  .pad-h-lg-micro {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .pad-v-lg-micro {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .pad-top-lg-micro {
    padding-top: 4px !important; }
  .pad-right-lg-micro {
    padding-right: 4px !important; }
  .pad-bottom-lg-micro {
    padding-bottom: 4px !important; }
  .pad-left-lg-micro {
    padding-left: 4px !important; }
  .margin-lg-micro {
    margin: 4px !important; }
  .margin-h-lg-micro {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .margin-v-lg-micro {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  .margin-top-lg-micro {
    margin-top: 4px !important; }
  .margin-right-lg-micro {
    margin-right: 4px !important; }
  .margin-bottom-lg-micro {
    margin-bottom: 4px !important; }
  .margin-left-lg-micro {
    margin-left: 4px !important; }
  .pad-lg-mini {
    padding: 8px !important; }
  .pad-h-lg-mini {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .pad-v-lg-mini {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  .pad-top-lg-mini {
    padding-top: 8px !important; }
  .pad-right-lg-mini {
    padding-right: 8px !important; }
  .pad-bottom-lg-mini {
    padding-bottom: 8px !important; }
  .pad-left-lg-mini {
    padding-left: 8px !important; }
  .margin-lg-mini {
    margin: 8px !important; }
  .margin-h-lg-mini {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .margin-v-lg-mini {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  .margin-top-lg-mini {
    margin-top: 8px !important; }
  .margin-right-lg-mini {
    margin-right: 8px !important; }
  .margin-bottom-lg-mini {
    margin-bottom: 8px !important; }
  .margin-left-lg-mini {
    margin-left: 8px !important; }
  .pad-lg-xxs {
    padding: 12px !important; }
  .pad-h-lg-xxs {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .pad-v-lg-xxs {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .pad-top-lg-xxs {
    padding-top: 12px !important; }
  .pad-right-lg-xxs {
    padding-right: 12px !important; }
  .pad-bottom-lg-xxs {
    padding-bottom: 12px !important; }
  .pad-left-lg-xxs {
    padding-left: 12px !important; }
  .margin-lg-xxs {
    margin: 12px !important; }
  .margin-h-lg-xxs {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .margin-v-lg-xxs {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .margin-top-lg-xxs {
    margin-top: 12px !important; }
  .margin-right-lg-xxs {
    margin-right: 12px !important; }
  .margin-bottom-lg-xxs {
    margin-bottom: 12px !important; }
  .margin-left-lg-xxs {
    margin-left: 12px !important; }
  .pad-lg-xs {
    padding: 16px !important; }
  .pad-h-lg-xs {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .pad-v-lg-xs {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  .pad-top-lg-xs {
    padding-top: 16px !important; }
  .pad-right-lg-xs {
    padding-right: 16px !important; }
  .pad-bottom-lg-xs {
    padding-bottom: 16px !important; }
  .pad-left-lg-xs {
    padding-left: 16px !important; }
  .margin-lg-xs {
    margin: 16px !important; }
  .margin-h-lg-xs {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .margin-v-lg-xs {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  .margin-top-lg-xs {
    margin-top: 16px !important; }
  .margin-right-lg-xs {
    margin-right: 16px !important; }
  .margin-bottom-lg-xs {
    margin-bottom: 16px !important; }
  .margin-left-lg-xs {
    margin-left: 16px !important; }
  .pad-lg-sm {
    padding: 24px !important; }
  .pad-h-lg-sm {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .pad-v-lg-sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .pad-top-lg-sm {
    padding-top: 24px !important; }
  .pad-right-lg-sm {
    padding-right: 24px !important; }
  .pad-bottom-lg-sm {
    padding-bottom: 24px !important; }
  .pad-left-lg-sm {
    padding-left: 24px !important; }
  .margin-lg-sm {
    margin: 24px !important; }
  .margin-h-lg-sm {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .margin-v-lg-sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .margin-top-lg-sm {
    margin-top: 24px !important; }
  .margin-right-lg-sm {
    margin-right: 24px !important; }
  .margin-bottom-lg-sm {
    margin-bottom: 24px !important; }
  .margin-left-lg-sm {
    margin-left: 24px !important; }
  .pad-lg-md {
    padding: 32px !important; }
  .pad-h-lg-md {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .pad-v-lg-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important; }
  .pad-top-lg-md {
    padding-top: 32px !important; }
  .pad-right-lg-md {
    padding-right: 32px !important; }
  .pad-bottom-lg-md {
    padding-bottom: 32px !important; }
  .pad-left-lg-md {
    padding-left: 32px !important; }
  .margin-lg-md {
    margin: 32px !important; }
  .margin-h-lg-md {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .margin-v-lg-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important; }
  .margin-top-lg-md {
    margin-top: 32px !important; }
  .margin-right-lg-md {
    margin-right: 32px !important; }
  .margin-bottom-lg-md {
    margin-bottom: 32px !important; }
  .margin-left-lg-md {
    margin-left: 32px !important; }
  .pad-lg-lg {
    padding: 48px !important; }
  .pad-h-lg-lg {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .pad-v-lg-lg {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .pad-top-lg-lg {
    padding-top: 48px !important; }
  .pad-right-lg-lg {
    padding-right: 48px !important; }
  .pad-bottom-lg-lg {
    padding-bottom: 48px !important; }
  .pad-left-lg-lg {
    padding-left: 48px !important; }
  .margin-lg-lg {
    margin: 48px !important; }
  .margin-h-lg-lg {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .margin-v-lg-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .margin-top-lg-lg {
    margin-top: 48px !important; }
  .margin-right-lg-lg {
    margin-right: 48px !important; }
  .margin-bottom-lg-lg {
    margin-bottom: 48px !important; }
  .margin-left-lg-lg {
    margin-left: 48px !important; }
  .pad-lg-xl {
    padding: 64px !important; }
  .pad-h-lg-xl {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .pad-v-lg-xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important; }
  .pad-top-lg-xl {
    padding-top: 64px !important; }
  .pad-right-lg-xl {
    padding-right: 64px !important; }
  .pad-bottom-lg-xl {
    padding-bottom: 64px !important; }
  .pad-left-lg-xl {
    padding-left: 64px !important; }
  .margin-lg-xl {
    margin: 64px !important; }
  .margin-h-lg-xl {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .margin-v-lg-xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important; }
  .margin-top-lg-xl {
    margin-top: 64px !important; }
  .margin-right-lg-xl {
    margin-right: 64px !important; }
  .margin-bottom-lg-xl {
    margin-bottom: 64px !important; }
  .margin-left-lg-xl {
    margin-left: 64px !important; }
  .pad-lg-xxl {
    padding: 72px !important; }
  .pad-h-lg-xxl {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .pad-v-lg-xxl {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .pad-top-lg-xxl {
    padding-top: 72px !important; }
  .pad-right-lg-xxl {
    padding-right: 72px !important; }
  .pad-bottom-lg-xxl {
    padding-bottom: 72px !important; }
  .pad-left-lg-xxl {
    padding-left: 72px !important; }
  .margin-lg-xxl {
    margin: 72px !important; }
  .margin-h-lg-xxl {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .margin-v-lg-xxl {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .margin-top-lg-xxl {
    margin-top: 72px !important; }
  .margin-right-lg-xxl {
    margin-right: 72px !important; }
  .margin-bottom-lg-xxl {
    margin-bottom: 72px !important; }
  .margin-left-lg-xxl {
    margin-left: 72px !important; }
  .pad-lg-super {
    padding: 96px !important; }
  .pad-h-lg-super {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .pad-v-lg-super {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .pad-top-lg-super {
    padding-top: 96px !important; }
  .pad-right-lg-super {
    padding-right: 96px !important; }
  .pad-bottom-lg-super {
    padding-bottom: 96px !important; }
  .pad-left-lg-super {
    padding-left: 96px !important; }
  .margin-lg-super {
    margin: 96px !important; }
  .margin-h-lg-super {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .margin-v-lg-super {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .margin-top-lg-super {
    margin-top: 96px !important; }
  .margin-right-lg-super {
    margin-right: 96px !important; }
  .margin-bottom-lg-super {
    margin-bottom: 96px !important; }
  .margin-left-lg-super {
    margin-left: 96px !important; }
  .pad-lg-mega {
    padding: 144px !important; }
  .pad-h-lg-mega {
    padding-left: 144px !important;
    padding-right: 144px !important; }
  .pad-v-lg-mega {
    padding-top: 144px !important;
    padding-bottom: 144px !important; }
  .pad-top-lg-mega {
    padding-top: 144px !important; }
  .pad-right-lg-mega {
    padding-right: 144px !important; }
  .pad-bottom-lg-mega {
    padding-bottom: 144px !important; }
  .pad-left-lg-mega {
    padding-left: 144px !important; }
  .margin-lg-mega {
    margin: 144px !important; }
  .margin-h-lg-mega {
    margin-left: 144px !important;
    margin-right: 144px !important; }
  .margin-v-lg-mega {
    margin-top: 144px !important;
    margin-bottom: 144px !important; }
  .margin-top-lg-mega {
    margin-top: 144px !important; }
  .margin-right-lg-mega {
    margin-right: 144px !important; }
  .margin-bottom-lg-mega {
    margin-bottom: 144px !important; }
  .margin-left-lg-mega {
    margin-left: 144px !important; } }

/**
 * Text Align
 */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

@media only screen and (min-width: 600px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; } }

@media only screen and (min-width: 900px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; } }

@media only screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; } }

/**
 * Color
 */
.color-brand-1 {
  color: #217CBB; }

.color-accent-1 {
  color: #0063A3; }

.color-accent-2 {
  color: #da212c; }

.color-accent-3 {
  color: #1e8a44; }

.color-accent-4 {
  color: #6B6ECC; }

.color-primary {
  color: #217CBB; }

.color-secondary {
  color: #0063A3; }

.color-danger {
  color: #ce2740; }

.color-success {
  color: #1cb260; }

.color-warning {
  color: #fbad26; }

.color-light {
  color: #f3f3f7; }

.color-dark {
  color: #363545; }

.color-white {
  color: #ffffff; }

.color-light-0 {
  color: #f9f9fb; }

.color-light-1 {
  color: #f3f3f7; }

.color-gray-0 {
  color: #eaeaef; }

.color-gray-1 {
  color: #e2e2e7; }

.color-gray-2 {
  color: #d0d0d7; }

.color-gray-3 {
  color: #bfbfc6; }

.color-gray-4 {
  color: #aeaeb6; }

.color-gray-5 {
  color: #9d9da6; }

.color-gray-6 {
  color: #8c8b96; }

.color-gray-7 {
  color: #7b7a86; }

.color-gray-8 {
  color: #6a6976; }

.color-gray-9 {
  color: #595868; }

.color-gray-10 {
  color: #474655; }

.color-dark-0 {
  color: #363545; }

.color-dark-1 {
  color: #262533; }

.color-dark-2 {
  color: #1b1a26; }

.color-dark-3 {
  color: #0b0a12; }

.color-black {
  color: #000000; }

:root {
  --color-brand-1: #217CBB;
  --color-accent-1: #0063A3;
  --color-accent-2: #da212c;
  --color-accent-3: #1e8a44;
  --color-accent-4: #6B6ECC;
  --color-primary: #217CBB;
  --color-secondary: #0063A3;
  --color-danger: #ce2740;
  --color-success: #1cb260;
  --color-warning: #fbad26;
  --color-light: #f3f3f7;
  --color-dark: #363545;
  --color-white: #ffffff;
  --color-light-0: #f9f9fb;
  --color-light-1: #f3f3f7;
  --color-gray-0: #eaeaef;
  --color-gray-1: #e2e2e7;
  --color-gray-2: #d0d0d7;
  --color-gray-3: #bfbfc6;
  --color-gray-4: #aeaeb6;
  --color-gray-5: #9d9da6;
  --color-gray-6: #8c8b96;
  --color-gray-7: #7b7a86;
  --color-gray-8: #6a6976;
  --color-gray-9: #595868;
  --color-gray-10: #474655;
  --color-dark-0: #363545;
  --color-dark-1: #262533;
  --color-dark-2: #1b1a26;
  --color-dark-3: #0b0a12;
  --color-black: #000000; }

.is-inverse {
  color: #ffffff !important; }
  .is-inverse *:not(a) {
    color: #ffffff !important; }

/**
 * Background
 */
.bg-brand-1 {
  background-color: #217CBB; }

.bg-accent-1 {
  background-color: #0063A3; }

.bg-accent-2 {
  background-color: #da212c; }

.bg-accent-3 {
  background-color: #1e8a44; }

.bg-accent-4 {
  background-color: #6B6ECC; }

.bg-primary {
  background-color: #217CBB; }

.bg-secondary {
  background-color: #0063A3; }

.bg-danger {
  background-color: #ce2740; }

.bg-success {
  background-color: #1cb260; }

.bg-warning {
  background-color: #fbad26; }

.bg-light {
  background-color: #f3f3f7; }

.bg-dark {
  background-color: #363545; }

.bg-white {
  background-color: #ffffff; }

.bg-light-0 {
  background-color: #f9f9fb; }

.bg-light-1 {
  background-color: #f3f3f7; }

.bg-gray-0 {
  background-color: #eaeaef; }

.bg-gray-1 {
  background-color: #e2e2e7; }

.bg-gray-2 {
  background-color: #d0d0d7; }

.bg-gray-3 {
  background-color: #bfbfc6; }

.bg-gray-4 {
  background-color: #aeaeb6; }

.bg-gray-5 {
  background-color: #9d9da6; }

.bg-gray-6 {
  background-color: #8c8b96; }

.bg-gray-7 {
  background-color: #7b7a86; }

.bg-gray-8 {
  background-color: #6a6976; }

.bg-gray-9 {
  background-color: #595868; }

.bg-gray-10 {
  background-color: #474655; }

.bg-dark-0 {
  background-color: #363545; }

.bg-dark-1 {
  background-color: #262533; }

.bg-dark-2 {
  background-color: #1b1a26; }

.bg-dark-3 {
  background-color: #0b0a12; }

.bg-black {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent; }

/**
 * Box Shadow
 */
.box-shadow-none {
  box-shadow: none; }

.box-shadow-1 {
  box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05); }

.box-shadow-2 {
  box-shadow: 0px 12px 10px 0px rgba(54, 53, 69, 0.1), 0px 12px 16px 4px rgba(54, 53, 69, 0.05); }

.box-shadow-3 {
  box-shadow: 0px 8px 24px 0px rgba(54, 53, 69, 0.1), 0px 16px 20px 0px rgba(54, 53, 69, 0.05); }

.box-shadow-4 {
  box-shadow: 0px 16px 28px 0px rgba(54, 53, 69, 0.05), 0px 16px 40px 0px rgba(54, 53, 69, 0.1); }

/**
 * Border Radius
 */
/**
 * Depth
 */
.depth-1 {
  box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05);
  z-index: 100; }

.depth-2 {
  box-shadow: 0px 12px 10px 0px rgba(54, 53, 69, 0.1), 0px 12px 16px 4px rgba(54, 53, 69, 0.05);
  z-index: 200; }

.depth-3 {
  box-shadow: 0px 8px 24px 0px rgba(54, 53, 69, 0.1), 0px 16px 20px 0px rgba(54, 53, 69, 0.05);
  z-index: 300; }

.depth-4 {
  box-shadow: 0px 16px 28px 0px rgba(54, 53, 69, 0.05), 0px 16px 40px 0px rgba(54, 53, 69, 0.1);
  z-index: 400; }

/**
 * Font Family
 */
.font-sans-serif {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif; }

.font-serif {
  font-family: georgia, times, serif; }

.font-code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; }

/**
 * Font Weight
 */
.font-weight-light {
  font-weight: 300; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 600; }

.font-weight-black {
  font-weight: 800; }

/**
 * Vertical Align
 */
.v-align-top {
  vertical-align: middle; }

.v-align-middle {
  vertical-align: middle; }

.v-align-bottom {
  vertical-align: middle; }

.v-align-text-top {
  vertical-align: text-top; }

.v-align-text-bottom {
  vertical-align: text-bottom; }

@media only screen and (min-width: 600px) {
  .v-align-top-sm {
    vertical-align: middle; }
  .v-align-middle-sm {
    vertical-align: middle; }
  .v-align-bottom-sm {
    vertical-align: middle; }
  .v-align-text-top-sm {
    vertical-align: text-top; }
  .v-align-text-bottom-sm {
    vertical-align: text-bottom; } }

@media only screen and (min-width: 900px) {
  .v-align-top-md {
    vertical-align: middle; }
  .v-align-middle-md {
    vertical-align: middle; }
  .v-align-bottom-md {
    vertical-align: middle; }
  .v-align-text-top-md {
    vertical-align: text-top; }
  .v-align-text-bottom-md {
    vertical-align: text-bottom; } }

@media only screen and (min-width: 1200px) {
  .v-align-top-lg {
    vertical-align: middle; }
  .v-align-middle-lg {
    vertical-align: middle; }
  .v-align-bottom-lg {
    vertical-align: middle; }
  .v-align-text-top-lg {
    vertical-align: text-top; }
  .v-align-text-bottom-lg {
    vertical-align: text-bottom; } }

/**
 * Animation Efffects
 */
.slidein-left {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

@-webkit-keyframes slideInLeft {
  from {
    margin-left: -100%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }

@keyframes slideInLeft {
  from {
    margin-left: -100%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }

.slidein-right {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

@-webkit-keyframes slideInRight {
  from {
    margin-left: 100%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }

@keyframes slideInRight {
  from {
    margin-left: 100%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }

.slidein-top {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideInTop;
          animation-name: slideInTop;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

@-webkit-keyframes slideInTop {
  from {
    margin-top: -100%;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }

@keyframes slideInTop {
  from {
    margin-top: -100%;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }

.slidein-bottom {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideInBottom;
          animation-name: slideInBottom;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

@-webkit-keyframes slideInBottom {
  from {
    margin-bottom: -100%;
    opacity: 0; }
  to {
    margin-bottom: 0;
    opacity: 1; } }

@keyframes slideInBottom {
  from {
    margin-bottom: -100%;
    opacity: 0; }
  to {
    margin-bottom: 0;
    opacity: 1; } }

.fadein {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeout {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.shimmer {
  background-color: #eaeaef;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #363545 20%, #36354570, #363545 70%) right/300% 100%;
  background-repeat: no-repeat;
  -webkit-animation: shimmer 2.5s infinite;
          animation: shimmer 2.5s infinite;
  width: 100%; }

@-webkit-keyframes shimmer {
  100% {
    -webkit-mask-position: left; } }

@keyframes shimmer {
  100% {
    -webkit-mask-position: left; } }

/**

    Media Queries

    .my-box {
        display: block;
        @include for-size(desktop-up) {
            padding: 20px;
        }
    }

 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Reset
 */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.flex-row {
  flex-direction: row; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-column {
  flex-direction: column; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.flex-1 {
  flex: 1; }

.flex-0 {
  flex: 0; }

.justify-content-flex-start {
  justify-content: flex-start; }

.justify-content-flex-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-space-between {
  justify-content: space-between; }

.justify-content-space-around {
  justify-content: space-around; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-baseline {
  align-items: baseline; }

.align-items-stretch {
  align-items: stretch; }

.align-self-start {
  align-self: flex-start; }

.align-self-end {
  align-self: flex-end; }

.align-self-center {
  align-self: center; }

.align-self-baseline {
  align-self: baseline; }

.align-self-stretch {
  align-self: stretch; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

.align-content-center {
  align-content: center; }

.align-content-between {
  align-content: space-between; }

.align-content-around {
  align-content: space-around; }

.align-content-stretch {
  align-content: stretch; }

:root {
  --gutter-width: var(--spacing-md);
  --outer-margin: 16px;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 600px;
  --sm-min: 900px;
  --md-min: 1280px;
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width)); }

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto; }

.flush {
  margin-left: calc(-1 * var(--outer-margin, 2rem));
  margin-right: calc(-1 * var(--outer-margin, 2rem)); }

.container-fluid {
  padding-right: var(--outer-margin);
  padding-left: var(--outer-margin); }

.wrap {
  box-sizing: border-box;
  max-width: 64rem;
  margin: 0 auto; }

.narrow {
  box-sizing: border-box;
  max-width: 50rem;
  margin: 0 auto; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -0.5rem); }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

[class^='col-'] {
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem); }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem); }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 600px) {
  .container {
    width: var(--container-sm); }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 900px) {
  .container {
    width: var(--container-md); }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: var(--container-lg); }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/**
 * Hidden
 * _hidden.scss
 */
.hidden {
  display: none !important; }

@media (max-width: 600px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 900px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 900px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

body,
html {
  color: #262533;
  background: #ffffff;
  height: 100%; }

body.no-nav {
  padding-top: 0; }

.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

a,
a:visited,
a:active,
a:focus,
.link,
.link:visited,
.link:active,
.link:focus {
  color: #0063A3;
  transition: color 200ms ease;
  text-decoration: none; }
  a:hover,
  a:visited:hover,
  a:active:hover,
  a:focus:hover,
  .link:hover,
  .link:visited:hover,
  .link:active:hover,
  .link:focus:hover {
    color: #004470;
    text-decoration: underline;
    cursor: pointer; }
  .is-inverse a, .is-inverse
  a:visited, .is-inverse
  a:active, .is-inverse
  a:focus, .is-inverse
  .link, .is-inverse
  .link:visited, .is-inverse
  .link:active, .is-inverse
  .link:focus {
    color: #aeaeb6; }
    .is-inverse a:hover, .is-inverse
    a:visited:hover, .is-inverse
    a:active:hover, .is-inverse
    a:focus:hover, .is-inverse
    .link:hover, .is-inverse
    .link:visited:hover, .is-inverse
    .link:active:hover, .is-inverse
    .link:focus:hover {
      color: #93939e; }

hr {
  width: 100%;
  height: 1px;
  background-color: #d0d0d7;
  border: 0; }

.hidden,
[hidden],
[aria-hidden="true"] {
  display: none;
  visibility: hidden; }

pre {
  margin: 0; }

::-moz-selection {
  background: #217CBB; }

::selection {
  background: #217CBB; }

/*
    Flaticon icon font: Flaticon
    Creation date: 22/06/2016 15:35
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-add:before {
  content: "\f100"; }

.flaticon-alarm:before {
  content: "\f101"; }

.flaticon-anchor:before {
  content: "\f102"; }

.flaticon-back:before {
  content: "\f103"; }

.flaticon-back-1:before {
  content: "\f104"; }

.flaticon-back-2:before {
  content: "\f105"; }

.flaticon-back-3:before {
  content: "\f106"; }

.flaticon-basketball:before {
  content: "\f107"; }

.flaticon-bell:before {
  content: "\f108"; }

.flaticon-bookmark:before {
  content: "\f109"; }

.flaticon-briefcase:before {
  content: "\f10a"; }

.flaticon-cancel:before {
  content: "\f10b"; }

.flaticon-cancel-1:before {
  content: "\f10c"; }

.flaticon-cancel-2:before {
  content: "\f10d"; }

.flaticon-capa-45svg:before {
  content: "\f10e"; }

.flaticon-chat:before {
  content: "\f10f"; }

.flaticon-checked:before {
  content: "\f110"; }

.flaticon-checked-1:before {
  content: "\f111"; }

.flaticon-chronometer:before {
  content: "\f112"; }

.flaticon-clock:before {
  content: "\f113"; }

.flaticon-cloud:before {
  content: "\f114"; }

.flaticon-cloud-1:before {
  content: "\f115"; }

.flaticon-cloudy:before {
  content: "\f116"; }

.flaticon-compass:before {
  content: "\f117"; }

.flaticon-compass-1:before {
  content: "\f118"; }

.flaticon-copy:before {
  content: "\f119"; }

.flaticon-dollar-symbol:before {
  content: "\f11a"; }

.flaticon-down-arrow:before {
  content: "\f11b"; }

.flaticon-download:before {
  content: "\f11c"; }

.flaticon-download-1:before {
  content: "\f11d"; }

.flaticon-drop:before {
  content: "\f11e"; }

.flaticon-emoticon:before {
  content: "\f11f"; }

.flaticon-envelope:before {
  content: "\f120"; }

.flaticon-euro:before {
  content: "\f121"; }

.flaticon-expand:before {
  content: "\f122"; }

.flaticon-expand-1:before {
  content: "\f123"; }

.flaticon-export:before {
  content: "\f124"; }

.flaticon-fast-forward:before {
  content: "\f125"; }

.flaticon-femenine:before {
  content: "\f126"; }

.flaticon-file:before {
  content: "\f127"; }

.flaticon-film-reel:before {
  content: "\f128"; }

.flaticon-flag:before {
  content: "\f129"; }

.flaticon-folder:before {
  content: "\f12a"; }

.flaticon-funnel:before {
  content: "\f12b"; }

.flaticon-garbage:before {
  content: "\f12c"; }

.flaticon-gift:before {
  content: "\f12d"; }

.flaticon-glass:before {
  content: "\f12e"; }

.flaticon-headphones:before {
  content: "\f12f"; }

.flaticon-heart:before {
  content: "\f130"; }

.flaticon-home:before {
  content: "\f131"; }

.flaticon-hourglass:before {
  content: "\f132"; }

.flaticon-illumination:before {
  content: "\f133"; }

.flaticon-info:before {
  content: "\f134"; }

.flaticon-key:before {
  content: "\f135"; }

.flaticon-layers:before {
  content: "\f136"; }

.flaticon-left-arrow:before {
  content: "\f137"; }

.flaticon-light-bulb:before {
  content: "\f138"; }

.flaticon-link:before {
  content: "\f139"; }

.flaticon-link-1:before {
  content: "\f13a"; }

.flaticon-list:before {
  content: "\f13b"; }

.flaticon-magnifying-glass:before {
  content: "\f13c"; }

.flaticon-masculine:before {
  content: "\f13d"; }

.flaticon-menu:before {
  content: "\f13e"; }

.flaticon-microphone:before {
  content: "\f13f"; }

.flaticon-minus:before {
  content: "\f140"; }

.flaticon-minus-1:before {
  content: "\f141"; }

.flaticon-moon:before {
  content: "\f142"; }

.flaticon-mug:before {
  content: "\f143"; }

.flaticon-mute:before {
  content: "\f144"; }

.flaticon-next:before {
  content: "\f145"; }

.flaticon-next-1:before {
  content: "\f146"; }

.flaticon-next-2:before {
  content: "\f147"; }

.flaticon-next-3:before {
  content: "\f148"; }

.flaticon-next-4:before {
  content: "\f149"; }

.flaticon-next-5:before {
  content: "\f14a"; }

.flaticon-notepad:before {
  content: "\f14b"; }

.flaticon-options:before {
  content: "\f14c"; }

.flaticon-pacman:before {
  content: "\f14d"; }

.flaticon-padlock:before {
  content: "\f14e"; }

.flaticon-padlock-1:before {
  content: "\f14f"; }

.flaticon-paperclip:before {
  content: "\f150"; }

.flaticon-pause:before {
  content: "\f151"; }

.flaticon-pencil:before {
  content: "\f152"; }

.flaticon-photo-camera:before {
  content: "\f153"; }

.flaticon-photograph:before {
  content: "\f154"; }

.flaticon-placeholder:before {
  content: "\f155"; }

.flaticon-play-button:before {
  content: "\f156"; }

.flaticon-plus:before {
  content: "\f157"; }

.flaticon-pound-sterling:before {
  content: "\f158"; }

.flaticon-question:before {
  content: "\f159"; }

.flaticon-rain:before {
  content: "\f15a"; }

.flaticon-rain-1:before {
  content: "\f15b"; }

.flaticon-rain-2:before {
  content: "\f15c"; }

.flaticon-reload:before {
  content: "\f15d"; }

.flaticon-reload-1:before {
  content: "\f15e"; }

.flaticon-reload-2:before {
  content: "\f15f"; }

.flaticon-rewind:before {
  content: "\f160"; }

.flaticon-saturn:before {
  content: "\f161"; }

.flaticon-screen:before {
  content: "\f162"; }

.flaticon-settings:before {
  content: "\f163"; }

.flaticon-settings-1:before {
  content: "\f164"; }

.flaticon-share:before {
  content: "\f165"; }

.flaticon-shopping-bag:before {
  content: "\f166"; }

.flaticon-shopping-cart:before {
  content: "\f167"; }

.flaticon-shuffle:before {
  content: "\f168"; }

.flaticon-signal:before {
  content: "\f169"; }

.flaticon-smartphone:before {
  content: "\f16a"; }

.flaticon-snowflake:before {
  content: "\f16b"; }

.flaticon-sort:before {
  content: "\f16c"; }

.flaticon-sort-1:before {
  content: "\f16d"; }

.flaticon-sort-2:before {
  content: "\f16e"; }

.flaticon-sort-3:before {
  content: "\f16f"; }

.flaticon-speaker:before {
  content: "\f170"; }

.flaticon-speech:before {
  content: "\f171"; }

.flaticon-star:before {
  content: "\f172"; }

.flaticon-stats:before {
  content: "\f173"; }

.flaticon-stats-1:before {
  content: "\f174"; }

.flaticon-stats-2:before {
  content: "\f175"; }

.flaticon-storm:before {
  content: "\f176"; }

.flaticon-tag:before {
  content: "\f177"; }

.flaticon-target:before {
  content: "\f178"; }

.flaticon-telephone:before {
  content: "\f179"; }

.flaticon-test-tube:before {
  content: "\f17a"; }

.flaticon-up-arrow:before {
  content: "\f17b"; }

.flaticon-upload:before {
  content: "\f17c"; }

.flaticon-upload-1:before {
  content: "\f17d"; }

.flaticon-upload-2:before {
  content: "\f17e"; }

.flaticon-user:before {
  content: "\f17f"; }

.flaticon-wifi:before {
  content: "\f180"; }

.flaticon-yen:before {
  content: "\f181"; }

body, html {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-size: 20px;
  line-height: 1.5; }

p {
  line-height: 1.5;
  margin: 0 0 35px 0; }

h1,
.h1 {
  line-height: 1.5;
  font-weight: 800;
  color: #363545;
  display: block;
  padding-bottom: 24px;
  margin: 0; }

h2,
.h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 800;
  color: #363545;
  display: block;
  padding-bottom: 24px;
  margin: 0; }

h3,
.h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 800;
  color: #363545;
  display: block;
  padding-bottom: 24px;
  margin: 0; }

h4,
.h4 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 800;
  color: #363545;
  display: block;
  padding-bottom: 16px;
  margin: 0; }

h5,
.h5 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #363545;
  display: block;
  padding-bottom: 8px;
  margin: 0; }

.font-size-micro {
  font-size: 14px;
  line-height: 1.5; }

.font-size-xs {
  font-size: 20px;
  line-height: 1.5; }

.font-size-sm,
small {
  font-size: 16px;
  line-height: 1.5; }

.font-size-base {
  font-size: 20px;
  line-height: 1.5; }

.font-size-md {
  font-size: 28px;
  line-height: 1.5; }

.font-size-lg {
  font-size: 32px;
  line-height: 1.5; }

.font-size-xl {
  font-size: 36px;
  line-height: 1.5; }

.font-size-super {
  line-height: 1.5; }

.font-size-mega {
  font-size: 56px;
  line-height: 1.5; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

/*

  ALERTS

*/
.ter-alert {
  line-height: 1.5;
  padding: 24px;
  display: block;
  margin-bottom: 24px;
  position: relative;
  border-radius: 0; }
  .ter-alert__icon {
    margin-right: 16px; }
    .ter-alert__icon > i {
      width: auto;
      height: 100%;
      display: inline-block; }
      .ter-alert__icon > i:before {
        opacity: 0.6; }
  .ter-alert__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 0.4;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .ter-alert__close i {
      padding: 0;
      margin: 0; }
    .ter-alert__close:hover {
      opacity: 0.6;
      cursor: pointer; }

.ter-alert--primary {
  background-color: rgba(33, 124, 187, 0.1);
  border: 0.05rem solid #195f90; }
  .ter-alert--primary .ter-alert__icon > i:before {
    color: #124364; }
  .ter-alert--primary .ter-alert__close i {
    color: #16517a; }
  .ter-alert--primary hr {
    opacity: 0.4;
    background-color: #195f90; }
  .ter-alert--primary a {
    color: #124364;
    text-decoration: underline; }
    .ter-alert--primary a:hover {
      color: #195f90;
      text-decoration: underline; }

.ter-alert--secondary {
  background-color: rgba(0, 99, 163, 0.1);
  border: 0.05rem solid #004470; }
  .ter-alert--secondary .ter-alert__icon > i:before {
    color: #00253d; }
  .ter-alert--secondary .ter-alert__close i {
    color: #003557; }
  .ter-alert--secondary hr {
    opacity: 0.4;
    background-color: #004470; }
  .ter-alert--secondary a {
    color: #00253d;
    text-decoration: underline; }
    .ter-alert--secondary a:hover {
      color: #004470;
      text-decoration: underline; }

.ter-alert--danger {
  background-color: rgba(206, 39, 64, 0.1);
  border: 0.05rem solid #a31f33; }
  .ter-alert--danger .ter-alert__icon > i:before {
    color: #781725; }
  .ter-alert--danger .ter-alert__close i {
    color: #8e1b2c; }
  .ter-alert--danger hr {
    opacity: 0.4;
    background-color: #a31f33; }
  .ter-alert--danger a {
    color: #781725;
    text-decoration: underline; }
    .ter-alert--danger a:hover {
      color: #a31f33;
      text-decoration: underline; }

.ter-alert--success {
  background-color: rgba(28, 178, 96, 0.1);
  border: 0.05rem solid #158648; }
  .ter-alert--success .ter-alert__icon > i:before {
    color: #0e5a30; }
  .ter-alert--success .ter-alert__close i {
    color: #12703c; }
  .ter-alert--success hr {
    opacity: 0.4;
    background-color: #158648; }
  .ter-alert--success a {
    color: #0e5a30;
    text-decoration: underline; }
    .ter-alert--success a:hover {
      color: #158648;
      text-decoration: underline; }

.ter-alert--warning {
  background-color: rgba(251, 173, 38, 0.1);
  border: 0.05rem solid #ea9604; }
  .ter-alert--warning .ter-alert__icon > i:before {
    color: #b87603; }
  .ter-alert--warning .ter-alert__close i {
    color: #d18604; }
  .ter-alert--warning hr {
    opacity: 0.4;
    background-color: #ea9604; }
  .ter-alert--warning a {
    color: #b87603;
    text-decoration: underline; }
    .ter-alert--warning a:hover {
      color: #ea9604;
      text-decoration: underline; }

.ter-alert--light {
  background-color: rgba(243, 243, 247, 0.1);
  border: 0.05rem solid #d4d4e3; }
  .ter-alert--light .ter-alert__icon > i:before {
    color: #b6b6ce; }
  .ter-alert--light .ter-alert__close i {
    color: #c5c5d8; }
  .ter-alert--light hr {
    opacity: 0.4;
    background-color: #d4d4e3; }
  .ter-alert--light a {
    color: #b6b6ce;
    text-decoration: underline; }
    .ter-alert--light a:hover {
      color: #d4d4e3;
      text-decoration: underline; }

.ter-alert--dark {
  background-color: rgba(54, 53, 69, 0.1);
  border: 0.05rem solid #1f1f28; }
  .ter-alert--dark .ter-alert__icon > i:before {
    color: #09090b; }
  .ter-alert--dark .ter-alert__close i {
    color: #14141a; }
  .ter-alert--dark hr {
    opacity: 0.4;
    background-color: #1f1f28; }
  .ter-alert--dark a {
    color: #09090b;
    text-decoration: underline; }
    .ter-alert--dark a:hover {
      color: #1f1f28;
      text-decoration: underline; }

.ter-accordion {
  margin-bottom: 24px;
  border-color: #bfbfc6;
  border-width: 0.05rem 0;
  border-style: solid;
  border-radius: 0;
  transition: background 225ms ease-in-out; }
  .ter-accordion__heading {
    border: 0;
    background: transparent;
    padding: 16px 24px;
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left; }
    .ter-accordion__heading:active, .ter-accordion__heading:focus {
      outline: none; }
    .ter-accordion__heading:after {
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: Font Awesome\ 5 Free;
      position: absolute;
      top: 1em;
      right: 24px;
      transform: rotate(-90deg);
      transition: transform 200ms ease-in-out;
      content: "\f053"; }
    .ter-accordion__heading:hover {
      cursor: pointer;
      text-decoration: none; }
  .ter-accordion__content {
    display: none;
    padding: 16px 24px; }
  .ter-accordion.is-expanded .ter-accordion__heading {
    text-decoration: none; }
    .ter-accordion.is-expanded .ter-accordion__heading:after {
      transform: rotate(90deg); }
  .ter-accordion.is-shown .ter-accordion__content {
    display: block; }

.ter-accordion-group {
  margin-bottom: 24px; }
  .ter-accordion-group .ter-accordion {
    margin-bottom: 0; }
    .ter-accordion-group .ter-accordion:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .ter-accordion-group .ter-accordion:last-child {
      border-width: 0.05rem 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

.badge {
  font-size: 12px;
  line-height: 1.5;
  padding: calc(var(--spacing-extra-extra-extra-small) - .05rem) 12px;
  line-height: 100%;
  padding: 4px 8px;
  margin: 0 8px 0 0;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out; }
  .badge:last-child {
    margin-right: 0; }
  .badge__close {
    opacity: 0.4;
    padding: 0;
    margin: 0 0 0 4px;
    background: transparent;
    border: 0; }
    .badge__close:after {
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: Font Awesome\ 5 Free;
      content: "\f00d"; }
    .badge__close:hover {
      cursor: pointer;
      opacity: 0.6; }

.badge--primary {
  color: #ffffff;
  border: 0.05rem solid #217CBB;
  background-color: #217CBB; }
  .badge--primary[href]:hover, .badge--primary[href]:active {
    background-color: #195f90;
    border-color: #195f90;
    text-decoration: none;
    color: #ffffff; }
  .badge--primary[href]:focus {
    background-color: #144b71;
    border-color: #144b71;
    text-decoration: none;
    color: #ffffff; }

.badge--secondary {
  color: #ffffff;
  border: 0.05rem solid #0063A3;
  background-color: #0063A3; }
  .badge--secondary[href]:hover, .badge--secondary[href]:active {
    background-color: #004470;
    border-color: #004470;
    text-decoration: none;
    color: #ffffff; }
  .badge--secondary[href]:focus {
    background-color: #002e4c;
    border-color: #002e4c;
    text-decoration: none;
    color: #ffffff; }

.badge--danger {
  color: #ffffff;
  border: 0.05rem solid #ce2740;
  background-color: #ce2740; }
  .badge--danger[href]:hover, .badge--danger[href]:active {
    background-color: #a31f33;
    border-color: #a31f33;
    text-decoration: none;
    color: #ffffff; }
  .badge--danger[href]:focus {
    background-color: #851929;
    border-color: #851929;
    text-decoration: none;
    color: #ffffff; }

.badge--success {
  color: #ffffff;
  border: 0.05rem solid #1cb260;
  background-color: #1cb260; }
  .badge--success[href]:hover, .badge--success[href]:active {
    background-color: #158648;
    border-color: #158648;
    text-decoration: none;
    color: #ffffff; }
  .badge--success[href]:focus {
    background-color: #106738;
    border-color: #106738;
    text-decoration: none;
    color: #ffffff; }

.badge--warning {
  color: #262533;
  border: 0.05rem solid #fbad26;
  background-color: #fbad26; }
  .badge--warning[href]:hover, .badge--warning[href]:active {
    background-color: #ea9604;
    border-color: #ea9604;
    text-decoration: none;
    color: #262533; }
  .badge--warning[href]:focus {
    background-color: #c77f04;
    border-color: #c77f04;
    text-decoration: none;
    color: #262533; }

.badge--light {
  color: #262533;
  border: 0.05rem solid #f3f3f7;
  background-color: #f3f3f7; }
  .badge--light[href]:hover, .badge--light[href]:active {
    background-color: #d4d4e3;
    border-color: #d4d4e3;
    text-decoration: none;
    color: #262533; }
  .badge--light[href]:focus {
    background-color: #bfbfd4;
    border-color: #bfbfd4;
    text-decoration: none;
    color: #262533; }

.badge--dark {
  color: #ffffff;
  border: 0.05rem solid #363545;
  background-color: #363545; }
  .badge--dark[href]:hover, .badge--dark[href]:active {
    background-color: #1f1f28;
    border-color: #1f1f28;
    text-decoration: none;
    color: #ffffff; }
  .badge--dark[href]:focus {
    background-color: #100f14;
    border-color: #100f14;
    text-decoration: none;
    color: #ffffff; }

.badge--outline--primary {
  color: #217CBB;
  border: 0.05rem solid #217CBB;
  background-color: transparent; }
  .badge--outline--primary[href]:hover, .badge--outline--primary[href]:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }
  .badge--outline--primary[href]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }

.badge--outline--secondary {
  color: #0063A3;
  border: 0.05rem solid #0063A3;
  background-color: transparent; }
  .badge--outline--secondary[href]:hover, .badge--outline--secondary[href]:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }
  .badge--outline--secondary[href]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }

.badge--outline--danger {
  color: #ce2740;
  border: 0.05rem solid #ce2740;
  background-color: transparent; }
  .badge--outline--danger[href]:hover, .badge--outline--danger[href]:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }
  .badge--outline--danger[href]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }

.badge--outline--success {
  color: #1cb260;
  border: 0.05rem solid #1cb260;
  background-color: transparent; }
  .badge--outline--success[href]:hover, .badge--outline--success[href]:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }
  .badge--outline--success[href]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }

.badge--outline--warning {
  color: #fbad26;
  border: 0.05rem solid #fbad26;
  background-color: transparent; }
  .badge--outline--warning[href]:hover, .badge--outline--warning[href]:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }
  .badge--outline--warning[href]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }

.badge--outline--light {
  color: #f3f3f7;
  border: 0.05rem solid #f3f3f7;
  background-color: transparent; }
  .badge--outline--light[href]:hover, .badge--outline--light[href]:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }
  .badge--outline--light[href]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }

.badge--outline--dark {
  color: #363545;
  border: 0.05rem solid #363545;
  background-color: transparent; }
  .badge--outline--dark[href]:hover, .badge--outline--dark[href]:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }
  .badge--outline--dark[href]:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #ffffff; }

.ter-breadcrumb__list {
  padding: 0px;
  margin-top: 0;
  margin-bottom: 16px;
  list-style: none; }
  .ter-breadcrumb__list > li + li::before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\f054";
    color: #cccccc;
    padding: 0px 8px;
    font-size: 75%; }

.ter-breadcrumb__list-item {
  display: inline-block; }
  .ter-breadcrumb__list-item a {
    text-decoration: none; }

button {
  border: 0;
  background: transparent; }
  button:active, button:focus {
    outline: none; }

.ter-button,
a.ter-button {
  line-height: 1.5;
  font-size: 16px;
  padding: 12px 48px;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 100ms ease-in-out;
  display: inline-block;
  text-align: center; }
  .ter-button[href]:hover, .ter-button[href]:visited, .ter-button[href]:active, .ter-button[href]:focus,
  .ter-button[href] a:active,
  a.ter-button[href]:hover,
  a.ter-button[href]:visited,
  a.ter-button[href]:active,
  a.ter-button[href]:focus,
  a.ter-button[href] a:active {
    cursor: pointer;
    text-decoration: none; }
  .ter-button[href]:active,
  a.ter-button[href]:active {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); }
  .ter-button i,
  a.ter-button i {
    margin-left: 12px; }
    .ter-button i:before,
    a.ter-button i:before {
      font-size: 75%;
      transition: color 200ms ease-in-out; }

.ter-button--primary,
a.ter-button--primary {
  background-color: #217CBB;
  border: 1px solid #217CBB;
  color: #ffffff; }
  .ter-button--primary:visited, .ter-button--primary:active, .ter-button--primary:focus,
  a.ter-button--primary:visited,
  a.ter-button--primary:active,
  a.ter-button--primary:focus {
    color: #ffffff; }
  .ter-button--primary:hover,
  a.ter-button--primary:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1c689d;
    border-color: #185a87;
    cursor: pointer; }
  .ter-button--primary:active,
  a.ter-button--primary:active {
    background-color: #185a87; }
  .ter-button--primary i:before,
  a.ter-button--primary i:before {
    color: #ffffff; }

.ter-button--secondary,
a.ter-button--secondary {
  background-color: #0063A3;
  border: 1px solid #0063A3;
  color: #ffffff; }
  .ter-button--secondary:visited, .ter-button--secondary:active, .ter-button--secondary:focus,
  a.ter-button--secondary:visited,
  a.ter-button--secondary:active,
  a.ter-button--secondary:focus {
    color: #ffffff; }
  .ter-button--secondary:hover,
  a.ter-button--secondary:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #004d7f;
    border-color: #003e66;
    cursor: pointer; }
  .ter-button--secondary:active,
  a.ter-button--secondary:active {
    background-color: #003e66; }
  .ter-button--secondary i:before,
  a.ter-button--secondary i:before {
    color: #ffffff; }

.ter-button--danger,
a.ter-button--danger {
  background-color: #ce2740;
  border: 1px solid #ce2740;
  color: #ffffff; }
  .ter-button--danger:visited, .ter-button--danger:active, .ter-button--danger:focus,
  a.ter-button--danger:visited,
  a.ter-button--danger:active,
  a.ter-button--danger:focus {
    color: #ffffff; }
  .ter-button--danger:hover,
  a.ter-button--danger:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #b02137;
    border-color: #9b1d30;
    cursor: pointer; }
  .ter-button--danger:active,
  a.ter-button--danger:active {
    background-color: #9b1d30; }
  .ter-button--danger i:before,
  a.ter-button--danger i:before {
    color: #ffffff; }

.ter-button--success,
a.ter-button--success {
  background-color: #1cb260;
  border: 1px solid #1cb260;
  color: #ffffff; }
  .ter-button--success:visited, .ter-button--success:active, .ter-button--success:focus,
  a.ter-button--success:visited,
  a.ter-button--success:active,
  a.ter-button--success:focus {
    color: #ffffff; }
  .ter-button--success:hover,
  a.ter-button--success:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #17934f;
    border-color: #147d43;
    cursor: pointer; }
  .ter-button--success:active,
  a.ter-button--success:active {
    background-color: #147d43; }
  .ter-button--success i:before,
  a.ter-button--success i:before {
    color: #ffffff; }

.ter-button--warning,
a.ter-button--warning {
  background-color: #fbad26;
  border: 1px solid #fbad26;
  color: #262533; }
  .ter-button--warning:visited, .ter-button--warning:active, .ter-button--warning:focus,
  a.ter-button--warning:visited,
  a.ter-button--warning:active,
  a.ter-button--warning:focus {
    color: #262533; }
  .ter-button--warning:hover,
  a.ter-button--warning:hover {
    color: #262533;
    text-decoration: none;
    background-color: #f99f05;
    border-color: #e08f04;
    cursor: pointer; }
  .ter-button--warning:active,
  a.ter-button--warning:active {
    background-color: #e08f04; }
  .ter-button--warning i:before,
  a.ter-button--warning i:before {
    color: #262533; }

.ter-button--light,
a.ter-button--light {
  background-color: #f3f3f7;
  border: 1px solid #f3f3f7;
  color: #262533; }
  .ter-button--light:visited, .ter-button--light:active, .ter-button--light:focus,
  a.ter-button--light:visited,
  a.ter-button--light:active,
  a.ter-button--light:focus {
    color: #262533; }
  .ter-button--light:hover,
  a.ter-button--light:hover {
    color: #262533;
    text-decoration: none;
    background-color: #dedee9;
    border-color: #cecedf;
    cursor: pointer; }
  .ter-button--light:active,
  a.ter-button--light:active {
    background-color: #cecedf; }
  .ter-button--light i:before,
  a.ter-button--light i:before {
    color: #262533; }

.ter-button--dark,
a.ter-button--dark {
  background-color: #363545;
  border: 1px solid #363545;
  color: #ffffff; }
  .ter-button--dark:visited, .ter-button--dark:active, .ter-button--dark:focus,
  a.ter-button--dark:visited,
  a.ter-button--dark:active,
  a.ter-button--dark:focus {
    color: #ffffff; }
  .ter-button--dark:hover,
  a.ter-button--dark:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #262531;
    border-color: #1b1a22;
    cursor: pointer; }
  .ter-button--dark:active,
  a.ter-button--dark:active {
    background-color: #1b1a22; }
  .ter-button--dark i:before,
  a.ter-button--dark i:before {
    color: #ffffff; }

.ter-button--outline,
a.ter-button--outline {
  background-color: transparent;
  border: 1px solid #0063A3;
  color: #0063A3; }
  .ter-button--outline:visited, .ter-button--outline:active, .ter-button--outline:focus,
  a.ter-button--outline:visited,
  a.ter-button--outline:active,
  a.ter-button--outline:focus {
    color: #0063A3; }
  .ter-button--outline:hover,
  a.ter-button--outline:hover {
    color: #0063A3;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: #003e66;
    cursor: pointer; }
  .ter-button--outline:active,
  a.ter-button--outline:active {
    background-color: rgba(0, 0, 0, 0); }
  .ter-button--outline i:before,
  a.ter-button--outline i:before {
    color: #0063A3; }
  .ter-button--outline:hover,
  a.ter-button--outline:hover {
    background-color: #0063A3;
    border-color: #0063A3;
    color: #ffffff; }
  .is-inverse .ter-button--outline, .is-inverse
  a.ter-button--outline {
    color: #ffffff;
    border-color: #ffffff; }
    .is-inverse .ter-button--outline:hover, .is-inverse
    a.ter-button--outline:hover {
      border-color: #ffffff;
      background: #ffffff;
      color: #262533; }

.ter-button--ghost,
a.ter-button--ghost {
  background-color: transparent;
  border: 1px solid #0063A3;
  color: #0063A3;
  border: 0px; }
  .ter-button--ghost:visited, .ter-button--ghost:active, .ter-button--ghost:focus,
  a.ter-button--ghost:visited,
  a.ter-button--ghost:active,
  a.ter-button--ghost:focus {
    color: #0063A3; }
  .ter-button--ghost:hover,
  a.ter-button--ghost:hover {
    color: #0063A3;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: #003e66;
    cursor: pointer; }
  .ter-button--ghost:active,
  a.ter-button--ghost:active {
    background-color: rgba(0, 0, 0, 0); }
  .ter-button--ghost i:before,
  a.ter-button--ghost i:before {
    color: #0063A3; }
  .ter-button--ghost:hover,
  a.ter-button--ghost:hover {
    color: #004470;
    text-decoration: none; }
  .ter-button--ghost:active,
  a.ter-button--ghost:active {
    box-shadow: none; }

.ter-button--large,
a.ter-button--large {
  line-height: 1.5; }

.ter-button--small,
a.ter-button--small {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 12px; }

.ter-button--block,
a.ter-button--block {
  padding: 12px 0;
  display: block;
  width: 100%; }

.ter-button--fixed-width,
a.ter-button--fixed-width {
  width: 100%; }

.ter-button--icon,
a.ter-button--icon {
  background-color: transparent;
  border: 1px solid transparent;
  color: #aeaeb6;
  padding: 4px 8px;
  margin: 0px;
  outline: none;
  border: 0; }
  .ter-button--icon:visited, .ter-button--icon:active, .ter-button--icon:focus,
  a.ter-button--icon:visited,
  a.ter-button--icon:active,
  a.ter-button--icon:focus {
    color: #aeaeb6; }
  .ter-button--icon:hover,
  a.ter-button--icon:hover {
    color: #aeaeb6;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer; }
  .ter-button--icon:active,
  a.ter-button--icon:active {
    background-color: rgba(0, 0, 0, 0); }
  .ter-button--icon i:before,
  a.ter-button--icon i:before {
    color: #aeaeb6; }
  .ter-button--icon i,
  a.ter-button--icon i {
    margin-left: 0; }
    .ter-button--icon i:before,
    a.ter-button--icon i:before {
      font-size: 125%; }
  .ter-button--icon:hover,
  a.ter-button--icon:hover {
    text-decoration: underline; }
    .ter-button--icon:hover i:before,
    a.ter-button--icon:hover i:before {
      color: #8c8b96 !important; }
  .ter-button--icon:active,
  a.ter-button--icon:active {
    box-shadow: none; }

.ter-split-button {
  position: relative; }
  .ter-split-button button {
    display: inline-block;
    float: left;
    margin-right: 1px; }
    .ter-split-button button:first-of-type {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .ter-split-button button:last-of-type {
      margin-right: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .ter-split-button button:only-of-type {
      margin-right: 0px;
      border-radius: initial; }
  .ter-split-button .dropdown {
    position: unset; }
    .ter-split-button .dropdown:after {
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: Font Awesome\ 5 Free;
      content: "\f078";
      margin: 0;
      padding: 0;
      font-size: 75%; }

.ter-card {
  background: #ffffff;
  position: relative;
  border-width: 0px;
  border-style: solid;
  border-color: #d0d0d7;
  border-radius: 0;
  display: flex;
  flex-direction: column; }
  .ter-card[href] {
    display: flex; }
  .ter-card__body {
    display: block;
    padding: 32px; }
  .ter-card__title {
    display: block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    color: #363545;
    display: block;
    padding-bottom: 8px;
    margin: 0; }
  .ter-card__image {
    display: block;
    overflow: hidden; }
    .ter-card__image--top {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      max-width: 100%; }
    .ter-card__image--left {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      max-width: 100%; }
    .ter-card__image > img {
      width: 100%;
      height: auto; }
  .ter-card--flat {
    background: transparent;
    border-width: 0px; }
    .ter-card--flat .ter-card__body {
      padding-left: 0;
      padding-right: 0; }

.is-inverse .ter-card a,
.is-inverse .ter-card .link {
  color: #0063A3;
  text-decoration: none; }
  .is-inverse .ter-card a:hover,
  .is-inverse .ter-card .link:hover {
    color: #004470;
    text-decoration: none; }

/*
 * Terra Design System: v.1.0.0
 * _dropdown.scss
 */
.ter-dropdown {
  position: relative;
  display: inline-block;
  box-sizing: border-box; }
  .ter-dropdown__toggle {
    position: relative; }
    .ter-dropdown__toggle:after {
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: Font Awesome\ 5 Free;
      content: "\f078";
      font-size: 75%;
      margin-left: 12px; }
    [data-direction="right"] .ter-dropdown__toggle:after {
      transform: rotate(-90deg); }
    [data-direction="left"] .ter-dropdown__toggle:after {
      transform: rotate(90deg); }
    [data-direction="up"] .ter-dropdown__toggle:after {
      transform: rotate(180deg); }
  .ter-dropdown__menu {
    box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05);
    z-index: 100;
    border: 1px solid #aeaeb6;
    border-radius: 0;
    min-width: 12.5em;
    position: absolute;
    top: calc(100%);
    padding: 12px 0;
    left: 0;
    float: left;
    text-align: left;
    list-style: none;
    transform: translate(0px, -10px);
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    margin: 0;
    transition: transform 225ms, opacity 225ms, visibility 225ms; }
    .is-open .ter-dropdown__menu {
      visibility: visible;
      opacity: 1;
      transform: translate(0px, 1px); }
    [data-direction="right"] .ter-dropdown__menu {
      top: 0px;
      left: calc(100%);
      transform: translate(-10px, 0px); }
    [data-direction="right"].is-open .ter-dropdown__menu {
      transform: translate(1px, 0px); }
    [data-direction="left"] .ter-dropdown__menu {
      top: 0px;
      left: unset;
      right: calc(100%);
      transform: translate(10px, 0px); }
    [data-direction="left"].is-open .ter-dropdown__menu {
      transform: translate(-1px, 0px); }
    [data-direction="up"] .ter-dropdown__menu {
      top: unset;
      bottom: calc(100%);
      left: 0;
      transform: translate(0px, 10px); }
    [data-direction="up"].is-open .ter-dropdown__menu {
      transform: translate(0px, -1px); }
  .ter-dropdown__item {
    padding: 0; }
    .ter-dropdown__item a {
      line-height: 1.5;
      font-size: 16px;
      color: #262533;
      padding: 8px 16px;
      display: block;
      text-decoration: none; }
      .ter-dropdown__item a:hover {
        color: #101015;
        background: #f3f3f7;
        text-decoration: none; }
    .ter-dropdown__item--separator {
      display: block;
      padding: 12px 0 0 0;
      margin-bottom: 12px;
      border-bottom: 1px solid #aeaeb6; }
    .ter-dropdown__item--no-link {
      font-size: 14px;
      line-height: 1.5;
      font-weight: 600;
      padding: 8px 16px;
      text-transform: uppercase;
      color: #8c8b96 !important; }
      .is-inverse .ter-dropdown__item--no-link {
        color: #8c8b96 !important; }

/*

  Forms

*/
.ter-input {
  padding: 12px 0; }
  .ter-input:first-child:not(:only-of-type) {
    padding-top: 0; }
  .ter-input:last-child:not(:only-of-type) {
    padding-bottom: 0; }
  .ter-input:only-of-type {
    padding-top: 0;
    padding-bottom: 0; }
  .ter-input__label {
    line-height: 1.5;
    font-size: 24px;
    display: block;
    padding-bottom: 8px;
    color: #262533; }
  .ter-input__wrap {
    position: relative; }
    .ter-input__wrap i {
      position: absolute;
      top: 50%;
      right: .75rem;
      transform: translateY(-50%); }
    .ter-input__wrap input[type="text"],
    .ter-input__wrap input[type="email"],
    .ter-input__wrap input[type="file"],
    .ter-input__wrap input[type="password"],
    .ter-input__wrap textarea {
      line-height: 1.5;
      font-size: 24px;
      box-sizing: border-box;
      padding: 8px 16px;
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      border-width: 0.05rem;
      border-style: solid;
      border-color: #aeaeb6;
      background-color: #ffffff;
      border-radius: 0;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      transition: box-shadow 200ms ease-in-out, border-color 200ms ease-in-out; }
      .is-inverse .ter-input__wrap input[type="text"], .is-inverse
      .ter-input__wrap input[type="email"], .is-inverse
      .ter-input__wrap input[type="file"], .is-inverse
      .ter-input__wrap input[type="password"], .is-inverse
      .ter-input__wrap textarea {
        color: #aeaeb6;
        border-width: 0.05rem;
        border-style: solid;
        border-color: #363545;
        background-color: #474655; }
      .ter-input__wrap input[type="text"]:focus,
      .ter-input__wrap input[type="email"]:focus,
      .ter-input__wrap input[type="file"]:focus,
      .ter-input__wrap input[type="password"]:focus,
      .ter-input__wrap textarea:focus {
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
        border-color: #217CBB; }
      .ter-input__wrap input[type="text"].input-lg,
      .ter-input__wrap input[type="email"].input-lg,
      .ter-input__wrap input[type="file"].input-lg,
      .ter-input__wrap input[type="password"].input-lg,
      .ter-input__wrap textarea.input-lg {
        line-height: 1.5; }
      .ter-input__wrap input[type="text"].input-sm,
      .ter-input__wrap input[type="email"].input-sm,
      .ter-input__wrap input[type="file"].input-sm,
      .ter-input__wrap input[type="password"].input-sm,
      .ter-input__wrap textarea.input-sm {
        font-size: 14px;
        line-height: 1.5; }
      .ter-input__wrap input[type="text"]::-moz-placeholder, .ter-input__wrap input[type="email"]::-moz-placeholder, .ter-input__wrap input[type="file"]::-moz-placeholder, .ter-input__wrap input[type="password"]::-moz-placeholder, .ter-input__wrap textarea::-moz-placeholder {
        color: #9d9da6; }
      .ter-input__wrap input[type="text"]:-ms-input-placeholder, .ter-input__wrap input[type="email"]:-ms-input-placeholder, .ter-input__wrap input[type="file"]:-ms-input-placeholder, .ter-input__wrap input[type="password"]:-ms-input-placeholder, .ter-input__wrap textarea:-ms-input-placeholder {
        color: #9d9da6; }
      .ter-input__wrap input[type="text"]::placeholder,
      .ter-input__wrap input[type="email"]::placeholder,
      .ter-input__wrap input[type="file"]::placeholder,
      .ter-input__wrap input[type="password"]::placeholder,
      .ter-input__wrap textarea::placeholder {
        color: #9d9da6; }
      .ter-input__wrap input[type="text"]:disabled,
      .ter-input__wrap input[type="email"]:disabled,
      .ter-input__wrap input[type="file"]:disabled,
      .ter-input__wrap input[type="password"]:disabled,
      .ter-input__wrap textarea:disabled {
        color: rgba(174, 174, 182, 0.3);
        border-color: rgba(174, 174, 182, 0.3);
        background: rgba(174, 174, 182, 0.05);
        cursor: not-allowed; }
      .ter-input__wrap input[type="text"]:focus,
      .ter-input__wrap input[type="email"]:focus,
      .ter-input__wrap input[type="file"]:focus,
      .ter-input__wrap input[type="password"]:focus,
      .ter-input__wrap textarea:focus {
        outline: none; }
      .has-error .ter-input__wrap input[type="text"], .has-error
      .ter-input__wrap input[type="email"], .has-error
      .ter-input__wrap input[type="file"], .has-error
      .ter-input__wrap input[type="password"], .has-error
      .ter-input__wrap textarea {
        border-color: #ce2740; }
      .has-success .ter-input__wrap input[type="text"], .has-success
      .ter-input__wrap input[type="email"], .has-success
      .ter-input__wrap input[type="file"], .has-success
      .ter-input__wrap input[type="password"], .has-success
      .ter-input__wrap textarea {
        border-color: #1cb260; }
    .ter-input__wrap textarea {
      line-height: 1.5;
      display: block;
      width: 100%; }
  .ter-input__message {
    font-size: 24px;
    line-height: 1.5;
    display: block; }
    .has-error .ter-input__message {
      color: #ce2740; }
    .has-success .ter-input__message {
      color: #1cb260; }
  .ter-input--chunky input[type="text"],
  .ter-input--chunky input[type="email"],
  .ter-input--chunky input[type="file"],
  .ter-input--chunky input[type="password"],
  .ter-input--chunky textarea {
    font-size: 20px;
    padding: 24px 16px 4px 16px; }
  .ter-input--chunky .ter-input__wrap {
    position: relative; }
  .ter-input--chunky .ter-input__label {
    font-size: 20px;
    color: #9d9da6;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    z-index: 10;
    padding-bottom: 0; }
  .ter-input--chunky.has-value .ter-input__label {
    font-size: 20px;
    top: 16px; }

.ter-checkbox,
.ter-radio {
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: content-box; }
  .ter-checkbox__label,
  .ter-radio__label {
    line-height: 1.5;
    font-size: 24px;
    display: block;
    padding-bottom: 8px;
    color: #262533; }

.ter-radio input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0; }
  .ter-radio input[type="radio"]:checked + label:after {
    transform: scale(1, 1); }
  .ter-radio input[type="radio"]:focus + label:before {
    outline: 0; }

.ter-radio__label {
  line-height: 1.5;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  cursor: pointer; }
  .ter-radio__label:before, .ter-radio__label:after {
    position: absolute;
    content: "";
    display: inline-block; }
  .ter-radio__label:before {
    height: 12px;
    width: 12px;
    border: 1px solid #aeaeb6;
    left: 0px;
    top: 5px;
    border-radius: 50%; }
  .ter-radio__label:after {
    height: 8px;
    width: 8px;
    left: 3px;
    top: 8px;
    background: #217CBB;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: transform 200ms ease-in-out; }

.ter-checkbox input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0; }
  .ter-checkbox input[type="checkbox"]:checked + label:after {
    transform: scale(1, 1); }
  .ter-checkbox input[type="checkbox"]:focus + label:before {
    outline: 0; }

.ter-checkbox__label {
  line-height: 1.5;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  cursor: pointer; }
  .ter-checkbox__label:before, .ter-checkbox__label:after {
    position: absolute;
    content: "";
    display: inline-block; }
  .ter-checkbox__label:before {
    height: 12px;
    width: 12px;
    border: 1px solid #aeaeb6;
    left: 0px;
    top: 5px; }
  .ter-checkbox__label:after {
    height: 8px;
    width: 8px;
    left: 3px;
    top: 8px;
    background: #217CBB;
    transform: scale(0, 0);
    transition: transform 200ms ease-in-out; }

.ter-radio-group {
  padding-top: 12px;
  padding-bottom: 12px; }
  .ter-radio-group__label {
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 12px; }
  .ter-radio-group .ter-radio {
    padding-top: 0px;
    padding-bottom: 0px; }

select {
  line-height: 1.5;
  font-size: 24px;
  box-sizing: border-box;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-width: 0.05rem;
  border-style: solid;
  border-color: #aeaeb6;
  background-color: #ffffff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  position: relative; }
  .is-inverse select {
    color: #aeaeb6;
    border-width: 0.05rem;
    border-style: solid;
    border-color: #363545;
    background-color: #474655; }
  select i {
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%); }

.select-wrap {
  position: relative; }
  .select-wrap:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 0.75rem;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 0 24px 0;
  border: 0; }
  fieldset legend {
    margin-bottom: 16px; }

.ter-search-bar {
  display: flex; }
  .ter-search-bar__input {
    flex: 1; }
  .ter-search-bar__submit {
    line-height: 1.5;
    font-size: 24px;
    box-sizing: border-box;
    padding: 8px 16px;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    border-width: 0.05rem;
    border-style: solid;
    border-color: #aeaeb6;
    background-color: #ffffff;
    border-radius: 0;
    box-sizing: border-box;
    width: initial;
    margin-left: 1px; }
    .is-inverse .ter-search-bar__submit {
      color: #aeaeb6;
      border-width: 0.05rem;
      border-style: solid;
      border-color: #363545;
      background-color: #474655; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%; }

.select-styled {
  line-height: 1.5;
  font-size: 24px;
  box-sizing: border-box;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-width: 0.05rem;
  border-style: solid;
  border-color: #aeaeb6;
  background-color: #ffffff;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  width: initial; }
  .is-inverse .select-styled {
    color: #aeaeb6;
    border-width: 0.05rem;
    border-style: solid;
    border-color: #363545;
    background-color: #474655; }
  .select-styled:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\f078";
    font-size: 75%;
    margin-left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5em;
    color: #8c8b96; }
  .select-styled.active {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
    border-color: #217CBB; }

.select-options {
  box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05);
  z-index: 100;
  border: 1px solid #aeaeb6;
  border-radius: 0;
  min-width: 12.5em;
  position: absolute;
  top: calc(100%);
  padding: 12px 0;
  left: 0;
  float: left;
  text-align: left;
  list-style: none;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  margin: 0;
  transition: transform 225ms, opacity 225ms, visibility 225ms;
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch; }
  .select-options.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(1px); }
  .select-options.drop-up {
    top: unset;
    bottom: calc(100%);
    transform: translateY(10px); }
    .select-options.drop-up.is-open {
      transform: translateY(1px); }
  .select-options__wrap {
    max-height: 240px;
    overflow: scroll;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch; }
  .select-options__search-filter {
    position: relative; }
    .select-options__search-filter input {
      line-height: 1.5;
      font-size: 24px;
      box-sizing: border-box;
      padding: 8px 16px;
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      border-width: 0.05rem;
      border-style: solid;
      border-color: #aeaeb6;
      background-color: #ffffff;
      border-radius: 0;
      box-sizing: border-box;
      border: 0;
      background: transparent; }
      .is-inverse .select-options__search-filter input {
        color: #aeaeb6;
        border-width: 0.05rem;
        border-style: solid;
        border-color: #363545;
        background-color: #474655; }
    .select-options__search-filter:after {
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: Font Awesome\ 5 Free;
      content: "\f002";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      color: neutral-color("gray-1"); }
  .select-options__item {
    line-height: 1.5;
    font-size: 16px;
    color: #262533;
    padding: 8px 16px;
    display: block;
    text-decoration: none; }
    .select-options__item:hover {
      color: #101015;
      background: #f3f3f7;
      text-decoration: none; }
  .select-options [rel="hide"] {
    display: none; }
  .select-options__no-results {
    cursor: default;
    color: neutral-color("gray-1");
    padding: 8px 16px; }

.ter-fieldset__legend {
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600; }

ul.list-inline {
  display: flex;
  margin: 0;
  padding: 0; }
  ul.list-inline:after {
    content: '';
    display: block;
    clear: both; }
  ul.list-inline--left {
    justify-content: flex-start; }
  ul.list-inline--center {
    justify-content: center; }
  ul.list-inline--right {
    justify-content: flex-end; }
  ul.list-inline li {
    display: inline-block;
    list-style: none;
    padding: 0 4px; }
  ul.list-inline li:first-child {
    padding-left: 0; }
  ul.list-inline li:last-child {
    padding-right: 0; }

.list-unstyled {
  margin: 0 0 35px 0;
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-unstyled > li {
    padding: 12px 0; }

.list-condensed li {
  padding: 0; }

ul,
ol {
  margin: 0 0 35px 0; }
  ul li,
  ol li {
    padding: 4px 0; }

.item-list {
  margin: 0 0 35px 0;
  padding: 0;
  margin: 0;
  list-style: none; }
  .item-list > li {
    padding: 12px 0; }
  .item-list li {
    margin: 32px 0; }

.list-group {
  margin: 0 0 35px 0;
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-group > li {
    padding: 12px 0; }
  .list-group--flush > li {
    border-top: 1px solid;
    padding: 12px 24px; }
    .list-group--flush > li:first-child {
      border-top: 0px; }

.ter-modal {
  box-shadow: 0px 12px 10px 0px rgba(54, 53, 69, 0.1), 0px 12px 16px 4px rgba(54, 53, 69, 0.05);
  z-index: 200;
  width: 100%;
  margin: 16px;
  position: relative;
  transition: transform 225ms ease-in-out;
  width: auto; }
  .ter-modal__title {
    line-height: 1.5;
    padding-bottom: 24px; }
  .ter-modal__content {
    padding: 48px; }
  .ter-modal__wrap {
    background: #ffffff;
    margin: 0 auto;
    position: relative; }
  .ter-modal__close {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 0.4;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .ter-modal__close:after {
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: Font Awesome\ 5 Free;
      content: "\f00d"; }
    .ter-modal__close:hover {
      opacity: 0.6;
      cursor: pointer; }

body.has-modal-open {
  overflow: hidden; }

.ter-modal--full-page {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(38, 37, 51, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out; }
  .ter-modal--full-page.is-open {
    opacity: 1;
    visibility: visible;
    overflow: scroll; }
    .ter-modal--full-page.is-open .ter-modal {
      transform: translateY(0px); }
  .ter-modal--full-page .ter-modal {
    position: relative;
    top: 0;
    padding: 72px 0;
    transform: translateY(20px);
    width: 600px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .ter-modal--full-page .ter-modal__wrap {
        width: 100%; } }

/**
 * Terra Design System
 * _navbar.scss
 */
body.has-nav {
  padding-top: calc(72px + 32px); }

body.has-open-nav {
  overflow: hidden; }

.ter-navbar {
  z-index: 900;
  height: auto;
  background: #f9f9fb;
  transition: transform .5s ease;
  position: relative;
  width: 100%;
  border-bottom: 0px solid #e2e2e7; }
  .ter-navbar.has-sub-nav {
    height: auto; }
  .ter-navbar.is-inverse {
    background: #363545;
    border-bottom: 0px solid #363545; }
  .ter-navbar.is-fixed {
    position: fixed;
    top: 0; }
  .ter-navbar.is-hidden {
    transform: translateY(calc(-72px)); }
  .ter-navbar > .container-fluid:after {
    content: "";
    display: block;
    clear: both; }
  @media (min-width: 900px) {
    .ter-navbar > .container-fluid {
      display: flex;
      justify-content: space-between;
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch; } }
  .ter-navbar__toggle {
    height: 72px;
    float: right;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent; }
    @media (min-width: 900px) {
      .ter-navbar__toggle {
        display: none; } }
    .ter-navbar__toggle .line {
      width: 25px;
      height: 2px;
      background-color: #bfbfc6;
      display: block;
      margin: 5px auto;
      transition: all 0.3s ease-in-out; }
    .ter-navbar__toggle.is-active .line:nth-child(1) {
      transform: translateY(7px); }
    .ter-navbar__toggle.is-active .line:nth-child(3) {
      transform: translateY(-7px); }
    .ter-navbar__toggle:hover {
      cursor: pointer; }
  .ter-navbar__brand {
    line-height: 1.5;
    height: 72px;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    flex-direction: column; }
    .ter-navbar__brand[href] {
      color: #363545; }
      .ter-navbar__brand[href]:hover {
        color: #0063A3;
        text-decoration: none; }
      .is-inverse .ter-navbar__brand[href] {
        color: #aeaeb6; }
        .is-inverse .ter-navbar__brand[href]:hover {
          color: #93939e;
          text-decoration: none; }
    .ter-navbar__brand > a {
      display: inline-flex; }
    .ter-navbar__brand img {
      height: 32px;
      width: auto;
      padding: 0; }
  .ter-navbar__nav {
    box-shadow: 0px 12px 10px 0px rgba(54, 53, 69, 0.1), 0px 12px 16px 4px rgba(54, 53, 69, 0.05);
    position: absolute;
    top: calc(72px + 32px);
    left: 0;
    width: 100%;
    background: #f9f9fb;
    display: none;
    flex: 1; }
    @media (min-width: 900px) {
      .ter-navbar__nav {
        box-shadow: none;
        display: flex;
        width: initial;
        position: static;
        height: calc(72px - 0px);
        top: unset;
        left: unset;
        justify-content: flex-end; } }
    .is-inverse .ter-navbar__nav {
      background: #363545; }
  .ter-navbar__menu {
    height: auto;
    padding: 16px 0;
    margin: 0; }
    @media (max-width: 899px) {
      .ter-navbar__menu {
        display: block;
        width: 100%;
        padding: 0;
        overflow: scroll;
        max-height: 75vh; } }
    @media (min-width: 900px) {
      .ter-navbar__menu {
        display: flex;
        align-items: center;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        height: 72px; } }
    .ter-navbar__menu--right {
      margin-left: auto; }
    .ter-navbar__menu--left {
      margin-right: auto; }
  .ter-navbar__menu-item {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e2e2e7; }
    .ter-navbar__menu-item.is-open > a:not(.ter-button) {
      background-color: #eaeaef; }
      .ter-navbar__menu-item.is-open > a:not(.ter-button).ter-dropdown__toggle:after, .ter-navbar__menu-item.is-open > a:not(.ter-button).ter-mega-menu__trigger:after {
        color: #bfbfc6; }
    .ter-navbar__menu-item:last-child {
      border-bottom: 0px; }
    @media (min-width: 900px) {
      .ter-navbar__menu-item {
        display: inline;
        width: initial;
        padding: 0;
        vertical-align: middle;
        border: 0px; } }
    .ter-navbar__menu-item > a:not(.ter-button) {
      line-height: 1.5;
      font-size: 12px;
      font-weight: 800;
      color: #363545;
      margin: 0;
      padding-left: var(--outer-margin);
      padding-right: var(--outer-margin);
      padding-top: 16px;
      padding-bottom: 16px;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      height: 72px;
      line-height: 72px;
      position: relative; }
      @media (min-width: 900px) {
        .ter-navbar__menu-item > a:not(.ter-button) {
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 24px;
          padding-right: 24px; } }
      .ter-navbar__menu-item > a:not(.ter-button):hover {
        color: #363545;
        text-decoration: none; }
        .ter-navbar__menu-item > a:not(.ter-button):hover:before {
          background: #d0d0d7; }
      @media (max-width: 899px) {
        .ter-navbar__menu-item > a:not(.ter-button) {
          line-height: 1.5;
          display: block;
          line-height: initial;
          height: auto; } }
      .is-inverse .ter-navbar__menu-item > a:not(.ter-button) {
        color: #aeaeb6; }
        .is-inverse .ter-navbar__menu-item > a:not(.ter-button):hover {
          color: #93939e; }
    .ter-navbar__menu-item.ter-dropdown .ter-dropdown__toggle:after {
      color: #bfbfc6; }
    @media (max-width: 899px) {
      .ter-navbar__menu-item.ter-dropdown .ter-dropdown__toggle:after {
        position: absolute;
        right: var(--outer-margin);
        top: 50%;
        transform: translateY(-50%); } }
    .ter-navbar__menu-item.ter-dropdown .ter-dropdown__toggle:hover:after {
      color: #363545; }
    .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu {
      border: 0px;
      background: #eaeaef; }
      @media (min-width: 900px) {
        .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu {
          top: calc(72px - 1px); } }
      @media (max-width: 899px) {
        .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu {
          box-shadow: unset;
          background: transparent;
          position: unset;
          float: unset;
          display: none;
          visibility: visible;
          opacity: 1;
          border: 0px;
          background: transparent;
          border-radius: 0px;
          padding-top: 12px;
          padding-bottom: 12px;
          margin: 0; } }
      @media (max-width: 899px) {
        .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu a {
          line-height: 1.5;
          color: #262533;
          display: block;
          line-height: initial;
          height: auto;
          padding-left: var(--outer-margin);
          padding-right: var(--outer-margin); } }
  @media (max-width: 899px) and (max-width: 899px) {
    .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu a:hover {
      color: #262533;
      text-decoration: none; } }
      @media (max-width: 899px) {
        .is-inverse .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu a {
          color: #aeaeb6; }
          .is-inverse .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu a:hover {
            color: #93939e; } }
      @media (max-width: 899px) {
        .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu .ter-dropdown__item--no-link {
          padding-left: 0;
          padding-right: 0; } }
    @media (max-width: 899px) {
      .ter-navbar__menu-item.ter-dropdown.is-open .ter-dropdown__menu {
        display: block; } }
  @media (max-width: 899px) {
    .ter-navbar__form {
      padding: 8px 32px; } }
  .ter-navbar.is-hidden {
    transform: translateY(-100%); }
  .ter-navbar__universal-header {
    height: 32px;
    display: flex;
    background-color: #ffffff; }
    .ter-navbar__universal-header .container-fluid {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-direction: row; }
      @media (min-width: 900px) {
        .ter-navbar__universal-header .container-fluid {
          justify-content: flex-end;
          flex-direction: row; } }
    .ter-navbar__universal-header .trimble-logo {
      width: auto;
      display: inline-flex;
      align-items: center; }
      .ter-navbar__universal-header .trimble-logo svg {
        width: auto;
        height: 16px;
        fill: #005F9E; }
    .ter-navbar__universal-header .trimble-login {
      display: inline-flex;
      align-items: center;
      font-size: 14px; }
      @media (min-width: 900px) {
        .ter-navbar__universal-header .trimble-login {
          margin-left: 16px; } }
      .ter-navbar__universal-header .trimble-login .account-dropdown {
        height: 16px; }
        .ter-navbar__universal-header .trimble-login .account-dropdown__toggle {
          height: 16px;
          padding: 0 16px 0 0; }
          .ter-navbar__universal-header .trimble-login .account-dropdown__toggle:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 0;
            color: #8c8b96; }
          .ter-navbar__universal-header .trimble-login .account-dropdown__toggle:hover {
            cursor: pointer; }
        .ter-navbar__universal-header .trimble-login .account-dropdown__menu {
          left: unset;
          right: 0;
          top: calc(100% + 8px); }
        .ter-navbar__universal-header .trimble-login .account-dropdown__user-icon {
          display: inline-block;
          width: auto;
          height: 16px;
          margin-right: 8px; }
          .ter-navbar__universal-header .trimble-login .account-dropdown__user-icon svg {
            height: 16px;
            stroke: #005F9E; }
      .ter-navbar__universal-header .trimble-login .js-username {
        display: none; }
      .ter-navbar__universal-header .trimble-login .js-logged-in,
      .ter-navbar__universal-header .trimble-login .js-logged-out {
        height: 16px;
        line-height: 16px;
        display: none; }
      .ter-navbar__universal-header .trimble-login > a {
        font-size: 14px;
        font-weight: 600;
        display: inline-block; }

.ter-secondary-navbar {
  z-index: 900;
  height: auto;
  background: #f9f9fb;
  transition: transform .5s ease;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border-bottom: 0px solid #e2e2e7;
  transform: translateY(-100%); }
  .ter-secondary-navbar.is-shown {
    transform: translateY(0); }

/*

  Notifications

*/
.ter-notification {
  font-size: 16px;
  line-height: 1.5;
  padding: 24px;
  display: block;
  position: relative;
  border-radius: 0;
  margin-bottom: 0; }
  .ter-notification__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 0.4;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .ter-notification__close i {
      padding: 0;
      margin: 0; }
    .ter-notification__close:hover {
      opacity: 0.6;
      cursor: pointer; }

.ter-notification--primary {
  background-color: #217CBB;
  border: 0px;
  color: #ffffff; }
  .ter-notification--primary [class$="close"] i {
    color: neutral-color("white"); }
  .ter-notification--primary hr {
    opacity: 0.4;
    background-color: #195f90; }
  .ter-notification--primary a {
    color: #0e344f;
    text-decoration: underline; }
    .ter-notification--primary a:hover {
      color: #061723;
      text-decoration: underline; }

.ter-notification--secondary {
  background-color: #0063A3;
  border: 0px;
  color: #ffffff; }
  .ter-notification--secondary [class$="close"] i {
    color: neutral-color("white"); }
  .ter-notification--secondary hr {
    opacity: 0.4;
    background-color: #004470; }
  .ter-notification--secondary a {
    color: #001624;
    text-decoration: underline; }
    .ter-notification--secondary a:hover {
      color: black;
      text-decoration: underline; }

.ter-notification--danger {
  background-color: #ce2740;
  border: 0px;
  color: #ffffff; }
  .ter-notification--danger [class$="close"] i {
    color: neutral-color("white"); }
  .ter-notification--danger hr {
    opacity: 0.4;
    background-color: #a31f33; }
  .ter-notification--danger a {
    color: #63131f;
    text-decoration: underline; }
    .ter-notification--danger a:hover {
      color: #380b11;
      text-decoration: underline; }

.ter-notification--success {
  background-color: #1cb260;
  border: 0px;
  color: #ffffff; }
  .ter-notification--success [class$="close"] i {
    color: neutral-color("white"); }
  .ter-notification--success hr {
    opacity: 0.4;
    background-color: #158648; }
  .ter-notification--success a {
    color: #0b4425;
    text-decoration: underline; }
    .ter-notification--success a:hover {
      color: #04180d;
      text-decoration: underline; }

.ter-notification--warning {
  background-color: #fbad26;
  border: 0px;
  color: #262533; }
  .ter-notification--warning [class$="close"] i {
    color: neutral-color("white"); }
  .ter-notification--warning hr {
    opacity: 0.4;
    background-color: #ea9604; }
  .ter-notification--warning a {
    color: #9f6603;
    text-decoration: underline; }
    .ter-notification--warning a:hover {
      color: #6d4602;
      text-decoration: underline; }

.ter-notification--light {
  background-color: #f3f3f7;
  border: 0px;
  color: #262533; }
  .ter-notification--light [class$="close"] i {
    color: neutral-color("white"); }
  .ter-notification--light hr {
    opacity: 0.4;
    background-color: #d4d4e3; }
  .ter-notification--light a {
    color: #a7a7c4;
    text-decoration: underline; }
    .ter-notification--light a:hover {
      color: #8888b0;
      text-decoration: underline; }

.ter-notification--dark {
  background-color: #363545;
  border: 0px;
  color: #ffffff; }
  .ter-notification--dark [class$="close"] i {
    color: neutral-color("white"); }
  .ter-notification--dark hr {
    opacity: 0.4;
    background-color: #1f1f28; }
  .ter-notification--dark a {
    color: black;
    text-decoration: underline; }
    .ter-notification--dark a:hover {
      color: black;
      text-decoration: underline; }

.ter-pagination__list {
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  text-align: center;
  justify-content: center !important; }
  .ter-pagination__list:after {
    content: '';
    display: block;
    clear: both; }
  .ter-pagination__list--left {
    justify-content: flex-start; }
  .ter-pagination__list--center {
    justify-content: center; }
  .ter-pagination__list--right {
    justify-content: flex-end; }
  .ter-pagination__list li {
    display: inline-block;
    list-style: none;
    padding: 0 4px; }
  .ter-pagination__list li:first-child {
    padding-left: 0; }
  .ter-pagination__list li:last-child {
    padding-right: 0; }
  .ter-pagination__list > li {
    margin-right: 0; }

.ter-pagination__list-item {
  margin: 0;
  padding: 0; }
  .ter-pagination__list-item a,
  .ter-pagination__list-item > span {
    padding: 8px 12px;
    margin: 0;
    text-decoration: none; }
    .ter-pagination__list-item a i,
    .ter-pagination__list-item > span i {
      font-size: 75%; }
    .ter-pagination__list-item a:hover,
    .ter-pagination__list-item > span:hover {
      border-bottom: 1px solid #b4b4c0; }
  .ter-pagination__list-item:not(:first-child):not(:last-child) a,
  .ter-pagination__list-item:not(:first-child):not(:last-child) > span {
    border-radius: 0px;
    border-right: 0px; }
  .ter-pagination__list-item:first-child:not(:only-of-type) a,
  .ter-pagination__list-item:first-child:not(:only-of-type) > span {
    border-right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .ter-pagination__list-item:last-child:not(:only-of-type) a,
  .ter-pagination__list-item:last-child:not(:only-of-type) > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .ter-pagination__list-item.is-active a,
  .ter-pagination__list-item.is-active span {
    border-bottom: 1px solid #d0d0d7; }
    .ter-pagination__list-item.is-active a:hover,
    .ter-pagination__list-item.is-active span:hover {
      border-bottom: 1px solid #b4b4c0; }

.ter-table {
  width: 100%;
  border-spacing: 16px; }
  .ter-table tr th {
    margin: 0;
    border: 0; }
  .ter-table tr td {
    border: 0; }
  .ter-table tr th {
    padding: 16px;
    background-color: transparent;
    color: #262533;
    border-width: 0;
    border-style: solid;
    border-color: transparent; }
  .ter-table tr td {
    vertical-align: top;
    padding: 16px; }
  .ter-table tr:nth-child(even) td {
    background-color: transparent; }
  .ter-table tr:nth-child(odd) td {
    background-color: #f3f3f7; }
  .ter-table--transparent tr:nth-child(even) th,
  .ter-table--transparent tr:nth-child(even) td, .ter-table--transparent tr:nth-child(odd) th,
  .ter-table--transparent tr:nth-child(odd) td {
    background-color: transparent; }
  .ter-table--transparent tr th,
  .ter-table--transparent tr td {
    background-color: transparent; }

@media (max-width: 899px) {
  .ter-nav-tabs {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; } }

.ter-nav-tabs__list {
  margin: 0 0 35px 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .ter-nav-tabs__list > li {
    padding: 12px 0; }
  .ter-nav-tabs__list:after {
    content: '';
    display: block;
    clear: both; }
  .ter-nav-tabs__list--left {
    justify-content: flex-start; }
  .ter-nav-tabs__list--center {
    justify-content: center; }
  .ter-nav-tabs__list--right {
    justify-content: flex-end; }
  .ter-nav-tabs__list li {
    display: inline-block;
    list-style: none;
    padding: 0 4px; }
  .ter-nav-tabs__list li:first-child {
    padding-left: 0; }
  .ter-nav-tabs__list li:last-child {
    padding-right: 0; }
  @media (max-width: 899px) {
    .ter-nav-tabs__list {
      display: inline-block; } }
  .ter-nav-tabs__list > li {
    padding: 0;
    margin-right: 0; }

.ter-nav-tabs__list-item {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  border-bottom: 4px solid transparent; }
  .ter-nav-tabs__list-item a {
    line-height: 1.5;
    font-size: 16px;
    padding: 12px 48px;
    border-radius: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 100ms ease-in-out;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    color: inherit;
    display: block;
    padding: 12px 16px;
    background-color: transparent;
    font-weight: 600; }
    .ter-nav-tabs__list-item a[href]:hover, .ter-nav-tabs__list-item a[href]:visited, .ter-nav-tabs__list-item a[href]:active, .ter-nav-tabs__list-item a[href]:focus,
    .ter-nav-tabs__list-item a[href] a:active {
      cursor: pointer;
      text-decoration: none; }
    .ter-nav-tabs__list-item a[href]:active {
      box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); }
    .ter-nav-tabs__list-item a i {
      margin-left: 12px; }
      .ter-nav-tabs__list-item a i:before {
        font-size: 75%;
        transition: color 200ms ease-in-out; }
    .ter-nav-tabs__list-item a:hover {
      color: #262533; }
  .ter-nav-tabs__list-item.is-active {
    border-bottom: 4px solid #0D6AA8; }
    .ter-nav-tabs__list-item.is-active a {
      color: #0D6AA8; }
  .ter-nav-tabs__list-item:hover {
    background-color: #f0f9ff; }
    .ter-nav-tabs__list-item:hover a {
      color: #0D6AA8; }

.ter-compact-tabs__list {
  margin: 0 0 35px 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-bottom: 24px; }
  .ter-compact-tabs__list > li {
    padding: 12px 0; }
  .ter-compact-tabs__list:after {
    content: '';
    display: block;
    clear: both; }
  .ter-compact-tabs__list--left {
    justify-content: flex-start; }
  .ter-compact-tabs__list--center {
    justify-content: center; }
  .ter-compact-tabs__list--right {
    justify-content: flex-end; }
  .ter-compact-tabs__list li {
    display: inline-block;
    list-style: none;
    padding: 0 4px; }
  .ter-compact-tabs__list li:first-child {
    padding-left: 0; }
  .ter-compact-tabs__list li:last-child {
    padding-right: 0; }
  .ter-compact-tabs__list > li {
    margin-right: 0; }

.ter-compact-tabs__list-item {
  flex-grow: 1;
  padding: 0;
  margin: 0; }
  .ter-compact-tabs__list-item a {
    border-radius: 0;
    color: #7b7a86;
    display: block;
    margin: 8px 12px;
    padding: 8px 0; }
    .ter-compact-tabs__list-item a:hover {
      color: #262533; }
  .ter-compact-tabs__list-item.is-active a {
    color: #262533;
    position: relative; }
    .ter-compact-tabs__list-item.is-active a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #262533; }

.ter-tabs__content {
  margin: 0 0 35px 0;
  padding: 0;
  margin: 0;
  list-style: none; }
  .ter-tabs__content > li {
    padding: 12px 0; }
  .ter-tabs__content > * {
    display: none; }
    .ter-tabs__content > *.is-active {
      display: block; }

/**
 * Tooltip
 */
[data-tooltip] {
  position: relative; }
  [data-tooltip]:before, [data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  [data-tooltip]:before {
    box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05);
    z-index: 100;
    font-size: type-setting("xxs");
    content: attr(data-tooltip);
    background: #262533;
    color: #ffffff;
    border-radius: 0;
    padding: 4px 8px;
    white-space: nowrap;
    text-decoration: none; }
  [data-tooltip]:after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    content: ''; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1; }
  [data-tooltip][data-direction="left"]:before {
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    margin-right: 10px; }
  [data-tooltip][data-direction="left"]:after {
    z-index: 10;
    border-left-color: #262533;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    margin-right: 2px; }
  [data-tooltip][data-direction="right"]:before {
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px; }
  [data-tooltip][data-direction="right"]:after {
    z-index: 10;
    border-right-color: #262533;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    margin-left: 2px; }
  [data-tooltip][data-direction="top"]:before {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px; }
  [data-tooltip][data-direction="top"]:after {
    z-index: 10;
    border-top-color: #262533;
    border-bottom: none;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2px; }
  [data-tooltip][data-direction="bottom"]:before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px; }
  [data-tooltip][data-direction="bottom"]:after {
    z-index: 10;
    border-bottom-color: #262533;
    border-top: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2px; }

.ter-tooltip {
  display: inline-block;
  position: relative; }
  .ter-tooltip:hover {
    cursor: pointer; }
  .ter-tooltip__content {
    box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05);
    z-index: 100;
    font-size: type-setting("xxs");
    display: none;
    background-color: #262533;
    padding: 16px;
    min-width: 300px;
    position: absolute;
    border-radius: 0;
    color: #ffffff; }
    [data-direction="top"] .ter-tooltip__content {
      bottom: calc(100% + 8px);
      left: 50%;
      transform: translateX(-50%); }
    [data-direction="left"] .ter-tooltip__content {
      top: 50%;
      transform: translateY(-50%);
      right: 100%; }
      @media (max-width: 899px) {
        [data-direction="left"] .ter-tooltip__content {
          top: unset;
          right: unset;
          bottom: calc(100% + 8px);
          left: 50%;
          transform: translateX(-50%); } }
    [data-direction="bottom"] .ter-tooltip__content {
      top: calc(100% + 8px);
      left: 50%;
      transform: translateX(-50%); }
    [data-direction="right"] .ter-tooltip__content {
      top: 50%;
      transform: translateY(-50%);
      left: 100%; }
      @media (max-width: 899px) {
        [data-direction="right"] .ter-tooltip__content {
          top: calc(100% + 8px);
          left: 50%;
          transform: translateX(-50%); } }
    .ter-tooltip:hover .ter-tooltip__content {
      display: block;
      transform-origin: 100% 0%; }
    .ter-tooltip__content:before {
      position: absolute;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      content: '';
      z-index: 10; }
      [data-direction="top"] .ter-tooltip__content:before {
        border-top-color: #262533;
        border-bottom: none;
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(-1 * 8px); }
      @media (min-width: 900px) {
        [data-direction="left"] .ter-tooltip__content:before {
          border-left-color: #262533;
          border-right: none;
          top: 50%;
          transform: translateY(-50%);
          right: calc(-1 * 8px); } }
      @media (max-width: 899px) {
        [data-direction="left"] .ter-tooltip__content:before {
          border-top-color: #262533;
          border-bottom: none;
          left: 50%;
          transform: translateX(-50%);
          bottom: calc(-1 * 8px); } }
      [data-direction="bottom"] .ter-tooltip__content:before {
        border-bottom-color: #262533;
        border-top: none;
        left: 50%;
        transform: translateX(-50%);
        top: calc(-1 * 8px); }
      @media (min-width: 900px) {
        [data-direction="right"] .ter-tooltip__content:before {
          border-right-color: #262533;
          border-left: none;
          top: 50%;
          transform: translateY(-50%);
          left: calc(-1 * 8px); } }
      @media (max-width: 899px) {
        [data-direction="right"] .ter-tooltip__content:before {
          border-bottom-color: #262533;
          border-top: none;
          left: 50%;
          transform: translateX(-50%);
          top: calc(-1 * 8px); } }
    .ter-tooltip__content.bump-left {
      left: 0px;
      transform: translateX(0); }
      .ter-tooltip__content.bump-left:before {
        left: 32px; }
    .ter-tooltip__content.bump-right {
      left: unset;
      right: 0px;
      transform: translateX(0); }
      .ter-tooltip__content.bump-right:before {
        left: unset;
        right: 32px; }

/**
 * Terra Design System
 * _tree-menu.scss
 */
.ter-tree-menu__list {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none; }
  .ter-tree-menu__list ul {
    padding: 0; }

.ter-tree-menu__list-item {
  line-height: 1.5;
  font-size: 24px;
  position: relative;
  padding: 0 0 0 12px; }
  .ter-tree-menu__list-item a,
  .ter-tree-menu__list-item a:visited,
  .ter-tree-menu__list-item a:active,
  .ter-tree-menu__list-item a:focus {
    color: #aeaeb6;
    text-decoration: none; }
    .ter-tree-menu__list-item a:hover,
    .ter-tree-menu__list-item a:visited:hover,
    .ter-tree-menu__list-item a:active:hover,
    .ter-tree-menu__list-item a:focus:hover {
      color: #474655;
      cursor: pointer; }
  .ter-tree-menu__list-item.is-active > a {
    color: #474655; }
  .ter-tree-menu__list-item > a {
    padding: 4px 0;
    display: block; }
  .ter-tree-menu__list-item > span {
    padding: 4px 0; }
  .ter-tree-menu__list-item.is-expandable:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\f054";
    color: #c9c9ce;
    position: absolute;
    top: 1em;
    left: calc(-1 * 12px);
    transition: transform 200ms ease-in-out;
    font-size: 75%; }
  .ter-tree-menu__list-item.is-expandable > ul {
    display: none; }
  .ter-tree-menu__list-item.is-expandable.is-expanded > a {
    color: #474655; }
  .ter-tree-menu__list-item.is-expandable.is-expanded:before {
    transform: rotate(90deg); }
  .ter-tree-menu__list-item.is-expandable.is-expanded > ul {
    display: block; }

ul.account-dropdown__menu {
  padding-top: 0; }
  ul.account-dropdown__menu li {
    padding: 0; }
    ul.account-dropdown__menu li a {
      font-size: 14px; }

.su-ems-head-stub {
  display: none; }

.su-profile-stub {
  display: flex !important;
  padding: 12px !important;
  border-bottom: 1px solid #eaeaef; }
  .su-profile-stub:hover {
    text-decoration: none;
    background-color: #f3f3f7; }

.su-profile-image {
  display: block;
  width: 64px;
  height: 64px;
  background: #005f9e;
  padding: 20px 0;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  margin-left: 17px; }

.su-profile-name {
  color: #363545;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; }

.su-profile-account {
  font-size: 12px; }

.account-dropdown .su-profile-menu {
  width: 337px;
  padding-bottom: 0;
  border: 0; }

.su-profile-content-section {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.su-profile-men-uitem a:hover {
  background: transparent; }

.su-profile-menu-item a,
.su-profile-menu-item a:hover {
  border-bottom: 1px solid #eaeaef;
  color: #005f9e; }

.su-profile-menu-item.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

#su-profile-email {
  font-size: 13px;
  color: var(--color-gray-6); }

.ter-navbar__universal-header .trimble-login .account-dropdown__toggle:after {
  margin-left: 8px;
  color: #005e9e; }

.ter-navbar__universal-header
.trimble-login
.is-open
.account-dropdown__toggle:after {
  transform: rotate(180deg) translateY(50%); }

.footer {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden; }
  .footer p {
    font-size: 16px;
    line-height: 1.5; }
  .footer__top {
    font-size: 16px;
    line-height: 1.5;
    padding: 48px 0;
    background-color: #eaeaef;
    position: relative; }
  .footer__top-content {
    position: relative;
    z-index: 10; }
  .footer__main {
    font-size: 16px;
    line-height: 1.5;
    padding: 32px 0;
    background-color: #f3f3f7; }
  .footer__bottom {
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 0;
    background-color: #f9f9fb; }
  .footer .footer-links__list-header {
    font-size: 14px;
    line-height: 1.5;
    color: #363545;
    padding: 0 0 8px 0;
    font-weight: 600; }
  .footer .footer-links__list-item {
    padding: 4px 0; }
    .footer .footer-links__list-item a {
      font-size: 16px;
      line-height: 1.5; }
  @media (min-width: 900px) {
    .footer .legal-links {
      height: 100%;
      display: inline-flex;
      justify-content: center;
      flex-direction: column; } }
  .footer .legal-links li {
    padding-left: 8px;
    padding-right: 8px; }
  .footer .trimble-logo {
    width: 120px;
    margin-bottom: 12px; }
    .footer .trimble-logo svg {
      fill: #363545; }
  .footer .social-links__item a {
    position: relative;
    display: block;
    height: 20px;
    height: 2.0rem;
    width: 20px;
    width: 2.0rem; }
    .footer .social-links__item a:hover svg {
      fill: #474655; }
    .footer .social-links__item a svg {
      fill: #7b7a86;
      display: block;
      height: 100%;
      width: 100%;
      transition: fill .2s ease-in-out; }

/* Case Study Paragraph */
.paragraph--case-studies h2 {
  text-align: center; }

.paragraph--case-studies .case-study {
  padding-bottom: 96px;
  height: 100%;
  box-sizing: border-box; }
  .paragraph--case-studies .case-study .ter-card {
    height: 100%; }

/* on 3dfor pages. so they aren't giant for now. I'm expecting these pages will be revamped */
.case-study-image img {
  width: 100%;
  height: inherit; }

.case-study-card {
  height: 100%; }
  .case-study-card .ter-card__image img {
    max-width: 100%;
    height: auto; }
  .case-study-card__header {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    color: #363545;
    display: block;
    padding-bottom: 8px;
    margin: 0;
    text-align: center; }
  .case-study-card__button {
    line-height: 1.5;
    font-size: 16px;
    padding: 12px 48px;
    border-radius: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 100ms ease-in-out;
    display: inline-block;
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #0063A3;
    color: #0063A3; }
    .case-study-card__button[href]:hover, .case-study-card__button[href]:visited, .case-study-card__button[href]:active, .case-study-card__button[href]:focus,
    .case-study-card__button[href] a:active {
      cursor: pointer;
      text-decoration: none; }
    .case-study-card__button[href]:active {
      box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); }
    .case-study-card__button i {
      margin-left: 12px; }
      .case-study-card__button i:before {
        font-size: 75%;
        transition: color 200ms ease-in-out; }
    .case-study-card__button:visited, .case-study-card__button:active, .case-study-card__button:focus {
      color: #0063A3; }
    .case-study-card__button:hover {
      color: #0063A3;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0);
      border-color: #003e66;
      cursor: pointer; }
    .case-study-card__button:active {
      background-color: rgba(0, 0, 0, 0); }
    .case-study-card__button i:before {
      color: #0063A3; }
  .case-study-card:hover {
    text-decoration: none; }
    .case-study-card:hover .case-study-card__header {
      text-decoration: underline; }
    .case-study-card:hover .case-study-card__button {
      background-color: #0063A3;
      border-color: #0063A3;
      color: #ffffff; }

@media (min-width: 600px) {
  .testimonial {
    display: flex; } }

.testimonial__text {
  margin-left: 30px; }
  @media (min-width: 600px) {
    .testimonial__text {
      flex-basis: 0;
      flex-grow: 2; } }

.testimonial__body {
  position: relative; }
  .testimonial__body:before {
    content: "“";
    font-family: arial, helvetica, sans-serif;
    font-weight: 800;
    position: absolute;
    top: -78px;
    left: -55px;
    font-size: 150px;
    color: #eaeaef;
    z-index: -1; }
  .testimonial__body p:after {
    content: "”";
    display: inline; }

.testimonial__image img {
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #498FE1, #99bd90);
  max-width: 180px;
  margin: 0 auto 32px auto; }
  @media (min-width: 600px) {
    .testimonial__image img {
      margin: 0; } }

.testimonial__title {
  font-weight: bold; }

.testimonial__known-for {
  font-style: italic; }
  .testimonial__known-for:before {
    content: '-';
    margin-right: 5px; }

.testimonial__image img {
  height: auto; }

.testimonial {
  position: relative;
  z-index: 1; }

.testimonial__body:before {
  content: "";
  background-image: url("/themes/sketchup_www_terra/images/icon-testimonial.svg");
  background-repeat: no-repeat;
  font-family: arial, helvetica, sans-serif;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: -55px;
  width: 40px;
  height: 22px;
  color: #eaeaef;
  z-index: -1; }

.testimonial__text {
  margin-left: 66px; }

.testimonial__image img {
  border-radius: 0%; }

.paragraph--testimonial-section {
  padding: 90px 0; }

.testimonial-item, .paragraph--testimonial-section .heading-3 {
  padding-bottom: 40px; }

.pricing-stub {
  padding-top: none;
  margin-bottom: 32px; }
  @media (min-width: 900px) {
    .pricing-stub {
      padding-top: 48px;
      margin-bottom: 0px; } }
  .pricing-stub .ter-card {
    display: flex;
    flex-direction: column;
    border: 0px; }
    .pricing-stub .ter-card__body {
      margin-bottom: auto;
      flex: 1; }
  .pricing-stub__header {
    background-image: url("/sites/www.sketchup.com/files/pricing-stubs/3D-Face-Card-Dark.svg");
    background-size: cover;
    background-color: #f3f3f7;
    background-position: center right;
    padding: 24px 48px;
    text-align: center; }
  .pricing-stub__brand {
    font-size: 24px; }
  .pricing-stub__bundle {
    font-size: 28px;
    font-weight: 800; }
  .pricing-stub__button {
    margin-top: auto;
    margin: 0 32px 32px 32px; }
  .pricing-stub__sub-cta {
    border: 0;
    margin: 0;
    padding: 12px 0; }
  .pricing-stub__description {
    font-weight: 600; }
  .pricing-stub__features-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pricing-stub__summary {
    text-align: center;
    margin-bottom: 24px; }
  .pricing-stub__pricing {
    margin-top: auto; }
  .pricing-stub__pricing-price {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    text-align: center; }
  .pricing-stub__pricing-currency {
    font-size: 24px;
    line-height: 1.5;
    display: block;
    text-align: center; }

.pricing-stub .ter-card {
  height: 100%;
  display: flex;
  flex-direction: column; }

.pricing-stub__cta {
  margin: 20px;
  margin-top: auto; }

.ter-tooltip .ter-button {
  padding: 0 !important; }

.pricing__header_row {
  padding: 24px 0; }
  @media (min-width: 900px) {
    .pricing__header_row {
      padding: 48px 0; } }

.edu_pricing__header_row {
  padding-bottom: 90px; }

.pricing__sticky_header {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #f2f2f2;
  width: 100%; }

.pricing__sticky_header .pricing__product_name_type {
  font-size: 20px;
  line-height: 23px; }

.pricing__sticky_header .pricing__product_name {
  margin-bottom: 0;
  margin-top: 0; }

.pricing__product_name {
  margin-bottom: 0; }

.pricing__sticky_header__feature p {
  min-height: 20px;
  padding-bottom: 0;
  text-align: center;
  line-height: 20px; }

.pricing__sticky__offering {
  font-weight: 300;
  font-size: 14px; }

.pricing__sticky_header__feature_0 {
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .pricing__sticky_header.show_header {
    display: block; } }

.pricing__sticky_header__feature_2 {
  background-color: white; }

.pricing__sticky_header__box {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch; }

.pricing__sticky_header__box > div {
  flex-basis: 0;
  flex-grow: 1;
  padding: 5px 0; }

.pricing__sticky_header__logo {
  width: 150px; }

.pricing__sticky_header__logo img {
  width: 100%; }

.main-wrapper {
  padding-top: 0; }

/* General Layout + Header */
.pricing__page,
.pricing__sticky_header {
  color: #31393c;
  font-family: "Open Sans";
  font-weight: 400; }

.pricing__page_header_section {
  padding: 40px;
  background-color: #bcd3d4; }

@media (min-width: 992px) {
  .pricing__page_header_section {
    min-height: 300px; } }

.pricing__page_header_section img {
  max-width: 100%;
  min-width: 600px;
  float: right;
  transform: translateX(70px); }

.pricing__page_header {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  text-align: center; }

.pricing__page_subheader {
  font-size: 24px;
  line-height: 32px;
  text-align: center; }

.pricing__page_data_table {
  transform: translateY(-220px); }

@media (min-width: 1200px) {
  .pricing__page_data_table {
    transform: translateY(-216px); } }

/* Icons */
.pricing__page .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: transparent; }

/* Data Table */
.flexbox {
  display: flex; }

.flex-row .flex {
  flex-basis: 0;
  flex-grow: 1; }

.pricing__flexbox {
  display: flex; }

.pricing__flexbox > div {
  flex-basis: 0;
  flex-grow: 1; }

.pricing__header > div {
  flex-basis: 0;
  flex-grow: 1; }

.pricing_feature__box:nth-child(odd),
.pricing_feature__box:nth-child(odd) .pricing__middle_of_card {
  background-color: #f2f2f2; }

.pricing__cta_button_wrapper,
.pricing__offering,
.pricing__pricing,
.pricing__additional_pricing_info,
.pricing__product_summary,
.pricing__product_name,
.pricing__product_name_type,
.pricing__feature_detail {
  text-align: center; }

.pricing__product_name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 5px; }

.pricing__product_name_type {
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  text-transform: uppercase;
  display: block; }

.pricing__button {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 100ms ease-in-out;
  display: inline-block;
  text-align: center;
  background-color: #009ad9;
  border: 1px solid #009ad9; }

.pricing__button:hover {
  background-color: #0081b5;
  border-color: #006f9c; }

.pricing__button--large {
  font-size: 20px;
  line-height: 30px; }

.pricing__button--primary {
  background-color: #009ad9; }

.pricing__button--primary:hover {
  color: white; }

.pricing__button--secondary {
  border: 1px solid #009ad9;
  color: #474655;
  background-color: transparent; }

.pricing__button--secondary:hover {
  color: #474655;
  text-decoration: none;
  background-color: transparent;
  border-color: #006f9c; }

.super {
  vertical-align: super;
  font-size: smaller; }

.hoverover-wrapper {
  position: relative;
  display: inline !important;
  margin-left: 3px; }

.hoverover-content {
  display: none;
  position: absolute;
  width: 300px;
  background: #363545;
  color: white;
  z-index: 99;
  padding: 10px;
  box-shadow: 0px 0px 5px #363545; }

.hoverover-content h5 {
  margin-top: 0; }

.hoverover-wrapper.show .hoverover-content {
  display: block; }

.hoverover .icon {
  font-size: 12px; }

.pricing__header {
  background: white;
  justify-content: space-around;
  align-content: space-around;
  display: inline-flex;
  flex-direction: column; }

.icon-icn-chck,
.icon-ico-enclosed-check-dark-32px {
  color: #217CBB; }

.icon-icn-chck,
.icon-icn-cncl {
  font-size: 32px; }

.pricing__header {
  padding: 15px; }

.pricing__feature_detail,
.pricing__feature_name,
.pricing__blank_cell {
  padding: 20px 15px; }

.pricing__feature_name {
  display: inline-flex;
  /*justify-content: center;*/
  align-items: center; }

.pricing__feature_detail {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.pricing__feature_name,
.pricing__feature_detail {
  font-weight: 300; }

.pricing__product_summary {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 5px; }

.pricing__subdata_text {
  display: block;
  font-size: 12px;
  line-height: 17px;
  font-style: italic; }

.pricing__card-1,
.pricing__card-2,
.pricing__card-3 {
  padding-left: 0;
  padding-right: 0; }

.pricing__header_wrap_2 {
  background-color: white; }

.pricing__header_wrap_2 .pricing__product_name_type {
  font-size: 32px; }

.pricing_header__box--top .pricing__header_wrap_1,
.pricing_header__box--top .pricing__header_wrap_3 {
  margin-top: 10px; }

.pricing__header_wrap_1,
.pricing__header_wrap_3 {
  background-color: #f2f2f2; }

.pricing__top_of_card {
  position: relative !important;
  box-shadow: 0px 0px 15px 0px #959393;
  z-index: 10; }

.pricing__middle_of_card {
  position: relative !important; }

.first_middle_card {
  z-index: 50; }

.pricing__bottom_of_card {
  box-shadow: 0px 0px 15px 0px #959393; }

.pricing__top_of_card {
  padding-top: 16px;
  box-shadow: 0px 5px 15px 0px #b6b6b6;
  /* 959393 */ }

.pricing__offering_icon {
  padding-top: 5px; }

.pricing__offering_description {
  padding-bottom: 5px; }

.pricing__middle_of_card {
  background: white; }

.pricing__middle_of_card::before {
  box-shadow: inset -15px 0 15px -15px #b6b6b6;
  /* 959393 */
  content: " ";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px; }

.pricing__middle_of_card::after {
  box-shadow: inset 15px 0 15px -15px #b6b6b6;
  /* 959393 */
  content: " ";
  height: 100%;
  right: -15px;
  position: absolute;
  top: 0;
  width: 15px; }

.pricing__feature_features_label {
  font-size: 24px;
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.pricing__feature_features_label.pricing__feature_detail .icon {
  font-size: 26px;
  margin-left: 8px; }

.pricing__pricing {
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  padding: 15px 0; }

.pricing__pricing_currency,
.pricing__pricing_denomination,
.pricing__pricing_term {
  display: block; }

.pricing__pricing_currency {
  text-transform: uppercase; }

.pricing__pricing_denomination {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  display: inline-block; }

.pricing__pricing_term {
  text-transform: uppercase; }

.pricing__flexbox > div {
  margin: 0 10px; }

.pricing__middle_of_card {
  z-index: 100; }

.pricing__offering_header {
  font-weight: 600; }

.pricing__offering_description {
  font-weight: 300; }

.pricing__header--free,
.pricing__header--pro {
  background-color: #eee;
  margin-top: 10px; }

.pricing__attribute_label {
  font-weight: bold; }

.mobile-only {
  display: none; }

@media (max-width: 991px) {
  .mobile-only {
    display: block; }
  .desktop-only {
    display: none; } }

.pricing__flexbox_higher_edu {
  display: flex; }

.pricing__flexbox_higher_edu_part1 {
  flex-basis: 0;
  flex-grow: 3; }

.pricing__flexbox_higher_edu_part2 {
  flex-basis: 0;
  flex-grow: 1; }

.pricing__flexbox_higher_edu_part2_wrap {
  padding: 30px; }

.pricing__edu_cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.pricing__edu_card {
  flex-grow: 1;
  flex-basis: 0;
  /*box-shadow: 0 0 15px #eee;*/
  text-align: center;
  padding: 20px;
  margin: 10px;
  max-width: 400px;
  display: flex;
  flex-direction: column; }

.edu_card__feature {
  text-align: left; }

.pricing__edu_card .pricing__offering_header p {
  font-weight: bold; }

* {
  box-sizing: border-box; }

.ter-card__body {
  display: flex;
  flex-direction: column; }

.pricing__flexbox {
  display: flex; }

.pricing__features_bar {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pricing__features_bar h5 {
  padding: 28px;
  font-weight: 400; }

.pricing__features_bar p {
  font-size: 15px;
  margin: 0;
  padding: 10px 32px; }

.navbar__brand a {
  width: 140px;
  padding: 8px 0px;
  display: block;
  height: inherit; }

.navbar__brand img {
  width: 100%;
  padding: 0;
  height: auto; }

.tab_pane {
  display: none; }

.tab_pane.active {
  display: block; }

.fade {
  opacity: 0; }

.fade.show {
  opacity: 1;
  -webkit-animation: fadeIn 0.15s linear;
          animation: fadeIn 0.15s linear; }

.pricing__tab_nav_list {
  margin: 0px; }

.pricing__final_cta_wrap,
.pricing__feature_name_wrap,
.pricing__feature_value_wrap {
  padding: 10px;
  height: 100%; }

.pricing__final_cta,
.pricing__feature_name,
.pricing__feature_value {
  display: flex;
  padding: 20px;
  height: 100%;
  align-items: center; }

.pricing__final_cta p,
.pricing__feature_name p,
.pricing__feature_value p {
  margin: 0;
  font-size: 16px; }

.pricing__final_cta,
.pricing__feature_value {
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.pricing__final_cta {
  justify-content: flex-start; }

.pricing__feature_table .flex-row:nth-child(even) .pricing__feature_name,
.pricing__feature_table .flex-row:nth-child(even) .pricing__feature_value {
  background-color: #f2f2f2; }

.pricing__final_cta .subtext,
.pricing__feature_name .subtext,
.pricing__feature_value .subtext,
.pricing-boxes .subtext {
  display: block;
  font-size: 80%;
  font-style: italic; }

@-webkit-keyframes fadeIn {
  0%,
  100% {
    opacity: 1; } }

.pricing-boxes {
  display: flex; }

.p_flex-box {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  margin: 20px;
  text-align: center;
  background-color: white; }

.p_flex-box.p_flex-box_empty {
  background-color: transparent; }

.pricing_header {
  flex-basis: 0;
  flex-grow: 3; }

#tab_pane--higher-education .pricing_header {
  flex-basis: 0;
  flex-grow: 2;
  margin-left: 20px; }

.flex-filler {
  flex-basis: 0;
  flex-grow: 1; }

.ter-compact-tabs__list-item.is-active a:after {
  height: 4px;
  background-color: #009ad9; }

.ter-compact-tabs__list > li {
  padding-bottom: 0; }

.ter-compact-tabs__list-item a {
  margin-bottom: 0;
  padding: 16px 0; }

.pricing__device .icon {
  font-size: 42px; }

/* Pricing Page */
.pricing-table tr th {
  text-align: center;
  padding: 32px; }

.pricing-table tr th h5 {
  text-transform: uppercase; }

.pricing-table tr td {
  text-align: center;
  padding: 22px 12px; }

.pricing-table tr td:first-child {
  text-align: left; }

.pricing-table tr td svg {
  font-size: 32px; }

.pricing__feature_multi_icon_section {
  display: flex; }
  .pricing__feature_multi_icon_section .icon {
    margin: 0 12px; }

.pricing__feature_value .icon.icon-ico-enclosed-check-32px {
  stroke: #5c7540;
  fill: #c1f586; }

.pricing__feature_value .icon.icon-ico-enclosed-x-32px {
  stroke: #7b7a86; }

.paragraph--o-a1 {
  position: relative; }
  .paragraph--o-a1 .paragraph-content-section {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10; }

.paragraph--o-a2 {
  position: relative; }
  .paragraph--o-a2 .paragraph-content-section {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10; }

.paragraph--o-t1 {
  background-size: cover; }
  .paragraph--o-t1 .ter-card {
    border: 0px;
    background-color: rgba(255, 255, 255, 0.95); }

.o-t2__image-background {
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 58.33333333%; }

.paragraph--o-t2 {
  background-size: cover;
  background-position: left bottom; }

.paragraph--o-t2 .ter-card {
  box-shadow: none; }

/* Hero Video */
.video-hero {
  display: block;
  position: relative;
  height: auto;
  max-height: 90vh;
  overflow: hidden;
  padding-top: 0;
  background-size: cover;
  background-position: center; }
  .video-hero .container-fluid {
    position: absolute;
    width: 100%;
    display: block;
    margin: 0 auto;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 12; }
  .video-hero .ter-card {
    border: 0px;
    background-color: rgba(255, 255, 255, 0.95) !important; }
    @media all and (max-width: 900px) {
      .video-hero .ter-card .cta-section--upper .ter-button {
        width: 100%;
        display: block;
        margin-bottom: 24px; } }
  .video-hero__video-container {
    padding-bottom: 150%;
    display: block;
    height: 0px;
    aspect-ratio: 1/1;
    position: relative; }
    @media all and (min-width: 600px) {
      .video-hero__video-container {
        padding-bottom: 100%; } }
    @media all and (min-width: 900px) {
      .video-hero__video-container {
        aspect-ratio: 4/3;
        padding-bottom: 75%; } }
    @media all and (min-width: 1200px) {
      .video-hero__video-container {
        padding-bottom: 56.25%;
        aspect-ratio: 16/9; } }
    .video-hero__video-container iframe {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
  .video-hero__video {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 10; }
  @media (min-width: 900px) {
    .video-hero .paragraph--m-text p {
      font-size: 90%; } }
  .video-hero.hero-card-top .container-fluid {
    top: 48px; }

.mktoForm {
  width: 100% !important;
  max-width: 700px; }
  .mktoForm .mktoFormRow .mktoFormCol {
    display: block;
    width: 100%; }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
      display: block;
      width: 100%; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel {
        width: auto !important;
        display: inline-block;
        font-weight: 400;
        margin-bottom: 8px; }
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel .mktoAsterix {
          padding-right: 5px !important; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField,
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
        line-height: 1.5;
        font-size: 24px;
        box-sizing: border-box;
        padding: 8px 16px;
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        border-width: 0.05rem;
        border-style: solid;
        border-color: #aeaeb6;
        background-color: #ffffff;
        border-radius: 0;
        box-sizing: border-box;
        width: 100% !important;
        display: block;
        font-size: 16px; }
        .is-inverse .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField, .is-inverse
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
          color: #aeaeb6;
          border-width: 0.05rem;
          border-style: solid;
          border-color: #363545;
          background-color: #474655; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
        background-image: url("/themes/sketchup_www_terra/assets/down-caret-dark-gray--select-list.svg");
        background-position: 100%, 100%;
        background-repeat: no-repeat;
        background-size: 24px,24px;
        padding-right: 24px; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField {
        width: 100% !important;
        height: 100px;
        font-size: 16px; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList,
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList {
        width: 100% !important;
        font-size: 16px; }
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList .mktoField,
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList .mktoField {
          display: inline-block;
          width: 30px !important;
          margin-right: 20px; }
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label,
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
          line-height: 48px;
          margin-top: 0;
          margin-bottom: 0; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.checkbox-wrapper {
        display: flex;
        flex-direction: row; }
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.checkbox-wrapper .mktoError {
          border: 0; }
        .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.checkbox-wrapper .mktoCheckboxList {
          width: auto !important;
          display: flex;
          align-items: center; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
        border-top: #ce2740 1px solid;
        color: #ce2740; }
    .mktoForm .mktoFormRow .mktoFormCol .mktoHtmlText p {
      font-size: 12px;
      line-height: 20px;
      margin: 8px 0; }
      .mktoForm .mktoFormRow .mktoFormCol .mktoHtmlText p em {
        font-style: unset; }
  .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important; }
    .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
      line-height: 1.5;
      font-size: 16px;
      padding: 12px 48px;
      border-radius: 0;
      text-decoration: none;
      white-space: nowrap;
      vertical-align: middle;
      transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 100ms ease-in-out;
      display: inline-block;
      text-align: center;
      margin-top: 24px; }
      .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton[href]:hover, .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton[href]:visited, .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton[href]:active, .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton[href]:focus,
      .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton[href] a:active {
        cursor: pointer;
        text-decoration: none; }
      .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton[href]:active {
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); }
      .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton i {
        margin-left: 12px; }
        .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton i:before {
          font-size: 75%;
          transition: color 200ms ease-in-out; }

/* Formula for percentage fill: */
/*( (360/100) * x ) / 2 = y; */
.circle-wrap {
  margin: auto;
  width: 200px;
  height: 200px;
  background: #f3f3f7;
  border-radius: 50%;
  position: relative; }

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%; }

.circle-wrap .circle .mask {
  clip: rect(0px, 200px, 200px, 100px); }

.circle-wrap .inside-circle {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #fff;
  line-height: 140px;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
  transform: translate(-50%, -50%); }

.loader-label {
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
  min-height: 50px; }

.loader-use .mask .fill {
  background-color: #005F9E; }

.loader-use .inside-circle {
  color: #005F9E; }

.loader-use .mask.full, .loader-use .fill {
  -webkit-animation: fill ease-in-out 1.5s;
          animation: fill ease-in-out 1.5s;
  -webkit-animation-name: fillLoaderUse;
          animation-name: fillLoaderUse;
  transform: rotate(165.6deg); }

.loader-admin .mask .fill {
  background-color: #009AD9; }

.loader-admin .inside-circle {
  color: #009AD9; }

.loader-admin .mask.full, .loader-admin .fill {
  -webkit-animation: fill ease-in-out 1.5s;
          animation: fill ease-in-out 1.5s;
  -webkit-animation-name: fillLoaderAdmin;
          animation-name: fillLoaderAdmin;
  transform: rotate(163.8deg); }

.loader-business .mask .fill {
  background-color: #005085; }

.loader-business .inside-circle {
  color: #005085; }

.loader-business .mask.full, .loader-business .fill {
  -webkit-animation: fill ease-in-out 1.5s;
          animation: fill ease-in-out 1.5s;
  -webkit-animation-name: fillLoaderBusiness;
          animation-name: fillLoaderBusiness;
  transform: rotate(171deg); }

.loader-setup .mask .fill {
  background-color: #363545; }

.loader-setup .inside-circle {
  color: #363545; }

.loader-setup .mask.full, .loader-setup .fill {
  -webkit-animation: fill ease-in-out 1.5s;
          animation: fill ease-in-out 1.5s;
  -webkit-animation-name: fillLoaderSetup;
          animation-name: fillLoaderSetup;
  transform: rotate(169.2deg); }

/* color animation */
/* 3rd progress bar */
.mask .fill {
  clip: rect(0px, 100px, 200px, 0); }

@-webkit-keyframes fillLoaderUse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(165.6deg); } }

@keyframes fillLoaderUse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(165.6deg); } }

@-webkit-keyframes fillLoaderAdmin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(163.8deg); } }

@keyframes fillLoaderAdmin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(163.8deg); } }

@-webkit-keyframes fillLoaderBusiness {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(171deg); } }

@keyframes fillLoaderBusiness {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(171deg); } }

@-webkit-keyframes fillLoaderSetup {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(169.2deg); } }

@keyframes fillLoaderSetup {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(169.2deg); } }

@media (min-width: 900px) {
  .gtwo-testimonial--default .row {
    justify-content: flex-start; } }

@media all and (min-width: 900px) {
  .gtwo-testimonial--cards .paragraph-testimonials--wrapper {
    padding-left: 32px;
    padding-right: 32px; } }

.gtwo-testimonial--cards .paragraph-testimonials {
  height: 100%; }
  .gtwo-testimonial--cards .paragraph-testimonials .testimonial-gtwo {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 24px;
    height: 100%;
    box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05); }
    @media all and (max-width: 900px) {
      .gtwo-testimonial--cards .paragraph-testimonials .testimonial-gtwo .testimonial__text {
        margin: 0; } }
    @media all and (max-width: 900px) {
      .gtwo-testimonial--cards .paragraph-testimonials .testimonial-gtwo .testimonial__text .testimonial__body:before {
        position: relative;
        display: block;
        left: 50%;
        margin-bottom: 24px; } }

/**
 * Horizontal scroll table
 * Locks the first column of the table and allows scrolling of the remaining columns
 */
.table-wrap {
  width: 100%;
  display: block;
  position: relative; }

.scroll-table {
  border-spacing: 2px; }
  .scroll-table tr th {
    font-weight: 400;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1; }
  .scroll-table tr td {
    vertical-align: middle;
    position: relative; }
    .scroll-table tr td:first-child {
      font-weight: 600; }
  .scroll-table .help-icon {
    display: inline;
    margin-left: 8px;
    margin-right: 8px; }
  .scroll-table .show-icon {
    opacity: 1; }
  .scroll-table .tooltip-event {
    margin-right: 8px; }
  .scroll-table .tooltip-event:hover {
    color: #363545; }
  .scroll-table .two-col-table td {
    width: 50%; }
  .scroll-table .icon-ico-open-x-24px {
    stroke: #bfbfc6;
    display: none; }
  .scroll-table .ter-tooltip__content p {
    font-weight: normal;
    font-size: 16px; }

@media (max-width: 899px) {
  .table-scrolllock {
    margin-left: 300px;
    overflow-x: scroll;
    overflow-y: visible; }
  .scroll-table {
    width: 600px;
    text-align: left; }
    .scroll-table tr th {
      top: 0 !important; }
    .scroll-table tr:nth-child(odd) td:first-child {
      background-color: #e7e7ef; }
    .scroll-table tr:nth-child(even) td:first-child {
      background-color: rgba(243, 243, 247, 0.6); }
    .scroll-table tr td, .scroll-table tr th {
      vertical-align: top;
      height: 115px; }
      .scroll-table tr td:first-child, .scroll-table tr th:first-child {
        left: 16px;
        position: absolute !important;
        top: auto;
        width: 300px; }
    .scroll-table .icon-ico-open-x-24px {
      display: block; } }

@media (max-width: 599px) {
  .badge {
    margin-left: 0; }
  .table-scrolllock {
    margin-left: 180px; }
  .scroll-table {
    width: 400px; }
    .scroll-table tr td:first-child {
      width: 180px; }
    .scroll-table .ter-button {
      padding: 8px 16px; }
  .compare td:first-child .tooltip__content {
    min-width: auto;
    padding: 16px;
    margin-left: 24px;
    padding-top: 24px; }
  .compare td:first-child .close-tooltip {
    top: 8px; } }

.ot-sdk-container {
  background: rgba(0, 95, 158, 0.1) !important;
  border-top: #0063A3 4px solid !important; }

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
  border: unset !important; }

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #0063A3 !important;
  color: #ffffff !important; }
  #onetrust-consent-sdk #onetrust-accept-btn-handler:focus, #onetrust-banner-sdk #onetrust-reject-all-handler:focus {
    outline: unset;
    opacity: 1; }

#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  border: unset !important;
  background-color: unset !important;
  color: #0063A3 !important; }
  #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:focus {
    outline: unset;
    opacity: 1; }

#onetrust-consent-sdk #onetrust-policy-text {
  color: #363545 !important;
  padding: 0 24px; }

#onetrust-consent-sdk #onetrust-pc-sdk.ot-sdk-container {
  background-color: #fff !important; }

/* Butterbar Notifications */
.butterbar .container-fluid {
  position: relative; }

.butterbar a {
  text-decoration: none; }
  .butterbar a .cta {
    text-decoration: underline; }
  .butterbar a:hover {
    text-decoration: none;
    opacity: 0.9; }

.butterbar.ter-notification--secondary {
  color: #ffffff; }
  .butterbar.ter-notification--secondary a {
    color: #ffffff; }
  .butterbar.ter-notification--secondary .ter-notification__close i {
    color: #ffffff; }

.butterbar.ter-notification--danger {
  color: #ffffff; }
  .butterbar.ter-notification--danger a {
    color: #ffffff; }
  .butterbar.ter-notification--danger .ter-notification__close i {
    color: #ffffff; }

/* QR Codes */
@media all and (max-width: 900px) {
  .organism-ipad-qr-code {
    width: 100%; } }

#login-user-image {
  height: 30px;
  width: 30px;
  border-radius: 50%; }

.menu-item__login-user.logged-in {
  display: none !important; }

.menu-item__login-user-data {
  display: none;
  padding: 10px; }

.menu-item__login-user-data.logged-in {
  display: block; }

#login-user-name {
  font-weight: 600;
  margin-left: 10px; }

.account-actions {
  float: right;
  margin-top: -11px;
  font-size: 12px; }

.paragraph--m-image__caption {
  font-size: 14px;
  padding-top: 12px; }

.paragraph--m-image__image img {
  width: 100%;
  height: auto;
  display: block; }

.paragraph--m-image__description {
  margin: 20px; }

img.responsive-image {
  width: 100%;
  height: auto;
  display: block; }

.inner-page-nav {
  height: 72px; }
  .inner-page-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .inner-page-nav__list-item {
    padding: 0 24px;
    display: inline-block; }
    .inner-page-nav__list-item a {
      font-size: 14px;
      color: #363545;
      line-height: 72px;
      text-transform: uppercase;
      font-weight: 800;
      transition: all 200sm fade-in-out; }
      .inner-page-nav__list-item a:hover {
        color: #0063A3; }

.icon[class*="16px"] {
  font-size: 16px; }

.icon[class*="32px"] {
  font-size: 32px; }

.icon[class*="48px"] {
  font-size: 48px; }

.paragraph--m-icon-dumpling {
  text-align: center; }

.paragraph--m-icon-dumpling .icon, .paragraph--m-icon-dumpling .i20 {
  display: block;
  margin: 0 auto;
  font-size: 60px;
  margin-bottom: 15px; }

.paragraph--m-list-item {
  display: flex; }

.paragraph--m-list-item-icon .icon, .paragraph--m-list-item-icon .i20 {
  font-size: 48px;
  margin-right: 32px; }

.live-throbber {
  background: #da212c;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #e81f1f;
  margin: 0 16px;
  height: 10px;
  width: 10px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  display: inline-block; }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 31, 31, 0.7); }
  70% {
    box-shadow: 0 0 0 10px rgba(232, 31, 31, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(232, 31, 31, 0); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 31, 31, 0.7); }
  70% {
    box-shadow: 0 0 0 10px rgba(232, 31, 31, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(232, 31, 31, 0); } }

.paragraph--m-cta-section .block-display .ter-button {
  margin-bottom: 24px;
  width: 100%;
  max-width: 100%;
  display: block; }
  @media only screen and (min-width: 900px) {
    .paragraph--m-cta-section .block-display .ter-button {
      width: 17em;
      max-width: 100%; } }
  .paragraph--m-cta-section .block-display .ter-button:last-child {
    margin-bottom: 0px; }

@media only screen and (min-width: 900px) {
  .paragraph--m-cta-section .block-display .sub-cta-link {
    width: 17em;
    max-width: 100%; } }

.paragraph--m-cta-section .block-display.text-center .ter-button {
  display: inline-block; }

.paragraph--m-cta-section .inline-display .ter-button {
  margin: 0 12px; }
  .paragraph--m-cta-section .inline-display .ter-button:first-child {
    margin-left: 0px; }

.cta-section--block-display .ter-button {
  margin-bottom: 24px;
  width: 100%;
  max-width: 100%;
  display: block; }
  @media only screen and (min-width: 900px) {
    .cta-section--block-display .ter-button {
      width: 17em;
      max-width: 100%; } }
  .cta-section--block-display .ter-button:last-child {
    margin-bottom: 0px; }

@media only screen and (min-width: 900px) {
  .cta-section--block-display .sub-cta-link {
    width: 17em;
    max-width: 100%; } }

.cta-section--block-display.text-center .ter-button {
  display: inline-block; }

.cta-section--inline-display .ter-button {
  margin: 0 0 32px 0;
  display: block; }
  .cta-section--inline-display .ter-button:last-child {
    margin: 0; }

@media (min-width: 600px) {
  .cta-section--inline-display .ter-button {
    margin: 0 12px;
    display: inline-block; }
    .cta-section--inline-display .ter-button:first-child {
      margin-left: 0px; } }

.paragraph--naming-layer {
  position: relative; }

.svg-overlay {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: auto; }
  .svg-overlay.position-top {
    top: 0; }
  .svg-overlay.position-bottom {
    bottom: 0; }
  .svg-overlay.position-bottom-left {
    bottom: 0;
    left: 0; }
  .svg-overlay.position-center-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .svg-overlay.width-auto {
    width: auto !important; }

.paragraph--m-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 48px; }
  .paragraph--m-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .125rem;
  background-color: #0063A3;
  color: #ffffff; }
  .badge.badge-primary {
    background-color: #0063A3; }
  .badge.badge-secondary {
    background-color: #6a6976; }
  .badge.badge-tertiary {
    background-color: #d0d0d7;
    color: inherit; }

.homepage-hero {
  background-size: cover;
  padding-top: 144px;
  height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  background-position: center; }
  @media (min-width: 900px) {
    .homepage-hero {
      display: block;
      position: relative;
      height: auto;
      max-height: 100vh;
      overflow: hidden;
      padding-top: 0; } }
  .homepage-hero .container-fluid {
    margin-top: auto;
    transform: translateY(32px); }
    @media (min-width: 900px) {
      .homepage-hero .container-fluid {
        position: absolute;
        width: 100%;
        display: block;
        margin: 0 auto;
        bottom: 144px;
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 12; } }
  .homepage-hero .ter-card {
    border: 0px;
    background-color: rgba(255, 255, 255, 0.95) !important; }
  .homepage-hero__video-container {
    display: none; }
    @media (min-width: 900px) {
      .homepage-hero__video-container {
        display: block;
        height: 0px;
        padding-bottom: 56.25%;
        position: relative; } }
    .homepage-hero__video-container iframe {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
  .homepage-hero__video {
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 10; }
    @media (min-width: 900px) {
      .homepage-hero__video {
        display: block; } }
  @media (min-width: 900px) {
    .homepage-hero .paragraph--m-text p {
      font-size: 90%; } }

.homepage__section {
  height: auto; }
  @media (min-width: 900px) {
    .homepage__section {
      height: 100vh; } }
  .homepage__section .d-block.font-size-md {
    line-height: 1em;
    padding-bottom: 16px; }
  .homepage__section .d-block.icon-home-32px {
    line-height: 1em; }

#homeCreate3 {
  margin-bottom: calc(-1 * (144px)); }

#homeCreate3-Window {
  max-width: 400px; }

.home-experience {
  position: relative;
  padding-top: 144px;
  padding-bottom: 144px; }
  .home-experience__figure {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0 0 -2px 0;
    width: 100%;
    z-index: 10; }
  .home-experience__content {
    position: relative;
    z-index: 12; }

.home-collaborate {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: relative; }
  .home-collaborate .object-left {
    position: absolute;
    top: 0;
    left: 6%;
    width: 48%; }
    .home-collaborate .object-left img {
      max-width: 100%;
      height: auto;
      display: block; }
    .home-collaborate .object-left .object-arrow {
      width: 25%;
      margin: 0 auto; }
  .home-collaborate .object-right {
    position: absolute;
    bottom: 0;
    right: 6%;
    width: 48%; }
    .home-collaborate .object-right img {
      max-width: 100%;
      height: auto;
      display: block; }
    .home-collaborate .object-right .object-arrow {
      width: 25%;
      margin: 0 auto;
      transform: rotate(180deg); }

#views-exposed-form-visiting-professionals-embed-1 {
  max-width: 300px; }

.vpp-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }

.vpp-item {
  margin: 5px;
  border: 1px solid #eee;
  padding: 0; }

.vpp-item .views-field-title {
  padding: 5px; }

.vpp-node {
  padding: 40px 0; }

.contact-us-additional-resources {
  display: flex;
  flex-wrap: wrap; }

.additional-resource {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 50%;
  padding: 10px; }

.contact-us-section {
  display: flex;
  flex-wrap: wrap; }

.contact-us-link-wrapper {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 50%; }

.contact-us-link {
  color: #262533;
  display: flex;
  align-items: center;
  margin: 20px;
  padding: 20px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  justify-content: space-between;
  transition: .2s all;
  height: 100%; }
  .contact-us-link span {
    flex: 1; }
  .contact-us-link .icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
    margin-left: 48px; }

.contact-us-link p {
  color: #262533;
  margin-bottom: 24px; }

.contact-us-link .icon.icon-arrow-right-circled {
  color: #262533;
  font-size: 24px;
  min-width: 24px;
  margin-left: 20px; }

.contact-us-link:hover {
  background-color: white;
  box-shadow: 0px 8px 24px 0px rgba(54, 53, 69, 0.1), 0px 16px 20px 0px rgba(54, 53, 69, 0.05);
  z-index: 300; }

.additional-resource a {
  color: #0D6AA8;
  text-decoration: underline; }

.additional-resource a:hover {
  color: #0D5A8F; }

.ter-button.ter-button--primary {
  background-color: #0D6AA8;
  border-color: #0D6AA8; }

.ter-button.ter-button--primary:hover {
  background-color: #0D5A8F;
  border-color: #0D5A8F; }

.ter-button--outline, a.ter-button--outline {
  border: 1px solid #0D6AA8; }

.ter-button--outline:hover, a.ter-button--outline:hover {
  border: 1px solid #0D5A8F;
  background-color: #0D5A8F; }

.su-trainers-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }

.su-trainer {
  width: 31%;
  margin: 1%; }

@media only screen and (max-width: 600px) {
  .su-trainer {
    width: 200px;
    margin: 5px; } }

.su-trainer__title {
  font-size: 22px;
  font-weight: 600; }

.su-trainer__contact-name {
  font-size: 16px; }

.su-trainer__location {
  font-size: 16px; }

.su-trainer__location p {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px; }

.su-books-list {
  list-style: none;
  padding-left: 0; }

.su-book {
  display: flex; }

.su-book__image {
  flex-basis: 0;
  flex-grow: 1; }

.su-book__image {
  width: 200px; }

.su-book__image img {
  width: 100%;
  height: auto; }

.su-book__content {
  flex-basis: 0;
  flex-grow: 4;
  padding: 0 20px; }

.su-book__title {
  font-size: 22px;
  font-weight: 600; }

.su-book__author {
  font-style: italic; }

.su-book__desc p {
  font-size: 16px; }

.legal-documents {
  padding-top: 40px; }

.curriculum-list {
  list-style: none;
  padding: 0; }

.lesson-card {
  position: relative; }
  .lesson-card__image {
    height: 0;
    padding-bottom: 40%;
    background-size: cover; }
  .lesson-card__description p {
    font-size: 16px;
    margin-bottom: 0px; }
  .lesson-card__badge {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(54, 52, 69, 0.8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6px 15px;
    margin-right: 24px;
    color: white;
    font-size: 12px;
    font-weight: 600; }

.card-curriculum {
  max-width: 400px;
  min-width: 350px;
  margin: 10px; }

.card__main__footer {
  display: flex;
  justify-content: space-between; }

.card__thumb__top-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(54, 52, 69, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 6px 15px;
  margin-right: 10px;
  color: white;
  font-size: 12px;
  font-weight: 600; }

.card-curriculum .ter-card__image {
  max-height: 160px; }

.card-curriculum .ter-card__image > img {
  width: 104%; }

/* Card Ovweflow */
.overflow-event {
  width: 24px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1; }
  .overflow-event:hover {
    text-decoration: none; }
  .overflow-event:focus {
    text-decoration: none; }
    .overflow-event:focus:hover {
      text-decoration: none; }
  .overflow-event:visited {
    text-decoration: none; }
    .overflow-event:visited:hover {
      text-decoration: none; }
  .overflow-event.active {
    background-color: #eaeaef; }
    .overflow-event.active:hover {
      text-decoration: none; }

.ter-card--overflow_menu {
  display: none;
  background-color: #eaeaef;
  position: absolute;
  bottom: 72px;
  right: 16px;
  margin: 0;
  padding: 16px;
  box-shadow: 0px 10px 8px 0px rgba(54, 53, 69, 0.1), 0px 4px 8px 0px rgba(54, 53, 69, 0.05); }
  .ter-card--overflow_menu li {
    display: block !important;
    padding-right: 0; }
    .ter-card--overflow_menu li a {
      display: block;
      font-size: 12px;
      padding: 8px;
      width: auto; }

#tab_pane--for-personal {
  /*background-image: url('/themes/sketchup_www_terra/images/pricing/img-Plans-Personal.png');
    background-size: 40%;
    background-position: 20px 20px;
    background-repeat: no-repeat;*/ }

#tab_pane--for-professional,
#tab_pane--pro-classic {
  /*background-image: url('/themes/sketchup_www_terra/images/pricing/img-Plans-Professional.png');
    background-size: 45%;
    background-repeat: no-repeat;*/ }

#tab_pane--for-higher-education {
  /*background-image: url('/themes/sketchup_www_terra/images/pricing/img-Plans-HigherEd.png');
    background-size: 50%;
    background-repeat: no-repeat;*/ }

#tab_pane--for-primary-and-secondary-education {
  /*background-image: url('/themes/sketchup_www_terra/images/pricing/img-Plans-K12.png');
    background-size: 60%;
    background-repeat: no-repeat;*/ }

.pricing-stub__features-list .icon-ico-enclosed-check-1pt-32px {
  font-size: 16px;
  fill: #eaeaef;
  stroke: #262533; }

.icon-group {
  display: flex; }

.icon-group .icon {
  margin-right: 16px; }

.pricing__feature_table .subtext {
  font-size: 12px; }

.non-us-ca-users .ter-button,
.us-ca-users .ter-button {
  display: block; }

/** 2021 **/
/** Pricing and product typogrpahy **/
.jumbo, .mega {
  display: block;
  font-weight: 800; }

.jumbo {
  font-size: 24px; }

.mega {
  font-size: 32px;
  line-height: 100%; }

.micro {
  font-size: 16px; }

sub, sup {
  font-size: 50%; }

sup {
  top: -0.8em; }

sub {
  bottom: 0;
  margin-left: 2px; }

/* Cards */
.ter-pricing-card {
  border: #d0d0d7 1px solid !important; }

.pricing-card--content_wrapper {
  padding: 24px 48px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.pricing-card--content_wrapper .price.card-price {
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 16px; }

.pricing-card {
  height: 100%;
  padding: 24px;
  border: #d0d0d7 1px solid; }
  .pricing-card .pricing-card-footer {
    margin-top: auto; }
  .pricing-card .pricing-card-header {
    padding: 0;
    line-height: 100%; }
    .pricing-card .pricing-card-header .sketchup-label {
      display: block;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%; }
  .pricing-card .price {
    display: block;
    font-size: 24px; }
    .pricing-card .price__card-price {
      font-size: 48px;
      font-weight: 800; }
  .pricing-card .feature-list {
    list-style-type: none;
    font-size: 14px;
    padding: 16px 0; }
    .pricing-card .feature-list ul {
      margin: 0; }
      .pricing-card .feature-list ul li {
        display: flex;
        align-items: flex-start;
        margin: 0;
        padding: 8px 0; }
        .pricing-card .feature-list ul li p {
          font-size: inherit;
          line-height: inherit;
          margin: 0; }
        .pricing-card .feature-list ul li .checklist-content {
          background-image: url("/themes/sketchup_www_terra/images/pricing/icon-check.svg");
          background-repeat: no-repeat;
          padding-left: 24px;
          background-size: 16px;
          background-position: left 4px; }
        .pricing-card .feature-list ul li .device {
          background-repeat: no-repeat;
          min-height: 40px;
          padding-left: 44px;
          background-size: 32px;
          background-position: left 4px;
          display: flex;
          align-items: center; }
          .pricing-card .feature-list ul li .device.device-ipad {
            background-image: url("/themes/sketchup_www_terra/images/pricing/i20-ico-ipad-48px.svg"); }
          .pricing-card .feature-list ul li .device.device-web {
            background-image: url("/themes/sketchup_www_terra/images/pricing/icon-ico-cloud-48.svg"); }
          .pricing-card .feature-list ul li .device.device-desktop {
            background-image: url("/themes/sketchup_www_terra/images/pricing/i20-ico-sketchup-pro-desktop-48px.svg"); }
    .pricing-card .feature-list.feature-list--devices {
      border-bottom: #aeaeb6 1px solid; }
      .pricing-card .feature-list.feature-list--devices ul li {
        padding: 4px 0; }
  .pricing-card.highlight--primary {
    background-color: #fafdff;
    box-shadow: 0px 8px 24px 0px rgba(54, 53, 69, 0.1), 0px 16px 20px 0px rgba(54, 53, 69, 0.05); }

ul.feature-list li {
  display: flex; }

.price-card-strike {
  height: 16px;
  position: relative;
  color: #6a6976; }
  @media (min-width: 900px) {
    .price-card-strike {
      display: inline-block; } }
  .price-card-strike.strike:after {
    border-top: 1px solid #6a6976;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0; }

.promo-label {
  font-size: 16px;
  height: 16px !important;
  line-height: 100%;
  margin: 4px 0; }

.bundle-label {
  font-size: 14px;
  font-weight: 700;
  min-height: 24px;
  margin-bottom: 8px; }

.bundle-label--primary {
  background: #005F9E;
  color: #fff; }

.bundle-label--secondary {
  background: #6a6976;
  color: #fff; }

.bundle-label--tertiary {
  background: #d0d0d7;
  color: inherit; }

.cc-badge {
  height: 32px; }

/*Currency Toggle*/
.currency-toggle--menu .ter-dropdown__menu {
  left: 0; }

.currency-toggle-item.active {
  background-color: #0D6AA8;
  color: #fff !important;
  font-weight: 700; }

.localized .price-suffix {
  display: block; }

.my-apps-listing {
  padding: 30px 20px;
  box-shadow: 0px 0px 15px #eee; }

.my-apps-listing h1 {
  font-weight: 400;
  text-align: center;
  font-size: 32px; }

.my-apps-listing h3 {
  border-bottom: 1px solid black;
  padding-bottom: 1px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px; }

.my-app-item {
  display: block;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .my-app-item {
      display: flex; } }

.my-app-item-action .ter-button {
  width: 100%; }
  @media (min-width: 900px) {
    .my-app-item-action .ter-button {
      width: auto; } }

.my-app-item-head {
  font-weight: 300;
  padding-bottom: 2px; }

.my-app-item-sub {
  font-weight: 300;
  font-size: 16px;
  margin: 0; }

.my-app-item-sub-bold {
  font-weight: bold; }

#my-app-item-pro .icon-ico-sketchup-32px {
  font-size: 16px !important; }

.viewer-dl-page {
  margin: 16px auto; }

.download-section {
  padding: 8px 16px 12px;
  min-width: 560px;
  margin: 0 auto 16px; }

.download-subsection p {
  font-weight: 100; }

.view-downloads-title {
  padding-top: 16px;
  font-weight: 400;
  text-align: center; }

.button-row-div {
  justify-content: space-between;
  width: 100%;
  margin: 0 !important; }

.platform-label {
  padding-bottom: 0; }

.view-dl-button {
  height: 52px;
  width: 180px;
  padding-left: 16px !important;
  padding-right: 16px !important; }

.xr-para {
  margin: 0 0 16px 0 !important; }

.do-not-display-me {
  display: none !important; }

.help-section {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.aside-break,
.aside-thick-break {
  margin-top: 24px; }

.section-break,
.aside-thick-break {
  width: 100%;
  border-bottom: #e4e4e7 solid 1px;
  margin-top: 2px;
  margin-bottom: 24px; }

.aside-break {
  width: 100%;
  border-bottom: #f4f4f4 solid 1px;
  margin-top: 2px;
  margin-bottom: 24px; }

@media (max-width: 991px) {
  .help-section {
    margin: 32px auto 0; } }

@media (max-width: 600px) {
  .download-section {
    min-width: 0; } }

@media (max-width: 550px) {
  div.button-row-div {
    display: block;
    justify-content: center; }
  .button-row-div p {
    margin-bottom: 8px; }
  .view-dl-button {
    margin: 0 auto 18px;
    display: inline-block; }
  .google-play-store-logo {
    left: -12px !important; } }

@media all and (min-width: 601px) {
  .map-data iframe {
    max-height: 700px; } }

.tag-label-item {
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .tag-label-item {
      margin-bottom: 24px; } }
  .tag-label-item a {
    border: #d0d0d7 1px solid;
    color: #363545;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 24px;
    text-decoration: none;
    font-size: 14px;
    position: relative; }
    .tag-label-item a:hover {
      border-color: #0E6BA8; }
    .tag-label-item a.active {
      border-color: #0E6BA8; }
      .tag-label-item a.active:before {
        content: '✓';
        color: white;
        text-align: center;
        line-height: 29px;
        position: absolute;
        top: -15px;
        left: -15px;
        width: 30px;
        height: 30px;
        background: #0E6BA8;
        border-radius: 50%; }
        @media (max-width: 600px) {
          .tag-label-item a.active:before {
            top: -10px;
            left: -10px;
            width: 20px;
            height: 20px;
            line-height: 20px; } }
    @media (max-width: 600px) {
      .tag-label-item a {
        padding: 12px; }
        .tag-label-item a .icon {
          display: none; } }

.ml--select-display {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #aeaeb6;
  padding: 12px;
  width: 100%;
  cursor: pointer; }
  .ml--select-display:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    content: "\f078";
    font-size: 75%;
    margin-right: 12px;
    right: 0;
    position: absolute;
    top: 40%; }

#four-o-four div.paragraph--m-header {
  background-image: url("/themes/sketchup_www_terra/images/404/road-sign.png");
  background-repeat: no-repeat;
  width: 360px;
  height: 360px;
  position: relative;
  text-align: center;
  margin: auto; }

#four-o-four h2 {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 400%; }

.features-card .product-label-name {
  top: -10px;
  position: relative;
  margin-left: 8px; }

.features-card h3 a {
  color: #363545; }
  .features-card h3 a:hover {
    color: #1b1a26; }

.features-card .bundle-items .item-list li {
  display: inline-block;
  margin: 0 8px 0 0; }
  .features-card .bundle-items .item-list li .card {
    margin: 0;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
    background-color: #6a6976;
    color: #ffffff; }

.img-modal-handler {
  cursor: pointer;
  line-height: 0; }
  .img-modal-handler img {
    transition: transform 225ms ease-in-out; }
    .img-modal-handler img:hover {
      opacity: 0.8; }

.ter-list-feat-three .ter-modal--full-page .ter-modal {
  width: 90%; }
  @media only screen and (min-width: 900px) {
    .ter-list-feat-three .ter-modal--full-page .ter-modal {
      width: 75%; } }
  @media only screen and (min-width: 1200px) {
    .ter-list-feat-three .ter-modal--full-page .ter-modal {
      width: 66.66%; } }

#products-you-need .flex-item, #products-you-need-six-col .flex-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex: 50%; }

@media (min-width: 600px) {
  #products-you-need .molecule_list_a2_row .flex-item, #products-you-need-six-col .molecule_list_a2_row .flex-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex: 33.333%; } }

@media (min-width: 1200px) {
  #products-you-need .molecule_list_a2_row, #products-you-need-six-col .molecule_list_a2_row {
    width: 80%;
    margin: auto; }
    #products-you-need .molecule_list_a2_row .flex-item, #products-you-need-six-col .molecule_list_a2_row .flex-item {
      flex-grow: 1;
      flex-shrink: 1; } }

@media (min-width: 1200px) {
  #products-you-need .molecule_list_a2_row .flex-item {
    flex: 20%; } }

@media (min-width: 1200px) {
  #products-you-need-six-col .molecule_list_a2_row .flex-item {
    flex: 15%; } }

.ter-navbar-top__division-name {
  margin: 0;
  font-weight: 300;
  line-height: 10px;
  height: 18px;
  display: none; }
  .ter-navbar-top__division-name span {
    margin: 0 4px; }
  .ter-navbar-top__division-name .ter-navbar-top__division-logo {
    width: 84px;
    height: 17px; }
  @media (max-width: 899px) {
    .ter-navbar-top__division-name {
      display: flex; } }

body.has-nav {
  padding-top: 0 !important; }

.site-branding-logo, .site-branding-logo img {
  width: 120px;
  margin-right: 30px;
  line-height: 0; }

.ter-button.ter-button--utility {
  min-width: 159px;
  height: 33px;
  display: block;
  text-align: center;
  line-height: 7px !important;
  font-size: 14px;
  padding: 12px 6px;
  border: 1px solid #cfe1ee;
  color: #cfe1ee;
  font-weight: 400; }

.ter-button--utility:hover {
  color: #363545;
  text-decoration: none;
  background-color: #b5d1e5;
  border-color: #b5d1e5; }

/* Top Logo Bar */
.ter-navbar-top__wrapper {
  background: #f9f9fb; }

.ter-navbar-top {
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem);
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  height: 48px;
  display: flex;
  justify-content: space-between;
  z-index: 51;
  position: relative;
  transition: .4s;
  overflow: hidden;
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem); }

.ter-navbar-top__logo {
  height: 21px; }

.ter-navbar-top__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none; }

.ter-navbar-top__logo-link:hover {
  text-decoration: none; }

.ter-navbar-top__location {
  font-size: 12px;
  line-height: 36px;
  margin: 0; }

.ter-navbar-top__globe {
  height: 15px;
  padding-left: 12px;
  padding-right: 32px; }

.ter-navbar-top__left {
  width: 400px;
  display: flex;
  align-items: center; }

.ter-navbar-top__right {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%; }

.ter-navbar-top__right--mobile {
  display: none;
  grid-column: 3; }

.ter-navbar-top__link {
  font-size: 12px;
  line-height: 36px;
  margin: 0;
  padding-right: 0; }

.ter-navbar-top__search {
  height: 15px; }

.ter-navbar-top__search-wrapper {
  width: 28px;
  height: 28px;
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid transparent;
  box-sizing: content-box; }

.luna-nav-search__input {
  border: 1px solid #009ad9;
  margin: 0;
  height: 36px;
  font-size: 14px;
  width: 200px;
  padding-left: 8px; }

/* Menu Navigation */
.ter-navbar__menus-wrapper {
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem);
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px; }

/* All Button */
.in-menu-button {
  position: absolute;
  bottom: 0;
  left: 0; }

/* Inner Navigation */
.ter-utility-nav__wrapper {
  height: 48px;
  background: #005f9e; }

.ter-utility-nav__link-container {
  flex-grow: 2; }

/*** Mega menu columns and content **/
.ter-mega-menu__dropdown {
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  min-width: 800px;
  width: auto;
  max-width: 100%;
  left: 0;
  max-height: 0;
  height: 0;
  z-index: 60;
  margin: auto;
  transition: .4s;
  overflow: hidden;
  opacity: 0;
  top: 64px; }
  .ter-mega-menu__dropdown.ter-mega-menu__dropdown--is-open {
    height: auto;
    max-height: 450px;
    opacity: 1; }

.col-cta {
  margin-top: auto;
  padding: 0; }
  .col-cta a.ter-link-group__link {
    border: #005F9E 1px solid;
    color: #005F9E;
    margin-top: 16px; }
    .col-cta a.ter-link-group__link:hover {
      color: #fff; }

.ter-mega-menu__column {
  padding: 32px; }
  .ter-mega-menu__column .ter-mega-menu__column-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .ter-mega-menu__column .ter-mega-menu__column-header {
    padding: 8px 16px;
    font-weight: 600;
    border-bottom: #d0d0d7 1px solid; }
    .ter-mega-menu__column .ter-mega-menu__column-header.invisible-header .ter-mega-menu__column-header--text {
      visibility: hidden; }
  .ter-mega-menu__column.col-last {
    background-color: #f3f3f7; }
    .ter-mega-menu__column.col-last a.ter-link-group__link {
      color: #005F9E; }
      .ter-mega-menu__column.col-last a.ter-link-group__link:hover {
        color: #00406b;
        text-decoration: underline;
        background: unset; }

.ter-menu-item__description-wrapper {
  padding: 8px 16px; }
  .ter-menu-item__description-wrapper .ter-menu-item__description {
    max-width: 400px;
    width: auto;
    font-weight: 300; }
  .ter-menu-item__description-wrapper .ter-menu-item__description-cta {
    display: block;
    margin-top: 16px; }

.ter-mobile-menu-item__description {
  white-space: normal;
  background-color: #fff; }

@media screen and (max-width: 900px) {
  .ter-utility-nav__link-container,
  .ter-utility-nav__page-divider {
    display: none !important; } }

.ter-utility-nav__link-container .anchor a {
  color: white;
  text-decoration: none; }

.ter-utility-nav__title-wrapper {
  padding-right: 30px;
  display: block;
  position: relative; }

.ter-utility-nav {
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem);
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  position: relative;
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem); }

a.ter-button--inner-navigation {
  width: 150px;
  height: 33px;
  display: block;
  text-align: center;
  line-height: 32px;
  font-size: 14px; }

a.ter-navbar__nav-link {
  color: #262533;
  font-size: 14px;
  margin: 11px 0 0;
  padding: 8px 16px 0;
  position: relative;
  transition: .2s;
  height: 53px;
  align-self: end;
  font-weight: 600;
  border-bottom: 3px solid transparent; }

/* CTA in top navbar */
.ter-navbar-top_cta a {
  display: block;
  font-size: 12px;
  font-weight: bold; }

.ter-navbar-top__pipe {
  margin: 0 16px;
  color: #e2e2e7; }

/* FROM MY Uberflip work */
.ter-navbar {
  background: #eaeaef;
  width: 100%;
  top: 0;
  left: 0;
  transition: .4s;
  z-index: 60; }

.ter-navbar--is-showing .ter-navbar-top {
  height: 48px;
  opacity: 1; }

.ter-navbar--is-hidden .ter-navbar-top, .ter-navbar--is-hidden .ter-navbar__wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden; }

.ter-navbar-top {
  overflow: unset; }

.ter-dropdown__menu {
  left: unset;
  right: 0;
  float: none; }

.js-logged-in {
  display: flex;
  align-items: center; }
  .js-logged-in .icon {
    stroke: #0D6AA8; }

.js-logged-out {
  display: flex; }
  .js-logged-out .js-login {
    font-size: 12px;
    font-weight: bold; }

.login--logged-in .ter-navbar-top__right .js-logged-out {
  display: none; }

.login--logged-out .js-logged-in {
  display: none; }

.account-dropdown .account-dropdown__toggle {
  cursor: pointer;
  border-radius: 100%;
  width: 16px;
  height: 24px;
  padding: 0; }
  .account-dropdown .account-dropdown__toggle:after {
    content: none; }

.account-dropdown.is-open .account-dropdown__toggle .icon {
  stroke: #005F9E; }

.ter-navbar__fullscreen-dark-backer {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  padding: 48px 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: scroll; }

@media screen and (max-width: 900px) {
  .ter-navbar__wrapper {
    display: none; } }

.ter-navbar__menus-wrapper {
  display: flex;
  align-items: center;
  position: relative; }

.ter-navbar .ter-nav-mini-menu {
  position: relative;
  align-items: center;
  display: flex;
  /* height: 72px; */
  justify-content: space-between; }

.ter-navbar .ter-nav-mini-menu:hover {
  cursor: pointer; }

.ter-navbar .ter-nav-mini-menu__text {
  font-weight: 600; }

.ter-navbar .ter-nav-mini-menu__text img {
  height: 8px;
  margin: auto;
  padding-left: 6px; }

.ter-navbar .ter-nav-mini-menu__drop-down {
  position: absolute;
  background: #fff;
  top: 64px;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  width: 400px;
  padding: 0 32px;
  opacity: 0;
  z-index: 60; }

.ter-navbar .ter-nav-mini-menu__drop-down--is-open {
  max-height: 400px;
  opacity: 1;
  padding: 32px; }

.ter-link-group {
  display: block; }
  .ter-link-group .badge {
    vertical-align: middle; }

.ter-navbar .ter-link-group__link {
  background-color: transparent;
  display: inline-block;
  font-size: 14px;
  color: #262533;
  font-weight: 400;
  line-height: 1.4;
  padding: 8px 16px;
  text-decoration: none;
  transition: .4s; }

.ter-navbar .ter-nav-mini-menu__drop-down a:hover, .ter-navbar .ter-mega-menu__dropdown a:hover {
  background: #005f9e;
  color: #f3f3f7;
  text-decoration: underline; }

.ter-navbar .ter-nav-mini-menu__drop-down a img {
  height: 12px;
  float: right;
  transform: translateY(3px);
  opacity: 0;
  transition: .4s; }

.ter-navbar .ter-nav-mini-menu__drop-down a:hover img {
  opacity: 1; }

.ter-navbar .ter-nav-mini-menu__text {
  color: #262533;
  font-size: 14px;
  margin: 11px 0 0;
  padding: 8px 16px 0;
  position: relative;
  transition: .4s;
  height: 53px;
  align-self: end;
  border-bottom: 3px solid transparent; }

@media screen and (min-width: 899px) {
  .ter-nav--pipe {
    display: block;
    width: 1px;
    height: 24px;
    content: "";
    background-color: #9d9da6; } }

.ter-navbar__cta-link {
  font-weight: 800 !important;
  color: #00437B !important; }

.ter-navbar .ter-nav-mini-menu__text--is-open, .ter-navbar__cta-link:hover, a.ter-nav-mini-menu__text:hover, a.ter-mega-menu__nav-text--is-open, a.ter-mega-menu__nav-text:hover {
  border-bottom: 3px solid #005f9e;
  text-decoration: none; }

.ter-navbar .ter-nav-mini-menu__text .ter-icon {
  display: block;
  margin: auto; }

.ter-navbar__nav-link {
  text-decoration: none;
  transform: translateY(3px);
  align-self: center;
  padding: 0 0 12px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 3px solid transparent; }

.ter-navbar__nav-link p {
  box-sizing: border-box;
  height: 22px;
  align-self: end;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin: 0;
  padding: 9px 16px;
  transition: .4s;
  text-decoration: none; }

.ter-navbar__nav-link:hover {
  text-decoration: none;
  border-bottom: 3px solid #005f9e; }

.ter-nav-item--wrapper {
  /* height: 72px; */
  transition: .2s;
  display: flex;
  align-items: center;
  position: initial; }

.ter-mega-menu__title-link {
  text-decoration: none; }

a.ter-mega-menu__nav-text {
  display: block;
  color: #262533;
  font-size: 14px;
  margin: 11px 0 0;
  padding: 8px 16px 0;
  position: relative;
  transition: .4s;
  height: 53px;
  align-self: end;
  font-weight: 600;
  border-bottom: 3px solid transparent; }

a.ter-mega-menu__nav-text--is-open, .ter-navbar .ter-nav-mini-menu__text--is-open {
  border-bottom: 3px solid #005f9e;
  color: #00406b; }
  a.ter-mega-menu__nav-text--is-open img, .ter-navbar .ter-nav-mini-menu__text--is-open img {
    transform: scale(-1, -1);
    padding-right: 6px;
    padding-left: 0; }

.ter-mega-menu__nav-text img {
  height: 8px;
  padding-left: 6px;
  margin: auto; }

.ter-mega-menu__left-title {
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  padding: 8px 16px;
  margin: 0;
  font-size: 14px;
  color: #363545;
  transition: .2s;
  position: relative;
  z-index: 2; }

.ter-mega-menu__left-title--is-open {
  background: #005f9e;
  color: #f3f3f7;
  text-decoration: underline; }

.ter-mega-menu__left-title-caret {
  height: 10px;
  float: right;
  transform: translateY(6px);
  display: inline-block; }

.ter-mega-menu__left-section {
  box-sizing: border-box;
  border-right: 2px solid #005f9e;
  position: relative;
  z-index: 2; }

.ter-mega-menu__left-section-bottom-link p {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #eaeaef;
  padding: 8px 32px;
  margin: 0;
  transition: .2s;
  z-index: 2;
  text-decoration: none;
  background: #009ad9; }

.ter-mega-menu__left-section-bottom-link p:hover {
  background: #005f9e;
  text-decoration: underline; }

.ter-mega-menu .ter-right-section {
  box-sizing: border-box;
  height: 450px;
  position: absolute;
  top: -36px;
  left: 334px;
  z-index: -1;
  width: 0;
  padding: 36px 0;
  opacity: 0;
  transition: none;
  overflow: hidden;
  white-space: nowrap; }

.ter-mega-menu .ter-right-section--is-open {
  width: 428px;
  padding: 36px 36px 36px 28px;
  opacity: 1; }

.ter-mega-menu .ter-right-section__link {
  display: block;
  font-size: 14px;
  color: #363545;
  margin: 0;
  transition: .2s;
  position: relative;
  z-index: 2;
  text-decoration: none;
  line-height: 1.6;
  padding: 8px 20px; }

.ter-mega-menu .ter-right-section__link img {
  height: 12px;
  float: right;
  transform: translateY(4px);
  opacity: 0;
  transition: .2s; }

.ter-mega-menu .ter-right-section__link:hover img {
  opacity: 1; }

.ter-mega-menu .ter-right-section__link:hover {
  background: #005f9e;
  color: #f9f9fb;
  text-decoration: underline; }

@media screen and (max-width: 900px) {
  .ter-navbar-top__right {
    /*display: none;*/
    margin-right: 12px; } }

.ter-navbar-top__right--mobile {
  display: none;
  grid-column: 3; }

@media screen and (max-width: 900px) {
  .ter-navbar-top__right--mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center; } }

.ter-navbar-top__right--mobile-hamburger {
  height: 12px;
  width: 18px;
  position: relative; }

.ter-navbar-top__right--mobile-hamburger:hover {
  cursor: pointer; }

.ter-navbar-top__right--mobile-hamburger-bottom, .ter-navbar-top__right--mobile-hamburger-middle, .ter-navbar-top__right--mobile-hamburger-top {
  background: #363545;
  height: 2px;
  width: 18px;
  position: absolute;
  transition: .4s; }

.ter-navbar-top__right--mobile-hamburger-middle {
  top: 5px; }

.ter-navbar-top__right--mobile-hamburger-bottom {
  top: 10px; }

.ter-navbar-top__right--mobile-hamburger--is-open .ter-navbar-top__right--mobile-hamburger-top {
  transform: rotate(45deg);
  top: 5px; }

.ter-navbar-top__right--mobile-hamburger--is-open .ter-navbar-top__right--mobile-hamburger-middle {
  transform: rotate(45deg); }

.ter-navbar-top__right--mobile-hamburger--is-open .ter-navbar-top__right--mobile-hamburger-bottom {
  transform: rotate(-45deg);
  top: 5px; }

.luna-nav-search {
  display: flex;
  margin-right: 0;
  width: 0;
  overflow: hidden;
  transition: .3s; }

.luna-nav-search--deployed {
  width: 200px; }

.luna-nav-search__input {
  border: 1px solid #009ad9;
  margin: 0;
  height: 28px;
  font-size: 14px;
  width: 200px;
  padding-left: 8px; }

.ter-mobile-nav {
  position: absolute;
  top: 48px;
  width: 0;
  background-color: #f9f9fb;
  z-index: 9999;
  white-space: nowrap;
  color: #363545;
  transition: .3s;
  overflow: scroll;
  height: 100vh;
  display: none; }

.ter-navbar__menu-item {
  border-top: 1px solid #ffffff; }

.ter-navbar__menu-item > a:not(.ter-button) {
  background-color: #eaeaef; }
  .ter-navbar__menu-item > a:not(.ter-button).ter-mobile-nav_link {
    color: #005F9E;
    background: #f9f9fb;
    border-bottom: #005F9E 1px solid; }

.ter-navbar__menu-item.ter-dropdown .ter-dropdown__toggle:after {
  color: #363545;
  font-size: inherit;
  transition: transform 200ms ease-in-out;
  transform: unset;
  top: 40%; }

.ter-navbar__menu-item.is-open > a:not(.ter-button).ter-dropdown__toggle:after, .ter-navbar__menu-item.is-open > a:not(.ter-button).ter-mega-menu__trigger:after {
  color: #363545;
  transform: rotate(180deg); }

@media screen and (max-width: 899px) {
  .ter-mobile-nav {
    display: block; }
  .ter-navbar__menu-item > a:not(.ter-button) {
    font-size: 14px;
    font-weight: 600;
    text-transform: unset; }
  .ter-navbar__menu-item.ter-dropdown.is-open .ter-dropdown__menu {
    padding: 0;
    /*background-color: #d0d0d7;*/ }
  .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu ul {
    margin: 0;
    padding: 0; }
  .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu a, .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu span:not(.badge) {
    font-size: 14px;
    padding: 12px;
    padding-left: 32px;
    display: block; }
  .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu span:not(.badge) {
    background: #005F9E;
    color: #FFF; }
    .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu span:not(.badge):after {
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 900;
      font-family: Font Awesome\ 5 Free;
      content: "\f078";
      margin-left: 12px;
      position: absolute;
      right: 16px; }
  .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu span.badge {
    margin-left: 8px; }
  .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu .ter-dropdown__menu {
    display: none; }
    .ter-navbar__menu-item.ter-dropdown .ter-dropdown__menu .ter-dropdown__menu.is-open {
      display: block; }
  .all-button-wrapper {
    background: #FBF9FB;
    padding: 16px; }
    .all-button-wrapper a {
      background: #009AD9;
      text-align: center;
      color: #fff !important;
      margin: auto;
      padding: 8px 24px;
      width: 50%;
      display: block; } }

.ter-mobile-nav--is-open {
  width: 100vw; }

.ter-mobile-nav__menus-container {
  font-size: 12px; }

.ter-mobile-nav__menus-container li {
  text-decoration: none;
  list-style: none; }

.ter-mobile-nav__menus-container li li {
  border-top: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid; }

.ter-mobile-nav__link {
  text-decoration: none; }

.ter-mobile-nav__link p {
  border-top: 1px solid #363545;
  font-size: 14px;
  margin: 0;
  height: 48px;
  line-height: 48px;
  background: #eaeaef;
  color: #363545;
  padding: 0 16px;
  font-weight: 600; }

.ter-top-mobile-nav {
  padding: 16px; }

.ter-top-mobile-nav__location-wrapper {
  display: flex;
  justify-content: flex-end;
  height: 14px; }

.ter-top-mobile-nav__location {
  font-size: 12px;
  padding-right: 9px;
  transform: translateY(-1px); }

.ter-top-mobile-nav__globe-icon {
  width: 14px; }

.ter-top-mobile-nav__search-wrapper {
  display: grid;
  grid-template-columns: 1fr 22px;
  margin-top: 28px; }

.ter-top-mobile-nav__search-field {
  border: 1px solid #363545;
  height: 37px; }

.ter-top-mobile-nav__search-field:focus {
  outline: none; }

.ter-top-mobile-nav__search-submit {
  margin: 0;
  padding: 0; }

.ter-top-mobile-nav__search-icon {
  width: 14px;
  display: block;
  margin-left: 8px; }

.ter-top-mobile-nav__link {
  font-size: 12px;
  margin-top: 18px;
  display: block;
  color: #363545 !important; }

.ter-mobile-mega-menu {
  border-top: 1px solid #363545;
  padding: 0;
  background: #eaeaef; }

.ter-mobile-mega-menu__name {
  font-size: 14px;
  margin: 0;
  height: 48px;
  line-height: 48px;
  background: #eaeaef;
  color: #363545;
  padding: 0 16px;
  font-weight: 600;
  position: relative; }

.ter-mobile-mega-menu__name:hover {
  cursor: pointer; }

.ter-mobile-mega-menu__caret {
  width: 10px;
  position: absolute;
  top: 18px;
  right: 16px;
  transition: .2s; }

.ter-mobile-mega-menu__caret--up {
  transform: rotate(180deg); }

.ter-mobile-mega-menu__category-container {
  height: auto;
  transition: .5s;
  overflow: hidden;
  max-height: 0; }

.ter-mobile-mega-menu__category-container--is-open {
  max-height: 1000px; }

.ter-mobile-mega-menu__bottom-link {
  background: #009ad9;
  font-size: 14px !important;
  color: #fff !important;
  margin: 8px auto;
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 32px;
  line-height: 32px;
  padding: 0 24px; }

.ter-mobile-mega-menu-category {
  border-top: 1px solid #eaeaef; }

.ter-mobile-mega-menu-category__name, .ter-mobile-mega-menu-category__single-link {
  font-size: 14px;
  margin: 0;
  height: 48px;
  line-height: 48px;
  background: #005f9e;
  color: #fff;
  padding: 0 16px 0 36px;
  font-weight: 600;
  position: relative; }

.ter-mobile-mega-menu-category__name:hover, .ter-mobile-mega-menu-category__single-link:hover {
  cursor: pointer; }

.ter-mobile-mega-menu-category__name--single, .ter-mobile-mega-menu-category__single-link--single {
  font-size: 14px;
  margin: 0;
  height: 48px;
  line-height: 48px;
  background: #005f9e;
  color: #fff;
  padding: 0 16px 0 36px;
  font-weight: 600;
  position: relative; }

.ter-mobile-mega-menu-category__single-link {
  padding-left: 0; }

.ter-mobile-mega-menu-category__single-link:hover {
  cursor: pointer; }

.ter-mobile-mega-menu-category__caret {
  width: 10px;
  position: absolute;
  top: 18px;
  right: 16px;
  transition: .2s; }

.ter-mobile-mega-menu-category__caret--up {
  transform: rotate(180deg); }

.ter-mobile-mega-menu-category__submenu {
  background: #d0d0d7;
  margin: 0;
  padding: 0 16px 0 52px;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: .5s; }

.ter-mobile-mega-menu-category__submenu--is-open {
  max-height: 1000px; }

.ter-mobile-mega-menu-category__submenu-link {
  padding: 0; }

.ter-mobile-mega-menu-category__submenu-link a {
  height: 48px;
  line-height: 48px;
  color: #363545 !important;
  font-size: 14px; }

.ter-mobile-menu {
  border-top: 1px solid #363545; }

.ter-mobile-menu__name {
  font-size: 14px;
  margin: 0;
  height: 48px;
  line-height: 48px;
  background: #eaeaef;
  color: #363545;
  padding: 0 16px;
  font-weight: 600;
  position: relative; }

.ter-mobile-menu__name:hover {
  cursor: pointer; }

.ter-mobile-menu__caret {
  width: 10px;
  position: absolute;
  top: 18px;
  right: 16px;
  transition: .2s; }

.ter-mobile-menu__caret--up {
  transform: rotate(180deg); }

.ter-mobile-menu__link-container {
  background: #d0d0d7;
  margin: 0;
  padding: 0 16px 0 36px;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: .5s; }

.ter-mobile-menu__link-container--is-open {
  max-height: 1000px; }

.ter-mobile-menu__link {
  padding: 0; }

.ter-mobile-menu__link a {
  height: 48px;
  line-height: 48px;
  color: #363545;
  font-size: 14px; }

.ter-utility-nav__link-container {
  display: flex; }

.anchor {
  padding: 20px; }

.ter-navbar-top__link {
  padding: 0 11px; }

.ter-utility-nav {
  justify-content: flex-end; }

.ter-mega-menu__left-title {
  color: #363545 !important; }

.ter-mega-menu__left-title.active,
.ter-mega-menu__left-title:hover {
  color: white !important;
  text-decoration: none;
  background-color: #005f9e !important;
  cursor: pointer; }

.icon.ter-mega-menu__left-icon {
  color: #262533;
  transform: rotate(90deg);
  font-size: 18px;
  float: right;
  width: 16px;
  height: 16px; }

.ter-right-section__link:hover .icon.ter-mega-menu__left-icon,
.ter-mega-menu__left-title.active .icon.ter-mega-menu__left-icon,
.ter-mega-menu__left-title:hover .icon.ter-mega-menu__left-icon {
  color: white; }

@media screen and (max-width: 899px) {
  .legal-links__list {
    display: block !important;
    margin: 24px 0 !important; }
  .footer .legal-links li {
    padding: 8px !important;
    font-size: 12px; } }

.invisible-element {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  left: -9999px; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #262533;
  display: block;
  padding-bottom: 8px;
  margin: 0; }

p {
  font-size: 20px; }

.paragraph--m-card-icon-dumpling .icon {
  font-size: 48px;
  margin: 0 auto; }

.main-container {
  overflow: hidden; }

.form-item {
  padding-bottom: 24px; }

.ter-card__image--top {
  height: 10em; }
  .ter-card__image--top--square {
    height: 0;
    padding-bottom: 100%; }

.product-download-info table {
  width: 100%;
  border-collapse: collapse; }

.product-download-info tr {
  text-align: center; }

.molecule_list_a2_row .flex-item {
  flex-basis: 0;
  flex-grow: 1;
  padding: 20px; }

ul.ter-views-row {
  list-style-type: none; }

/* Debug Markings */
.reverse-row {
  flex-direction: row-reverse; }

.stacktable {
  width: 100%; }

.st-head-row {
  padding-top: 1em; }

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0; }

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%; }

.st-val {
  width: 49%;
  padding-left: 1%; }

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 900px) {
  .stacktable.large-only {
    display: none; }
  .stacktable.small-only {
    display: table; } }

.paragraph--react-hook {
  display: none; }

.embedded-commercial-view--visible.ter-button,
.embedded-educational-view--visible.ter-button,
.embedded-commercial-view--visible,
.embedded-educational-view--visible {
  display: none; }

.embedded-commercial-view .embedded-commercial-view--visible {
  display: block; }

.embedded-educational-view .embedded-educational-view--visible {
  display: block; }

.ter-secondary-navbar {
  box-shadow: none; }
  .ter-secondary-navbar.is-shown {
    box-shadow: 0px 8px 24px 0px rgba(54, 53, 69, 0.1), 0px 16px 20px 0px rgba(54, 53, 69, 0.05); }

.sub-cta-link {
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center; }

.lottie_animation.loading_animation {
  width: 80px; }

.ter-select,
.select-styled,
.select-options {
  font-size: 20px; }

.font-size-lg {
  line-height: 40px; }

p {
  line-height: 32px; }

@media only screen and (max-width: 900px) {
  .hide-in-mobile {
    display: none !important; } }

.ter-button,
a.ter-button {
  white-space: pre-wrap !important; }

.all-icon-row svg {
  font-size: 64px; }

.footnote p {
  font-size: 16px;
  font-style: italic; }

.card-curriculum {
  max-width: 390px; }

/* AppNexus which might be fullstory is putting some dumb img tag at the bottom of our site and I'm hiding it. */
img[src*="adnxs"] {
  display: none; }

#js--my-apps-mobile-ios,
#js--my-apps-mobile-android,
#js--my-apps-xr-oculus,
#js--my-apps-xr-wmr {
  display: block;
  margin-bottom: 5px; }

/* S4S - 6-17-2019 - switching to using flex instead of columns */
.flex-curriculum-card {
  width: 100%;
  max-width: 396px;
  min-width: 350px;
  margin: 10px;
  padding-bottom: 32px;
  flex: 1; }

.flex-curriculum-card .ter-card {
  height: 100%; }

.flex-curriculum-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#custom-curriculum-select ~ .select-styled {
  margin-bottom: 24px; }

#custom-curriculum-select ~ .select-options {
  margin-top: -24px; }

/* other crap from the temp css block */
.ter-notification--warning a {
  color: #262533; }

.viewer-dl-page {
  margin: 16px auto; }

.download-section {
  padding: 8px 16px 12px;
  min-width: 560px;
  margin: 0 auto 16px; }

.download-subsection p {
  font-weight: 100; }

.view-downloads-title {
  padding-top: 16px;
  font-weight: 400;
  text-align: center; }

.button-row-div {
  justify-content: space-between;
  width: 100%;
  margin: 0 !important; }

.platform-label {
  padding-bottom: 0; }

.view-dl-button {
  height: 52px;
  width: 180px;
  padding-left: 16px !important;
  padding-right: 16px !important; }

.xr-para {
  margin: 0 0 16px 0 !important; }

.do-not-display-me {
  display: none !important; }

.help-section {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.aside-break,
.aside-thick-break {
  margin-top: 24px; }

.section-break,
.aside-thick-break {
  width: 100%;
  border-bottom: #e4e4e7 solid 1px;
  margin-top: 2px;
  margin-bottom: 24px; }

.aside-break {
  width: 100%;
  border-bottom: #f4f4f4 solid 1px;
  margin-top: 2px;
  margin-bottom: 24px; }

@media (max-width: 991px) {
  .help-section {
    margin: 32px auto 0; } }

@media (max-width: 600px) {
  .download-section {
    min-width: 0; } }

@media (max-width: 550px) {
  div.button-row-div {
    display: block;
    justify-content: center; }
  .button-row-div p {
    margin-bottom: 8px; }
  .view-dl-button {
    margin: 0 auto 18px;
    display: inline-block; }
  .google-play-store-logo {
    left: -12px !important; } }

.lesson-card__image img {
  width: 100%; }

.lesson-card__image {
  overflow: hidden; }

.js-form-item-field-edu-contact-us-states-target-id,
.js-form-item-field-edu-contact-ca-provinces-target-id,
.js-form-item-field-edu-contact-au-states-target-id {
  display: none; }

/*.ter-navbar-top__right { display: none; }*/
.su-profile-stub {
  display: flex; }

.su-profile-image {
  margin-left: 0; }
