@charset "UTF-8";
/**
 * fluid-type
 * param: $min-font-value | minimum font size at and below the smallest viewport width
 * param: $mac-font-value | maximum font size at and above the widest viewport width
 * param: $min-width | minimum possible viewport width value at which the font size will stop scaling down
 * param: $max-width | maximum possible viewport width vallue at which the font size will stop scaling up
 */
/**
 * returns the ratio of the font at its largest divided by the font at it's smallest
 */
/**
 * returns the mathematical power of a value
 */
/**
 * fluidify
 * @param1: base font size at it's smallest viewport (like mobile)
 * @param2: base font size, scaled to largest viewport (like desktop)
 * @param3: scale - the ratio to use for scaling your font from :root to h6
 * 
 * You can find ratios here: https://type-scale.com/
 */
.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white-text {
  color: #FFFFFF !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  box-sizing: border-box;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #186CA0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, .collapsible, .btn-floating, .btn, input[type=submit], .btn-small, .btn-large {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn-floating:hover, .btn:hover, input[type=submit]:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #182a50;
}

i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #182a50;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 1024px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i,
.breadcrumb [class^=mdi-], .breadcrumb [class*=mdi-],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.breadcrumb:before {
  content: "";
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top, .pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 1024px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 1025px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1600px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1600px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 1201px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 1025px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 1024px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #E13F38;
}
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 1024px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #334681;
  color: #dce1f1;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #334681;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #F3BB19;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #a5b2db;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #334681;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #334681;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 1025px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width : 1201px) {
  .container {
    width: 70%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 1025px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1600px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 410px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 460px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 560px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 610px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 710px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 760px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 860px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 910px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 1010px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 1060px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 1110px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 1160px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 1210px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 1260px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 1310px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 1360px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}
.scale-transition.scale-in {
  transform: scale(1);
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

.btn, input[type=submit], .btn-small, .btn-large,
.btn-flat {
  border: none;
  border-radius: 0px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled, input.disabled[type=submit],
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
input[type=submit]:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
input[disabled][type=submit],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled:hover, input.disabled[type=submit]:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
input[type=submit]:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
input[disabled][type=submit]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn, input[type=submit],
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}
.btn i, input[type=submit] i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus, input[type=submit]:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #c8251e;
}

.btn, input[type=submit], .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #E13F38;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.btn:hover, input[type=submit]:hover, .btn-small:hover, .btn-large:hover {
  background-color: #e4544e;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #334681;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating:hover {
  background-color: #334681;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}
.btn-floating.btn-small i {
  line-height: 32.4px;
}
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #334681;
  border-radius: 50%;
  transform: scale(0);
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  padding: 0 28px;
}
.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 16px;
}
.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all 0.3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

select:focus {
  outline: 1px solid #bec8e5;
}

button:focus {
  outline: none;
  background-color: #394e90;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled, input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly=readonly] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly=readonly] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly=readonly] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly=readonly] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly=readonly] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly=readonly] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly=readonly] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #334681;
  box-shadow: 0 1px 0 0 #334681;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #334681;
}
input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}
input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
/* Validation Sass Placeholders */
.select-wrapper.valid > input.select-dropdown, input:not([type]).valid, input:not([type]):focus.valid,
input[type=text]:not(.browser-default).valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default).valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default).valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default).valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default).valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default).valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default).valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default).valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default).valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text]:not(.browser-default).invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default).invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default).invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default).invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default).invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default).invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default).invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default).invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input:not([type]).valid ~ .helper-text[data-success], input:not([type]):focus.valid ~ .helper-text[data-success], input:not([type]).invalid ~ .helper-text[data-error], input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.select-wrapper.valid ~ .helper-text:after, input:not([type]).valid ~ .helper-text:after, input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

.select-wrapper.invalid ~ .helper-text:after, input:not([type]).invalid ~ .helper-text:after, input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #334681;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width : 1024px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width : 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0.8rem 0 0.8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type=radio]:not(:checked) + span,
[type=radio]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[type=radio] + span:before,
[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after,
[type=radio]:checked + span:before,
[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:before,
[type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}

[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type=radio]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked + span:before {
  border: 2px solid transparent;
}

[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:before,
[type=radio].with-gap:checked + span:after {
  border: 2px solid #334681;
}

[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:after {
  background-color: #334681;
}

[type=radio]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
[type=radio].with-gap:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
[type=radio].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type=radio].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type=radio].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type=radio]:disabled:not(:checked) + span:before,
[type=radio]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  /*opacity: 0;
  pointer-events: none;*/
}

[type=checkbox] {
  /* checkbox aspect */
}
[type=checkbox] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*[type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}*/
[type=checkbox]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}
[type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type=checkbox].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/*[type=checkbox]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #334681;
  border-bottom: 2px solid #334681;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}*/
[type=checkbox]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/*[type=checkbox]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #334681;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type=checkbox]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type=checkbox].filled-in + span:not(.lever):after {
  border-radius: 2px;
}*/
/*[type=checkbox].filled-in + span:not(.lever):before,
[type=checkbox].filled-in + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
   .1s delay is for check animation 
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type=checkbox].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type=checkbox].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #F3BB19;
  background-color: #F3BB19;
  z-index: 0;
}
[type=checkbox].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #F3BB19;
  border-color: #F3BB19;
}
[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
[type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}*/

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #8790ac;
}
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #334681;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(51, 70, 129, 0.15);
}
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(51, 70, 129, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #334681;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn, .file-field input[type=submit], .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #334681;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #334681;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #334681;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #334681;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(51, 70, 129, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #334681;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(51, 70, 129, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #334681;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(51, 70, 129, 0.26);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #333333;
}

.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex: 1 0 auto;
  display: block;
  position: relative;
}
main section.main-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1600px;
  width: 90%;
}

.section-wrapper {
  position: relative;
}

.invisible, .primary-nav h2 {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.clear-both {
  clear: both;
}

.visually-hidden, .general-carousel .component-carousel-slide .component-carousel-slide__image .image__desktop {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a[id]:not([href]) {
  display: block;
  position: relative;
  top: -300px;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.site-content__inner {
  padding-top: 128px;
}

.search-form .form-submit--trigger {
  display: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  padding-top: 0;
}

.container .row {
  margin: 0;
}
.container .col {
  padding: 0;
}
.page-node-type-front-page .container .col > h1:first-child,
.page-node-type-front-page .container .col > h2:first-child,
.page-node-type-front-page .container .col > h3:first-child,
.page-node-type-front-page .container .col > h4:first-child,
.page-node-type-front-page .container .col > h5:first-child,
.page-node-type-front-page .container .col > h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

.video-embed-field-responsive-video {
  border-radius: 16px;
  overflow: hidden;
}

.path-tours h1 {
  margin-bottom: 0;
}

.block-system-main-block ul {
  padding-left: 40px;
}
.block-system-main-block ul li {
  list-style-type: disc;
}

nav.pager,
nav[aria-labelledby=pagination-heading] {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
nav.pager .pager__items,
nav.pager .js-pager__items,
nav[aria-labelledby=pagination-heading] .pager__items,
nav[aria-labelledby=pagination-heading] .js-pager__items {
  display: flex;
  gap: 1rem;
}
nav.pager .pager__items li a,
nav.pager .js-pager__items li a,
nav[aria-labelledby=pagination-heading] .pager__items li a,
nav[aria-labelledby=pagination-heading] .js-pager__items li a {
  display: flex;
  padding: 4px 8px;
  border-radius: 2px;
}
nav.pager .pager__items li.is-active a,
nav.pager .js-pager__items li.is-active a,
nav[aria-labelledby=pagination-heading] .pager__items li.is-active a,
nav[aria-labelledby=pagination-heading] .js-pager__items li.is-active a {
  background: #f7f4f1;
  color: #182a50;
  font-weight: 700;
}

.site-sidebar--left {
  padding-right: 24px;
}

:focus-visible {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
}

.form-element__container:has(input:focus-visible) + label {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
}

.field--type-viewsreference.field--label-hidden .viewsreference--view-title {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif, "Lato", sans-serif;
}

p {
  line-height: 1.33;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  color: #182a50;
}
@media (min-width: 600px) and (max-width: 1600px) {
  h1 {
    font-size: calc( 30px + (45 - 30) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 25px;
  font-weight: 700;
  color: #182a50;
}
@media (min-width: 600px) and (max-width: 1600px) {
  h2 {
    font-size: calc( 25px + (35 - 25) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #182a50;
}
@media (min-width: 600px) and (max-width: 1600px) {
  h3 {
    font-size: calc( 20px + (30 - 20) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 17px;
  font-weight: 700;
  color: #182a50;
}
@media (min-width: 600px) and (max-width: 1600px) {
  h4 {
    font-size: calc( 17px + (25 - 17) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 600px) and (max-width: 1600px) {
  h5 {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 600px) and (max-width: 1600px) {
  h6 {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  h6 {
    font-size: 18px;
  }
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

label {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 600px) and (max-width: 1600px) {
  label {
    font-size: calc( 16px + (17 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  label {
    font-size: 17px;
  }
}

input,
textarea {
  color: inherit;
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  input,
textarea {
    font-size: calc( 16px + (17 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  input,
textarea {
    font-size: 17px;
  }
}

textarea {
  padding: 10px;
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  textarea {
    font-size: calc( 16px + (17 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  textarea {
    font-size: 17px;
  }
}

body {
  font-size: 17px;
  font-family: "Nunito Sans", sans-serif, "Lato", sans-serif;
  line-height: 1.33;
}
@media (min-width: 600px) and (max-width: 1600px) {
  body {
    font-size: calc( 17px + (18 - 17) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

.overline, .page-node-type-traveller-story .field--name-field-location, .video-tour-presentations-listing .vtp-item .vtp-item__location, .page-node-type-video-tour-presentation .field--name-field-location, .tours-listing .tour-item .tour-item__location, .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__location {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #777777 !important;
}

small {
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  small {
    font-size: calc( 16px + (16 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  small {
    font-size: 16px;
  }
}

.block-page-title-block h1 {
  font-size: 56px;
  color: #F3BB19;
  font-weight: 400;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .block-page-title-block h1 {
    font-size: calc( 56px + (72 - 56) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .block-page-title-block h1 {
    font-size: 72px;
  }
}

strong {
  font-weight: 600;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.form-textarea {
  font-size: 16px;
  background-color: transparent;
  border: none;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  outline: none;
  height: 3.5rem;
  width: 100%;
  margin: 0;
  padding: 0 0.5rem;
  box-shadow: none;
  box-sizing: border-box;
  transition: none !important;
}
@media (min-width: 600px) and (max-width: 1600px) {
  input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.form-textarea {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.form-textarea {
    font-size: 18px;
  }
}
input:not([type]):focus,
input[type=text]:not(.browser-default):focus,
input[type=password]:not(.browser-default):focus,
input[type=email]:not(.browser-default):focus,
input[type=url]:not(.browser-default):focus,
input[type=time]:not(.browser-default):focus,
input[type=date]:not(.browser-default):focus,
input[type=datetime]:not(.browser-default):focus,
input[type=datetime-local]:not(.browser-default):focus,
input[type=tel]:not(.browser-default):focus,
input[type=number]:not(.browser-default):focus,
input[type=search]:not(.browser-default):focus,
textarea.form-textarea:focus {
  border: 2px solid #186CA0 !important;
  box-shadow: none !important;
}
input:not([type]).error,
input[type=text]:not(.browser-default).error,
input[type=password]:not(.browser-default).error,
input[type=email]:not(.browser-default).error,
input[type=url]:not(.browser-default).error,
input[type=time]:not(.browser-default).error,
input[type=date]:not(.browser-default).error,
input[type=datetime]:not(.browser-default).error,
input[type=datetime-local]:not(.browser-default).error,
input[type=tel]:not(.browser-default).error,
input[type=number]:not(.browser-default).error,
input[type=search]:not(.browser-default).error,
textarea.form-textarea.error {
  border: 2px solid #f00 !important;
}

input[type=checkbox]:focus + label span {
  outline: 9px double black;
  box-shadow: 0 0 0 6px white;
}

button.form-submit--trigger:focus-visible,
input[type=button]:not(.browser-default):focus-visible,
input[type=submit]:not(.browser-default):focus-visible {
  outline: 9px double black;
  box-shadow: 0 0 0 6px white;
}

.form-item--error::after {
  display: inline-flex;
  margin: 0 0 0 8px;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "error";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-8px);
  color: #f00;
}
.form-item--error label {
  color: #f00;
}
.form-item--error .form-item--error-message {
  color: #f00;
}

textarea.form-textarea {
  height: 6rem;
  padding: 0.5rem;
}

form .form-actions input[type=submit] {
  display: none;
}

.form-item {
  position: relative;
  margin: 0 0 1rem 0;
}
.form-item .description {
  font-size: 14px;
  color: #777777;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .form-item .description {
    font-size: calc( 14px + (15 - 14) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .form-item .description {
    font-size: 15px;
  }
}
.form-item .form-item--error-message {
  font-size: 14px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .form-item .form-item--error-message {
    font-size: calc( 14px + (15 - 14) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .form-item .form-item--error-message {
    font-size: 15px;
  }
}
.form-item .iti {
  display: block;
}
.form-item .iti .form-tel {
  padding-left: 3.5rem;
}

.form-element__container {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

[type=checkbox] + span:not(.lever) {
  padding-left: 2rem;
}

.select2-container .select2-selection--single {
  height: 3rem !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 3rem !important;
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  position: absolute !important;
  top: 0px !important;
  right: 8px !important;
  width: 20px !important;
}

/**
 * Facets and filters for content listing pages
 * (like tours, video tour presentations).
 */
.listing-page-filters__title {
  margin: 0 2rem 0 0;
  padding: 0;
  display: none;
}

.listing-page-filters {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  border-bottom: 1px solid #B3B5AF;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing-page-filters .block-facets-summary {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 2rem 0 0 0;
}
.listing-page-filters .block-facets-summary > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.listing-page-filters .block-facets-summary > ul .facet-summary-item--facet {
  border: 1px solid #B3B5AF;
  margin: 0 1rem 0 0;
  border-radius: 2px;
}
.listing-page-filters .block-facets-summary > ul .facet-summary-item--facet a {
  display: flex;
  flex-direction: row-reverse;
  color: #777777;
}
.listing-page-filters .block-facets-summary > ul .facet-summary-item--facet a .facet-item__value {
  padding: 0.25rem 0.75rem;
}
.listing-page-filters .block-facets-summary > ul .facet-summary-item--facet a .facet-item__status {
  background: #B3B5AF;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
}
.listing-page-filters .block-facets-summary > ul .facet-summary-item--facet a:hover {
  text-decoration: none;
}
.listing-page-filters .views-exposed-form {
  margin: 1rem 0 0 0;
}
.listing-page-filters .views-exposed-form form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.listing-page-filters .views-exposed-form form .form-actions button.btn, .listing-page-filters .views-exposed-form form .form-actions button.btn-large, .listing-page-filters .views-exposed-form form .form-actions button.btn-small {
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  display: none;
}
.listing-page-filters .views-exposed-form form .js-form-type-select {
  margin: 0 2rem 0 0;
  padding: 0;
  min-width: 320px;
}
.listing-page-filters .views-exposed-form form .js-form-type-select .select2-container {
  width: 100%;
}

.block-facets {
  margin: 0 0 3rem 0;
}
.block-facets h2 {
  margin: 0;
  padding: 0;
}

.facets-widget-checkbox .facet-item {
  margin: 0 0 1rem;
}
.facets-widget-checkbox .facet-item ul {
  margin: 0.75rem 0 0 1.5rem;
}
.facets-widget-checkbox [type=checkbox]:not(:checked) + label span,
.facets-widget-checkbox [type=checkbox]:checked + label span {
  position: relative;
  display: block;
  padding-left: 2rem;
}
.facets-widget-checkbox [type=checkbox]:not(:checked) + label span:after {
  content: "";
  display: inline-block;
  top: 0.1875rem;
  width: 20px;
  height: 20px;
  border: 2px solid #B3B5AF;
  background-color: #ffffff;
  z-index: 0;
  position: absolute;
  left: 0;
  vertical-align: middle;
  border-radius: 2px;
}
.facets-widget-checkbox [type=checkbox]:checked + label span:after,
.facets-widget-checkbox [type=checkbox]:indeterminate + label span:after {
  content: "";
  display: inline-block;
  top: 0.1875rem;
  width: 20px;
  height: 20px;
  border: 2px solid #F3BB19;
  background-color: #F3BB19;
  z-index: 0;
  position: absolute;
  left: 0;
  vertical-align: middle;
  border-radius: 2px;
}
.facets-widget-checkbox [type=checkbox]:checked + label span:before {
  content: "";
  top: 0.375rem;
  position: absolute;
  z-index: 1;
  display: block;
  left: 0.125rem;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.facets-widget-checkbox [type=checkbox]:indeterminate + label span:before {
  content: "";
  top: 1px;
  position: absolute;
  z-index: 1;
  display: block;
  left: -4px;
  width: 8px;
  height: 13px;
  border-right: 2px solid #fff;
  transform: rotateZ(90deg);
  transform-origin: 100% 100%;
}

.header-cta {
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 420px) {
  .header-cta {
    display: none;
  }
}

.mobile-control-nav {
  display: flex;
  align-items: center;
}
.mobile-control-nav .menu__item--menu {
  display: flex;
}
@media only screen and (min-width : 1201px) {
  .mobile-control-nav .menu__item--menu {
    display: none;
  }
}
.mobile-control-nav ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media only screen and (min-width : 1025px) {
  .mobile-control-nav ul {
    gap: 0.5rem;
  }
}
.mobile-control-nav ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.mobile-control-nav ul li a {
  color: #ffffff;
  display: flex;
  line-height: 1;
  padding: 0.5rem;
  position: relative;
  width: 40px;
  height: 40px;
}
.mobile-control-nav ul li a.js-toggle-mobile-search.active .mi-search {
  opacity: 0;
}
.mobile-control-nav ul li a.js-toggle-mobile-search.active .mi-close {
  opacity: 1;
}
.mobile-control-nav ul li a i {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 2.5rem;
  transition: all 0.5s ease;
}
.mobile-control-nav ul li a i.mi-search {
  opacity: 1;
}
.mobile-control-nav ul li a i.mi-close {
  opacity: 0;
}

.primary-nav {
  padding: 0;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
}
.primary-nav nav {
  background-color: transparent;
  color: #182a50;
  height: auto;
  line-height: 1;
  box-shadow: none;
  display: none;
}
@media only screen and (min-width : 1201px) {
  .primary-nav nav {
    display: flex;
  }
}
.primary-nav nav > ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease;
}
.primary-nav nav > ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
  display: block;
  transition: all 0.5s ease;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .primary-nav nav > ul li a {
    font-size: calc( 16px + (25 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .primary-nav nav > ul li a {
    font-size: 25px;
  }
}
.primary-nav nav > ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #182a50;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.primary-nav nav > ul li a:hover, .primary-nav nav > ul li a:focus, .primary-nav nav > ul li a.is-active {
  background-color: transparent;
}
.primary-nav nav > ul li a:hover::before, .primary-nav nav > ul li a:focus::before, .primary-nav nav > ul li a.is-active::before {
  visibility: visible;
  transform: scaleX(1);
}

.site-header.shadow .primary-nav nav > ul {
  gap: 3rem;
  transition: all 0.5s ease;
}
.site-header.shadow .primary-nav nav > ul li a {
  transition: all 0.5s ease;
  font-size: 12px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .site-header.shadow .primary-nav nav > ul li a {
    font-size: calc( 12px + (20 - 12) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .site-header.shadow .primary-nav nav > ul li a {
    font-size: 20px;
  }
}

/**
 * Secondary navigation.
 */
.site-header__secondary-nav-bar {
  background: #f7f4f1;
  display: block;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width : 1201px) {
  .site-header__secondary-nav-bar {
    display: block;
  }
}
.site-header__secondary-nav-bar .mobile-menu__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__title {
  color: #777777;
}
.site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button {
  color: #777777;
}
.site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button .btn, .site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button .btn-large, .site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button .btn-small, .site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button input[type=submit] {
  background: none;
  border: 0;
  box-shadow: none;
  color: #777777;
  padding: 0 0.75rem;
}
.site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button .btn .material-icons, .site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button .btn-large .material-icons, .site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button .btn-small .material-icons, .site-header__secondary-nav-bar .mobile-menu__navbar .mobile-menu__navbar__button input[type=submit] .material-icons {
  font-size: 2rem;
  line-height: 2.75rem;
}
@media only screen and (min-width : 769px) {
  .site-header__secondary-nav-bar .mobile-menu__navbar {
    display: none;
  }
}
.site-header__secondary-nav-bar nav {
  max-height: 0;
  height: auto;
  transition: max-height 170ms ease-in-out;
  overflow: hidden;
}
.site-header__secondary-nav-bar nav.open {
  max-height: 31.25rem;
}
@media only screen and (min-width : 769px) {
  .site-header__secondary-nav-bar nav {
    display: flex;
    max-height: none;
    overflow: auto;
  }
}
.site-header__secondary-nav-bar nav ul:not(.contextual-links) {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  text-align: left;
}
@media only screen and (min-width : 769px) {
  .site-header__secondary-nav-bar nav ul:not(.contextual-links) {
    flex-direction: row;
    text-align: center;
    align-items: center;
  }
}
.site-header__secondary-nav-bar nav ul:not(.contextual-links) li {
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.site-header__secondary-nav-bar nav ul:not(.contextual-links) li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: #182a50;
  text-decoration: none;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .site-header__secondary-nav-bar nav ul:not(.contextual-links) li a {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .site-header__secondary-nav-bar nav ul:not(.contextual-links) li a {
    font-size: 18px;
  }
}
.site-header__secondary-nav-bar nav ul:not(.contextual-links) li a i {
  margin-right: 0.25rem;
}
@media only screen and (min-width : 769px) {
  .site-header__secondary-nav-bar nav ul:not(.contextual-links) li a {
    padding: 1rem;
  }
}
.site-header__secondary-nav-bar nav ul:not(.contextual-links) li a.is-active, .site-header__secondary-nav-bar nav ul:not(.contextual-links) li a:hover {
  background: #ffffff;
}

.header-nav {
  display: none;
  width: 100%;
}
@media only screen and (min-width : 769px) {
  .header-nav {
    flex-direction: column;
    display: flex;
  }
}
.header-nav > div {
  display: inline-flex;
  justify-content: flex-end;
}
.header-nav .contextual {
  display: none;
}
.header-nav nav {
  display: flex;
}
.header-nav nav ul {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.header-nav nav ul a {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .header-nav nav ul a {
    font-size: calc( 16px + (16 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .header-nav nav ul a {
    font-size: 16px;
  }
}

.site-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #182a50;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.25s ease;
}
.toolbar-horizontal .site-header, .toolbar-vertical .site-header {
  top: 39px;
}
.toolbar-horizontal.toolbar-tray-open .site-header {
  top: 79px;
}
.site-header > .container {
  transition: all 0.25s ease;
  z-index: 10;
}
.site-header.shadow {
  box-shadow: 1px 2px 9px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}
.site-header.shadow > .container {
  transition: all 0.25s ease;
}
@media only screen and (min-width : 1201px) {
  .site-header.shadow > .container {
    padding: 0.5rem 0;
  }
}
.site-header.shadow .site-header_right__top {
  max-height: 0 !important;
  opacity: 0;
  transition: all 0.25s ease;
}
.site-header.shadow .site-header_right .header-cta .btn, .site-header.shadow .site-header_right .header-cta .btn-large, .site-header.shadow .site-header_right .header-cta .btn-small, .site-header.shadow .site-header_right .header-cta input[type=submit] {
  transition: all 0.25s ease;
}
@media only screen and (min-width : 769px) {
  .site-header.shadow .site-header_right .header-cta .btn, .site-header.shadow .site-header_right .header-cta .btn-large, .site-header.shadow .site-header_right .header-cta .btn-small, .site-header.shadow .site-header_right .header-cta input[type=submit] {
    padding: 0.5rem 1rem;
    font-size: 17px;
  }
}
.site-header.shadow .site-header__logo a img {
  width: 64%;
  max-width: 64%;
  transition: all 0.25s ease;
}
@media only screen and (max-width : 768px) {
  .site-header.shadow .site-header__logo a img {
    width: 80%;
    max-width: 80%;
  }
}
@media only screen and (min-width : 769px) {
  .site-header.shadow .site-header__content .site-header__content__top {
    margin-bottom: -3rem;
  }
}
.site-header .row {
  margin: 0;
}
.site-header .row .col {
  float: none;
  padding: 0;
  min-height: 0;
}
.site-header .site-header__logo {
  position: relative;
  display: flex;
}
.site-header .site-header__logo a {
  display: block;
}
.site-header .site-header__logo a img {
  display: block;
  transition: all 0.25s ease;
  width: 80%;
  max-width: 80%;
}
@media only screen and (min-width : 769px) {
  .site-header .site-header__logo a img {
    width: 110%;
    max-width: 110%;
  }
}
.site-header .site-header__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-header .site-header__content .site-header__content__top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  top: -1.25rem;
  margin-bottom: -2.5rem;
  justify-content: space-between;
}
@media only screen and (min-width : 1025px) {
  .site-header .site-header__content .site-header__content__top {
    gap: 1rem;
    top: -1.625rem;
  }
}
@media only screen and (min-width : 1201px) {
  .site-header .site-header__content .site-header__content__top {
    gap: 2rem;
  }
}
.site-header .site-header_right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.site-header .site-header_right .site-header_right__top {
  display: flex;
  transition: all 0.25s ease;
  max-height: 200px;
}
.site-header .site-header_right .site-header_right__bottom {
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width : 1025px) {
  .site-header .site-header_right .site-header_right__bottom {
    gap: 1.5rem;
  }
}
@media only screen and (min-width : 1201px) {
  .site-header .site-header_right .site-header_right__bottom {
    gap: 2rem;
  }
}
.site-header .site-header_right .site-header_right__bottom .header-cta .btn, .site-header .site-header_right .site-header_right__bottom .header-cta .btn-large, .site-header .site-header_right .site-header_right__bottom .header-cta .btn-small, .site-header .site-header_right .site-header_right__bottom .header-cta input[type=submit] {
  transition: all 0.25s ease;
}

.site-footer {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.site-footer .site-footer__top {
  padding: 3rem 0 0.5rem 0;
  background-color: #182a50;
}
.site-footer .site-footer__top .container .row {
  margin: 0;
}
.site-footer .site-footer__top .container .row .col {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: #ffffff;
}
@media only screen and (min-width : 1025px) {
  .site-footer .site-footer__top .container .row .col {
    flex-direction: row;
  }
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 auto;
  gap: 3.5rem;
}
@media only screen and (min-width : 1025px) {
  .site-footer .site-footer__top .container .row .col .site-footer__content-blocks {
    flex-direction: row;
  }
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter {
  max-width: 21.25rem;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter h1, .site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter h2, .site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter h3, .site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter h4, .site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter h5, .site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter h6 {
  color: #ffffff;
}
@media only screen and (min-width : 1025px) {
  .site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter {
    max-width: 22.5rem;
  }
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__hubspot-newsletter .block-block-content {
  font-weight: 200;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__info-block {
  display: flex;
  flex-direction: column;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__info-block .field--name-field-social-media-link {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__info-block .field--name-field-social-media-link a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__info-block .field--name-field-social-media-link a .ext {
  display: none;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__info-block .field--name-field-social-media-link a[href*=facebook] {
  background-image: url("/themes/custom/wwt/gfx/dist/social-fb.svg");
  background-size: 32px 32px;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__info-block .field--name-field-social-media-link a[href*=instagram] {
  background-image: url("/themes/custom/wwt/gfx/dist/social-ig.svg");
  background-size: 32px 32px;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__info-block .field--name-field-social-media-link a[href*=youtube] {
  background-image: url("/themes/custom/wwt/gfx/dist/social-yt.svg");
  background-size: 32px 32px;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__links-block {
  display: flex;
  flex-direction: row;
}
.site-footer .site-footer__top .container .row .col .site-footer__content-blocks .site-footer__links-block > div {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.site-footer .site-footer__top .container .row .col h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  color: #ffffff;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .site-footer .site-footer__top .container .row .col h2 {
    font-size: calc( 18px + (20 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .site-footer .site-footer__top .container .row .col h2 {
    font-size: 20px;
  }
}
.site-footer .site-footer__bottom {
  font-size: 15px;
  background-color: #182a50;
  padding: 1.5rem 0;
  color: #C5CAD3;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .site-footer .site-footer__bottom {
    font-size: calc( 15px + (16 - 15) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .site-footer .site-footer__bottom {
    font-size: 16px;
  }
}
.site-footer .site-footer__bottom .row {
  margin: 0;
}
.site-footer .site-footer__bottom a {
  color: #C5CAD3;
}
.site-footer .site-footer__logo a {
  display: block;
}
.site-footer .site-footer__logo img {
  display: block;
  width: 100%;
  max-width: 5.75rem;
}
@media only screen and (min-width : 769px) {
  .site-footer .site-footer__logo img {
    max-width: 6.875rem;
  }
}
.site-footer nav ul li {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.site-footer nav ul li::before {
  display: inline-flex;
  margin: 0 8px 0 8px;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "east";
  color: #C5CAD3;
}
.site-footer nav ul li a {
  color: #C5CAD3;
}

.paragraph--type--standard-content .container .row {
  margin-bottom: 0;
}
.paragraph--type--standard-content img {
  width: auto;
}
.paragraph--type--standard-content .align-left {
  padding-right: 2rem;
}
.paragraph--type--standard-content .align-right {
  padding-left: 2rem;
}
.paragraph--type--standard-content ul {
  padding-left: 40px;
}
.paragraph--type--standard-content ul li {
  list-style-type: disc;
}
@media only screen and (max-width : 600px) {
  .paragraph--type--standard-content .align-left,
.paragraph--type--standard-content .align-right {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}

.btn, .btn-large, .btn-small, input[type=submit] {
  font-size: 16px;
  box-shadow: none;
  line-height: 1.22;
  text-transform: none;
  height: auto;
  padding: 0.6875rem 1.75rem;
  font-weight: 600;
  white-space: nowrap;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 8px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .btn, .btn-large, .btn-small, input[type=submit] {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .btn, .btn-large, .btn-small, input[type=submit] {
    font-size: 18px;
  }
}
.btn:hover, .btn-large:hover, .btn-small:hover, input[type=submit]:hover {
  text-decoration: none;
  box-shadow: none;
}
.btn:focus-visible, .btn-large:focus-visible, .btn-small:focus-visible, input[type=submit]:focus-visible {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
}
@media only screen and (min-width : 1025px) {
  .btn, .btn-large, .btn-small, input[type=submit] {
    padding: 1.125rem 2rem;
  }
}
.btn.btn--primary, .btn--primary.btn-large, .btn--primary.btn-small, input.btn--primary[type=submit] {
  background-color: #186CA0;
  border: 1px solid transparent;
}
.btn.btn--primary:hover, .btn--primary.btn-large:hover, .btn--primary.btn-small:hover, input.btn--primary[type=submit]:hover {
  background-color: #549CC9;
}
.btn.btn--secondary, .btn--secondary.btn-large, .btn--secondary.btn-small, input.btn--secondary[type=submit] {
  background-color: #ffffff !important;
  border: 1px solid #186CA0;
  color: #186CA0;
}
.btn.btn--secondary:hover, .btn--secondary.btn-large:hover, .btn--secondary.btn-small:hover, input.btn--secondary[type=submit]:hover {
  background-color: #EDF5FA !important;
}
.btn.btn--tertiary, .btn--tertiary.btn-large, .btn--tertiary.btn-small, input.btn--tertiary[type=submit] {
  background-color: transparent !important;
  color: #186CA0;
}
.btn.btn--tertiary:hover, .btn--tertiary.btn-large:hover, .btn--tertiary.btn-small:hover, input.btn--tertiary[type=submit]:hover {
  background-color: transparent !important;
}
.btn.btn--small, .btn--small.btn-large, .btn--small.btn-small, input.btn--small[type=submit] {
  font-size: 12px;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .btn.btn--small, .btn--small.btn-large, .btn--small.btn-small, input.btn--small[type=submit] {
    font-size: calc( 12px + (16 - 12) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .btn.btn--small, .btn--small.btn-large, .btn--small.btn-small, input.btn--small[type=submit] {
    font-size: 16px;
  }
}

.site-header__search-menu {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
  /**
   * Section search.
   */
  /**
   * Section menu.
   */
  /**
   * Search form.
   */
}
.site-header__search-menu .sm-top {
  padding: 0.875rem;
}
.site-header__search-menu .section-search {
  display: flex;
  justify-content: space-between;
}
.site-header__search-menu .section-search > div:first-of-type {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 18.375rem;
  max-width: 30.875rem;
}
.site-header__search-menu .section-menu {
  display: flex;
  justify-content: space-between;
  background-color: #D7DEE0;
  line-height: 1.85;
}
@media only screen and (min-width : 1201px) {
  .site-header__search-menu .section-menu {
    display: flex;
  }
}
.site-header__search-menu .section-menu h2 {
  font-size: 20px;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .site-header__search-menu .section-menu h2 {
    font-size: calc( 20px + (28 - 20) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .site-header__search-menu .section-menu h2 {
    font-size: 28px;
  }
}
.site-header__search-menu .section-menu ul {
  margin: 0;
  padding: 0;
}
.site-header__search-menu .section-menu a {
  text-decoration: none;
  color: #182a50;
}
.site-header__search-menu .section-menu a:hover {
  text-decoration: underline;
  color: #777777;
}
.site-header__search-menu .section-menu nav.alt-menu ul ul {
  display: none;
}
.site-header__search-menu .section-menu nav.alt-menu ul li.social {
  display: inline-flex;
}
.site-header__search-menu .section-menu nav.alt-menu ul li a.social {
  text-indent: -9999px;
  display: inline-flex;
  align-self: center;
  align-items: center;
  gap: 8px;
}
.site-header__search-menu .section-menu nav.alt-menu ul li a.social:before {
  content: " ";
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.site-header__search-menu .section-menu nav.alt-menu ul li a.social.facebook:before {
  background-image: url("/themes/custom/wwt/gfx/ico-facebook.svg");
}
.site-header__search-menu .section-menu nav.alt-menu ul li a.social.youtube:before {
  background-image: url("/themes/custom/wwt/gfx/ico-youtube.svg");
}
.site-header__search-menu .section-menu nav.alt-menu ul li a.social svg {
  display: none;
}
.site-header__search-menu .site-search .search-block-form > form {
  display: flex;
}
.site-header__search-menu .site-search .search-block-form > form .form-item {
  width: 100%;
  margin-bottom: 0;
}
.site-header__search-menu .site-search .search-block-form > form .form-item .form-element__container {
  display: flex;
}
.site-header__search-menu .site-search .search-block-form > form .form-item .form-text {
  background-color: #ffffff;
  color: #000000;
}
.site-header__search-menu .site-search .search-block-form > form .form-item label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
  color: #ffffff;
}
.site-header__search-menu .site-search .search-block-form > form .form-actions input.form-submit {
  display: none;
}
.site-header__search-menu .site-search .search-block-form > form .form-actions .form-submit--trigger {
  padding: 0.875rem 0.875rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #186CA0;
  margin-left: 1rem;
}
.site-header__search-menu .site-search .search-block-form > form .form-actions .form-submit--trigger i {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.site-header__content__bottom .sm-bottom {
  display: none;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu {
  display: flex;
  flex-direction: column;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu .contextual {
  display: none;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav {
  display: flex;
  flex-direction: column;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav ul li {
  display: flex;
  flex-direction: column;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav ul li a {
  display: flex;
  flex-direction: column;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav.mobile-main-navigation ul li a {
  border-top: 1px solid #515f7b;
  padding: 16px 0px;
  color: #ffffff;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav.mobile-main-navigation ul li:last-child a {
  border-bottom: 1px solid #515f7b;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav.mobile-header-navigation {
  padding-top: 8px;
}
.site-header__content__bottom .sm-bottom .container .row .col .section-menu nav.mobile-header-navigation ul li a {
  padding: 8px 0px;
  color: #C5CAD3;
}

.section-menu-mobile {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1.25rem 0 2.5rem;
}
@media only screen and (min-width : 1201px) {
  .section-menu-mobile {
    display: none;
  }
}
.section-menu-mobile .menu {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-menu-mobile .menu__item {
  clear: both;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}
.section-menu-mobile .menu__link {
  font-size: 17px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0.75rem 0;
  line-height: 1.3;
  text-decoration: none;
  outline: none;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .section-menu-mobile .menu__link {
    font-size: calc( 17px + (18 - 17) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .section-menu-mobile .menu__link {
    font-size: 18px;
  }
}
.section-menu-mobile nav.mobile-menu {
  margin: 0 0 1.25rem 0;
}
.section-menu-mobile a.menu__link {
  color: #182a50;
}
.section-menu-mobile a.menu__link:hover, .section-menu-mobile a.menu__link:focus {
  color: #777777;
}
.section-menu-mobile a.menu__link.is-active {
  color: #777777;
}
.section-menu-mobile nav.mobile-menu > .menu > .menu__item > .menu__link {
  font-size: 22px;
  padding: 1rem 0;
  font-weight: 600;
  border-bottom: 2px solid #9EA8AD;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .section-menu-mobile nav.mobile-menu > .menu > .menu__item > .menu__link {
    font-size: calc( 22px + (24 - 22) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .section-menu-mobile nav.mobile-menu > .menu > .menu__item > .menu__link {
    font-size: 24px;
  }
}
.section-menu-mobile nav.mobile-menu > .menu > .menu__item > .menu {
  margin: 5px 0 10px 0;
}
.section-menu-mobile nav.mobile-menu > .menu > .menu__item > .menu > .menu__item > .menu {
  margin: 0 0 5px 15px;
}
.section-menu-mobile nav.mobile-menu > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > .menu__link {
  font-size: 16px;
}
.section-menu-mobile .menu--level-1 {
  display: none;
}
.section-menu-mobile .menu--level-0 > .menu__item--active-trail > .menu--level-1 {
  display: block;
}
.section-menu-mobile nav > .menu > .menu__item > .menu__link.is-expanded::after {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "expand_more";
}
.section-menu-mobile nav.alt-menu ul ul {
  display: none;
}
.section-menu-mobile nav.alt-menu ul li.social {
  display: inline-flex;
}
.section-menu-mobile nav.alt-menu ul li a.social {
  text-indent: -9999px;
  display: inline-flex;
  align-self: center;
  align-items: center;
  gap: 8px;
}
.section-menu-mobile nav.alt-menu ul li a.social:before {
  content: " ";
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.section-menu-mobile nav.alt-menu ul li a.social.facebook:before {
  background-image: url("/themes/custom/wwt/gfx/ico-facebook.svg");
}
.section-menu-mobile nav.alt-menu ul li a.social.youtube:before {
  background-image: url("/themes/custom/wwt/gfx/ico-youtube.svg");
}
.section-menu-mobile nav.alt-menu ul li a.social svg {
  display: none;
}

.general-carousel.slick-slider {
  margin-bottom: -0.125rem;
}
.general-carousel.slick-slider.slick-dotted {
  margin-bottom: -0.125rem;
}
.general-carousel.slick-slider .slick-dots {
  bottom: 2rem;
}
.general-carousel.slick-slider .slick-dots li button .slick-dot-icon {
  color: #ffffff;
  opacity: 0.8;
}
.general-carousel.slick-slider .slick-dots li.slick-active button .slick-dot-icon {
  color: #ffffff;
}
.general-carousel.slick-slider .slick-next, .general-carousel.slick-slider .slick-prev {
  z-index: 2;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 4px;
}
.general-carousel.slick-slider .slick-next {
  right: 1rem;
  background: transparent;
}
@media only screen and (min-width : 1025px) {
  .general-carousel.slick-slider .slick-next {
    right: 2rem;
  }
}
.general-carousel.slick-slider .slick-next:focus-visible {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
  background: rgba(0, 0, 0, 0.4);
}
.general-carousel.slick-slider .slick-next:focus-visible .slick-next-icon {
  color: #ffffff;
  text-shadow: none;
}
.general-carousel.slick-slider .slick-next .slick-next-icon {
  font-size: 40px;
  font-family: "Material Icons";
  text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .general-carousel.slick-slider .slick-next .slick-next-icon {
    font-size: calc( 40px + (64 - 40) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .general-carousel.slick-slider .slick-next .slick-next-icon {
    font-size: 64px;
  }
}
.general-carousel.slick-slider .slick-next .slick-next-icon:before {
  content: "chevron_right";
}
.general-carousel.slick-slider .slick-prev {
  left: 1rem;
  background: transparent;
}
@media only screen and (min-width : 1025px) {
  .general-carousel.slick-slider .slick-prev {
    left: 2rem;
  }
}
.general-carousel.slick-slider .slick-prev:focus-visible {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
  background: rgba(0, 0, 0, 0.4);
}
.general-carousel.slick-slider .slick-prev:focus-visible .slick-prev-icon {
  color: #ffffff;
  text-shadow: none;
}
.general-carousel.slick-slider .slick-prev .slick-prev-icon {
  font-size: 40px;
  font-family: "Material Icons";
  text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .general-carousel.slick-slider .slick-prev .slick-prev-icon {
    font-size: calc( 40px + (64 - 40) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .general-carousel.slick-slider .slick-prev .slick-prev-icon {
    font-size: 64px;
  }
}
.general-carousel.slick-slider .slick-prev .slick-prev-icon:before {
  content: "chevron_left";
}
.general-carousel .slick-track .slick-slide {
  cursor: grab;
}
.general-carousel .paragraph--type--carousel-slide {
  display: flex !important;
}
.general-carousel .component-carousel-slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width : 769px) {
  .general-carousel .component-carousel-slide {
    display: flex;
    min-height: 60vw;
  }
}
@media only screen and (min-width : 1025px) {
  .general-carousel .component-carousel-slide {
    min-height: 50vw;
  }
}
@media only screen and (min-width : 1201px) {
  .general-carousel .component-carousel-slide {
    min-height: 55vw;
  }
}
@media only screen and (min-width : 1600px) {
  .general-carousel .component-carousel-slide {
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: 900px;
  }
}
@media only screen and (min-width : 769px) {
  .page-node-type-tour .general-carousel .component-carousel-slide {
    display: flex;
    min-height: 40vw;
  }
}
@media only screen and (min-width : 1025px) {
  .page-node-type-tour .general-carousel .component-carousel-slide {
    min-height: 50vw;
  }
}
@media only screen and (min-width : 1201px) {
  .page-node-type-tour .general-carousel .component-carousel-slide {
    min-height: 43vw;
  }
}
@media only screen and (min-width : 1600px) {
  .page-node-type-tour .general-carousel .component-carousel-slide {
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: 600px;
  }
}
.general-carousel .component-carousel-slide .component-carousel-slide__image .image__mobile {
  position: relative;
  display: block;
}
@media only screen and (min-width : 769px) {
  .general-carousel .component-carousel-slide .component-carousel-slide__image .image__mobile {
    display: none;
  }
}
.general-carousel .component-carousel-slide .component-carousel-slide__image .image__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 45%, #182a50 100%);
}
@media only screen and (min-width : 769px) {
  .general-carousel .component-carousel-slide .component-carousel-slide__image .image__gradient {
    display: block;
  }
}
.general-carousel .component-carousel-slide .component-carousel-slide__image .image__mobile .image__gradient {
  display: block;
}
@media only screen and (min-width : 769px) {
  .general-carousel .component-carousel-slide .component-carousel-slide__image .image__mobile .image__gradient {
    display: none;
  }
}
.general-carousel .component-carousel-slide .component-carousel-slide__content {
  width: 100%;
  padding: 3rem 0.5rem 5rem 0.5rem;
  z-index: 3;
  text-align: left;
  display: flex;
  align-self: center;
  z-index: 20;
}
.general-carousel .component-carousel-slide .component-carousel-slide__content .component-carousel-slide__content__internal {
  position: relative;
  z-index: 10;
  width: 46%;
}
@media only screen and (min-width : 601px) {
  .general-carousel .component-carousel-slide .component-carousel-slide__content .component-carousel-slide__content__internal {
    width: 56%;
  }
}
.general-carousel .component-carousel-slide .component-carousel-slide__content .image_heading {
  position: relative;
  width: 100%;
}
@media only screen and (min-width : 601px) {
  .general-carousel .component-carousel-slide .component-carousel-slide__content .image_heading {
    width: 54%;
  }
}
.general-carousel .component-carousel-slide .component-carousel-slide__content .image_heading img {
  width: auto;
  height: auto;
}
.general-carousel .component-carousel-slide .component-carousel-slide__content .image_offset img {
  width: auto;
  height: auto;
  max-width: 48%;
  max-height: 75%;
  left: 51%;
  right: 0;
  position: absolute;
  z-index: 200;
  bottom: 0;
}
.general-carousel .component-carousel-slide .component-carousel-slide__content h1, .general-carousel .component-carousel-slide .component-carousel-slide__content h2, .general-carousel .component-carousel-slide .component-carousel-slide__content h3, .general-carousel .component-carousel-slide .component-carousel-slide__content h4, .general-carousel .component-carousel-slide .component-carousel-slide__content h5, .general-carousel .component-carousel-slide .component-carousel-slide__content h6, .general-carousel .component-carousel-slide .component-carousel-slide__content p {
  line-height: 1.12;
  color: #ffffff;
}
@media only screen and (max-width : 768px) {
  .general-carousel .component-carousel-slide .component-carousel-slide__content {
    color: #ffffff !important;
  }
  .general-carousel .component-carousel-slide .component-carousel-slide__content h2 {
    color: #ffffff !important;
  }
  .general-carousel .component-carousel-slide .component-carousel-slide__content p {
    color: #ffffff !important;
  }
  .general-carousel .component-carousel-slide .component-carousel-slide__content .container {
    width: 75%;
  }
}
@media only screen and (min-width : 769px) {
  .general-carousel .component-carousel-slide .component-carousel-slide__content {
    background-color: transparent;
    padding: 1.5rem 4.5rem 5rem 4.5rem;
  }
}
.general-carousel .component-carousel-slide .component-carousel-slide__content h2 {
  text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.5);
}
.general-carousel .component-carousel-slide .component-carousel-slide__content p {
  text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.5);
}
.general-carousel .component-carousel-slide .component-carousel-slide__content p:last-of-type {
  margin: 0;
}
.general-carousel .component-carousel-slide .component-carousel-slide__content .row {
  margin: 0;
}
.general-carousel .component-carousel-slide .component-carousel-slide__button {
  margin-top: 2rem;
}

.paragraph--type--logo-carousel img {
  height: auto;
}
.paragraph--type--logo-carousel .logo-carousel__title {
  text-align: center;
  width: 100%;
  color: #ffffff;
  margin-bottom: 1rem;
}
.paragraph--type--logo-carousel .logo-carousel__title p {
  color: #ffffff;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--logo-carousel .logo-carousel__title {
    max-width: 20%;
    width: auto;
    text-align: left;
  }
}
.paragraph--type--logo-carousel .logo-carousel__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1%;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--logo-carousel .logo-carousel__content-container {
    max-width: 79%;
  }
}
.paragraph--type--logo-carousel .logo-carousel.slick-dotted .slick-track .slick-slide {
  cursor: grab;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider {
  margin-bottom: 0;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next, .paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev {
  z-index: 2;
  opacity: 0.9;
  width: auto;
  height: auto;
  border-radius: 4px;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-slide {
  margin: 0 3.5rem;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next {
  right: 0;
  background: #ffffff;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next:focus {
  background: #54595C;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next:focus .slick-next-icon {
  color: #ffffff;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next .slick-next-icon {
  font-size: 44px;
  font-family: "Material Icons";
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next .slick-next-icon {
    font-size: calc( 44px + (48 - 44) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next .slick-next-icon {
    font-size: 48px;
  }
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-next .slick-next-icon:before {
  content: "chevron_right";
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev {
  left: 0;
  background: #ffffff;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev:focus {
  background: #54595C;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev:focus .slick-prev-icon {
  color: #ffffff;
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev .slick-prev-icon {
  font-size: 44px;
  font-family: "Material Icons";
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev .slick-prev-icon {
    font-size: calc( 44px + (48 - 44) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev .slick-prev-icon {
    font-size: 48px;
  }
}
.paragraph--type--logo-carousel .logo-carousel.slick-slider .slick-prev .slick-prev-icon:before {
  content: "chevron_left";
}
.paragraph--type--logo-carousel .logo-carousel .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--logo-carousel .logo-strap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-items: center;
  justify-content: center;
  gap: 1rem;
}
.paragraph--type--logo-carousel .logo-strap > .field__item {
  display: flex;
  height: 100%;
  justify-content: center;
}
.paragraph--type--logo-carousel .logo-strap > .field__item img {
  max-height: 120px;
  width: auto;
}

.paragraph--type--text-carousel .slick-slider {
  margin-bottom: 0;
}
.paragraph--type--text-carousel .slick-slider .slick-next, .paragraph--type--text-carousel .slick-slider .slick-prev {
  z-index: 2;
  opacity: 0.9;
  width: auto;
  height: auto;
  border-radius: 4px;
}
.paragraph--type--text-carousel .slick-slider .slick-slide {
  margin: 0 3.5rem;
}
.paragraph--type--text-carousel .slick-slider .slick-next {
  right: 0;
  background: #ffffff;
}
.paragraph--type--text-carousel .slick-slider .slick-next:focus {
  background: #54595C;
}
.paragraph--type--text-carousel .slick-slider .slick-next:focus .slick-next-icon {
  color: #ffffff;
}
.paragraph--type--text-carousel .slick-slider .slick-next .slick-next-icon {
  font-size: 44px;
  font-family: "Material Icons";
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--text-carousel .slick-slider .slick-next .slick-next-icon {
    font-size: calc( 44px + (48 - 44) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--text-carousel .slick-slider .slick-next .slick-next-icon {
    font-size: 48px;
  }
}
.paragraph--type--text-carousel .slick-slider .slick-next .slick-next-icon:before {
  content: "chevron_right";
}
.paragraph--type--text-carousel .slick-slider .slick-prev {
  left: 0;
  background: #ffffff;
}
.paragraph--type--text-carousel .slick-slider .slick-prev:focus {
  background: #54595C;
}
.paragraph--type--text-carousel .slick-slider .slick-prev:focus .slick-prev-icon {
  color: #ffffff;
}
.paragraph--type--text-carousel .slick-slider .slick-prev .slick-prev-icon {
  font-size: 32px;
  font-family: "Material Icons";
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--text-carousel .slick-slider .slick-prev .slick-prev-icon {
    font-size: calc( 32px + (48 - 32) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--text-carousel .slick-slider .slick-prev .slick-prev-icon {
    font-size: 48px;
  }
}
.paragraph--type--text-carousel .slick-slider .slick-prev .slick-prev-icon:before {
  content: "chevron_left";
}

.paragraph--type--section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.paragraph--type--section.hide-title .section-heading {
  display: none;
}
.paragraph--type--section.section__full {
  max-width: none;
}
.paragraph--type--section.center-title h1, .paragraph--type--section.center-title h2, .paragraph--type--section.center-title h3, .paragraph--type--section.center-title h4, .paragraph--type--section.center-title h5, .paragraph--type--section.center-title h6 {
  text-align: center;
}
.page-node-type-page .paragraph--type--section .container, .page-node-type-traveller-story .paragraph--type--section .container, .page-node-type-video-tour-presentation .paragraph--type--section .container {
  max-width: none;
  width: auto;
}
.page-node-type-page .paragraph--type--section .container .row, .page-node-type-traveller-story .paragraph--type--section .container .row, .page-node-type-video-tour-presentation .paragraph--type--section .container .row {
  margin: 0;
  padding: 0;
}
.page-node-type-page .paragraph--type--section .container .row .col, .page-node-type-traveller-story .paragraph--type--section .container .row .col, .page-node-type-video-tour-presentation .paragraph--type--section .container .row .col {
  margin: 0;
  padding: 0;
}
.paragraph--type--section.section__narrow {
  max-width: 36.4375rem;
  margin: 0 auto;
}
.paragraph--type--section.section__narrow .container .row {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}
.paragraph--type--section.section__narrow .container .row .col {
  margin: 0;
  padding: 0;
}
.paragraph--type--section.section__bottom-spacing {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__bottom-spacing {
    padding-bottom: 6rem;
  }
}
.paragraph--type--section.section__bottom-spacing.section__spacing__24px {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__bottom-spacing.section__spacing__24px {
    padding-bottom: 1.5rem;
  }
}
.paragraph--type--section.section__bottom-spacing.section__spacing__96px {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__bottom-spacing.section__spacing__96px {
    padding-bottom: 6rem;
  }
}
.paragraph--type--section.section__bottom-spacing.section__spacing__128px {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__bottom-spacing.section__spacing__128px {
    padding-bottom: 8rem;
  }
}
.paragraph--type--section.section__top-spacing {
  padding-top: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__top-spacing {
    padding-top: 6rem;
  }
}
.paragraph--type--section.section__top-spacing.section__spacing__24px {
  padding-top: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__top-spacing.section__spacing__24px {
    padding-top: 1.5rem;
  }
}
.paragraph--type--section.section__top-spacing.section__spacing__96px {
  padding-top: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__top-spacing.section__spacing__96px {
    padding-top: 6rem;
  }
}
.paragraph--type--section.section__top-spacing.section__spacing__128px {
  padding-top: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--section.section__top-spacing.section__spacing__128px {
    padding-top: 8rem;
  }
}
.paragraph--type--section .section-heading .row {
  margin: 0;
}
.paragraph--type--section .section-heading .row .col {
  padding: 0;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--section .section-heading .row .col > h1,
.paragraph--type--section .section-heading .row .col > h2,
.paragraph--type--section .section-heading .row .col > h3,
.paragraph--type--section .section-heading .row .col > h4,
.paragraph--type--section .section-heading .row .col > h5,
.paragraph--type--section .section-heading .row .col > h6 {
    padding: 0 0 3rem 0;
  }
}

.paragraph--type--icon-cta-strap .row {
  margin-bottom: 0;
}
.paragraph--type--icon-cta-strap .icon-cta-strap__icon i.material-icons {
  font-size: 52px;
  background: #ffffff;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__icon i.material-icons {
    font-size: calc( 52px + (52 - 52) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__icon i.material-icons {
    font-size: 52px;
  }
}
.paragraph--type--icon-cta-strap .icon-cta-strap__icon.ext svg {
  display: none;
}
.paragraph--type--icon-cta-strap .icon-cta-strap__icon img {
  width: auto;
  height: auto;
}
.paragraph--type--icon-cta-strap .icon-cta-strap__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1%;
  align-items: center;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__container {
    flex-direction: row;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__title {
    max-width: 20%;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__content-container {
    max-width: 79%;
  }
}
.paragraph--type--icon-cta-strap .icon-cta-strap__content-container > .field {
  display: grid;
  align-items: start;
  gap: 1rem;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
}
.paragraph--type--icon-cta-strap .icon-cta-strap__content-container > .field > .field__item {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: left;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__content-container > .field {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__content-container > .field {
    grid-template-columns: repeat(4, 1fr);
  }
}
.paragraph--type--icon-cta-strap .icon-cta-strap__content-container > .field > .field__item + .field__item {
  padding-top: 1rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--icon-cta-strap .icon-cta-strap__content-container > .field > .field__item + .field__item {
    padding-top: 0;
  }
}
.paragraph--type--icon-cta-strap .icon-cta-strap__title h4 {
  color: #777777;
}
.paragraph--type--icon-cta-strap .icon-cta-strap__content {
  color: #182a50;
}
.paragraph--type--icon-cta-strap .icon-cta-strap__content p:last-child {
  margin-bottom: 0;
}

.paragraph--type--cta-strap h2 {
  margin-top: 2rem !important;
}
.paragraph--type--cta-strap.center-title h2 {
  text-align: center;
}
.paragraph--type--cta-strap .row {
  margin-bottom: 0;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--cta-strap.one-one .col .cta-strap__ctas > .field {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--cta-strap.two-two .col .cta-strap__ctas > .field {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--cta-strap.three-three .col .cta-strap__ctas > .field {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--cta-strap.four-four .col .cta-strap__ctas > .field {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.paragraph--type--cta-strap .col .cta-strap__ctas > .field {
  display: grid;
  grid-auto-flow: row;
  align-items: start;
  text-align: center;
  gap: 2rem;
  justify-items: center;
  grid-template-columns: repeat(1, 1fr);
}
.paragraph--type--cta-strap .col .cta-strap__ctas > .field > .field__item {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--cta-strap .col .cta-strap__ctas > .field {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--cta-strap .col .cta-strap__ctas > .field {
    grid-template-columns: repeat(4, 1fr);
  }
}
.paragraph--type--cta-strap .col .cta-strap__ctas img {
  display: block;
}
.paragraph--type--cta-strap .col .cta-strap__ctas .cta__content {
  padding: 1.5rem;
}
.paragraph--type--cta-strap .col .cta-strap__ctas .cta__content p:last-child {
  margin-bottom: 0;
}
.paragraph--type--cta-strap .col .cta-strap__ctas .cta__content h2 {
  margin-top: 0;
  display: inline-flex;
}
.paragraph--type--cta-strap .col .cta-strap__ctas .cta__content h2 a {
  display: inline-flex;
}
.paragraph--type--cta-strap .col .cta-strap__ctas .cta__content h2 span {
  display: inline-flex;
  margin-right: 0.5rem;
}
.paragraph--type--cta-strap .col .cta-strap__ctas .cta__content .cta__link a {
  display: inline-flex;
  align-items: center;
}
.paragraph--type--cta-strap .col .cta-strap__ctas .cta__content .cta__link a:after {
  content: "  >";
  display: inline-block;
}

.paragraph--type--tour-quickstats-strap .row {
  margin: 0;
}
.paragraph--type--tour-quickstats-strap .tour-quickstats {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .field__label {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .field__label {
    font-size: calc( 18px + (20 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .field__label {
    font-size: 20px;
  }
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .field__item {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .field__item {
    font-size: calc( 24px + (28 - 24) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .field__item {
    font-size: 28px;
  }
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .tour-quickstats__stats {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.5rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .tour-quickstats__stats {
    gap: 2rem;
  }
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .tour-quickstats__stats {
    gap: 4rem;
  }
}
@media only screen and (max-width : 512px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .tour-quickstats__stats {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .tour-quickstats__title h1 {
  font-size: 38px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .tour-quickstats__title h1 {
    font-size: calc( 38px + (48 - 38) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--tour-quickstats-strap .tour-quickstats .tour-quickstats__title h1 {
    font-size: 48px;
  }
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .quickstat {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .quickstat:before {
  font-family: "Material Icons";
  letter-spacing: 0px;
  background: linear-gradient(90deg, #fc0 var(--percent), #ffffff var(--percent));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .quickstat.activity:before {
  content: "directions_walkdirections_walkdirections_walkdirections_walkdirections_walk";
}
.paragraph--type--tour-quickstats-strap .tour-quickstats .quickstat.rating:before {
  content: "gradegradegradegradegrade";
}

.paragraph--type--weather-set .paragraph--type--weather {
  background: transparent;
  padding: 1.5rem 0;
}
.paragraph--type--weather-set .paragraph--type--weather:nth-child(odd) {
  background: #f7f4f1;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--weather-set .paragraph--type--weather .container {
    padding: 0 4%;
  }
}
.paragraph--type--weather-set .paragraph--type--weather .container .row .col {
  display: block;
}
@media only screen and (min-width : 601px) {
  .paragraph--type--weather-set .paragraph--type--weather .container .row .col {
    gap: 2rem;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width : 601px) {
  .paragraph--type--weather-set .paragraph--type--weather .field--name-field-string {
    flex: 1 0 auto;
  }
}
.paragraph--type--weather-set .paragraph--type--weather .weather-seasons {
  gap: 2rem;
  flex: 1 0 auto;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-auto-flow: row;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--weather-set .paragraph--type--weather .weather-seasons {
    grid-template-columns: repeat(4, 1fr);
  }
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season h5 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #777777;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--weather-set .paragraph--type--weather .weather__season h5 {
    font-size: calc( 14px + (15 - 14) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--weather-set .paragraph--type--weather .weather__season h5 {
    font-size: 15px;
  }
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season.spring h5:after, .paragraph--type--weather-set .paragraph--type--weather .weather__season.summer h5:after, .paragraph--type--weather-set .paragraph--type--weather .weather__season.winter h5:after, .paragraph--type--weather-set .paragraph--type--weather .weather__season.fall h5:after {
  content: " ";
  position: relative;
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season.spring h5:after {
  background-image: url("/themes/custom/wwt/gfx/ico-spring.svg");
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season.summer h5:after {
  background-image: url("/themes/custom/wwt/gfx/ico-summer.svg");
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season.fall h5:after {
  background-image: url("/themes/custom/wwt/gfx/ico-fall.svg");
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season.winter h5:after {
  background-image: url("/themes/custom/wwt/gfx/ico-winter.svg");
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season .field {
  display: inline-block;
  vertical-align: middle;
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season .field[class*=low] {
  color: #D09E0B;
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season .field[class*=high] {
  color: #0C1527;
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season .field:nth-of-type(1):after {
  width: 1.5rem;
  height: 0.0625rem;
  border-radius: 2px;
  background: #9EA8AD;
  display: inline-block;
  content: " ";
}
.paragraph--type--weather-set .paragraph--type--weather .weather__season .field .field__item {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--weather-set .paragraph--type--weather .weather__season .field .field__item {
    font-size: calc( 32px + (48 - 32) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--weather-set .paragraph--type--weather .weather__season .field .field__item {
    font-size: 48px;
  }
}

.paragraph--type--image-content .paragraph--type--standard-content .container {
  margin: 0;
}
.paragraph--type--image-content.image-content__bottom-spacing {
  margin-bottom: 2rem;
}
.paragraph--type--image-content.image-content__constrained > .container > .row > .col {
  border: 1px solid #B3B5AF;
}
.paragraph--type--image-content .image-content__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.paragraph--type--image-content .image-content__image img {
  visibility: hidden;
  display: block;
}
.paragraph--type--image-content .image-content__content {
  padding: 1.5rem;
}
.paragraph--type--image-content .image-content__content .overline, .paragraph--type--image-content .image-content__content .page-node-type-traveller-story .field--name-field-location, .page-node-type-traveller-story .paragraph--type--image-content .image-content__content .field--name-field-location, .paragraph--type--image-content .image-content__content .video-tour-presentations-listing .vtp-item .vtp-item__location, .video-tour-presentations-listing .vtp-item .paragraph--type--image-content .image-content__content .vtp-item__location, .paragraph--type--image-content .image-content__content .page-node-type-video-tour-presentation .field--name-field-location, .page-node-type-video-tour-presentation .paragraph--type--image-content .image-content__content .field--name-field-location, .paragraph--type--image-content .image-content__content .tours-listing .tour-item .tour-item__location, .tours-listing .tour-item .paragraph--type--image-content .image-content__content .tour-item__location, .paragraph--type--image-content .image-content__content .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__location, .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .paragraph--type--image-content .image-content__content .traveller-story__location {
  margin: 0 0 1rem;
}
.paragraph--type--image-content .image-content__content h1, .paragraph--type--image-content .image-content__content h2, .paragraph--type--image-content .image-content__content h3, .paragraph--type--image-content .image-content__content h4, .paragraph--type--image-content .image-content__content h5, .paragraph--type--image-content .image-content__content h6 {
  margin-top: 0;
}
.paragraph--type--image-content.image-content__layout-2_3 .image-content__image {
  flex: 66%;
}
.paragraph--type--image-content.image-content__layout-2_3 .image-content__content {
  flex: 33%;
}
.paragraph--type--image-content.image-content__layout-1_4 .image-content__image {
  flex: 25%;
}
.paragraph--type--image-content.image-content__layout-1_4 .image-content__content {
  flex: 75%;
}
.paragraph--type--image-content.image-content__layout-50_50 .image-content__image {
  flex: 50%;
}
.paragraph--type--image-content.image-content__layout-50_50 .image-content__content {
  flex: 50%;
}
.paragraph--type--image-content.image-content__alignment-left .col {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--image-content.image-content__alignment-left .col {
    flex-direction: row;
  }
}
.paragraph--type--image-content.image-content__alignment-right .col {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--image-content.image-content__alignment-right .col {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.paragraph--type--gallery .splide__track {
  transition: height 0.2s;
}
.paragraph--type--gallery .galley_carousel__main {
  margin-bottom: 1rem;
}
.paragraph--type--gallery .galley_carousel__thumbnails {
  display: flex;
  justify-content: center;
}
.paragraph--type--gallery .galley_carousel__thumbnails .splide__slide {
  opacity: 0.5;
}
.paragraph--type--gallery .galley_carousel__thumbnails .splide__slide.is-active {
  opacity: 1;
}

.paragraph--type--dates-pricing-set .field__items {
  display: flex;
  flex-direction: column;
}
.paragraph--type--dates-pricing-set .field__items > .field__item {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d8dadd;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--dates-pricing-set .field__items > .field__item {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.paragraph--type--dates-pricing-set .field__items > .field__item:last-child {
  margin-bottom: 0;
}

.paragraph--type--dates-pricing {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--dates-pricing {
    font-size: calc( 18px + (24 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--dates-pricing {
    font-size: 24px;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--dates-pricing {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}
.paragraph--type--dates-pricing .dates-pricing__dates {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
}
@media only screen and (min-width : 601px) {
  .paragraph--type--dates-pricing .dates-pricing__dates {
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.paragraph--type--dates-pricing .dates-pricing__dates .field--name-field-dates {
  width: 100%;
}
@media only screen and (min-width : 601px) {
  .paragraph--type--dates-pricing .dates-pricing__dates .field--name-field-dates {
    width: auto;
  }
}
.paragraph--type--dates-pricing .dates-pricing__price {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: 1rem;
  font-weight: 700;
}
@media only screen and (min-width : 601px) {
  .paragraph--type--dates-pricing .dates-pricing__price {
    margin-top: 0;
  }
}
.paragraph--type--dates-pricing .dates-pricing__deposit {
  color: #777777;
  display: flex;
  gap: 0.25rem;
  font-weight: normal;
}
.paragraph--type--dates-pricing .dates-pricing__available {
  text-transform: uppercase;
  color: #F3BB19;
  margin-right: 1rem;
}
@media only screen and (min-width : 601px) {
  .paragraph--type--dates-pricing .dates-pricing__available {
    margin-right: 0;
  }
}

.paragraph--type--traveller-s-stories .field--name-field-travellers-stories .views-row {
  margin: 0 0 3rem 0;
}
.paragraph--type--traveller-s-stories .field--name-field-travellers-stories article {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article {
    flex-direction: row;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__image {
    flex: 33%;
    margin-right: 2rem;
  }
}
@media only screen and (min-width : 1201px) {
  .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__image {
    flex: 25%;
  }
}
@media only screen and (min-width : 769px) {
  .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__content {
    flex: 66%;
  }
}
@media only screen and (min-width : 1201px) {
  .paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__content {
    flex: 75%;
  }
}
.paragraph--type--traveller-s-stories .field--name-field-travellers-stories article h2 {
  margin: 0.5rem 0;
}
.paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__tour .field--name-field-tour {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1rem 0;
}
.paragraph--type--traveller-s-stories .field--name-field-travellers-stories article .traveller-story__tour .field--name-field-tour .field__label:after {
  position: relative;
  content: ": ";
  display: inline;
}

.paragraph--type--accordion {
  position: relative;
}
.paragraph--type--accordion .panel-content {
  width: 100%;
  position: relative;
}
.paragraph--type--accordion .paragraph--type--accordion-item {
  margin: 0;
  padding: 0 0 1rem 0;
  position: relative;
}
.paragraph--type--accordion .paragraph--type--accordion-item h3 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.paragraph--type--accordion .paragraph--type--accordion-item h3 button {
  font-size: 18px;
  margin: 0;
  padding: 1.5rem;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border: 1px solid #d8dadd;
  cursor: pointer;
  outline: none;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--accordion .paragraph--type--accordion-item h3 button {
    font-size: calc( 18px + (22 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--accordion .paragraph--type--accordion-item h3 button {
    font-size: 22px;
  }
}
.paragraph--type--accordion .paragraph--type--accordion-item h3 button[aria-expanded=true] .accordion-icon {
  transform: translateY(-25%) rotate(-135deg);
}
.paragraph--type--accordion .paragraph--type--accordion-item h3 button .accordion-title {
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
  display: inline-block;
}
.paragraph--type--accordion .paragraph--type--accordion-item h3 button:focus, .paragraph--type--accordion .paragraph--type--accordion-item h3 button:hover {
  background: #ffffff;
}
.paragraph--type--accordion .paragraph--type--accordion-item h3 button:focus .accordion-title, .paragraph--type--accordion .paragraph--type--accordion-item h3 button:hover .accordion-title {
  border: 1px solid #9EA8AD;
  border-radius: 4px;
}
.paragraph--type--accordion .paragraph--type--accordion-item .accordion-panel {
  font-size: 16px;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid #d8dadd;
  border-top: 0;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--accordion .paragraph--type--accordion-item .accordion-panel {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--accordion .paragraph--type--accordion-item .accordion-panel {
    font-size: 18px;
  }
}
.paragraph--type--accordion .paragraph--type--accordion-item .accordion-panel p:last-child {
  margin: 0;
  padding: 0;
}
.paragraph--type--accordion .paragraph--type--accordion-item .accordion-icon {
  border: solid #54595C;
  border-width: 0 2px 2px 0;
  height: 0.75rem;
  width: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
}

.paragraph--type--two-column-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--two-column-content {
    flex-direction: row;
    gap: 4rem;
  }
}
.paragraph--type--two-column-content.reverse-layout {
  flex-direction: column-reverse;
}
@media only screen and (min-width : 769px) {
  .paragraph--type--two-column-content.reverse-layout {
    flex-direction: row-reverse;
  }
}
.paragraph--type--two-column-content.split-percentage__25_75 .twocol__one {
  flex: 25%;
}
.paragraph--type--two-column-content.split-percentage__25_75 .twocol__two {
  flex: 75%;
}
.paragraph--type--two-column-content.split-percentage__33_66 .twocol__one {
  flex: 33%;
}
.paragraph--type--two-column-content.split-percentage__33_66 .twocol__two {
  flex: 66%;
}
.paragraph--type--two-column-content.split-percentage__50_50 .twocol__one {
  flex: 50%;
}
.paragraph--type--two-column-content.split-percentage__50_50 .twocol__two {
  flex: 50%;
}
.paragraph--type--two-column-content.split-percentage__66_33 .twocol__one {
  flex: 75%;
}
.paragraph--type--two-column-content.split-percentage__66_33 .twocol__two {
  flex: 25%;
}
.paragraph--type--two-column-content.split-percentage__75_25 .twocol__one {
  flex: 66%;
}
.paragraph--type--two-column-content.split-percentage__75_25 .twocol__two {
  flex: 33%;
}

.paragraph--type--testimonial-carousel .testimonial-carousel {
  padding: 0 32px;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider {
  margin-bottom: 0;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next, .paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev {
  z-index: 2;
  opacity: 0.9;
  width: auto;
  height: auto;
  border-radius: 4px;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next {
  right: -0.5rem;
  background: #ffffff;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next:focus-visible {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
  background: #54595C;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next:focus-visible .slick-next-icon {
  color: #ffffff;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next .slick-next-icon {
  font-size: 40px;
  font-family: "Material Icons";
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next .slick-next-icon {
    font-size: calc( 40px + (40 - 40) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next .slick-next-icon {
    font-size: 40px;
  }
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-next .slick-next-icon:before {
  content: "chevron_right";
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev {
  left: -0.5rem;
  background: #ffffff;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev:focus-visible {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
  background: #54595C;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev:focus-visible .slick-prev-icon {
  color: #ffffff;
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev .slick-prev-icon {
  font-size: 40px;
  font-family: "Material Icons";
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev .slick-prev-icon {
    font-size: calc( 40px + (40 - 40) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev .slick-prev-icon {
    font-size: 40px;
  }
}
.paragraph--type--testimonial-carousel .testimonial-carousel.slick-slider .slick-prev .slick-prev-icon:before {
  content: "chevron_left";
}
.paragraph--type--testimonial-carousel .testimonial-carousel .slick-dots {
  margin: 0;
  padding: 3rem 0 0.5rem 0;
  position: relative;
  bottom: 0;
}
.paragraph--type--testimonial-carousel .testimonial-carousel .slick-dots button:focus-visible {
  outline: 9px double #182a50;
  box-shadow: 0 0 0 6px white;
  border-radius: 50%;
}
.paragraph--type--testimonial-carousel .testimonial-carousel .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.paragraph--type--testimonial-carousel .testimonial-carousel .slick-slide {
  height: auto;
  float: none;
  margin: 0 1.5rem;
}
.paragraph--type--testimonial-carousel .testimonial-carousel .slick-slide > div {
  height: 100%;
}
.paragraph--type--testimonial-carousel .testimonial-carousel .slick-slide > div .field__item {
  height: 100%;
}

.paragraph--type--testimonial-card {
  display: flex;
  height: 100%;
}
.paragraph--type--testimonial-card .component-testimonial-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #ffffff;
  padding: 2rem;
  width: 100%;
}
.paragraph--type--testimonial-card .component-testimonial-card .material-icons.quote {
  font-size: 3rem;
  color: #F3BB19;
  transform: rotate(180deg);
  position: relative;
  left: -8px;
}
.paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__body {
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__body {
    font-size: calc( 18px + (20 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__body {
    font-size: 20px;
  }
}
.paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__traveler {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__traveler .component-testimonial-card__traveler__picture img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  max-width: 100%;
  display: inline-flex;
}
.paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__traveler .component-testimonial-card__traveler__info .traveler-name p {
  font-weight: 600;
}
.paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__traveler .component-testimonial-card__traveler__info p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__traveler .component-testimonial-card__traveler__info p {
    font-size: calc( 16px + (18 - 16) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--testimonial-card .component-testimonial-card .component-testimonial-card__traveler .component-testimonial-card__traveler__info p {
    font-size: 18px;
  }
}

.paragraph--type--women-xplorers {
  color: #182a50;
  font-size: 18px;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--women-xplorers {
    font-size: calc( 18px + (20 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--women-xplorers {
    font-size: 20px;
  }
}
.paragraph--type--women-xplorers .container .row .col {
  position: relative;
}
.paragraph--type--women-xplorers .women-xplorers__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--women-xplorers .women-xplorers__container {
    flex-direction: row;
    gap: 2%;
    justify-content: flex-start;
  }
}
.paragraph--type--women-xplorers .women-xplorers__container .women-xplorers__right,
.paragraph--type--women-xplorers .women-xplorers__container .women-xplorers__left {
  flex: 1 0 49%;
}
.paragraph--type--women-xplorers .women-xplorers__container .women-xplorers__left {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--women-xplorers .women-xplorers__container .women-xplorers__left {
    padding-left: 8%;
    margin-bottom: 12vw;
  }
}
@media only screen and (min-width : 1201px) {
  .paragraph--type--women-xplorers .women-xplorers__container .women-xplorers__left {
    margin-bottom: 11rem;
  }
}
.paragraph--type--women-xplorers .women-xplorers__container .women-xplorers__right {
  text-align: center;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--women-xplorers .women-xplorers__container .women-xplorers__right {
    text-align: right;
  }
}
.paragraph--type--women-xplorers .women-xplorers__container img {
  width: auto;
  height: auto;
}
.paragraph--type--women-xplorers .women-xplorers__bg-image {
  height: auto;
  position: absolute;
  z-index: -1;
  width: 692px;
  right: 0;
  top: auto;
  display: none;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--women-xplorers .women-xplorers__bg-image {
    display: block;
  }
}
.paragraph--type--women-xplorers .women-xplorers__bg-image2 {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  z-index: -1;
  right: 0;
  top: auto;
  margin-bottom: -54%;
  margin-top: 6%;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--women-xplorers .women-xplorers__bg-image2 {
    display: none;
  }
}

.paragraph--type--newsletter-signup .newsletter-signup__container {
  background-color: #F3BB19;
  border-radius: 16px;
  color: #182a50;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--newsletter-signup .newsletter-signup__container {
    gap: 2%;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: visible;
  }
}
.paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left,
.paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__right {
  flex: 1 0 49%;
}
.paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left {
  padding: 4rem 4rem 0 4rem;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left {
    padding: 4rem 4rem 4rem 4rem;
  }
}
@media only screen and (min-width : 1201px) {
  .paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left {
    padding: 4rem 5rem 4rem 5rem;
  }
}
@media only screen and (min-width : 1600px) {
  .paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left {
    padding: 4rem 10.25rem 4rem 10.25rem;
  }
}
.paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left h2 {
  padding-top: 0;
  margin-top: 0;
}
.paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left p {
  font-size: 18px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left p {
    font-size: calc( 18px + (20 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__left p {
    font-size: 20px;
  }
}
.paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__right {
  position: relative;
}
.paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__right img {
  display: inline-flex;
  width: auto;
  height: auto;
  position: relative;
  bottom: 0;
  right: -4.375rem;
  margin-bottom: -4.375rem;
}
@media only screen and (min-width : 1025px) {
  .paragraph--type--newsletter-signup .newsletter-signup__container .newsletter-signup__right img {
    position: absolute;
    width: 48vw;
    max-width: 49.875rem;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}
.paragraph--type--newsletter-signup .newsletter-signup__container h2 {
  color: #182a50;
}

.hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.hbspt-form form input[type=email],
.hbspt-form form input[type=text] {
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  height: 48px;
  color: #000000;
}
.block-system-main-block .field--name-body .hbspt-form form input[type=email],
.block-system-main-block .field--name-body .hbspt-form form input[type=text] {
  background: transparent;
  border: 1px solid #B3B5AF;
}
.hbspt-form form ul.no-list {
  margin: 0;
  padding: 0;
}
.hbspt-form form .hs-form-required {
  color: #549CC9;
}
.hbspt-form form > div {
  flex: 1 0 auto;
  margin: 0 0 1rem 0;
}
.hbspt-form form > div.hs_email {
  width: 100%;
}
.hbspt-form form > div.hs_firstname {
  width: 48%;
}
.hbspt-form form > div.hs_lastname {
  width: 48%;
}
.hbspt-form form > div.hs_submit {
  width: 100%;
}
.hbspt-form form > div.hs_submit input.hs-button {
  width: 100%;
  background: #186CA0;
  height: 48px;
  line-height: 1;
}

/**
 * Tours listing (view) page.
 */
.tours-listing {
  display: grid;
  grid-auto-flow: row;
  align-items: start;
  text-align: center;
  gap: 2rem;
  justify-items: center;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 0 2rem 0;
}
.paragraph--type--featured-tours .tours-listing {
  grid-template-columns: repeat(1, auto);
}
.tours-listing .views-row {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: center;
  background: #f7f4f1;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width : 769px) {
  .tours-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .paragraph--type--featured-tours .tours-listing {
    grid-template-columns: repeat(2, auto);
  }
}
@media only screen and (min-width : 1025px) {
  .tours-listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .paragraph--type--featured-tours .tours-listing {
    grid-template-columns: repeat(4, auto);
  }
}
.tours-listing .tour-item .tour-item__image img {
  display: block;
  height: auto;
}
.tours-listing .tour-item .tour-item__status {
  text-transform: uppercase;
  color: #ffffff;
  background: #182a50;
  display: inline-block;
  padding: 0.5625rem 1rem 0.5rem 1rem;
  border-radius: 8px;
  line-height: 1;
  font-weight: 800;
  font-size: 13px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .tours-listing .tour-item .tour-item__status {
    font-size: calc( 13px + (14 - 13) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .tours-listing .tour-item .tour-item__status {
    font-size: 14px;
  }
}
.tours-listing .tour-item .tour-item__status.status-1 {
  background-color: #A26702;
}
.tours-listing .tour-item .tour-item__status.status-2 {
  background-color: #4D8320;
}
.tours-listing .tour-item .tour-item__status.status-3 {
  background-color: #186CA0;
}
.tours-listing .tour-item .tour-item__status.status-4 {
  background-color: #182a50;
}
.tours-listing .tour-item .tour-item__status.status-5 {
  background-color: #593333;
}
.tours-listing .tour-item .tour-item__status p {
  margin: 0;
  padding: 0;
}
.tours-listing .tour-item .tour-item__content {
  padding: 2rem;
  text-align: left;
}
.tours-listing .tour-item .tour-item__title p {
  margin: 0.75rem 0 0.5rem 0;
  padding: 0;
  font-size: 21px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .tours-listing .tour-item .tour-item__title p {
    font-size: calc( 21px + (22 - 21) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .tours-listing .tour-item .tour-item__title p {
    font-size: 22px;
  }
}
.tours-listing .tour-item .tour-item__title p a {
  color: #182a50;
  font-weight: 700;
  text-decoration: none;
}
.tours-listing .tour-item .tour-item__title p a:hover {
  text-decoration: underline;
}
.tours-listing .tour-item .tour-item__date {
  font-size: 16px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 600;
  color: #333333;
}
.tours-listing .tour-item .tour-item__date i {
  font-size: 18px;
  color: #de8c02;
}
.tours-listing .tour-item .tour-item__location {
  margin: 0.75rem 0 0 0;
}
.tours-listing .tour-item .tour-item__description {
  border-top: 1px solid #B3B5AF;
  margin: 1.5rem 0 1rem 0;
  padding: 1.5rem 0 0 0;
}
.tours-listing .tour-item .tour-item__button {
  margin-top: 0.5rem;
}

.page-node-type-tour .brochure-file {
  display: none;
}

.page-node-type-video-tour-presentation .field--name-field-tour {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1rem 0;
}
.page-node-type-video-tour-presentation .field--name-field-tour .field__label:after {
  position: relative;
  content: ": ";
  display: inline;
}
.page-node-type-video-tour-presentation .field--name-field-location {
  padding: 0 0 0.5rem 0;
}

/**
 * Video tour presentations listing (view) page.
 */
.video-tour-presentations-listing {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 0 2rem 0;
}
.video-tour-presentations-listing .vtp-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #f7f4f1;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (min-width : 769px) {
  .video-tour-presentations-listing .vtp-item {
    flex-direction: row;
  }
}
.video-tour-presentations-listing .vtp-item .vtp-item__image {
  flex: 33%;
}
.video-tour-presentations-listing .vtp-item .vtp-item__image img {
  height: auto;
  display: block;
}
.video-tour-presentations-listing .vtp-item .vtp-item__content {
  flex: 66%;
}
.video-tour-presentations-listing .vtp-item .vtp-item__location {
  margin: 0;
}
.video-tour-presentations-listing .vtp-item .vtp-item__description {
  margin: 0 0 1rem 0;
  padding: 0;
}
.video-tour-presentations-listing .vtp-item .vtp-item__title p {
  margin: 0.75rem 0 0.5rem 0;
  padding: 0;
  font-size: 21px;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .video-tour-presentations-listing .vtp-item .vtp-item__title p {
    font-size: calc( 21px + (22 - 21) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .video-tour-presentations-listing .vtp-item .vtp-item__title p {
    font-size: 22px;
  }
}
.video-tour-presentations-listing .vtp-item .vtp-item__title p a {
  color: #182a50;
  font-weight: 700;
}
.video-tour-presentations-listing .vtp-item .vtp-item__tour {
  display: flex;
  margin: 0 0 1rem 0;
}

.page-node-type-traveller-story .field--name-field-tour {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1rem 0;
}
.page-node-type-traveller-story .field--name-field-tour .field__label:after {
  position: relative;
  content: ": ";
  display: inline;
}
.page-node-type-traveller-story .field--name-field-location {
  padding: 0 0 0.5rem 0;
}

.path-search .block-views-exposed-filter-blocksite-search-page-1 .form-submit {
  display: block;
  background-color: #186CA0 !important;
}
.path-search .block-views-exposed-filter-blocksite-search-page-1 .form-submit--trigger {
  display: none;
}
.path-search .search-form .search-help-link {
  display: none;
}
.path-search .search-form .search-advanced {
  display: none;
}
.path-search .search-form .form-submit {
  margin-top: 1rem;
}

/**
 * Overrides for styling:
 *   - Drupal system elements (navs, messages)
 *   - Materialize theme defaults
 */
.toolbar-bar {
  line-height: 1;
  height: auto;
}
.toolbar-bar .toolbar-toggle-orientation button {
  height: 36px;
}

.toolbar-lining {
  height: auto;
  line-height: 1;
  background: #fff;
}

.toolbar-tray-vertical ul li {
  float: none;
}

.toolbar-oriented .toolbar-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/**
 * Drupal page level menu.
 */
.block-local-tasks-block {
  margin: 0.75rem 0;
}
.block-local-tasks-block > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.block-local-tasks-block > ul li {
  margin: 0;
  padding: 0;
}
.block-local-tasks-block > ul li a {
  border-radius: 4px;
  background: #ddd;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}
.block-local-tasks-block > ul li a:hover {
  background: #ebeef0;
  color: #F3BB19;
}

/**
 * Drupal system messages.
 */
.messages {
  font-size: 14px;
  position: relative;
  padding: 1rem;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-top: 2rem;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .messages {
    font-size: calc( 14px + (18 - 14) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .messages {
    font-size: 18px;
  }
}
.messages h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
@media (min-width: 600px) and (max-width: 1600px) {
  .messages h2 {
    font-size: calc( 18px + (20 - 18) * ( (100vw - 600px) / ( 1600 - 600) ));
  }
}
@media (min-width: 1600px) {
  .messages h2 {
    font-size: 20px;
  }
}
.messages.messages.messages--status {
  color: #000000;
  background-color: rgba(0, 255, 0, 0.12);
  border: 1px solid #007a00;
}
.messages.messages.messages--error {
  color: #000000;
  background-color: rgba(255, 0, 0, 0.12);
  border: 1px solid #f00;
}

/**
 * External links accessibility module.
 */
svg.ext {
  width: 18px;
  height: 18px;
  fill: #727272;
  font-weight: 900;
  margin-left: 4px;
  padding-right: 0;
}

.field--name-field-image .contextual {
  display: none !important;
}

/**
 * CKEditor
 */
.cke_editable_themed ul {
  padding-left: 40px;
}
.cke_editable_themed ul li {
  list-style-type: disc;
}