@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAQAAACn+wJeAAAB4UlEQVRIx+2XsWtTURTGrwouLQQDwYLFzT3yJBDoYoVvySQoKFShSHe7qAgqiMn9rcUibnVwEARBl0AgUIh/QXBxFIpKJHAhUBz0HQcf4U0xtZwu+r3l8t4758fHPe/jvhBcRIUuWbFuMKAWnEB9jEQWAk0SRt8LtMo+RmKdhDGiHrzEChOMHGPsiAkhBDbIMXKu+2KaJUfZwcsXD4RJrJFKKHaw6fVmRnmNT5ydC9TDSDRCIGOMMfh9u8pegRmzNKP8NUZvzu+oR6NY19mddqVVgG7MKL5SvHPrcJu3g/F2xvMqowKUOHMYUJXhrAa8Ku1j90/dVFFXxaypoYFqfzFR80h9mZKyENRUkskrgrSqfZmS1pVkGskvG7SiiUy5TGP5RpA2lMuUyzeC1Cw5yrwxSWtKrij1ZEpqhKBMY5kGXqCKeioiSHXtain817+k9gLLLD887ozhLl8xjGG86onZxuIe99jCsHjTCRMvYvF9+1QIIcTz8RuTzmkfP0+jdaYJHW9jXPYBvYj5/ZNlf06HxvgEYzoC8Tk5l1xAnXP8IHVam8faC3GTn3x5cMJr6q5h0fjI5+L4suU24PFCfMkHhvExHQyL20eQEfERhsVncdEfdYfvGK2jcPUOK/+A/QJb5yp50uoC6QAAAABJRU5ErkJggg==) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAQAAAD9cdkXAAACqUlEQVRo3u2av2/TQBTHI8FQCYYguoLCyOY/IQNk6NSF3RNzBmZ04oe/JwFSp0owtSNb/oT8B8mIBIioAyuWrA7pD4fns+vkzvZQ1+3lne57UoZXJfan79333ovT6zGTDGUsg0o0oGjY4yfCWdEykBROFg954hhIJQ4/pI0bL5E0HIryAgpMpGqEW9HpAAktzjg1SNxxGpH44hRIiYaTsMZxDsixknPMFKzaNgSEQwcrBtklMLDW+mBRV5lYtAaaqvdPrTWnGNYCDdtdOtq/+oRo39r4gEkFZ9LusqK/zjcWom9pwKOq1w0xbrsDILR/i7Bmit3cSG4H2icN7CEturIDDWhqD2jYnR1srm6t4XpIk5vYQff2b2oUjuJRxRRGAUXDph0Qt7eD2xbhrGgZSAoni4d31LJ0jGMglTjNSNuqjRsvkTQcivICCkykaoTZ+GAAJLQ449QgccdpROKLUyAlGk7CGsc5IMdKzjFTcMy2nTtY3Wt9XGtOW44PW490vQHPy8vLy8vLy2ubJfrRGHP6RjxVaxaNu31kdseipxdXj93SYq3kP4tPL24mhAqAMHApL+QFvRZQCHlmJ8/MGX7jtXz64Yl8K39hmUOyy5Loq2JLcYoDsVNCPpbfcKqyFDPbS9FYldpSftHjr+7JQ5xnWYrGrIDkLNs5+PnmQSV3OzhR+2jOC0jtn/os4F1uD+yAcPn+Wd3fPr4kz2MK9NwpoMaSkwxLrmh3foiHFVPYxYkCmnGz7fxQ/SruGx53zNK21cGaqoP1WOyWeXskv6uDdYUluyaVWh/V5OAcf+QnvIj28Bl/8+woyzji2JwWranWnK5/YsMPqRgf0o3hgYqNNVI24GVtUL4wzwY8HLFGqi1Gj8QNae4ckiPfCa2Req5I9XyNv1n+D6RKWo1cTsbTAAAAAElFTkSuQmCC) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */

/*!
Theme Name: nychelpdesktheme
Theme URI: http://underscores.me/
Author: NYC HelpDesk
Author URI: https://nychelpdeskgroup.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nychelpdesktheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nychelpdesktheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Commute
# Service with image
# Templates

--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

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

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

.d-flex {
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

* {
  font-family: "Work Sans", sans-serif; }

*:focus, a:focus {
  outline: none !important; }

html {
  -webkit-tap-highlight-color: transparent; }

.page-content,
.entry-content,
.entry-summary,
.post, .page {
  margin: 0 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #5b218a !important; }

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .front-page .overlay, .gallery img, .site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vc_btn3-container {
  margin-bottom: 0; }

p {
  margin: 0; }

input:invalid {
  border-radius: 35px;
  box-shadow: none;
  outline: none; }

input:required {
  border-radius: 35px !important;
  box-shadow: none;
  outline: none; }

.chosen-container-single .chosen-search {
  text-align: center; }
  .chosen-container-single .chosen-search input[type="text"] {
    width: 90%;
    border-radius: 50px;
    margin: 0 auto; }

.form-error-message {
  display: none; }

.form-line-error {
  background: none !important; }

.site-button {
  display: block;
  max-width: 100%;
  text-align: center; }
  .site-button * { }
  .site-button a.s-button {
    font-size: 20px;
    font-weight: 600;
    padding: 13px 0;
    min-width: 387px;
    border-radius: 40px;
    border: 3px solid #F09437;
    background-color: #ffffff;
    color: #5b218a;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer; }
    .site-button a.s-button:hover {
      background: #F09437; }
    .site-button a.s-button:active {
      background: #F09437; }
    @media screen and (max-width: 768px) {
      .site-button a.s-button {
        padding: 12px 0;
        min-width: 390px; } }
    @media screen and (max-width: 480px) {
      .site-button a.s-button {
        min-width: 250px;
        font-size: 20px;
        padding: 15px 0; } }

@media screen and (max-width: 768px) {
  .site-button a {
    font-size: 15px !important; } }

.toolkit-button {
  display: block;
  max-width: 100%;
  text-align: left; }
  .toolkit-button a.t-button {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 0 13px 25px;
    min-width: 387px;
    border-radius: 40px;
    border: 3px solid #F09437;
    background-color: #ffffff;
    color: #5b218a;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    cursor: pointer; }
    .toolkit-button a.t-button:hover {
      background: #F09437; }
    .toolkit-button a.t-button:active {
      background: #F09437; }
    .toolkit-button a.t-button .t-button-svg {
      background: #f0973e;
      position: absolute;
      width: 40px;
      right: 10px;
      top: 8px;
      height: 40px;
      padding: 10px;
      border-radius: 31px; }
      .toolkit-button a.t-button .t-button-svg svg {
        width: 100%;
        height: 100%;
        fill: #FFFFFF; }
    @media screen and (max-width: 768px) {
      .toolkit-button a.t-button {
        min-width: 390px; } }
    @media screen and (max-width: 480px) {
      .toolkit-button a.t-button {
        min-width: 100%;
        font-size: 20px; } }

.round {
  position: relative;
  display: flex;
  flex-direction: row; }
  .round label {
    background-color: #fff;
    border: 2px solid #F09437;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
    transition: all .1s linear; }
    .round label:before, .round label:after {
      content: "";
      background: #515151;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 0;
      position: absolute;
      transform: rotate(45deg);
      height: 2px;
      width: 16px;
      transition: all .1s linear; }
    .round label:before {
      transform: rotate(45deg); }
    .round label:after {
      transform: rotate(-45deg); }
  .round p {
    margin: 0 0 0 25px; }
  .round input[type="checkbox"],
  .round input[type="radio"] {
    visibility: hidden; }
  .round input[type="checkbox"]:checked + label,
  .round input[type="radio"]:checked + label {
    border-color: #F09437; }
  .round input[type="checkbox"]:checked + label:after,
  .round input[type="checkbox"]:checked + label:before,
  .round input[type="radio"]:checked + label:after,
  .round input[type="radio"]:checked + label:before {
    opacity: 1; }

@media screen and (max-width: 480px) {
  .alertSlider {
    padding: 0px 16px; } }

.alertSlider.tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle !important; }

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  border-radius: 0 0 10px 10px;
  padding: 5px 10px !important; }
  @media screen and (max-width: 480px) {
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
      padding: 5px 7px !important;
      font-size: 180% !important; } }

#pojo-a11y-toolbar {
  z-index: 999999 !important; }

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
  right: 315px !important;
  top: 0; }
  @media screen and (max-width: 992px) {
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
      right: 350px !important; } }
  @media screen and (max-width: 576px) {
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
      right: 290px !important; } }
  @media screen and (max-width: 480px) {
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
      right: 230px !important; } }
  @media screen and (max-width: 340px) {
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
      right: 220px !important; } }

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
  height: 10px; }

a.pojo-a11y-toolbar-link svg {
  height: 30px; }

.current_page_item a,
.current-page-ancestor a {
  color: #5b218a !important; }

.active-state {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 18px; }
  .active-state.chat-state {
    width: 14px;
    height: 14px;
    right: 15px;
    top: 9px; }
    @media screen and (max-width: 1200px) {
      .active-state.chat-state {
        right: 12px; } }
  .active-state.online {
    background: #9ac355; }
  .active-state.offline {
    background: #ed1a3b; }

em {
  box-sizing: border-box;
  height: auto;
  display: contents; }

li strong {
  margin: 0 5px; }

.h-100 {
  height: 100% !important; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%; } }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .main-navigation ul ul a {
      width: 200px; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

@media screen and (min-width: 992px) {
  .main-navigation li {
    float: left;
    position: relative; } }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 991px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

@media screen and (max-width: 992px) {
  .main-navigation ul {
    background: #ECDDFF;
    border-radius: 0;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .main-navigation ul li {
      font-size: 25px; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Pop-Ups
--------------------------------------------------------------*/
.custom-modal .modal-content {
  background-size: contain !important;
  background-color: #5b218a;
  padding: 15px;
  height: 400px;
  border: none; }

.custom-modal p {
  text-align: center; }
  .custom-modal p.modal-headline {
    margin: 0 auto 0 42px;
    font-size: 55px;
    color: #FFFFFF;
    font-weight: 900; }
    @media screen and (max-width: 768px) {
      .custom-modal p.modal-headline {
        font-size: 40px; } }
    @media screen and (max-width: 576px) {
      .custom-modal p.modal-headline {
        font-size: 32px;
        margin: 0 auto 0 0; } }
    @media screen and (max-width: 480px) {
      .custom-modal p.modal-headline {
        font-size: 28px; } }
    @media screen and (max-width: 400px) {
      .custom-modal p.modal-headline {
        font-size: 24px; } }
  .custom-modal p.modal-description {
    margin: auto 0 0 0;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF; }
    @media screen and (max-width: 480px) {
      .custom-modal p.modal-description {
        font-size: 18px; } }

.custom-modal .modal-content .modal-header {
  border: none;
  padding: 0; }

.custom-modal .modal-content .site-button a {
  background: #f8971d;
  color: #FFFFFF; }
  .custom-modal .modal-content .site-button a:hover {
    background: #FFFFFF !important;
    color: #f8971d; }
  @media screen and (max-width: 480px) {
    .custom-modal .modal-content .site-button a {
      min-width: 100%; } }

.protect-modal h1 {
  color: #f7971e;
  font-size: 40px;
  line-height: 43px;
  letter-spacing: 3px;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 1200px) {
    .protect-modal h1 {
      font-size: 35px; } }
  @media screen and (max-width: 576px) {
    .protect-modal h1 {
      font-size: 22px;
      line-height: 25px; }
      .protect-modal h1 br {
        display: none; } }

@media screen and (max-width: 768px) {
  .protect-modal .modal-img {
    text-align: center; } }

@media screen and (max-width: 1200px) {
  .protect-modal .site-button a.s-button {
    min-width: 100%; } }

.protect-modal .modal-content {
  height: auto;
  padding: 0; }
  .protect-modal .modal-content p {
    text-align: left;
    font-size: 17px;
    letter-spacing: 0.6px;
    line-height: 24px;
    font-weight: 200;
    color: #FFFFFF; }
    @media screen and (max-width: 1200px) {
      .protect-modal .modal-content p {
        font-size: 20px; }
        .protect-modal .modal-content p br {
          display: none; } }
    @media screen and (max-width: 576px) {
      .protect-modal .modal-content p {
        font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .protect-modal .modal-content {
      height: 100%; } }
  @media screen and (max-width: 576px) {
    .protect-modal .modal-content {
      padding: 15px; } }

@media screen and (max-width: 992px) {
  .pum-theme-9319 .pum-container, .pum-theme-ctrides .pum-container {
    width: 100% !important;
    left: 0 !important; } }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding: 0 !important; }

.dlct-modal {
  z-index: 99999999; }
  .dlct-modal .modal-dialog {
    max-width: 915px; }
    @media screen and (max-width: 992px) {
      .dlct-modal .modal-dialog {
        max-width: 100%; } }
  .dlct-modal .modal-content {
    background: #552988;
    padding: 26px 60px; }
    .dlct-modal .modal-content .modal-header {
      border: none;
      padding: 0; }
      .dlct-modal .modal-content .modal-header h2 {
        color: #ff9200;
        margin: 0;
        letter-spacing: 4px;
        font-size: 65px; }
        @media screen and (max-width: 768px) {
          .dlct-modal .modal-content .modal-header h2 {
            font-size: 55px; } }
        @media screen and (max-width: 480px) {
          .dlct-modal .modal-content .modal-header h2 {
            font-size: 45px; } }
      .dlct-modal .modal-content .modal-header .close {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        background: none;
        border: none; }
        @media screen and (max-width: 768px) {
          .dlct-modal .modal-content .modal-header .close {
            top: 30px; } }
        @media screen and (max-width: 480px) {
          .dlct-modal .modal-content .modal-header .close {
            top: 0;
            right: 0; } }
    .dlct-modal .modal-content h3 {
      font-size: 32px;
      color: #FFFFFF;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .dlct-modal .modal-content h3 {
          font-size: 25px; } }
      @media screen and (max-width: 480px) {
        .dlct-modal .modal-content h3 {
          font-size: 20px; } }
    .dlct-modal .modal-content ul {
      padding: 0;
      margin: 0; }
      .dlct-modal .modal-content ul li {
        color: #FFFFFF; }
        @media screen and (max-width: 768px) {
          .dlct-modal .modal-content ul li {
            font-size: 15px; } }
        @media screen and (max-width: 480px) {
          .dlct-modal .modal-content ul li {
            font-size: 14px; } }
    .dlct-modal .modal-content .wpcf7 {
      margin-bottom: 30px; }
      .dlct-modal .modal-content .wpcf7 .contact-form--organisation {
        margin-bottom: 25px; }
        .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:first-child input {
          background: transparent;
          border-radius: 25px;
          color: #FFFFFF;
          border: 2px solid #FFFFFF;
          padding: 14px 20px;
          width: 55%;
          margin-right: 28px; }
          .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:first-child input::placeholder {
            color: #FFFFFF;
            font-weight: 500; }
          @media screen and (max-width: 768px) {
            .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:first-child input {
              width: 100%;
              margin-bottom: 10px; } }
        .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:last-child .sources {
          background: transparent;
          border-radius: 25px;
          color: #FFFFFF;
          border: 2px solid #FFFFFF;
          background: transparent;
          border-radius: 25px;
          color: #FFFFFF;
          border: 2px solid #FFFFFF;
          padding: 17px 20px; }
          .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:last-child .sources::placeholder {
            color: #FFFFFF;
            font-weight: 500; }
          @media screen and (max-width: 768px) {
            .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:last-child .sources {
              width: 100%;
              margin-bottom: 10px; } }
          .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:last-child .sources::placeholder {
            color: #FFFFFF;
            font-weight: 500; }
          @media screen and (max-width: 768px) {
            .dlct-modal .modal-content .wpcf7 .contact-form--organisation span:last-child .sources {
              width: 100%;
              margin-bottom: 10px; } }
        @media screen and (max-width: 768px) {
          .dlct-modal .modal-content .wpcf7 .contact-form--organisation {
            margin-bottom: 0; } }
      .dlct-modal .modal-content .wpcf7 .contact-form--person > * {
        margin-bottom: 25px; }
        .dlct-modal .modal-content .wpcf7 .contact-form--person > *:first-child input {
          background: transparent;
          border-radius: 25px;
          color: #FFFFFF;
          border: 2px solid #FFFFFF;
          width: 38%;
          margin-right: 28px;
          padding: 14px 20px; }
          .dlct-modal .modal-content .wpcf7 .contact-form--person > *:first-child input::placeholder {
            color: #FFFFFF;
            font-weight: 500; }
          @media screen and (max-width: 768px) {
            .dlct-modal .modal-content .wpcf7 .contact-form--person > *:first-child input {
              width: 100%;
              margin-bottom: 10px; } }
        .dlct-modal .modal-content .wpcf7 .contact-form--person > *:last-child input {
          background: transparent;
          border-radius: 25px;
          color: #FFFFFF;
          border: 2px solid #FFFFFF;
          width: 55%;
          padding: 14px 20px; }
          .dlct-modal .modal-content .wpcf7 .contact-form--person > *:last-child input::placeholder {
            color: #FFFFFF;
            font-weight: 500; }
          @media screen and (max-width: 768px) {
            .dlct-modal .modal-content .wpcf7 .contact-form--person > *:last-child input {
              width: 100%;
              margin-bottom: 10px; } }
        @media screen and (max-width: 768px) {
          .dlct-modal .modal-content .wpcf7 .contact-form--person > * {
            margin-bottom: 0; } }
      .dlct-modal .modal-content .wpcf7 .contact-form--button {
        margin-top: 25px;
        text-align: center; }
        .dlct-modal .modal-content .wpcf7 .contact-form--button input {
          font-size: 16px;
          font-weight: 600;
          padding: 17px 0;
          min-width: 342px;
          border-radius: 25px;
          border: 2px solid #ff9200;
          color: #FFFFFF;
          text-decoration: none;
          background: #ff9200;
          cursor: pointer; }
          .dlct-modal .modal-content .wpcf7 .contact-form--button input:hover {
            background: #FFFFFF;
            color: #ff9200; }
          .dlct-modal .modal-content .wpcf7 .contact-form--button input:active {
            background: #F09437; }
          @media screen and (max-width: 768px) {
            .dlct-modal .modal-content .wpcf7 .contact-form--button input {
              min-width: 390px; } }
          @media screen and (max-width: 576px) {
            .dlct-modal .modal-content .wpcf7 .contact-form--button input {
              min-width: 230px;
              padding: 15px 0; } }
      .dlct-modal .modal-content .wpcf7-response-output {
        color: #FFFFFF; }
    .dlct-modal .modal-content p {
      color: #FFFFFF;
      text-align: center; }
      .dlct-modal .modal-content p a {
        color: #FFFFFF; }
      @media screen and (max-width: 768px) {
        .dlct-modal .modal-content p {
          font-size: 15px; } }
      @media screen and (max-width: 480px) {
        .dlct-modal .modal-content p {
          font-size: 14px; } }
    @media screen and (max-width: 480px) {
      .dlct-modal .modal-content {
        padding: 0 40px; } }
  @media screen and (max-width: 992px) {
    .dlct-modal {
      padding-right: 0 !important; } }

.wpcf7-form-control-wrap .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 38%; }
  .wpcf7-form-control-wrap .custom-select-wrapper select {
    display: none; }
  @media screen and (max-width: 768px) {
    .wpcf7-form-control-wrap .custom-select-wrapper {
      width: 100%; } }

.wpcf7-form-control-wrap .custom-select {
  width: 100%;
  position: relative;
  display: inline-block; }

.wpcf7-form-control-wrap .custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 84px 0 0;
  color: #fff;
  cursor: pointer; }
  .wpcf7-form-control-wrap .custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    right: 0;
    margin-top: -3px;
    border-bottom: 3px solid #ff9200;
    border-right: 3px solid #ff9200;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0; }
  @media screen and (max-width: 992px) {
    .wpcf7-form-control-wrap .custom-select-trigger {
      padding: 0; } }

.wpcf7-form-control-wrap .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%); }

.wpcf7-form-control-wrap .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: transparent;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px); }
  .wpcf7-form-control-wrap .custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out; }

.wpcf7-form-control-wrap .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }

.wpcf7-form-control-wrap .option-hover:before {
  background: #f9f9f9; }

.wpcf7-form-control-wrap .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 600;
  color: #552988;
  background: #FFFFFF;
  margin-bottom: 3px;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
  border-radius: 7px; }
  .wpcf7-form-control-wrap .custom-option:hover, .wpcf7-form-control-wrap .custom-option.selection {
    background: #552988;
    color: #FFFFFF; }

/* The Submit Modal (Present on forms connected to Salesforce -- Contact, Parking, ERH) */
#submitModal .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

#submitModal .modal-content {
  margin: 15% auto;
  padding: 20px;
  border: 3px solid #8dc63f;
  background-color: #edfed4;
  border-radius: 15px;
  width: 60%;
  text-align: center; }

@media screen and (max-width: 1024px) {
  #submitModal .modal-content {
    width: 80%; } }

/*--------------------------------------------------------------
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style
--------------------------------------------------------------*/
.flex-container-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  min-height: 80px;
  width: 100%; }
  .flex-container-header .ctr-header {
    order: 0;
    flex: 0 1 auto;
    align-self: center; }
    .flex-container-header .ctr-header * {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .flex-container-header .ctr-header.header-logo {
      margin: 11px 0 0 103px; }
      .flex-container-header .ctr-header.header-logo a {
        display: inline-block; }
        .flex-container-header .ctr-header.header-logo a img {
          max-width: 170px; }
          @media screen and (max-width: 1200px) {
            .flex-container-header .ctr-header.header-logo a img {
              max-width: 80%; } }
          @media screen and (max-width: 480px) {
            .flex-container-header .ctr-header.header-logo a img {
              max-width: 80%; } }
        @media screen and (max-width: 1500px) {
          .flex-container-header .ctr-header.header-logo a {
            margin: 11px 0 0 86px; } }
        @media screen and (max-width: 768px) {
          .flex-container-header .ctr-header.header-logo a {
            margin: 11px 0 0 10px; } }
        @media screen and (max-width: 480px) {
          .flex-container-header .ctr-header.header-logo a {
            margin: 37px 0 0 0; } }
      @media screen and (max-width: 1400px) {
        .flex-container-header .ctr-header.header-logo {
          margin: 25px 0 0 0; } }
      @media screen and (max-width: 480px) {
        .flex-container-header .ctr-header.header-logo {
          margin: 11px 0 0 10px; } }
    @media screen and (min-width: 991px) {
      .flex-container-header .ctr-header.header-menu {
        margin: 0 195px 0 auto;
        padding: 33px 150px 33px 0; }
        .flex-container-header .ctr-header.header-menu .main-navigation li {
          font-family: "Helvetica LT Std", sans-serif;
          font-size: 18px;
          letter-spacing: -1px;
          padding: 0 27px; }
          .flex-container-header .ctr-header.header-menu .main-navigation li a {
            color: #000000;
            text-transform: uppercase; }
            .flex-container-header .ctr-header.header-menu .main-navigation li a:hover {
              color: #5B218A;
              text-decoration: underline; }
            .flex-container-header .ctr-header.header-menu .main-navigation li a:focus {
              text-decoration: none;
              color: #000000; }
          .flex-container-header .ctr-header.header-menu .main-navigation li.current_page_item a {
            color: #5B218A;
            text-decoration: underline; } }
    @media screen and (min-width: 991px) and (max-width: 1500px) {
      .flex-container-header .ctr-header.header-menu .main-navigation li {
        padding: 0 25px; } }
    @media screen and (min-width: 991px) and (max-width: 1200px) {
      .flex-container-header .ctr-header.header-menu .main-navigation li {
        font-size: 19px;
        padding: 0 9px; } }
  @media screen and (min-width: 991px) and (max-width: 1500px) {
    .flex-container-header .ctr-header.header-menu {
      margin: 35px auto 0 auto; } }
  @media screen and (min-width: 991px) and (max-width: 991px) {
    .flex-container-header .ctr-header.header-menu {
      display: none; } }

@media screen and (max-width: 991px) {
  .site-header a {
    color: #FFF;
    text-decoration: none; } }

.header-chat {
  align-self: auto;
  position: fixed;
  display: inline-block;
  right: 0;
  z-index: 9;
  top: 0;
  margin-right: 15px; }
  .header-chat--wrapper {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    margin-top: 5px;
    height: auto;
    padding: 8px 0 25px 0; }
    @media screen and (max-width: 992px) {
      .header-chat--wrapper {
        width: 93px; } }
  .header-chat--inner {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    padding: 8px 0; }
  .header-chat div {
    cursor: pointer; }
    .header-chat div p {
      margin: 0;
      color: #ffffff; }
    .header-chat div .chat-img {
      max-width: 94px;
      margin: 10px 0 0 0; }
      @media screen and (max-width: 1200px) {
        .header-chat div .chat-img {
          margin: 0; } }
  @media screen and (max-width: 1310px) {
    .header-chat {
      top: 30px; } }
  @media screen and (max-width: 1200px) {
    .header-chat {
      top: 10px;
      margin: 0 10px 0 0; } }
  @media screen and (max-width: 992px) {
    .header-chat {
      top: 0;
      right: 65px; } }
  @media screen and (max-width: 576px) {
    .header-chat {
      bottom: 0;
      right: 0;
      top: initial;
      margin: 0 10px 0 0; } }

.language-switcher {
  position: absolute;
  top: 0;
  right: 195px; }
  .language-switcher .lang-dropdown {
    position: relative;
    display: inline-block; }
    .language-switcher .lang-dropdown .selected {
      background: none; }
      .language-switcher .lang-dropdown .selected a {
        text-align: center;
        background-color: #8dc63f;
        color: #000000;
        font-weight: bold;
        padding: 11px;
        font-size: 15px;
        border: none;
        border-radius: 0 0 15px 15px;
        cursor: pointer;
        text-transform: uppercase;
        width: 140px; }
        .language-switcher .lang-dropdown .selected a:hover {
          background: #56bf02ba; }
        @media screen and (max-width: 1200px) {
          .language-switcher .lang-dropdown .selected a {
            font-size: 16px; } }
        @media screen and (max-width: 480px) {
          .language-switcher .lang-dropdown .selected a {
            padding: 10px 20px;
            width: 120px; } }
  .language-switcher .lang-dropdown:hover .lang-dropdown-content {
    display: block; }
  @media screen and (max-width: 992px) {
    .language-switcher {
      right: 225px; } }
  @media screen and (max-width: 576px) {
    .language-switcher {
      text-align: center;
      width: 100%;
      right: 0; } }

.alert-bar {
  background-color: #5B218A;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  padding: 16px 0 0 127px;
  letter-spacing: -0.5px;
  min-height: 61px; }
  .alert-bar p {
    margin: 0; }
  .alert-bar a {
    font-weight: 600;
    color: #F09437;
    text-decoration: none; }
    .alert-bar a:hover {
      color: #FFE3B7; }
  @media screen and (max-width: 992px) {
    .alert-bar {
      padding: 0 20px;
      text-align: center; } }

.menu-burger {
  display: none; }
  @media screen and (max-width: 992px) {
    .menu-burger {
      display: inline-block; } }

.menu-burger-wrapper .hamburger-inner, .menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff; }

.menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  display: block;
  content: ""; }

.menu-burger-wrapper .hamburger-inner:before {
  top: -10px; }

.menu-burger-wrapper .hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity; }

.menu-burger-wrapper .hamburger--slider .hamburger-inner:after {
  top: 20px; }

.menu-burger-wrapper .hamburger-inner:after {
  bottom: -10px; }

.menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  display: block;
  content: ""; }

.menu-burger-wrapper .hamburger-inner, .menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #5b218a; }

.menu-burger-wrapper .hamburger--slider .hamburger-inner {
  top: 2px; }

.menu-burger-wrapper .hamburger-inner, .menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #5b218a; }

.menu-burger-wrapper .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.menu-burger-wrapper .hamburger-box {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 22px; }

.menu-burger-wrapper .hamburger {
  border-radius: 50%;
  font: inherit;
  overflow: visible;
  margin: 0;
  padding: 8px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: #5b218a; }

.menu-burger-wrapper .hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.menu-burger-wrapper .hamburger.is-active .hamburger-inner, .menu-burger-wrapper .hamburger.is-active .hamburger-inner:after, .menu-burger-wrapper .hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

.menu-burger-wrapper .hamburger--slider .hamburger-inner {
  top: 10px; }

.menu-burger-wrapper .hamburger-inner, .menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff; }

.menu-burger-wrapper .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -4px; }

.menu-burger-wrapper .hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.menu-burger-wrapper .hamburger.is-active .hamburger-inner, .menu-burger-wrapper .hamburger.is-active .hamburger-inner:after, .menu-burger-wrapper .hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

.menu-burger-wrapper .hamburger--slider .hamburger-inner:before {
  top: 7px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity; }

.menu-burger-wrapper .hamburger-inner:before {
  top: -10px; }

.menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  display: block;
  content: ""; }

.menu-burger-wrapper .hamburger-inner, .menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  position: absolute;
  width: 22px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff; }

.menu-burger-wrapper .hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -14px, 0) rotate(-90deg); }

.menu-burger-wrapper .hamburger--slider .hamburger-inner:after {
  top: 14px; }

.menu-burger-wrapper .hamburger-inner:after {
  bottom: -10px; }

.menu-burger-wrapper .hamburger-inner:after, .menu-burger-wrapper .hamburger-inner:before {
  display: block;
  content: ""; }

@media screen and (max-width: 992px) {
  .menu-main, .menu-bg, .menu-burger {
    position: fixed;
    height: 46px;
    text-align: center;
    border-radius: 100%;
    right: 25px;
    top: 15px; } }
  @media screen and (max-width: 992px) and (max-width: 480px) {
    .menu-main, .menu-bg, .menu-burger {
      right: 5px;
      top: 35px; } }

@media screen and (max-width: 992px) {
  .menu-bg {
    background: #0000006b;
    transition: .5s;
    width: 0;
    height: 0;
    transform: translate3d(50%, -50%, 0);
    transform-origin: center center;
    z-index: 1000; }
    .menu-bg.fs {
      transform: translate3d(50%, -50%, 0);
      width: 3000vw;
      height: 3000vw; }
  .menu-burger {
    color: white;
    -webkit-user-select: none;
    cursor: pointer;
    transition: .6s;
    transform-origin: center;
    z-index: 900000; }
    .menu-burger.fs {
      transform: rotate(-180deg) translateY(10px); }
  .menu-items {
    position: fixed;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
    color: #000000;
    text-align: center;
    opacity: 0;
    transition: .4s;
    transform: translateY(200%);
    width: 100vw;
    left: 0;
    pointer-events: none;
    z-index: 1002; }
    .menu-items a {
      display: inline-block;
      color: #000000;
      transition: 1s;
      opacity: 0;
      margin-top: 0; }
    .menu-items.fs {
      transform: translateY(0);
      pointer-events: auto;
      opacity: 1;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0; }
      .menu-items.fs a {
        display: inline-block;
        opacity: 1;
        margin-bottom: 10px; } }

/*--------------------------------------------------------------
# Subheader section
--------------------------------------------------------------*/
.subheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 95px;
  margin-right: 0;
  padding: 0 0 0 115px; }
  .subheader-headline {
    margin: auto 0;
    word-break: keep-all;
    width: 400px; }
    .subheader-headline p {
      margin: 0; }
      .subheader-headline p a {
        text-decoration: none;
        text-align: left;
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        color: #000000;
        margin: 0; }
        @media screen and (max-width: 1310px) {
          .subheader-headline p a {
            text-align: center; } }
        @media screen and (max-width: 1310px) {
          .subheader-headline p a {
            margin: 0 0 20px 0;
            width: initial; } }
    @media screen and (max-width: 1400px) {
      .subheader-headline {
        width: initial;
        text-align: center;
        margin-bottom: 20px; } }
  .subheader-menu {
    width: 100%;
    position: relative; }
    .subheader-menu--items {
      text-align: right;
      position: absolute;
      width: 100%; }
      .subheader-menu--items ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .subheader-menu--items ul li {
          display: inline-block;
          font-family: "Work Sans", sans-serif;
          font-size: 17px;
          letter-spacing: -1px;
          padding: 0 25px; }
          .subheader-menu--items ul li a {
            color: #000000;
            text-decoration: none; }
            .subheader-menu--items ul li a:hover {
              color: #5B218A;
              text-decoration: underline; }
            .subheader-menu--items ul li a:focus {
              text-decoration: none;
              color: #000000; }
          @media screen and (max-width: 1500px) {
            .subheader-menu--items ul li {
              padding: 0 10px; } }
          @media screen and (max-width: 1310px) {
            .subheader-menu--items ul li {
              padding: 0 20px; } }
          @media screen and (max-width: 576px) {
            .subheader-menu--items ul li {
              display: block; } }
        @media screen and (max-width: 1200px) {
          .subheader-menu--items ul {
            text-align: center; } }
      @media screen and (max-width: 1310px) {
        .subheader-menu--items {
          position: initial;
          text-align: center; } }
  @media screen and (max-width: 1310px) {
    .subheader {
      flex-direction: column;
      padding: 15px 30px; } }

@media screen and (min-width: 1310px) {
  :-ms-fullscreen, :root .subheader-menu--items ul li a {
    line-height: 95px; }
  :-ms-fullscreen, :root .subheader-headline p {
    line-height: 95px; }
  :-ms-fullscreen, :root .subheader-menu--items {
    top: unset;
    bottom: 0; } }

@media screen and (max-width: 1310px) {
  :-ms-fullscreen, :root .subheader-headline {
    display: block;
    width: 100%;
    margin: 0 0 25px 0; }
  :-ms-fullscreen, :root .subheader-menu--items {
    position: static; } }

/*--------------------------------------------------------------
# Footer Style
--------------------------------------------------------------*/
.site-footer .sf-main-info-item-fourth a img {
  display: inline-block;
  max-width: 35px;
  max-height: 35px; }

.site-footer i {
  font-weight: normal; }

.site-footer .sf-menu {
  position: relative;
  padding: 55px 0 0 127px;
  min-height: 400px;
  background-color: #5b218a; }
  .site-footer .sf-menu .sf-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start; }
    .site-footer .sf-menu .sf-main .sf-menu-item {
      order: 0;
      flex: 0 1 auto;
      align-self: auto;
      width: 20%; }
      .site-footer .sf-menu .sf-main .sf-menu-item ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-footer .sf-menu .sf-main .sf-menu-item ul li {
          margin: 0 0 13px;
          padding: 0; }
          .site-footer .sf-menu .sf-main .sf-menu-item ul li:first-child {
            text-transform: uppercase;
            margin-bottom: 26px; }
            .site-footer .sf-menu .sf-main .sf-menu-item ul li:first-child a {
              font-size: 19px; }
              @media screen and (max-width: 1200px) {
                .site-footer .sf-menu .sf-main .sf-menu-item ul li:first-child a {
                  font-size: 21px; } }
          .site-footer .sf-menu .sf-main .sf-menu-item ul li a {
            font-family: "Work Sans", sans-serif;
            font-size: 16px;
            letter-spacing: -1px;
            color: #FFFFFF;
            text-decoration: none;
            position: relative;
            display: inline-block; }
            .site-footer .sf-menu .sf-main .sf-menu-item ul li a:after {
              content: '';
              position: absolute;
              transition: all .3s linear;
              bottom: -1px;
              right: 0;
              height: 2px;
              width: 0;
              background-color: #F09437; }
            .site-footer .sf-menu .sf-main .sf-menu-item ul li a:hover:after {
              left: 0;
              width: 100%;
              transition-property: color, background-color, border-color;
              transition-duration: .2s;
              transition-timing-function: linear; }
            .site-footer .sf-menu .sf-main .sf-menu-item ul li a:visited {
              color: #ffffff !important; }
            @media screen and (max-width: 1200px) {
              .site-footer .sf-menu .sf-main .sf-menu-item ul li a {
                font-size: 17px; } }
        .site-footer .sf-menu .sf-main .sf-menu-item ul .widget-container {
          text-align: center; }
          .site-footer .sf-menu .sf-main .sf-menu-item ul .widget-container > div {
            display: inline-block;
            text-align: left; }
        @media screen and (max-width: 768px) {
          .site-footer .sf-menu .sf-main .sf-menu-item ul {
            width: 100%;
            margin: 0 auto 30px auto; } }
      @media screen and (max-width: 992px) {
        .site-footer .sf-menu .sf-main .sf-menu-item {
          text-align: center; }
          .site-footer .sf-menu .sf-main .sf-menu-item:nth-child(1), .site-footer .sf-menu .sf-main .sf-menu-item:nth-child(2) {
            width: 50%; }
          .site-footer .sf-menu .sf-main .sf-menu-item:nth-child(3), .site-footer .sf-menu .sf-main .sf-menu-item:nth-child(4), .site-footer .sf-menu .sf-main .sf-menu-item:nth-child(5) {
            width: 33%; } }
      @media screen and (max-width: 480px) {
        .site-footer .sf-menu .sf-main .sf-menu-item {
          width: 100% !important;
          text-align: left; } }
    @media screen and (max-width: 1200px) {
      .site-footer .sf-menu .sf-main {
        padding: 50px 20px 0; } }
    @media screen and (max-width: 992px) {
      .site-footer .sf-menu .sf-main {
        padding: 40px 0 140px; } }
    @media screen and (max-width: 768px) {
      .site-footer .sf-menu .sf-main {
        padding: 76px 40px 170px; } }
  .site-footer .sf-menu .sf-menu-subscriber {
    position: absolute;
    bottom: 72px;
    min-width: 462px;
    min-height: 82px;
    right: 0;
    text-align: right;
    padding-right: 250px; }
    .site-footer .sf-menu .sf-menu-subscriber-inner {
      display: inline-block;
      width: 416px; }
      @media screen and (max-width: 480px) {
        .site-footer .sf-menu .sf-menu-subscriber-inner {
          width: 88%; } }
    .site-footer .sf-menu .sf-menu-subscriber :-ms-input-placeholder {
      /* IE 10+ */
      color: #FFFFFF !important; }
    .site-footer .sf-menu .sf-menu-subscriber ::-ms-input-placeholder {
      color: #FFFFFF !important; }
    .site-footer .sf-menu .sf-menu-subscriber #footerSuccessMsg {
      display: none;
      text-align: center;
      color: #fff; }
    .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request {
      border: 3px solid #9D7AB9;
      border-radius: 50px;
      padding-right: 10px; }
      .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .name-input {
        display: none !important; }
      .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .email-input {
        cursor: pointer;
        height: 60px;
        width: 83.5%;
        border-radius: 50px;
        background: none;
        border: none;
        padding: 0 0 0 42px;
        font-size: 17px;
        color: #FFFFFF; }
        .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .email-input::placeholder {
          color: #FFFFFF; }
          @media screen and (max-width: 480px) {
            .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .email-input::placeholder {
              font-size: 14px; } }
        @media screen and (max-width: 480px) {
          .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .email-input {
            font-size: 16px;
            height: 58px;
            width: 80.5%;
            padding: 0 0 0 10px; } }
      .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .submit-input {
        vertical-align: middle;
        line-height: 0;
        padding: 0;
        border-radius: 50%;
        border: none;
        height: 43px;
        width: 43px;
        background: url("/wp-content/themes/ctrides/images/arrow.png"); }
        .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .submit-input:hover {
          cursor: pointer; }
        @media screen and (max-width: 480px) {
          .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request .submit-input {
            height: 43px;
            width: 43px; } }
      @media screen and (max-width: 1200px) {
        .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request {
          right: 115px; } }
      @media screen and (max-width: 1024px) {
        .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request {
          right: 75px; } }
      @media screen and (max-width: 480px) {
        .site-footer .sf-menu .sf-menu-subscriber #footer_sign_up_request {
          min-height: 60px;
          padding: 0; } }
    @media screen and (max-width: 1400px) {
      .site-footer .sf-menu .sf-menu-subscriber {
        width: 100%;
        right: 0;
        text-align: right;
        padding-right: 130px; } }
    @media screen and (max-width: 992px) {
      .site-footer .sf-menu .sf-menu-subscriber {
        text-align: center;
        padding: 0;
        bottom: 25px; } }
    @media screen and (max-width: 480px) {
      .site-footer .sf-menu .sf-menu-subscriber {
        min-width: 100%; } }
  @media screen and (max-width: 1200px) {
    .site-footer .sf-menu {
      padding: 0; } }

.site-footer .sf-main-info {
  min-height: 338px;
  padding: 81px 127px 79px 127px;
  background: #003e7e;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }
  .site-footer .sf-main-info .sf-main-info-item {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 25%;
    margin: auto 0 0 0; }
    .site-footer .sf-main-info .sf-main-info-item a {
      display: inline-block;
      font-family: "Work Sans", sans-serif;
      font-size: 16px;
      letter-spacing: -1px;
      color: #FFFFFF;
      text-decoration: none;
      position: relative;
      transition-property: color, background-color, border-color;
      transition-duration: .2s;
      transition-timing-function: linear; }
    .site-footer .sf-main-info .sf-main-info-item-first {
      padding-top: 105px; }
      .site-footer .sf-main-info .sf-main-info-item-first p {
        font-size: 17px;
        color: #FFFFFF;
        line-height: 25px; }
      @media screen and (max-width: 1200px) {
        .site-footer .sf-main-info .sf-main-info-item-first {
          padding-top: 65px; } }
      @media screen and (max-width: 992px) {
        .site-footer .sf-main-info .sf-main-info-item-first {
          order: 4;
          width: 50%;
          padding: 38px 0 0 31px; } }
      @media screen and (max-width: 576px) {
        .site-footer .sf-main-info .sf-main-info-item-first {
          width: 100%;
          text-align: center;
          padding: 0;
          margin: 20px 0; } }
    .site-footer .sf-main-info .sf-main-info-item-second {
      width: 21%;
      text-align: right; }
      .site-footer .sf-main-info .sf-main-info-item-second .custom-html-widget {
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        @media screen and (max-width: 576px) {
          .site-footer .sf-main-info .sf-main-info-item-second .custom-html-widget {
            align-items: center; } }
      .site-footer .sf-main-info .sf-main-info-item-second .logo {
        margin-bottom: 9px;
        max-width: 89px; }
      .site-footer .sf-main-info .sf-main-info-item-second .site-footer-main-second-link {
        margin: 12px 0 0; }
        .site-footer .sf-main-info .sf-main-info-item-second .site-footer-main-second-link a {
          width: fit-content;
          margin-left: auto; }
          @media screen and (max-width: 480px) {
            .site-footer .sf-main-info .sf-main-info-item-second .site-footer-main-second-link a {
              margin: 0 auto; } }
      @media screen and (max-width: 1200px) {
        .site-footer .sf-main-info .sf-main-info-item-second {
          width: 20%; } }
      @media screen and (max-width: 992px) {
        .site-footer .sf-main-info .sf-main-info-item-second {
          order: 1;
          width: 50%; } }
      @media screen and (max-width: 576px) {
        .site-footer .sf-main-info .sf-main-info-item-second {
          width: 100%;
          text-align: center; } }
    .site-footer .sf-main-info .sf-main-info-item-third {
      width: 23%;
      padding: 13px 0 0 65px; }
      .site-footer .sf-main-info .sf-main-info-item-third .custom-html-widget {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: flex-start; }
        @media screen and (max-width: 576px) {
          .site-footer .sf-main-info .sf-main-info-item-third .custom-html-widget {
            align-items: center; } }
      .site-footer .sf-main-info .sf-main-info-item-third .logo {
        margin-bottom: 31px; }
        @media screen and (max-width: 576px) {
          .site-footer .sf-main-info .sf-main-info-item-third .logo {
            margin-bottom: 0; } }
      .site-footer .sf-main-info .sf-main-info-item-third .site-footer-main-second-link {
        margin: 12px 0 0;
        text-align: left; }
      .site-footer .sf-main-info .sf-main-info-item-third a {
        width: fit-content;
        margin-right: auto; }
      @media screen and (max-width: 1200px) {
        .site-footer .sf-main-info .sf-main-info-item-third {
          width: 23%;
          padding: 38px 0 0 31px; } }
      @media screen and (max-width: 992px) {
        .site-footer .sf-main-info .sf-main-info-item-third {
          order: 2;
          width: 50%; } }
      @media screen and (max-width: 576px) {
        .site-footer .sf-main-info .sf-main-info-item-third {
          width: 100%;
          padding: 0;
          margin: 30px 0; } }
    .site-footer .sf-main-info .sf-main-info-item-fourth {
      align-self: flex-end;
      text-align: right;
      width: 30%; }
      .site-footer .sf-main-info .sf-main-info-item-fourth a {
        display: inline-flex;
        margin-left: 8px;
        max-width: 35px; }
      @media screen and (max-width: 992px) {
        .site-footer .sf-main-info .sf-main-info-item-fourth {
          order: 3;
          width: 50%; } }
      @media screen and (max-width: 576px) {
        .site-footer .sf-main-info .sf-main-info-item-fourth {
          width: 100%;
          text-align: center;
          margin: 20px 0; } }
    .site-footer .sf-main-info .sf-main-info-item-second a:after, .site-footer .sf-main-info .sf-main-info-item-third a:after {
      content: '';
      position: absolute;
      transition: all .3s linear;
      bottom: -1px;
      right: 0;
      height: 2px;
      width: 0;
      background-color: #F09437; }
    .site-footer .sf-main-info .sf-main-info-item-second a:hover:after, .site-footer .sf-main-info .sf-main-info-item-third a:hover:after {
      left: 0;
      width: 100%;
      transition-property: color, background-color, border-color;
      transition-duration: .2s;
      transition-timing-function: linear; }
  .site-footer .sf-main-info p {
    padding: 0;
    margin: 0; }
  @media screen and (max-width: 1400px) {
    .site-footer .sf-main-info {
      padding: 81px 150px 79px 152px; } }
  @media screen and (max-width: 1200px) {
    .site-footer .sf-main-info {
      padding: 60px 64px; } }
  @media screen and (max-width: 992px) {
    .site-footer .sf-main-info {
      padding: 60px 0; } }
  @media screen and (max-width: 576px) {
    .site-footer .sf-main-info {
      padding: 20px; } }

/*--------------------------------------------------------------
# Home Page Style
--------------------------------------------------------------*/
.home .benefits-section {
  padding: 30px 127px; }
  .home .benefits-section .benefits-header {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .home .benefits-section .benefits-header {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .home .benefits-section .benefits-header {
        font-size: 30px;
        line-height: 40px; } }
  .home .benefits-section .benefits-description {
    margin: 46px 2px 35px 2px;
    color: #000000;
    font-family: "Helvetica LT Std", sans-serif;
    font-size: 19px;
    line-height: 29px;
    text-align: left;
    letter-spacing: -0.2px; }
    @media screen and (max-width: 1400px) {
      .home .benefits-section .benefits-description {
        font-size: 20px;
        line-height: 30px; } }
    @media screen and (max-width: 991px) {
      .home .benefits-section .benefits-description {
        margin: 60px auto;
        text-align: center; } }
  .home .benefits-section .benefits-img-mobile {
    display: none; }
    @media screen and (max-width: 991px) {
      .home .benefits-section .benefits-img-mobile {
        display: block;
        margin: 0 auto; } }
  .home .benefits-section .benefits-img {
    display: block;
    margin: 0 auto;
    max-width: 79%; }
    @media screen and (max-width: 1400px) {
      .home .benefits-section .benefits-img {
        max-width: 100%; } }
    @media screen and (max-width: 991px) {
      .home .benefits-section .benefits-img {
        display: none; } }
  @media screen and (max-width: 1400px) {
    .home .benefits-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .home .benefits-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .home .benefits-section {
      padding: 20px 30px;
      margin: 0; } }

.home .employers-section {
  padding: 30px 127px; }
  .home .employers-section .employers-header {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .home .employers-section .employers-header {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .home .employers-section .employers-header {
        font-size: 30px;
        line-height: 40px; } }
  .home .employers-section .ctrides-slider-item-quote {
    position: relative;
    margin: auto 3em;
    text-align: left;
    font-size: 1em;
    padding: 1em; }
    @media screen and (max-width: 1400px) {
      .home .employers-section .ctrides-slider-item-quote {
        margin: auto 2em; } }
  .home .employers-section .ctrides-slider-item-open {
    position: absolute;
    left: -20px;
    top: 0; }
  .home .employers-section .ctrides-slider-item-close {
    position: absolute;
    right: -10px;
    bottom: 0; }
  .home .employers-section .employers-subheader {
    margin: 13px 4px 0;
    color: #5b218a;
    font-family: "Helvetica LT Std", sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0.3px; }
    @media screen and (max-width: 991px) {
      .home .employers-section .employers-subheader {
        text-align: center; } }
  .home .employers-section .employers-description {
    margin: 44px 0 130px 5px;
    max-width: 630px;
    color: #000000;
    font-family: "Helvetica LT Std", sans-serif;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    letter-spacing: -0.1px; }
    @media screen and (max-width: 991px) {
      .home .employers-section .employers-description {
        margin: 50px 0;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .home .employers-section .employers-description {
        margin: 15px 5px; } }
  .home .employers-section .employers-image {
    margin-left: 54px;
    margin-bottom: 58px; }
    .home .employers-section .employers-image img {
      max-width: 630px; }
      @media screen and (max-width: 1500px) {
        .home .employers-section .employers-image img {
          max-width: 630px; } }
      @media screen and (max-width: 992px) {
        .home .employers-section .employers-image img {
          max-width: 100%; } }
    @media screen and (max-width: 1400px) {
      .home .employers-section .employers-image {
        margin: 0;
        text-align: left; } }
    @media screen and (max-width: 992px) {
      .home .employers-section .employers-image {
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .home .employers-section .employers-image {
        margin: 0 0 30px 0; } }
  .home .employers-section .site-button {
    margin: 46px auto 0 auto; }
    @media screen and (max-width: 1400px) {
      .home .employers-section .site-button {
        margin: 35px auto 0 auto; } }
    @media screen and (max-width: 991px) {
      .home .employers-section .site-button {
        margin: 0 auto; } }
  @media screen and (max-width: 1400px) {
    .home .employers-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .home .employers-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .home .employers-section {
      padding: 20px 30px;
      margin: 0; } }
  @media screen and (max-width: 991px) {
    .home .employers-section {
      text-align: center; } }

.home .learn-more {
  min-height: 194px; }

.home .testimonial-slider-column {
  padding-right: 30px; }

.home .peers-header {
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  margin: 0 0 33px 0;
  color: #5b218a;
  letter-spacing: 0.2px;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 992px) {
    .home .peers-header {
      margin: 0 0 15px 0;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .home .peers-header {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (max-width: 1200px) {
    .home .peers-header {
      margin: 50px 26px 0 0; } }
  @media screen and (max-width: 991px) {
    .home .peers-header {
      text-align: center;
      margin: 20px 0; } }

.hero-section {
  min-height: 79vh;
  padding: 50px 0 0 130px;
  background-size: cover !important;
  background-position-y: center !important;
  position: relative;
  overflow: hidden; }
  .hero-section i {
    font-weight: bold !important; }
  .hero-section--bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .hero-section--bg--inner {
      color: #fff;
      height: 100%; }
    .hero-section--bg .video-bg {
      height: 100%;
      position: relative; }
      .hero-section--bg .video-bg video {
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        object-fit: cover;
        object-position: bottom; }
    .hero-section--bg .image-bg {
      height: 100%;
      position: relative; }
      .hero-section--bg .image-bg img {
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        object-fit: cover;
        object-position: bottom; }
  .hero-section h3 {
    font-size: 38px;
    color: #5b218a;
    line-height: 56px;
    letter-spacing: 0;
    margin: 0 0 10px 0; }
    .hero-section h3:last-child {
      margin: 0 0 50px 0; }
    @media screen and (max-width: 480px) {
      .hero-section h3 {
        font-size: 32px; } }
  .hero-section-header {
    margin: 0 0 20px 0;
    font-size: 70px;
    color: #5b218a;
    letter-spacing: 1px;
    line-height: 70px; }
    @media screen and (max-width: 1400px) {
      .hero-section-header {
        font-size: 60px;
        line-height: 60px; } }
    @media screen and (max-width: 992px) {
      .hero-section-header {
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .hero-section-header {
        font-size: 45px;
        line-height: 45px; } }
    @media screen and (max-width: 480px) {
      .hero-section-header {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px; } }
    @media screen and (max-height: 650px) {
      .hero-section-header {
        font-size: 40px;
        line-height: 45px; } }
    @media screen and (max-width: 480px) {
      .hero-section-header br {
        display: none; } }
  .hero-section-description {
    margin: 0 0 0 4px;
    color: #5b218a;
    font-family: "Helvetica LT Std", sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    display: inline-block; }
    @media screen and (max-width: 576px) {
      .hero-section-description br {
        display: none; } }
    @media screen and (max-width: 1400px) {
      .hero-section-description {
        font-size: 18px;
        line-height: 30px; } }
    @media screen and (max-width: 992px) {
      .hero-section-description {
        text-align: center;
        margin: 20px 0; } }
    @media screen and (max-width: 768px) {
      .hero-section-description {
        margin: 0; } }
    @media screen and (max-width: 480px) {
      .hero-section-description {
        font-size: 16px;
        line-height: 25px; } }
    @media screen and (max-height: 650px) {
      .hero-section-description {
        font-size: 14px;
        line-height: 25px; } }
  @media (max-height: 800px) {
    .hero-section {
      min-height: 100vh; } }
  @media (max-height: 650px) {
    .hero-section {
      padding: 10px 0 0 127px; } }
  @media screen and (max-width: 992px) {
    .hero-section {
      background-position-y: -158px;
      background-position-x: -172px;
      min-height: 560px;
      padding: 40px 15px 15px 15px;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .hero-section {
      min-height: 455px;
      padding: 10px 30px; } }

.custom-bg-video .hero-section-description {
  color: #101010 !important; }

.custom-bg-video video {
  object-fit: fill !important; }
  @media screen and (max-width: 576px) {
    .custom-bg-video video {
      object-fit: cover !important; } }

.hero-section.employers-hero h1 {
  font-size: 40px;
  line-height: 45px; }
  @media screen and (max-width: 992px) {
    .hero-section.employers-hero h1 {
      font-size: 40px;
      line-height: 45px; } }
  @media screen and (max-width: 576px) {
    .hero-section.employers-hero h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media screen and (max-width: 480px) {
    .hero-section.employers-hero h1 {
      font-size: 23px;
      line-height: 27px; } }

@media screen and (max-width: 576px) {
  .hero-section.employers-hero .hero-section-description {
    font-size: 14px;
    line-height: 25px; } }

@media screen and (max-width: 480px) {
  .hero-section.employers-hero .hero-section-description {
    font-size: 14px;
    line-height: 20px; } }

.hero-section.rewards-hero {
  background-position-y: bottom !important; }

:-ms-fullscreen, :root .widthMax .hero-section--bg .video-bg video {
  width: 100vw;
  height: auto; }

:-ms-fullscreen, :root .heightMax .hero-section--bg .video-bg video {
  height: 80vh;
  width: auto; }

:-ms-fullscreen, :root .hero-commuters {
  min-height: 100vh; }

.content-hero-section,
.hero-row {
  display: inline-block; }

@media screen and (max-width: 992px) {
  .hero-section.dark_substrate,
  .contact-hero.dark_substrate {
    background: #2c1748a6; } }

@media screen and (max-width: 992px) {
  .hero-section.light_substrate,
  .contact-hero.light_substrate {
    background: rgba(255, 255, 255, 0.65); } }

.service-section {
  padding: 30px 0 30px 127px;
  height: 100%; }
  .service-section-container-header {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .service-section-container-header {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .service-section-container-header {
        font-size: 30px;
        line-height: 40px; } }
  .service-section-container-subheader {
    margin: 14px 0 0 0;
    color: #5b218a;
    font-size: 17px;
    line-height: 35px;
    text-align: left;
    letter-spacing: 0.1px; }
    @media screen and (max-width: 992px) {
      .service-section-container-subheader {
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .service-section-container-subheader {
        margin: 5px; } }
  .service-section-container-description {
    margin: 30px 0 35px 0;
    color: #000000;
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    max-width: 502px;
    letter-spacing: 0; }
    @media screen and (max-width: 1200px) {
      .service-section-container-description {
        margin: 30px auto 30px 0;
        text-align: left; } }
    @media screen and (max-width: 992px) {
      .service-section-container-description {
        margin: 30px auto;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .service-section-container-description {
        margin: 30px auto; } }
    @media screen and (max-width: 480px) {
      .service-section-container-description br {
        display: none; } }
  .service-section-container .btn-wrapper {
    margin: auto 0 0 0; }
  .service-section-container-button {
    text-align: left;
    margin-left: 17px; }
    @media screen and (max-width: 1200px) {
      .service-section-container-button {
        text-align: center;
        margin: 0 auto 0 0; } }
    @media screen and (max-width: 992px) {
      .service-section-container-button {
        text-align: center;
        margin: 0 auto; } }
  .service-section-container .sign-up--wrapper {
    position: relative;
    width: min-content;
    min-width: 390px;
    border: 3px solid #F09437;
    border-radius: 50px;
    padding-right: 10px;
    margin-left: 17px; }
    .service-section-container .sign-up--wrapper .signupSuccessMsg {
      display: none;
      text-align: center; }
    .service-section-container .sign-up--wrapper .name-input {
      display: none !important; }
    .service-section-container .sign-up--wrapper .email-input {
      cursor: pointer;
      height: 60px;
      width: 83.5%;
      border-radius: 50px;
      background: none;
      border: none;
      padding: 0 0 0 42px;
      font-size: 17px;
      color: #333333;
      font-weight: bold; }
      .service-section-container .sign-up--wrapper .email-input::placeholder {
        color: #333333;
        font-weight: bold;
        font-size: 16px; }
      @media screen and (max-width: 480px) {
        .service-section-container .sign-up--wrapper .email-input {
          font-size: 16px; } }
    .service-section-container .sign-up--wrapper .sign-up--inner {
      background: #ff9200;
      padding: 13px 14px;
      border-radius: 30px;
      position: absolute;
      top: 15%;
      right: 35px; }
      .service-section-container .sign-up--wrapper .sign-up--inner .submit-input {
        display: block;
        width: 0;
        height: 0;
        margin-top: 1px;
        background: transparent;
        border: none;
        border-bottom: 3px solid #FFFFFF;
        border-right: 3px solid #FFFFFF;
        transform: rotate(315deg) translateY(-10%);
        transition: all .4s ease-in-out;
        transform-origin: center;
        padding: 6px; }
        .service-section-container .sign-up--wrapper .sign-up--inner .submit-input:hover {
          cursor: pointer; }
        @media screen and (max-width: 480px) {
          .service-section-container .sign-up--wrapper .sign-up--inner .submit-input {
            padding: 5px; } }
      @media screen and (max-width: 480px) {
        .service-section-container .sign-up--wrapper .sign-up--inner {
          right: 15px; } }
    @media screen and (max-width: 992px) {
      .service-section-container .sign-up--wrapper {
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .service-section-container .sign-up--wrapper {
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .service-section-container .sign-up--wrapper {
        min-height: 60px;
        min-width: 100%; } }
    .service-section-container .sign-up--wrapper :-ms-input-placeholder {
      /* IE 10+ */
      color: #333333 !important; }
    .service-section-container .sign-up--wrapper ::-ms-input-placeholder {
      color: #333333 !important; }
  .service-section-image {
    text-align: center;
    margin: auto 0; }
  @media screen and (max-width: 1400px) {
    .service-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .service-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .service-section {
      padding: 20px 30px;
      margin: 0; } }
  @media screen and (max-width: 1200px) {
    .service-section {
      min-height: initial; } }

.container-without-description .service-section-container-description {
  margin: 37px 0 65px 0 !important;
  color: #000000;
  text-align: left;
  max-width: 477px;
  letter-spacing: -0.5px; }
  .container-without-description .service-section-container-description p {
    margin: 0; }
  @media screen and (max-width: 1500px) {
    .container-without-description .service-section-container-description {
      margin: 30px 0 35px 0 !important; } }
  @media screen and (max-width: 992px) {
    .container-without-description .service-section-container-description {
      margin: 30px auto !important;
      text-align: center; } }

.container-without-description .service-section-image img {
  max-width: 80%; }
  @media screen and (max-width: 480px) {
    .container-without-description .service-section-image img {
      margin: 0; } }
  @media screen and (max-width: 1200px) {
    .container-without-description .service-section-image img {
      max-width: 55%; } }
  @media screen and (max-width: 576px) {
    .container-without-description .service-section-image img {
      max-width: 100%; } }

@media screen and (max-width: 1200px) {
  .container-without-description .service-section-image {
    margin: 30px auto 30px 0;
    text-align: left; } }

@media screen and (max-width: 992px) {
  .container-without-description .service-section-image {
    text-align: center; } }

.bg-img {
  min-height: 580px; }
  @media screen and (max-width: 1400px) {
    .bg-img {
      min-height: 540px;
      background-size: contain !important; } }
  @media screen and (max-width: 992px) {
    .bg-img {
      min-height: 660px; } }
  @media screen and (max-width: 576px) {
    .bg-img {
      min-height: 550px; } }

.service-section.service-drop--img {
  padding: 30px 26px 30px 127px; }
  .service-section.service-drop--img img {
    max-width: 65%; }
    @media screen and (max-width: 576px) {
      .service-section.service-drop--img img {
        max-width: 100%; } }
  @media screen and (max-width: 992px) {
    .service-section.service-drop--img {
      padding: 30px 10px; } }

:-ms-fullscreen, :root .service-section-container .sign-up--wrapper {
  width: 50%; }

/*--------------------------------------------------------------
# Home Page Slider Style
--------------------------------------------------------------*/
.ctrides-slider > * {
  font-family: "Helvetica LT Std", sans-serif; }

.ctrides-slider-wrapper {
  padding: 0 15px 0 35px;
  margin: 0 auto;
  max-width: 490px;
  width: 100%;
  letter-spacing: -0.2px; }
  @media screen and (max-width: 1600px) {
    .ctrides-slider-wrapper {
      padding: 0 15px 0 35px; } }
  @media screen and (max-width: 1200px) {
    .ctrides-slider-wrapper {
      margin: 0 auto 50px auto;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .ctrides-slider-wrapper {
      margin: 0 auto 40px auto; } }

.ctrides-slider-item {
  position: relative;
  margin-bottom: 10px; }
  .ctrides-slider-item .slider-inner--bg {
    height: 390px;
    padding: 0 0 56px 0;
    display: flex; }
  .ctrides-slider-item-open {
    position: absolute;
    left: 10px; }
    @media screen and (max-width: 1500px) {
      .ctrides-slider-item-open {
        left: 10px; } }
    @media screen and (max-width: 992px) {
      .ctrides-slider-item-open {
        left: 10px; } }
  .ctrides-slider-item-close {
    margin-left: 17px;
    vertical-align: text-bottom; }
  .ctrides-slider-item-quote {
    font-size: 19px;
    line-height: 29px;
    color: #003E7E;
    margin: auto 30px; }
    .ctrides-slider-item-quote p {
      margin: 0; }
    @media screen and (max-width: 1400px) {
      .ctrides-slider-item-quote {
        font-size: 18px;
        line-height: 25px; } }
    @media screen and (max-width: 1200px) {
      .ctrides-slider-item-quote {
        font-size: 19px;
        line-height: 29px; } }
    @media screen and (max-width: 992px) {
      .ctrides-slider-item-quote {
        text-align: left; } }
    @media screen and (max-width: 480px) {
      .ctrides-slider-item-quote {
        font-size: 17px;
        line-height: 23px; } }
  .ctrides-slider-item-desc {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -2px;
    color: #003E7E; }
    .ctrides-slider-item-desc-person {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -0.1px; }
    .ctrides-slider-item-desc-position {
      letter-spacing: -0.1px;
      line-height: 19px; }
    @media screen and (max-width: 992px) {
      .ctrides-slider-item-desc {
        left: 0;
        width: 100%;
        overflow: hidden;
        margin: 0;
        bottom: 15px; } }
    @media screen and (max-width: 576px) {
      .ctrides-slider-item-desc {
        bottom: -4px; } }

.tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  margin-top: 22px; }
  @media screen and (max-width: 767px) {
    .tns-outer .tns-nav {
      margin-top: 38px; } }
  .tns-outer .tns-nav button {
    background-color: #ECDDFF;
    border: 2px solid #5B218A;
    border-radius: 100%;
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    margin-left: 11px;
    outline: none;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .tns-outer .tns-nav button {
        height: 14px;
        margin-left: 16px;
        width: 14px; } }
    .tns-outer .tns-nav button:first-child {
      margin-left: -30px; }
    .tns-outer .tns-nav button.tns-nav-active {
      background-color: #5B218A; }

/*--------------------------------------------------------------
# Commuters Page Style
--------------------------------------------------------------*/
.commute-section {
  background-size: cover !important;
  padding: 30px 0 30px 127px; }
  .commute-section p {
    margin: 0; }
  .commute-section .commute-header {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .commute-section .commute-header {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .commute-section .commute-header {
        font-size: 30px;
        line-height: 40px; } }
  .commute-section .commute-description {
    margin: 0;
    color: #5b218a;
    font-family: "Helvetica LT Std", sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-align: left; }
    @media screen and (max-width: 992px) {
      .commute-section .commute-description {
        text-align: center; } }
  @media screen and (max-width: 1400px) {
    .commute-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .commute-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .commute-section {
      padding: 20px 30px;
      margin: 0; } }
  @media (max-width: 576px) {
    .commute-section {
      min-height: 100%; } }

.program-section {
  padding: 30px 127px; }
  .program-section h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .program-section h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .program-section h2 {
        font-size: 30px;
        line-height: 40px; } }
  .program-section p.main-description {
    font-size: 17px;
    line-height: 31px;
    letter-spacing: 0;
    margin: 0 0 63px 0; }
    @media screen and (max-width: 1200px) {
      .program-section p.main-description {
        margin: auto 0 25px 0; } }
    @media screen and (max-width: 992px) {
      .program-section p.main-description {
        margin: 0 auto;
        text-align: center; }
        .program-section p.main-description br {
          display: none; } }
    @media screen and (max-width: 576px) {
      .program-section p.main-description {
        margin: 0 auto 25px auto; } }
  .program-section--content h3 {
    font-size: 37px;
    color: #5b218a;
    line-height: 56px;
    letter-spacing: 0.2px;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 1200px) {
      .program-section--content h3 {
        margin: 0 0 25px 0; } }
    @media screen and (max-width: 992px) {
      .program-section--content h3 {
        margin: 30px auto;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .program-section--content h3 {
        margin: 0 0 15px 0;
        font-size: 30px;
        line-height: 37px; } }
  .program-section--content p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #000000;
    margin-bottom: 20px; }
  .program-section--content .psc-description ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px; }
    .program-section--content .psc-description ul li {
      font-size: 19px;
      letter-spacing: -0.1px;
      line-height: 24px;
      margin-bottom: 10px; }
      .program-section--content .psc-description ul li:before {
        content: "\2022";
        color: #5b218a;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        font-size: 20px; }
      .program-section--content .psc-description ul li a {
        color: inherit;
        text-decoration-color: #000000; }
    @media screen and (max-width: 992px) {
      .program-section--content .psc-description ul {
        text-align: left; } }
  @media screen and (max-width: 992px) {
    .program-section--content {
      text-align: center; } }
  .program-section--image {
    margin: auto 0; }
  @media screen and (max-width: 1400px) {
    .program-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .program-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .program-section {
      padding: 20px 30px;
      margin: 0; } }

.types {
  position: relative; }
  .types-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }

a.ctrides-types-item {
  max-width: 215px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  background: #FFFFFF;
  border: 2px #F09437 solid;
  padding: 50px 20px;
  border-radius: 25px;
  margin-bottom: -22px;
  margin-top: -30px; }
  a.ctrides-types-item:hover {
    background: #F09437; }
  a.ctrides-types-item p {
    margin: 0;
    font-weight: 900;
    color: #5b218a; }
  @media screen and (max-width: 768px) {
    a.ctrides-types-item {
      padding: 30px 0; } }

.wrapper-block {
  z-index: 999; }
  .wrapper-block .inner-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    @media screen and (max-width: 1200px) {
      .wrapper-block .inner-block {
        flex-wrap: wrap; }
        .wrapper-block .inner-block > * {
          flex: 1 1 250px; } }
    @media screen and (max-width: 1200px) and (max-width: 1080px) {
      .wrapper-block .inner-block > * {
        margin: -25px 0 40px 0; } }
    @media screen and (max-width: 1200px) and (max-width: 480px) {
      .wrapper-block .inner-block > * {
        flex: 1 1 150px;
        margin: -40px 10px 60px 10px;
        min-width: 280px; } }

.emergency {
  padding: 30px 127px; }
  .emergency h3 {
    font-size: 37px;
    color: #5b218a;
    line-height: 56px;
    letter-spacing: 0.2px;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 1200px) {
      .emergency h3 {
        margin: 0 0 25px 0; } }
    @media screen and (max-width: 992px) {
      .emergency h3 {
        margin: 30px auto;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .emergency h3 {
        margin: 0 0 15px 0;
        font-size: 30px;
        line-height: 37px; } }
    @media screen and (max-width: 992px) {
      .emergency h3 {
        margin: 15px auto !important; } }
  .emergency .list-info {
    margin-bottom: 50px; }
    .emergency .list-info ol {
      margin: 0;
      padding: 0 0 0 25px; }
      .emergency .list-info ol .erh-form-switch {
        cursor: pointer;
        text-decoration: underline; }
      .emergency .list-info ol li {
        color: #5b218a;
        font-weight: 600;
        font-size: 17px;
        letter-spacing: 0.5px;
        margin-bottom: 10px; }
        @media screen and (max-width: 576px) {
          .emergency .list-info ol li {
            font-size: 16px; } }
  .emergency .form-control {
    margin-bottom: 32px;
    margin-right: 15px; }
    .emergency .form-control #erh-middlename-label,
    .emergency .form-control #erh-middlename {
      display: none !important; }
    @media screen and (max-width: 768px) {
      .emergency .form-control {
        width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 576px) {
      .emergency .form-control {
        margin-bottom: 15px; } }
  .emergency-form {
    display: none; }
    .emergency-form input,
    .emergency-form textarea {
      width: 100%;
      border-radius: 50px;
      border: 2px solid #ecddff;
      color: #5b218a;
      padding: 15px 15px 15px 50px;
      font-size: 17px;
      line-height: 100%;
      font-weight: 900;
      letter-spacing: 1px; }
      .emergency-form input::placeholder,
      .emergency-form textarea::placeholder {
        color: #5b218a; }
        @media screen and (max-width: 576px) {
          .emergency-form input::placeholder,
          .emergency-form textarea::placeholder {
            visibility: hidden; } }
      .emergency-form input:focus,
      .emergency-form textarea:focus {
        border: 2px solid #5b218a;
        color: #5b218a; }
      @media screen and (max-width: 480px) {
        .emergency-form input,
        .emergency-form textarea {
          border-radius: 20px;
          padding: 15px;
          font-size: 16px;
          letter-spacing: 0; } }
    .emergency-form p.add-headline {
      color: #5b218a;
      font-size: 25px;
      font-weight: bold;
      letter-spacing: 1px;
      margin: 0 0 5px 0; }
    .emergency-form label {
      display: none;
      color: #5b218a;
      padding: 2px 0 2px 15px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px; }
      .emergency-form label.checkbox-label {
        display: block; }
      .emergency-form label.error {
        color: #dd1b1b; }
      @media screen and (max-width: 576px) {
        .emergency-form label {
          display: block; } }
    .emergency-form span.Zebra_DatePicker_Icon_Wrapper {
      width: 100%; }
    .emergency-form .select-state .chosen-container {
      margin: 0; }
      .emergency-form .select-state .chosen-container :-ms-input-placeholder {
        /* IE 10+ */
        color: #5b218a !important; }
      .emergency-form .select-state .chosen-container ::-ms-input-placeholder {
        color: #5b218a !important; }
      .emergency-form .select-state .chosen-container :-ms-input-placeholder {
        /* IE 10+ */
        color: #5b218a !important; }
      .emergency-form .select-state .chosen-container a.chosen-single {
        border: 2px solid #ecddff;
        padding: 17px 15px 16px 50px; }
        .emergency-form .select-state .chosen-container a.chosen-single span {
          line-height: 100%;
          font-size: 17px;
          font-weight: 600;
          font-family: sans-serif; }
          @media screen and (max-width: 576px) {
            .emergency-form .select-state .chosen-container a.chosen-single span {
              font-size: 16px;
              letter-spacing: 1px; } }
        @media screen and (max-width: 480px) {
          .emergency-form .select-state .chosen-container a.chosen-single {
            padding: 17px 15px; } }
    .emergency-form .checkbox-block {
      margin-bottom: 30px; }
      .emergency-form .checkbox-block input {
        width: initial; }
    .emergency-form .uploading {
      margin-bottom: 15px; }
      .emergency-form .uploading input {
        border: none; }
    .emergency-form .chosen-container-active.chosen-with-drop .chosen-single {
      border: 2px solid #5b218a !important; }
    .emergency-form .full-width--input {
      margin-bottom: 30px; }
    .emergency-form--btn {
      text-align: center;
      margin: 35px 0 0 0; }
      .emergency-form--btn .s-button {
        font-size: 20px;
        font-weight: 600;
        padding: 13px 0;
        min-width: 387px;
        border-radius: 40px;
        border: 3px solid #F09437;
        background-color: #ffffff;
        color: #5b218a;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer; }
        .emergency-form--btn .s-button:hover {
          background: #F09437; }
        @media screen and (max-width: 768px) {
          .emergency-form--btn .s-button {
            padding: 12px 0;
            min-width: 390px; } }
        @media screen and (max-width: 480px) {
          .emergency-form--btn .s-button {
            min-width: 100%;
            font-size: 20px;
            padding: 15px 0; } }
  .emergency .display-switch {
    display: block; }
  @media screen and (max-width: 1400px) {
    .emergency {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .emergency {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .emergency {
      padding: 20px 30px;
      margin: 0; } }
  @media screen and (max-width: 992px) {
    .emergency {
      padding: 20px 30px !important; } }
  @media screen and (max-width: 576px) {
    .emergency {
      padding: 20px 5px !important; } }

.diff-mail,
.hidden-origin,
.hidden-destination,
.hidden-description,
.hidden-reasonSpecify,
.hidden-transportation,
.diff-mail--driver,
.hidden-erh-work-other,
.hidden-erh-vanpool-number,
.hidden-erh-buspass-number,
.hidden-erh-slepass-number,
.hidden-erh-hlpass-number {
  transition: all 0.3s ease-in-out;
  display: none; }

.activate-hidden,
.active-hidden-description {
  display: block;
  transition: all 0.3s ease-in-out; }

.active-hidden-description {
  padding: 0 15px 0 50px;
  color: red;
  margin-bottom: 30px; }
  .active-hidden-description p {
    margin: 0; }

.description {
  text-align: center; }
  .description-additional {
    display: inline-block;
    text-align: left;
    color: #000; }
    @media screen and (max-width: 576px) {
      .description-additional {
        font-size: 15px; }
        .description-additional br {
          display: none; } }

.station {
  padding: 30px 127px; }
  .station-header {
    border-radius: 85px 85px 0 0;
    text-align: center;
    padding: 1px;
    margin-bottom: 54px; }
    .station-header h2 {
      font-size: 38px;
      line-height: 50px;
      margin: 0 0 33px 0;
      color: #5b218a;
      letter-spacing: 0.2px;
      margin: 10px 0; }
      @media screen and (max-width: 992px) {
        .station-header h2 {
          margin: 0 0 15px 0;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .station-header h2 {
          font-size: 30px;
          line-height: 40px; } }
      @media screen and (max-width: 992px) {
        .station-header h2 {
          margin: 0; } }
    .station-header p {
      color: #FFFFFF;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.8px;
      font-weight: 700;
      margin: 1px 0; }
      @media screen and (max-width: 576px) {
        .station-header p {
          font-size: 14px;
          line-height: 20px; } }
    @media screen and (max-width: 992px) {
      .station-header {
        margin-bottom: 0; } }
    @media screen and (max-width: 480px) {
      .station-header {
        padding: 10px;
        border-radius: 55px 55px 0 0; } }
  .station-info h3 {
    font-size: 37px;
    color: #5b218a;
    line-height: 56px;
    letter-spacing: 0.2px;
    margin: 0 0 30px 0;
    line-height: 46px;
    letter-spacing: 1px; }
    @media screen and (max-width: 1200px) {
      .station-info h3 {
        margin: 0 0 25px 0; } }
    @media screen and (max-width: 992px) {
      .station-info h3 {
        margin: 30px auto;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .station-info h3 {
        margin: 0 0 15px 0;
        font-size: 30px;
        line-height: 37px; } }
  .station-info p {
    font-size: 17px;
    color: #000000;
    line-height: 31px;
    letter-spacing: 0; }
    @media screen and (max-width: 576px) {
      .station-info p {
        font-size: 16px; } }
    .station-info p:first-of-type {
      margin: 0; }
  .station-info a {
    color: #000000;
    font-weight: bold; }
  .station-info h4 {
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin: auto 35px auto 0;
    color: #5b218a; }
    @media screen and (max-width: 480px) {
      .station-info h4 {
        margin: auto 15px auto 0; } }
  @media screen and (max-width: 576px) {
    .station-info br {
      display: none; } }
  .station-sidebar--content {
    background: #ecddff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 25px 55px; }
    .station-sidebar--content h3 {
      font-size: 37px;
      color: #5b218a;
      line-height: 56px;
      letter-spacing: 0.2px;
      margin: 0 0 30px 0;
      line-height: 42px;
      margin: 0 0 5px 0;
      letter-spacing: 1px; }
      @media screen and (max-width: 1200px) {
        .station-sidebar--content h3 {
          margin: 0 0 25px 0; } }
      @media screen and (max-width: 992px) {
        .station-sidebar--content h3 {
          margin: 30px auto;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .station-sidebar--content h3 {
          margin: 0 0 15px 0;
          font-size: 30px;
          line-height: 37px; } }
    .station-sidebar--content p {
      font-size: 17px;
      color: #000000;
      line-height: 31px;
      letter-spacing: 0; }
      @media screen and (max-width: 576px) {
        .station-sidebar--content p {
          font-size: 16px; } }
    .station-sidebar--content .train-form .parking-form--col {
      margin-bottom: 20px; }
      .station-sidebar--content .train-form .parking-form--col input[name="middleName"] {
        display: none !important; }
      .station-sidebar--content .train-form .parking-form--col label.error {
        color: #dd1b1b;
        padding: 2px 0 2px 15px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px; }
      .station-sidebar--content .train-form .parking-form--col input:not(.chosen-search-input) {
        height: 100%;
        width: 100%;
        padding: 15px 40px;
        border: 3px solid #FFFFFF;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border-radius: 45px;
        color: #5b218a;
        background: transparent;
        font-weight: bold;
        font-size: 19px;
        line-height: 19px;
        letter-spacing: 1px; }
        .station-sidebar--content .train-form .parking-form--col input:not(.chosen-search-input):active, .station-sidebar--content .train-form .parking-form--col input:not(.chosen-search-input):focus {
          border: 3px solid #ff9200; }
        .station-sidebar--content .train-form .parking-form--col input:not(.chosen-search-input)::placeholder {
          color: #5B218A; }
      .station-sidebar--content .train-form .parking-form--col select .chosen-container {
        margin: 0; }
        .station-sidebar--content .train-form .parking-form--col select .chosen-container :-ms-input-placeholder {
          /* IE 10+ */
          color: #5b218a !important; }
        .station-sidebar--content .train-form .parking-form--col select .chosen-container ::-ms-input-placeholder {
          color: #5b218a !important; }
        .station-sidebar--content .train-form .parking-form--col select .chosen-container :-ms-input-placeholder {
          /* IE 10+ */
          color: #5b218a !important; }
        .station-sidebar--content .train-form .parking-form--col select .chosen-container a.chosen-single {
          border: 3px solid #FFFFFF;
          padding: 17px 15px 17px 50px; }
          .station-sidebar--content .train-form .parking-form--col select .chosen-container a.chosen-single span {
            line-height: 100%;
            font-size: 17px;
            font-weight: 600;
            font-family: sans-serif; }
            @media screen and (max-width: 576px) {
              .station-sidebar--content .train-form .parking-form--col select .chosen-container a.chosen-single span {
                font-size: 16px;
                letter-spacing: 1px; } }
          @media screen and (max-width: 480px) {
            .station-sidebar--content .train-form .parking-form--col select .chosen-container a.chosen-single {
              padding: 17px 15px; } }
      .station-sidebar--content .train-form .parking-form--col :-ms-input-placeholder {
        /* IE 10+ */
        color: #5b218a !important; }
      .station-sidebar--content .train-form .parking-form--col ::-ms-input-placeholder {
        color: #5b218a !important; }
    .station-sidebar--content .train-form--btn {
      text-align: center;
      margin-top: 20px; }
      .station-sidebar--content .train-form--btn button {
        font-size: 20px;
        font-weight: 600;
        padding: 13px 0;
        min-width: 387px;
        border-radius: 40px;
        border: 3px solid #F09437;
        background-color: #ffffff;
        color: #5b218a;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer; }
        .station-sidebar--content .train-form--btn button:hover {
          background: #F09437; }
        .station-sidebar--content .train-form--btn button:active {
          background: #F09437; }
        @media screen and (max-width: 768px) {
          .station-sidebar--content .train-form--btn button {
            padding: 12px 0;
            min-width: 390px; } }
        @media screen and (max-width: 480px) {
          .station-sidebar--content .train-form--btn button {
            min-width: 100%;
            font-size: 20px;
            padding: 15px 0; } }
    @media screen and (max-width: 576px) {
      .station-sidebar--content {
        padding: 15px; } }
  .station-sidebar .additional-info {
    font-style: italic;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px; }
    .station-sidebar .additional-info--wrapper {
      width: fit-content;
      margin: 50px auto; }
    @media screen and (max-width: 576px) {
      .station-sidebar .additional-info {
        font-size: 15px; } }
  @media screen and (max-width: 1400px) {
    .station {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .station {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .station {
      padding: 20px 30px;
      margin: 0; } }

.chosen-container {
  transition: all .4s ease-in-out; }
  .chosen-container a.chosen-single {
    height: initial;
    box-shadow: none;
    padding: 17px 40px;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    color: #5b218a;
    background: transparent;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 1px; }
    .chosen-container a.chosen-single span {
      overflow: visible;
      font-weight: 600; }
    .chosen-container a.chosen-single div {
      right: 30px; }
      .chosen-container a.chosen-single div b {
        background-image: none !important; }
        .chosen-container a.chosen-single div b::after {
          position: absolute;
          display: block;
          content: '';
          width: 15px;
          height: 15px;
          top: 50%;
          right: 0;
          margin-top: -3px;
          border-bottom: 3px solid #ff9200;
          border-right: 3px solid #ff9200;
          transform: rotate(45deg) translateY(-50%);
          transition: all .4s ease-in-out;
          transform-origin: center; }
  .chosen-container .chosen-container-active {
    transition: all .4s ease-in-out; }
  .chosen-container .chosen-with-drop {
    transition: all .4s ease-in-out; }
  .chosen-container .chosen-drop {
    margin-top: 5px;
    box-shadow: none;
    border-radius: 45px;
    border: 2px solid #5b218a;
    transition: all .4s ease-in-out; }
    .chosen-container .chosen-drop .chosen-results {
      border-radius: 45px;
      padding: 15px;
      transition: all .4s ease-in-out; }
      .chosen-container .chosen-drop .chosen-results li {
        padding: 0 22px;
        font-size: 18px;
        font-weight: 600;
        color: #552988;
        background: #FFFFFF;
        margin-bottom: 10px;
        line-height: 47px;
        cursor: pointer;
        transition: all .4s ease-in-out; }
        .chosen-container .chosen-drop .chosen-results li:hover {
          color: #ff9200; }
  .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 45px !important;
    background: transparent !important;
    border: 3px solid #FFFFFF !important;
    box-shadow: none !important; }
    .chosen-container-active.chosen-with-drop .chosen-single div b:after {
      position: absolute;
      display: block;
      content: '';
      width: 15px;
      height: 15px;
      top: 50%;
      right: 0;
      margin-top: -3px;
      border-bottom: 3px solid #ff9200;
      border-right: 3px solid #ff9200;
      transform: rotate(-45deg) translateY(-50%);
      transition: all .4s ease-in-out; }

.chosen-container-single .chosen-single {
  height: 100%;
  line-height: 19px; }

#successMsg.parking-success {
  text-align: left; }

.options {
  padding: 0 127px 50px 127px; }
  .options-header {
    border-radius: 85px 85px 0 0;
    text-align: center;
    padding: 10px 0;
    margin: 54px 0 15px 0; }
    .options-header h2 {
      font-size: 38px;
      line-height: 50px;
      margin: 0 0 33px 0;
      color: #5b218a;
      letter-spacing: 0.2px;
      margin: 0; }
      @media screen and (max-width: 992px) {
        .options-header h2 {
          margin: 0 0 15px 0;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .options-header h2 {
          font-size: 30px;
          line-height: 40px; } }
    .options-header p {
      margin: 0;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.8px;
      font-weight: 700; }
      @media screen and (max-width: 576px) {
        .options-header p {
          font-size: 14px;
          line-height: 20px; } }
    @media screen and (max-width: 992px) {
      .options-header {
        margin: 0 0 15px 0; } }
    @media screen and (max-width: 768px) {
      .options-header {
        border-radius: 30px 30px 0 0; } }
    @media screen and (max-width: 480px) {
      .options-header {
        padding: 10px; } }
  .options--content {
    margin-bottom: 40px; }
    .options--content ul {
      list-style: none;
      margin: 15px 0 30px 0;
      padding: 0 0 0 8px; }
      .options--content ul li {
        display: flex;
        align-items: center;
        font-size: 17px;
        letter-spacing: -0.1px;
        line-height: 24px;
        margin-bottom: 11px;
        padding-left: 15px;
        position: relative; }
        .options--content ul li:before {
          content: "\2022 ";
          color: #5b218a;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          font-size: 20px;
          position: absolute;
          left: 0;
          top: 2px; }
        .options--content ul li a {
          color: inherit;
          text-decoration-color: #000000; }
        @media screen and (max-width: 576px) {
          .options--content ul li {
            font-size: 16px; } }
      @media screen and (max-width: 992px) {
        .options--content ul {
          text-align: left; } }
    .options--content ul {
      margin: 15px 0; }
      .options--content ul li {
        display: block;
        color: #000000; }
        .options--content ul li p {
          margin: 0; }
    .options--content h3 {
      font-size: 37px;
      color: #5b218a;
      line-height: 56px;
      letter-spacing: 0.2px;
      margin: 0 0 30px 0;
      color: #5B218A;
      margin: 0 0 15px 0; }
      @media screen and (max-width: 1200px) {
        .options--content h3 {
          margin: 0 0 25px 0; } }
      @media screen and (max-width: 992px) {
        .options--content h3 {
          margin: 30px auto;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .options--content h3 {
          margin: 0 0 15px 0;
          font-size: 30px;
          line-height: 37px; } }
      @media screen and (max-width: 992px) {
        .options--content h3 {
          margin: 0 0 25px 0;
          text-align: left; } }
    .options--content h4 {
      text-decoration: none;
      font-size: 19px;
      font-weight: 600;
      color: #000000;
      margin: auto 35px auto 0;
      color: #5B218A;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        .options--content h4 {
          margin: auto 15px auto 0; } }
    .options--content p {
      font-size: 17px;
      color: #000000;
      line-height: 31px;
      letter-spacing: 0;
      color: #000000; }
      @media screen and (max-width: 576px) {
        .options--content p {
          font-size: 16px; } }
    .options--content a {
      font-size: 17px;
      color: #000000;
      line-height: 31px;
      letter-spacing: 0;
      font-weight: bold;
      color: #000000; }
      @media screen and (max-width: 576px) {
        .options--content a {
          font-size: 16px; } }
      .options--content a:hover {
        color: #FF9200; }
  .options--sidebar h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px;
    line-height: 40px;
    margin: 0 0 15px 0; }
    @media screen and (max-width: 992px) {
      .options--sidebar h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .options--sidebar h2 {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 1220px) {
      .options--sidebar h2 br {
        display: none; } }
    @media screen and (max-width: 992px) {
      .options--sidebar h2 {
        text-align: left; } }
  .options--sidebar p {
    font-size: 17px;
    color: #000000;
    line-height: 31px;
    letter-spacing: 0; }
    @media screen and (max-width: 576px) {
      .options--sidebar p {
        font-size: 16px; } }
  .options--sidebar_img {
    text-align: center;
    margin-bottom: 30px; }
  .options--sidebar.sidebar-pass {
    padding: 30px;
    background-color: #ECDDFF;
    border-radius: 30px;
    height: max-content;
    margin-bottom: 30px; }
  .options--sidebar .site-button a.s-button {
    min-width: 100%; }
    @media screen and (max-width: 768px) {
      .options--sidebar .site-button a.s-button {
        margin-bottom: 30px; } }
  @media screen and (max-width: 1400px) {
    .options {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .options {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .options {
      padding: 20px 30px;
      margin: 0; } }

.commute-plan-container {
  padding: 30px 115px; }
  .commute-plan-container #commute-plan-form h1 {
    font-size: 50px;
    color: #5b218a;
    line-height: 56px;
    letter-spacing: 0.2px;
    margin: 0 0 30px 0; }
  .commute-plan-container #commute-plan-form .form-control {
    margin-bottom: 32px;
    margin-right: 15px; }
  .commute-plan-container #commute-plan-form .required {
    font-style: italic; }
  .commute-plan-container #commute-plan-form .select-state .chosen-container,
  .commute-plan-container #commute-plan-form .select-day .chosen-container {
    margin: 0; }
    .commute-plan-container #commute-plan-form .select-state .chosen-container :-ms-input-placeholder,
    .commute-plan-container #commute-plan-form .select-day .chosen-container :-ms-input-placeholder {
      /* IE 10+ */
      color: #5b218a !important; }
    .commute-plan-container #commute-plan-form .select-state .chosen-container ::-ms-input-placeholder,
    .commute-plan-container #commute-plan-form .select-day .chosen-container ::-ms-input-placeholder {
      color: #5b218a !important; }
    .commute-plan-container #commute-plan-form .select-state .chosen-container :-ms-input-placeholder,
    .commute-plan-container #commute-plan-form .select-day .chosen-container :-ms-input-placeholder {
      /* IE 10+ */
      color: #5b218a !important; }
    .commute-plan-container #commute-plan-form .select-state .chosen-container a.chosen-single,
    .commute-plan-container #commute-plan-form .select-day .chosen-container a.chosen-single {
      border: 2px solid #ecddff;
      padding: 17px 15px 16px 50px;
      margin-bottom: 10px; }
      .commute-plan-container #commute-plan-form .select-state .chosen-container a.chosen-single span,
      .commute-plan-container #commute-plan-form .select-day .chosen-container a.chosen-single span {
        line-height: 100%;
        font-size: 17px;
        font-weight: 600;
        font-family: sans-serif; }
        @media screen and (max-width: 576px) {
          .commute-plan-container #commute-plan-form .select-state .chosen-container a.chosen-single span,
          .commute-plan-container #commute-plan-form .select-day .chosen-container a.chosen-single span {
            font-size: 16px;
            letter-spacing: 1px; } }
      @media screen and (max-width: 480px) {
        .commute-plan-container #commute-plan-form .select-state .chosen-container a.chosen-single,
        .commute-plan-container #commute-plan-form .select-day .chosen-container a.chosen-single {
          padding: 17px 15px; } }
  .commute-plan-container #commute-plan-form .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #5b218a !important; }
  .commute-plan-container #commute-plan-form label {
    display: none;
    color: #5b218a;
    padding: 2px 0 2px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px; }
    .commute-plan-container #commute-plan-form label.checkbox-label, .commute-plan-container #commute-plan-form label.radio-label {
      display: block; }
    .commute-plan-container #commute-plan-form label.error {
      color: #dd1b1b; }
  .commute-plan-container #commute-plan-form input:not(.chosen-search-input),
  .commute-plan-container #commute-plan-form textarea {
    width: 100%;
    border-radius: 50px;
    border: 2px solid #ecddff;
    color: #5b218a;
    padding: 15px 15px 15px 50px;
    font-size: 17px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 1px; }
    .commute-plan-container #commute-plan-form input:not(.chosen-search-input)::placeholder,
    .commute-plan-container #commute-plan-form textarea::placeholder {
      color: #5b218a; }
      @media screen and (max-width: 576px) {
        .commute-plan-container #commute-plan-form input:not(.chosen-search-input)::placeholder,
        .commute-plan-container #commute-plan-form textarea::placeholder {
          visibility: hidden; } }
    .commute-plan-container #commute-plan-form input:not(.chosen-search-input):focus,
    .commute-plan-container #commute-plan-form textarea:focus {
      border: 2px solid #5b218a;
      color: #5b218a; }
    @media screen and (max-width: 480px) {
      .commute-plan-container #commute-plan-form input:not(.chosen-search-input),
      .commute-plan-container #commute-plan-form textarea {
        border-radius: 20px;
        padding: 15px;
        font-size: 16px;
        letter-spacing: 0; } }
  .commute-plan-container #commute-plan-form .checkbox-block,
  .commute-plan-container #commute-plan-form .radio-block {
    margin-bottom: 30px; }
    .commute-plan-container #commute-plan-form .checkbox-block input,
    .commute-plan-container #commute-plan-form .radio-block input {
      width: initial; }
  .commute-plan-container #commute-plan-form .radio-block .round {
    margin-bottom: 20px; }
  .commute-plan-container #commute-plan-form p.add-headline,
  .commute-plan-container #commute-plan-form h4 {
    color: #5b218a;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 5px 0; }
  .commute-plan-container #commute-plan-form .row .form-control {
    margin-bottom: 10px; }
  .commute-plan-container #commute-plan-form #middle-name-label,
  .commute-plan-container #commute-plan-form #middle-name {
    display: none; }
  .commute-plan-container #commute-plan-form--btn {
    text-align: center;
    margin: 35px 0 0 0; }
    .commute-plan-container #commute-plan-form--btn .s-button {
      font-size: 20px;
      font-weight: 600;
      padding: 13px 0;
      min-width: 387px;
      border-radius: 40px;
      border: 3px solid #F09437;
      background-color: #ffffff;
      color: #5b218a;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      cursor: pointer; }
      .commute-plan-container #commute-plan-form--btn .s-button:hover {
        background: #F09437; }
      @media screen and (max-width: 768px) {
        .commute-plan-container #commute-plan-form--btn .s-button {
          padding: 12px 0;
          min-width: 390px; } }
      @media screen and (max-width: 480px) {
        .commute-plan-container #commute-plan-form--btn .s-button {
          min-width: 100%;
          font-size: 20px;
          padding: 15px 0; } }
  @media screen and (max-width: 1400px) {
    .commute-plan-container {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .commute-plan-container {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .commute-plan-container {
      padding: 20px 30px;
      margin: 0; } }

/*--------------------------------------------------------------
# Employers Page Style
--------------------------------------------------------------*/
.employers {
  min-height: 188px;
  margin-right: 0 !important; }
  .employers-header {
    margin: 49px 0 0 32%; }
    .employers-header-menu {
      text-align: right;
      margin: 66px 26px 0 0; }
      .employers-header-menu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .employers-header-menu ul li {
          display: inline-block;
          font-family: "Work Sans", sans-serif;
          font-size: 19px;
          letter-spacing: -1px;
          padding: 0 33px; }
          .employers-header-menu ul li a {
            color: #000000;
            text-decoration: none; }
            .employers-header-menu ul li a:hover {
              color: #5B218A; }
            .employers-header-menu ul li a:focus {
              text-decoration: none;
              color: #000000; }
          .employers-header-menu ul li.current_page_item a {
            color: #5B218A;
            text-decoration: underline; }
  .employers-hero-section {
    min-height: 738px;
    background-position-y: -197px;
    padding: 36px 0 0 71px; }
    .employers-hero-section-header {
      margin: 0; }
    .employers-hero-section-description {
      max-width: 776px;
      margin: 21px 0 0 11px;
      color: #5b218a;
      font-weight: 600;
      font-size: 17px;
      line-height: 29px;
      text-align: left; }
  .employers-services-section {
    min-height: 665px;
    padding-left: 109px; }
    .employers-services-section-header {
      margin: 27px 0 0 0; }
    .employers-services-section-description {
      margin: 62px 0 215px 0 !important;
      color: #000000;
      font-size: 23px;
      line-height: 40px;
      text-align: left;
      letter-spacing: -0.2px; }
    .employers-services-section .site-button a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
      margin-left: 48px; }
    .employers-services-section img {
      margin: 68px 0 0 0; }
  .employers-transportation-section {
    min-height: 647px;
    padding-left: 124px; }
    .employers-transportation-section-header {
      margin: 41px 0 0 0; }
    .employers-transportation-section-description {
      margin: 37px 145px 153px 0 !important;
      color: #000000;
      font-size: 23px;
      line-height: 40px;
      text-align: left;
      letter-spacing: -0.2px; }
    .employers-transportation-section .site-button a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
      margin-left: 17px; }
    .employers-transportation-section img {
      margin: 72px 0 0 0; }
  .employers-emergency-section {
    min-height: 689px;
    padding-left: 118px; }
    .employers-emergency-section-header {
      margin: 33px 0 0 0; }
    .employers-emergency-section-description {
      margin: 37px 230px 95px 0 !important;
      color: #000000;
      font-size: 23px;
      line-height: 40px;
      text-align: left;
      letter-spacing: -0.2px; }

/*--------------------------------------------------------------
# Template 2
--------------------------------------------------------------*/
.posts-section {
  padding: 30px 127px; }
  .posts-section .row > div:nth-last-child(2) .posts-section--content, .posts-section .row > div:nth-last-child(1) .posts-section--content, .posts-section .row > div:nth-last-child(3) .posts-section--content {
    padding: 0; }
    @media screen and (max-width: 992px) {
      .posts-section .row > div:nth-last-child(2) .posts-section--content, .posts-section .row > div:nth-last-child(1) .posts-section--content, .posts-section .row > div:nth-last-child(3) .posts-section--content {
        padding: 0 0 70px 0; } }
  .posts-section--headline {
    border-radius: 85px 85px 0 0;
    text-align: center;
    padding: 1px;
    margin-bottom: 54px; }
    .posts-section--headline h2 {
      font-size: 38px;
      line-height: 50px;
      margin: 0 0 33px 0;
      color: #5b218a;
      letter-spacing: 0.2px; }
      @media screen and (max-width: 992px) {
        .posts-section--headline h2 {
          margin: 0 0 15px 0;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .posts-section--headline h2 {
          font-size: 30px;
          line-height: 40px; } }
    .posts-section--headline p {
      color: #FFFFFF;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.8px;
      font-weight: 700;
      margin: 1px 0; }
      @media screen and (max-width: 576px) {
        .posts-section--headline p {
          font-size: 14px;
          line-height: 20px; } }
    @media screen and (max-width: 992px) {
      .posts-section--headline {
        margin-bottom: 50px; } }
    @media screen and (max-width: 480px) {
      .posts-section--headline {
        padding: 10px;
        border-radius: 55px 55px 0 0; } }
  .posts-section--content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 110px; }
    .posts-section--content li.post-content {
      list-style-type: none;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .posts-section--content a.headline {
      font-size: 38px;
      line-height: 50px;
      font-weight: 600;
      text-decoration: none; }
      @media screen and (max-width: 576px) {
        .posts-section--content a.headline {
          font-size: 30px;
          line-height: 40px; } }
    .posts-section--content_description {
      text-align: left;
      font-size: 19px;
      line-height: 30px;
      margin: 7px 0 76px 0;
      max-width: 402px; }
      .posts-section--content_description ul {
        margin: 0;
        padding: 0 0 0 25px; }
      @media screen and (max-width: 992px) {
        .posts-section--content_description {
          margin: 20px 0 30px 0; } }
    .posts-section--content_button {
      text-align: left;
      margin: auto 0 0 0; }
      .posts-section--content_button a.s-button {
        min-width: 362px;
        padding: 13px 0;
        border-radius: 55px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px; }
        .posts-section--content_button a.s-button:hover {
          color: #595959 !important; }
        @media screen and (max-width: 1670px) {
          .posts-section--content_button a.s-button {
            min-width: 100%; } }
    @media screen and (max-width: 992px) {
      .posts-section--content {
        padding-bottom: 70px; } }
  @media screen and (max-width: 1400px) {
    .posts-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .posts-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .posts-section {
      padding: 20px 30px;
      margin: 0; } }

.faq-section {
  counter-reset: heading;
  padding: 30px 127px; }
  .faq-section h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .faq-section h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .faq-section h2 {
        font-size: 30px;
        line-height: 40px; } }
  .faq-section .accordion {
    list-style: none;
    padding: 0;
    margin: 0 0 0 40px; }
    .faq-section .accordion .inner {
      padding-left: 1em;
      overflow: hidden;
      display: none;
      font-size: 19px;
      max-width: 1061px;
      line-height: 29px;
      margin: 0 57px 0 0;
      letter-spacing: -1px; }
      .faq-section .accordion .inner ul {
        margin: 0; }
    .faq-section .accordion .faq-item {
      position: relative;
      margin: 0 0 20px 0;
      padding: 0 0 0 62px;
      cursor: pointer; }
      .faq-section .accordion .faq-item a {
        color: #5b2188;
        font-size: 18px;
        letter-spacing: 0.2px;
        font-weight: 600;
        text-decoration: none; }
        .faq-section .accordion .faq-item a .toggle {
          width: 100%;
          display: block;
          transition: background .3s ease; }
        .faq-section .accordion .faq-item a:before {
          counter-increment: heading;
          content: counter(heading) ". "; }
        @media screen and (max-width: 576px) {
          .faq-section .accordion .faq-item a {
            font-size: 16px; } }
      .faq-section .accordion .faq-item p {
        padding: 0; }
        @media screen and (max-width: 576px) {
          .faq-section .accordion .faq-item p {
            margin: 0; } }
      .faq-section .accordion .faq-item.opened .symbol-icon:before {
        content: "";
        background: #ffffff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transform: rotate(0deg);
        height: 2px;
        width: 16px;
        transition: all .1s linear; }
      .faq-section .accordion .faq-item .symbol-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        color: white;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: black; }
        .faq-section .accordion .faq-item .symbol-icon:before {
          content: "";
          background: #ffffff;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          position: absolute;
          transform: rotate(90deg);
          height: 2px;
          width: 16px;
          transition: all .1s linear; }
        .faq-section .accordion .faq-item .symbol-icon:after {
          content: "";
          background: #ffffff;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          position: absolute;
          transform: rotate(0deg);
          height: 2px;
          width: 16px;
          transition: all .1s linear; }
      @media screen and (max-width: 576px) {
        .faq-section .accordion .faq-item {
          padding: 0 0 0 60px; } }
    @media screen and (max-width: 576px) {
      .faq-section .accordion {
        margin: 0; } }
  @media screen and (max-width: 1400px) {
    .faq-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .faq-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .faq-section {
      padding: 20px 30px;
      margin: 0; } }

.infographic-section {
  padding: 0 127px; }
  .infographic-section p {
    margin: 0; }
  .infographic-section--headline {
    text-align: center;
    padding: 1px; }
    .infographic-section--headline h2 {
      font-size: 38px;
      line-height: 50px;
      margin: 0 0 33px 0;
      color: #5b218a;
      letter-spacing: 0.2px; }
      @media screen and (max-width: 992px) {
        .infographic-section--headline h2 {
          margin: 0 0 15px 0;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .infographic-section--headline h2 {
          font-size: 30px;
          line-height: 40px; } }
    .infographic-section--headline p {
      color: #FFFFFF;
      font-size: 21px;
      line-height: 25px;
      letter-spacing: 0;
      font-weight: 700; }
      @media screen and (max-width: 576px) {
        .infographic-section--headline p {
          font-size: 18px;
          line-height: 24px; } }
  .infographic-section--content {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center; }
    .infographic-section--content h3 {
      font-size: 39px;
      letter-spacing: -0.7px;
      line-height: 50px;
      margin: 70px 0 24px 0; }
      @media screen and (max-width: 768px) {
        .infographic-section--content h3 {
          margin: 45px 0 24px 0; } }
      @media screen and (max-width: 576px) {
        .infographic-section--content h3 {
          font-size: 30px;
          line-height: 40px;
          margin: 0 0 15px 0; } }
    .infographic-section--content_description {
      text-align: left;
      font-size: 27px;
      line-height: 38px;
      margin-bottom: 76px; }
      @media screen and (max-width: 768px) {
        .infographic-section--content_description {
          font-size: 20px; } }
      @media screen and (max-width: 576px) {
        .infographic-section--content_description {
          font-size: 17px;
          line-height: 29px; } }
    .infographic-section--content_image {
      margin: auto 0 41px 0; }
      .infographic-section--content_image img {
        max-width: 70%; }
      @media screen and (max-width: 768px) {
        .infographic-section--content_image {
          margin: auto 0 20px 0; } }
    .infographic-section--content_button {
      text-align: center;
      margin: 0 0 70px 0; }
      .infographic-section--content_button a.s-button {
        min-width: 365px;
        padding: 11px 0; }
        @media screen and (max-width: 1670px) {
          .infographic-section--content_button a.s-button {
            min-width: 100%; } }
      @media screen and (max-width: 768px) {
        .infographic-section--content_button {
          margin: auto 0 30px 0; } }
  @media screen and (max-width: 1400px) {
    .infographic-section {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .infographic-section {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .infographic-section {
      padding: 20px 30px;
      margin: 0; } }

.template-2--full_width {
  padding: 30px 127px; }
  .template-2--full_width ol {
    margin: 0; }
  .template-2--full_width p {
    margin: 0; }
  .template-2--full_width .content-section-container .csc-title {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .template-2--full_width .content-section-container .csc-title {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .template-2--full_width .content-section-container .csc-title {
        font-size: 30px;
        line-height: 40px; } }
  .template-2--full_width .content-section-container .csc-subtitle {
    font-size: 27px;
    line-height: 20px;
    color: #5b218a; }
    @media screen and (max-width: 1400px) {
      .template-2--full_width .content-section-container .csc-subtitle {
        font-size: 23px; } }
    @media screen and (max-width: 768px) {
      .template-2--full_width .content-section-container .csc-subtitle {
        font-size: 17px; } }
    @media screen and (max-width: 480px) {
      .template-2--full_width .content-section-container .csc-subtitle {
        font-size: 20px;
        line-height: 25px; } }
  .template-2--full_width .content-section-container .csc-description {
    margin: 7px 0 0 0;
    letter-spacing: 0.8px;
    font-size: 17px;
    color: #000000;
    line-height: 31px;
    letter-spacing: 0; }
    @media screen and (max-width: 576px) {
      .template-2--full_width .content-section-container .csc-description {
        font-size: 16px; } }
  .template-2--full_width .content-section-sidebar {
    padding: 120px 137px 102px 80px;
    margin-top: 58px; }
    @media screen and (max-width: 1600px) {
      .template-2--full_width .content-section-sidebar {
        padding: 20px; } }
    @media screen and (max-width: 768px) {
      .template-2--full_width .content-section-sidebar {
        margin: 0; } }
  .template-2--full_width-button {
    text-align: left;
    margin: 30px 18px 55px; }
    .template-2--full_width-button a {
      font-size: 19px;
      min-width: 361px; }
    @media screen and (max-width: 992px) {
      .template-2--full_width-button {
        margin: 0 auto; } }
  @media screen and (max-width: 992px) {
    .template-2--full_width {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .template-2--full_width {
      margin: 0; } }
  .template-2--full_width ul {
    list-style: none;
    margin: 15px 0 30px 0;
    padding: 0 0 0 8px; }
    .template-2--full_width ul li {
      display: flex;
      align-items: center;
      font-size: 17px;
      letter-spacing: -0.1px;
      line-height: 24px;
      margin-bottom: 11px;
      padding-left: 15px;
      position: relative; }
      .template-2--full_width ul li:before {
        content: "\2022 ";
        color: #5b218a;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 2px; }
      .template-2--full_width ul li a {
        color: inherit;
        text-decoration-color: #000000; }
      @media screen and (max-width: 576px) {
        .template-2--full_width ul li {
          font-size: 16px; } }
    @media screen and (max-width: 992px) {
      .template-2--full_width ul {
        text-align: left; } }
  .template-2--full_width ul li {
    margin-left: 25px; }
  @media screen and (max-width: 1400px) {
    .template-2--full_width {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .template-2--full_width {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .template-2--full_width {
      padding: 20px 30px;
      margin: 0; } }

.template-2--content {
  padding: 30px 127px; }
  .template-2--content-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .template-2--content-flex .content-section-container h2 {
      font-size: 38px;
      line-height: 50px;
      margin: 0 0 33px 0;
      color: #5b218a;
      letter-spacing: 0.2px; }
      @media screen and (max-width: 992px) {
        .template-2--content-flex .content-section-container h2 {
          margin: 0 0 15px 0;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .template-2--content-flex .content-section-container h2 {
          font-size: 30px;
          line-height: 40px; } }
    .template-2--content-flex .content-section-container .csc-subtitle {
      font-size: 15px;
      line-height: 26px;
      color: #5b218a; }
      @media screen and (max-width: 768px) {
        .template-2--content-flex .content-section-container .csc-subtitle {
          font-size: 17px; } }
      @media screen and (max-width: 480px) {
        .template-2--content-flex .content-section-container .csc-subtitle {
          font-size: 20px;
          line-height: 25px; } }
    .template-2--content-flex .content-section-container .csc-description {
      margin: 0 0 70px 0;
      font-size: 17px;
      color: #000000;
      line-height: 31px;
      letter-spacing: 0; }
      @media screen and (max-width: 576px) {
        .template-2--content-flex .content-section-container .csc-description {
          font-size: 16px; } }
      .template-2--content-flex .content-section-container .csc-description ul {
        list-style: none;
        margin: 15px 0 30px 0;
        padding: 0 0 0 8px; }
        .template-2--content-flex .content-section-container .csc-description ul li {
          display: flex;
          align-items: center;
          font-size: 17px;
          letter-spacing: -0.1px;
          line-height: 24px;
          margin-bottom: 11px;
          padding-left: 15px;
          position: relative; }
          .template-2--content-flex .content-section-container .csc-description ul li:before {
            content: "\2022 ";
            color: #5b218a;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 2px; }
          .template-2--content-flex .content-section-container .csc-description ul li a {
            color: inherit;
            text-decoration-color: #000000; }
          @media screen and (max-width: 576px) {
            .template-2--content-flex .content-section-container .csc-description ul li {
              font-size: 16px; } }
        @media screen and (max-width: 992px) {
          .template-2--content-flex .content-section-container .csc-description ul {
            text-align: left; } }
      @media screen and (max-width: 1200px) {
        .template-2--content-flex .content-section-container .csc-description {
          padding-right: 0;
          margin: 30px auto; } }
    .template-2--content-flex .csc-button {
      text-align: left;
      margin: 0 0 27px 0;
      padding: 0 0 0 47px; }
      @media screen and (max-width: 1200px) {
        .template-2--content-flex .csc-button {
          margin: 0 auto 35px auto;
          padding: 0; } }
  .template-2--content .content-section-sidebar {
    text-align: center;
    margin: auto 0; }
  @media screen and (max-width: 1400px) {
    .template-2--content {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .template-2--content {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .template-2--content {
      padding: 20px 30px;
      margin: 0; } }
  @media screen and (max-width: 1200px) {
    .template-2--content {
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .template-2--content {
      margin: 0; } }

.template-1--content {
  padding: 30px 127px; }
  .template-1--content .content-section-container {
    margin: auto 0; }
    .template-1--content .content-section-container h2 {
      font-size: 38px;
      line-height: 50px;
      margin: 0 0 33px 0;
      color: #5b218a;
      letter-spacing: 0.2px; }
      @media screen and (max-width: 992px) {
        .template-1--content .content-section-container h2 {
          margin: 0 0 15px 0;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .template-1--content .content-section-container h2 {
          font-size: 30px;
          line-height: 40px; } }
    .template-1--content .content-section-container .csc-subtitle {
      font-size: 15px;
      line-height: 26px;
      color: #5b218a; }
      @media screen and (max-width: 768px) {
        .template-1--content .content-section-container .csc-subtitle {
          font-size: 17px; } }
      @media screen and (max-width: 480px) {
        .template-1--content .content-section-container .csc-subtitle {
          font-size: 20px;
          line-height: 25px; } }
    .template-1--content .content-section-container .csc-description {
      margin: 31px 0 33px 0;
      font-size: 17px;
      color: #000000;
      line-height: 31px;
      letter-spacing: 0; }
      @media screen and (max-width: 576px) {
        .template-1--content .content-section-container .csc-description {
          font-size: 16px; } }
      .template-1--content .content-section-container .csc-description ul {
        list-style: none;
        margin: 15px 0 30px 0;
        padding: 0 0 0 8px; }
        .template-1--content .content-section-container .csc-description ul li {
          display: flex;
          align-items: center;
          font-size: 17px;
          letter-spacing: -0.1px;
          line-height: 24px;
          margin-bottom: 11px;
          padding-left: 15px;
          position: relative; }
          .template-1--content .content-section-container .csc-description ul li:before {
            content: "\2022 ";
            color: #5b218a;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 2px; }
          .template-1--content .content-section-container .csc-description ul li a {
            color: inherit;
            text-decoration-color: #000000; }
          @media screen and (max-width: 576px) {
            .template-1--content .content-section-container .csc-description ul li {
              font-size: 16px; } }
        @media screen and (max-width: 992px) {
          .template-1--content .content-section-container .csc-description ul {
            text-align: left; } }
      .template-1--content .content-section-container .csc-description ul li {
        display: block;
        text-align: left; }
      @media screen and (max-width: 1200px) {
        .template-1--content .content-section-container .csc-description {
          margin: 33px auto; } }
  .template-1--content .content-section-sidebar {
    margin: auto 0; }
  .template-1--content-button {
    text-align: left;
    margin: 30px 18px 55px; }
    @media screen and (max-width: 1200px) {
      .template-1--content-button {
        margin: 0 auto; } }
  @media screen and (max-width: 1400px) {
    .template-1--content {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .template-1--content {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .template-1--content {
      padding: 20px 30px;
      margin: 0; } }
  @media screen and (max-width: 992px) {
    .template-1--content {
      text-align: center; } }

/*--------------------------------------------------------------
# Drive Less CT Page Style
--------------------------------------------------------------*/
.sponsor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0 127px 0 127px; }
  .sponsor h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .sponsor h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .sponsor h2 {
        font-size: 30px;
        line-height: 40px; } }
  .sponsor .tns-outer {
    max-width: 850px; }
    .sponsor .tns-outer .sponsor-list {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .sponsor .tns-outer .sponsor-list .ctrides-sponsor-item {
        margin: auto 55px auto 0; }
        .sponsor .tns-outer .sponsor-list .ctrides-sponsor-item img {
          max-height: 50px; }
        @media screen and (max-width: 768px) {
          .sponsor .tns-outer .sponsor-list .ctrides-sponsor-item {
            text-align: center; } }
        @media screen and (max-width: 768px) {
          .sponsor .tns-outer .sponsor-list .ctrides-sponsor-item {
            margin: auto 0; } }
      @media screen and (max-width: 1310px) {
        .sponsor .tns-outer .sponsor-list {
          width: 100%;
          justify-content: space-between; } }
  @media screen and (max-width: 1400px) {
    .sponsor {
      padding: 0 0 0 115px; } }
  @media screen and (max-width: 1310px) {
    .sponsor {
      flex-direction: column;
      height: 200px;
      padding: 15px 30px; } }
  @media screen and (max-width: 991px) {
    .sponsor {
      padding: 30px 10px; } }
  @media screen and (max-width: 510px) {
    .sponsor {
      height: 200px; } }

.part {
  padding: 30px 127px; }
  .part-content h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .part-content h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .part-content h2 {
        font-size: 30px;
        line-height: 40px; } }
  .part-content--description {
    margin-top: 19px;
    font-size: 19px;
    letter-spacing: -0.5px;
    line-height: 30px;
    color: #000000; }
  @media screen and (max-width: 992px) {
    .part-content {
      text-align: center; }
      .part-content br {
        display: none; } }
  .part-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    padding-left: 18px; }
    .part-buttons .site-button {
      margin-right: 38px; }
      @media screen and (max-width: 992px) {
        .part-buttons .site-button a {
          min-width: 300px; } }
      @media screen and (max-width: 576px) {
        .part-buttons .site-button a {
          min-width: 100%; } }
      @media screen and (max-width: 992px) {
        .part-buttons .site-button {
          margin: 0 15px; } }
      @media screen and (max-width: 768px) {
        .part-buttons .site-button {
          margin: 15px; } }
      @media screen and (max-width: 576px) {
        .part-buttons .site-button {
          max-width: 100%; } }
    @media screen and (max-width: 992px) {
      .part-buttons {
        margin: 50px auto 0 auto;
        padding: 0 15px; } }
    @media screen and (max-width: 768px) {
      .part-buttons {
        flex-direction: column; } }
    @media screen and (max-width: 576px) {
      .part-buttons {
        width: 100%; } }
  .part-image {
    padding: 50px 0 0 0; }
  @media screen and (max-width: 992px) {
    .part {
      text-align: center; } }
  @media screen and (max-width: 1400px) {
    .part {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .part {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .part {
      padding: 20px 30px;
      margin: 0; } }

.prizes {
  padding: 30px 127px; }
  .prizes-content h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .prizes-content h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .prizes-content h2 {
        font-size: 30px;
        line-height: 40px; } }
  .prizes-content--description {
    font-family: "Helvetica";
    margin-top: 7px;
    font-size: 19px;
    line-height: 27px;
    color: #5b218a; }
  @media screen and (max-width: 992px) {
    .prizes-content {
      text-align: center; }
      .prizes-content br {
        display: none; } }
  .prizes-content--list {
    color: #000000;
    margin: 30px 0 0 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 4px;
    text-align: left; }
    .prizes-content--list ul {
      margin-left: 0; }
  .prizes-content--terms {
    font-family: "Helvetica";
    color: #000000;
    margin-top: 80px; }
    .prizes-content--terms h5 {
      font-size: 10px;
      letter-spacing: -0.3px;
      margin: 0 0 13px 0; }
    .prizes-content--terms p {
      font-size: 10px;
      letter-spacing: -0.1px; }
    @media screen and (max-width: 576px) {
      .prizes-content--terms {
        margin-top: 40px; } }
  .prizes-image {
    max-width: 70%; }
    @media screen and (max-width: 992px) {
      .prizes-image {
        max-width: 100%;
        text-align: center; } }
  @media screen and (max-width: 1400px) {
    .prizes {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .prizes {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .prizes {
      padding: 20px 30px;
      margin: 0; } }

.stats {
  padding: 30px 127px; }
  .stats-content {
    width: 100%; }
    .stats-content h2 {
      font-size: 38px;
      line-height: 50px;
      margin: 0 0 33px 0;
      color: #5b218a;
      letter-spacing: 0.2px; }
      @media screen and (max-width: 992px) {
        .stats-content h2 {
          margin: 0 0 15px 0;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .stats-content h2 {
          font-size: 30px;
          line-height: 40px; } }
    .stats-content p {
      margin: 0;
      font-size: 19px;
      letter-spacing: -1.2px;
      line-height: 32px;
      color: #FFFFFF; }
    .stats-content--data {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 75px 0 70px 0; }
      .stats-content--data > div {
        text-align: center; }
        .stats-content--data > div img {
          max-width: 100px;
          max-height: 78px;
          height: 100%;
          vertical-align: middle;
          margin-bottom: 45px; }
        .stats-content--data > div .data {
          font-size: 38px;
          color: #f7971d;
          font-weight: 700;
          margin-bottom: 13px; }
          @media screen and (max-width: 1200px) {
            .stats-content--data > div .data {
              font-size: 32px; } }
        .stats-content--data > div h3 {
          word-break: break-word;
          max-width: 110px;
          margin: 0 auto;
          font-size: 18px;
          letter-spacing: 0.5px;
          color: #FFFFFF; }
          @media screen and (max-width: 1200px) {
            .stats-content--data > div h3 {
              font-size: 16px; } }
      @media screen and (max-width: 1200px) {
        .stats-content--data {
          flex-wrap: wrap; }
          .stats-content--data > * {
            flex: 1 1 250px;
            margin-bottom: 30px; } }
    .stats-content .site-button {
      text-align: left; }
      @media screen and (max-width: 992px) {
        .stats-content .site-button {
          text-align: center; } }
    @media screen and (max-width: 992px) {
      .stats-content {
        text-align: center;
        padding: 10px; } }
  @media screen and (max-width: 1400px) {
    .stats {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .stats {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .stats {
      padding: 20px 30px;
      margin: 0; } }

.competition {
  padding: 30px 127px; }
  .competition-content h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .competition-content h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .competition-content h2 {
        font-size: 30px;
        line-height: 40px; } }
  .competition-content--description {
    font-family: "Helvetica";
    margin-top: 7px;
    font-size: 19px;
    line-height: 27px;
    color: #5b218a; }
  @media screen and (max-width: 992px) {
    .competition-content {
      text-align: center; }
      .competition-content br {
        display: none; } }
  .competition-content--list {
    color: #5b218a;
    margin: 33px 0 41px 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: left; }
    @media screen and (max-width: 992px) {
      .competition-content--list {
        text-align: center;
        display: flex;
        flex-direction: column; } }
  .competition-image {
    padding-top: 100px; }
    .competition-image img {
      max-width: 84%; }
      @media screen and (max-width: 992px) {
        .competition-image img {
          max-width: 65%; } }
    @media screen and (max-width: 1200px) {
      .competition-image {
        padding: 0; } }
    @media screen and (max-width: 992px) {
      .competition-image {
        text-align: center; } }
  .competition .site-button {
    margin-top: 21px;
    padding-left: 16px; }
    @media screen and (max-width: 992px) {
      .competition .site-button {
        margin: 45px auto 0 auto;
        padding: 0; } }
  @media screen and (max-width: 1400px) {
    .competition {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .competition {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .competition {
      padding: 20px 30px;
      margin: 0; } }

.toolkit {
  padding: 30px 127px; }
  .toolkit h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .toolkit h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .toolkit h2 {
        font-size: 30px;
        line-height: 40px; } }
  .toolkit p {
    margin-top: 23px;
    font-size: 17px;
    line-height: 27px;
    color: #5b218a; }
  .toolkit-content {
    margin-bottom: 85px; }
    .toolkit-content .toolkit-button {
      text-align: left; }
      @media screen and (max-width: 992px) {
        .toolkit-content .toolkit-button {
          text-align: center; } }
    @media screen and (max-width: 992px) {
      .toolkit-content {
        padding: 30px 10px;
        margin: 0 0 45px 0; } }
  .toolkit-download-buttons {
    display: flex;
    flex-direction: row; }
    .toolkit-download-buttons .toolkit-button {
      margin-right: 35px; }
      .toolkit-download-buttons .toolkit-button a.t-button {
        min-width: 225px; }
      @media screen and (max-width: 992px) {
        .toolkit-download-buttons .toolkit-button {
          margin: 0 auto; } }
      @media screen and (max-width: 576px) {
        .toolkit-download-buttons .toolkit-button {
          margin: 10px auto; } }
    @media screen and (max-width: 480px) {
      .toolkit-download-buttons {
        flex-direction: column; } }
  .toolkit-image img {
    max-width: 60%; }
    @media screen and (max-width: 1200px) {
      .toolkit-image img {
        max-width: 50%; } }
  @media screen and (max-width: 1200px) {
    .toolkit-image {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 992px) {
    .toolkit {
      text-align: center; }
      .toolkit br {
        display: none; } }
  @media screen and (max-width: 1400px) {
    .toolkit {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .toolkit {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .toolkit {
      padding: 20px 30px;
      margin: 0; } }

/*--------------------------------------------------------------
# Contact Page Style
--------------------------------------------------------------*/
.contact-hero {
  min-height: 79vh;
  padding: 160px 0 0 130px;
  background-size: cover !important;
  background-position-y: center !important;
  position: relative; }
  .contact-hero--bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .contact-hero--bg--inner {
      color: #fff;
      height: 100%; }
    .contact-hero--bg .video-bg {
      height: 100%;
      position: relative; }
      .contact-hero--bg .video-bg video {
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%; }
  .contact-hero-header {
    margin: 0 0 20px 0;
    font-size: 70px;
    color: #5b218a;
    letter-spacing: 1px;
    line-height: 70px; }
    @media screen and (max-width: 1400px) {
      .contact-hero-header {
        font-size: 60px;
        line-height: 60px; } }
    @media screen and (max-width: 992px) {
      .contact-hero-header {
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .contact-hero-header {
        font-size: 45px;
        line-height: 45px; } }
    @media screen and (max-width: 480px) {
      .contact-hero-header {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 1400px) {
      .contact-hero-header {
        font-size: 70px;
        line-height: 70px; } }
    @media screen and (max-width: 992px) {
      .contact-hero-header {
        font-size: 50px;
        line-height: 55px; } }
    @media screen and (max-width: 480px) {
      .contact-hero-header {
        font-size: 44px;
        line-height: 49px; } }
    @media screen and (max-width: 480px) {
      .contact-hero-header br {
        display: none; } }
  .contact-hero-description {
    margin: 0;
    color: #5b218a;
    font-family: "Helvetica LT Std", sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    display: inline-block; }
    @media screen and (max-width: 992px) {
      .contact-hero-description {
        text-align: center;
        margin: 20px 0; } }
    @media screen and (max-width: 768px) {
      .contact-hero-description {
        margin: 0; } }
    @media screen and (max-width: 480px) {
      .contact-hero-description {
        font-size: 16px;
        line-height: 25px; } }
  @media screen and (max-width: 992px) {
    .contact-hero {
      background-position-y: -158px;
      background-position-x: -172px;
      min-height: 560px;
      padding: 105px 15px 15px 15px;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .contact-hero {
      background-position-x: 7% !important; } }
  @media screen and (max-width: 480px) {
    .contact-hero {
      min-height: 455px;
      padding: 70px 15px 15px 15px; } }
  @media screen and (max-height: 650px) {
    .contact-hero {
      padding: 85px 15px 0 15px; } }

.hero-emergency--headline {
  padding: 90px 0 0 115px; }
  @media screen and (max-width: 992px) {
    .hero-emergency--headline .contact-hero-header {
      line-height: 75px; } }
  @media screen and (max-width: 768px) {
    .hero-emergency--headline .contact-hero-header {
      font-size: 7vh;
      line-height: 65px; } }
  @media screen and (max-width: 576px) {
    .hero-emergency--headline .contact-hero-header {
      font-size: 6vh;
      line-height: 55px; } }
  @media screen and (max-width: 480px) {
    .hero-emergency--headline .contact-hero-header {
      font-size: 4vh;
      line-height: 40px; } }
  @media screen and (max-width: 992px) {
    .hero-emergency--headline {
      padding: 50px 15px 15px 15px; } }

.rail-station {
  min-height: inherit;
  padding: 85px 0 15px 115px;
  background-size: contain !important;
  background-position-x: right !important; }
  .rail-station .hero-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .rail-station .hero-row > div {
      width: 50%; }
      @media screen and (max-width: 1200px) {
        .rail-station .hero-row > div:last-of-type {
          text-align: center; } }
      @media screen and (max-width: 1200px) {
        .rail-station .hero-row > div:last-of-type img {
          max-width: 61%; } }
      @media screen and (max-width: 768px) {
        .rail-station .hero-row > div:last-of-type img {
          max-width: 100%; } }
      @media screen and (max-width: 1200px) {
        .rail-station .hero-row > div {
          width: 100%; } }
    @media screen and (max-width: 1200px) {
      .rail-station .hero-row {
        flex-direction: column; } }
  .rail-station h1 {
    font-size: 50px;
    line-height: 55px; }
    @media screen and (max-width: 992px) {
      .rail-station h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media screen and (max-width: 576px) {
      .rail-station h1 {
        font-size: 30px;
        line-height: 35px; } }
  .rail-station .contact-hero-description {
    letter-spacing: 0.4px;
    margin: 0; }
  @media screen and (max-width: 992px) {
    .rail-station {
      padding: 40px 15px 15px 15px; } }

.u-pass-ct {
  padding: 50px 0 0 115px;
  background-position-x: left !important; }
  .u-pass-ct .hero-row, .u-pass-ct .contact-hero-description, .u-pass-ct .contact-hero-header {
    text-align: left; }
  @media screen and (max-width: 992px) {
    .u-pass-ct {
      padding: 15px; } }

@media screen and (max-width: 1200px) {
  :-ms-fullscreen, :root .rail-station .hero-row {
    display: block; } }

.hero-options {
  min-height: 69vh;
  padding: 40px 127px; }
  @media screen and (min-width: 1600px) {
    .hero-options {
      min-height: 72vh; } }
  @media screen and (max-width: 1600px) {
    .hero-options {
      min-height: 77vh; } }
  .hero-options .contact-hero-header {
    font-size: 70px;
    line-height: 70px; }
    @media screen and (max-width: 992px) {
      .hero-options .contact-hero-header {
        font-size: 50px;
        line-height: 55px; } }
    @media screen and (max-width: 480px) {
      .hero-options .contact-hero-header {
        font-size: 44px;
        line-height: 49px; } }
  .hero-options .contact-hero-description {
    margin: 0 0 20px 0; }
  @media screen and (max-width: 1400px) {
    .hero-options {
      background-position-x: right !important; } }
  @media screen and (max-width: 1400px) {
    .hero-options {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .hero-options {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .hero-options {
      padding: 20px 30px;
      margin: 0; } }

@media screen and (max-width: 1400px) and (min-width: 992px) {
  .emergency-hero {
    background-position-x: left !important; } }

:-ms-fullscreen, :root .hero-options {
  min-height: 65vh; }
  @media screen and (max-width: 1600px) {
    :-ms-fullscreen, :root .hero-options {
      min-height: 60vh; } }

.contact-form {
  padding: 30px 45px 30px 127px; }
  .contact-form h1 {
    color: #231f20;
    margin: 0 0 18px 0;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1.8px; }
    @media screen and (max-width: 992px) {
      .contact-form h1 {
        text-align: center; } }
  .contact-form--col {
    margin-bottom: 32px;
    margin-right: 15px; }
    .contact-form--col label.error {
      color: #dd1b1b;
      padding: 2px 0 2px 15px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1px; }
    .contact-form--col input[name="middleName"] {
      display: none !important; }
    .contact-form--col input {
      width: 100%;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 50px;
      border: 2px solid #d4d4d4;
      color: #000000;
      padding: 15px 50px 15px 50px;
      font-size: 18px;
      font-weight: 900;
      letter-spacing: 1px; }
      .contact-form--col input::placeholder {
        color: #000000; }
      .contact-form--col input:focus, .contact-form--col input:active {
        border: 2px solid #FF9200; }
      @media screen and (max-width: 768px) {
        .contact-form--col input {
          padding: 15px 30px 15px 30px; } }
    .contact-form--col :-ms-input-placeholder {
      /* IE 10+ */
      color: #000000 !important; }
    .contact-form--col ::-ms-input-placeholder {
      color: #000000 !important; }
  .contact-form--textarea textarea {
    padding: 35px 50px 15px 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #d4d4d4;
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px; }
    .contact-form--textarea textarea::placeholder {
      color: #000000; }
    .contact-form--textarea textarea:focus, .contact-form--textarea textarea:active {
      border: 2px solid #FF9200; }
    @media screen and (max-width: 768px) {
      .contact-form--textarea textarea {
        padding: 15px 30px 15px 30px; } }
  .contact-form--textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #000000 !important; }
  .contact-form--textarea ::-ms-input-placeholder {
    color: #000000 !important; }
  .contact-form--btn {
    text-align: center;
    margin: 35px 0; }
    .contact-form--btn .s-button {
      font-size: 20px;
      font-weight: 600;
      padding: 13px 0;
      min-width: 387px;
      border-radius: 40px;
      border: 3px solid #F09437;
      background-color: #ffffff;
      color: #000000;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      cursor: pointer; }
      .contact-form--btn .s-button:hover {
        background: #FFFFFF !important;
        color: #4d4d4d; }
      .contact-form--btn .s-button:active {
        background: #FFFFFF !important; }
      @media screen and (max-width: 768px) {
        .contact-form--btn .s-button {
          padding: 12px 0;
          min-width: 390px; } }
      @media screen and (max-width: 480px) {
        .contact-form--btn .s-button {
          min-width: 100%;
          font-size: 20px;
          padding: 15px 0; } }
  .contact-form p.required {
    color: #000000;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px; }
  .contact-form p.description {
    text-align: center;
    color: #000000; }
  .contact-form .list-item {
    margin: 15px 0 0 0;
    color: #000000; }
  @media screen and (max-width: 1400px) {
    .contact-form {
      padding: 45px 45px 0 10px; } }
  @media screen and (max-width: 992px) {
    .contact-form {
      padding: 30px 15px; } }
  @media screen and (max-width: 480px) {
    .contact-form {
      padding: 0; } }

:-ms-fullscreen, :root .contact-form :checked.option-input + .option-input--label::before {
  line-height: 30px; }

/* Success Message after form submit */
#successMsg {
  display: none;
  text-align: center;
  padding-top: 30px; }

.contact-sidebar {
  padding: 30px 127px 30px 0; }
  .contact-sidebar--list {
    padding: 50px 80px;
    border-radius: 15px; }
    @media screen and (max-width: 1600px) {
      .contact-sidebar--list {
        padding: 50px 25px; } }
    @media screen and (max-width: 576px) {
      .contact-sidebar--list {
        padding: 25px; } }
    @media screen and (max-width: 480px) {
      .contact-sidebar--list {
        padding: 10px; } }
  .contact-sidebar .sidebar-item {
    text-align: center;
    margin-bottom: 40px; }
    .contact-sidebar .sidebar-item--head {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px; }
      .contact-sidebar .sidebar-item--head h4 {
        text-decoration: none;
        font-size: 19px;
        font-weight: 600;
        color: #000000;
        margin: auto 35px auto 0; }
        @media screen and (max-width: 480px) {
          .contact-sidebar .sidebar-item--head h4 {
            margin: auto 15px auto 0; } }
      .contact-sidebar .sidebar-item--head .sidebar-logo {
        padding: 2px; }
        .contact-sidebar .sidebar-item--head .sidebar-logo img {
          max-width: 70%; }
    .contact-sidebar .sidebar-item--content {
      padding: 6px 52px;
      border: 2px solid #FFFFFF;
      border-radius: 50px;
      color: #000000; }
      .contact-sidebar .sidebar-item--content a {
        color: #000000;
        text-decoration: none; }
        .contact-sidebar .sidebar-item--content a:hover {
          color: #4d4d4d; }
      .contact-sidebar .sidebar-item--content > * {
        margin: 0; }
    .contact-sidebar .sidebar-item .site-button {
      position: relative; }
      .contact-sidebar .sidebar-item .site-button a.s-button {
        font-family: "Helvetica" !important;
        min-width: 100%;
        color: #000000; }
        .contact-sidebar .sidebar-item .site-button a.s-button:hover {
          color: #4d4d4d;
          background: #FFFFFF !important; }
  @media screen and (max-width: 1400px) {
    .contact-sidebar {
      padding: 45px 45px 30px 10px; } }
  @media screen and (max-width: 992px) {
    .contact-sidebar {
      padding: 30px 15px; } }
  @media screen and (max-width: 480px) {
    .contact-sidebar {
      padding: 0; } }

/*--------------------------------------------------------------
# 404 Page Template
--------------------------------------------------------------*/
.not-found-page-content {
  padding: 0 145px; }
  .not-found-page-content .not-found-img {
    padding: 50px; }
    .not-found-page-content .not-found-img img {
      max-width: 70%; }
      @media screen and (max-width: 1300px) {
        .not-found-page-content .not-found-img img {
          max-width: 80%; } }
      @media screen and (max-width: 992px) {
        .not-found-page-content .not-found-img img {
          max-width: 100%; } }
    @media screen and (max-width: 480px) {
      .not-found-page-content .not-found-img {
        padding: 0; } }
  .not-found-page-content .not-found--info {
    padding: 0 130px 0 30px; }
    .not-found-page-content .not-found--info h1 {
      font-size: 68px;
      color: #FFFFFF;
      letter-spacing: -1px;
      line-height: 85px; }
      .not-found-page-content .not-found--info h1 a {
        color: #FFFFFF;
        text-decoration: underline; }
        .not-found-page-content .not-found--info h1 a:hover {
          color: #FF9200; }
      @media screen and (max-width: 1300px) {
        .not-found-page-content .not-found--info h1 br {
          display: none; } }
      @media screen and (max-width: 992px) {
        .not-found-page-content .not-found--info h1 {
          font-size: 49px;
          line-height: 70px; } }
      @media screen and (max-width: 768px) {
        .not-found-page-content .not-found--info h1 {
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .not-found-page-content .not-found--info h1 {
          font-size: 40px;
          line-height: 55px;
          margin: 0; } }
    @media screen and (max-width: 1300px) {
      .not-found-page-content .not-found--info {
        padding: 0 30px 0 30px; } }
  @media screen and (max-width: 1500px) {
    .not-found-page-content {
      padding: 0 30px; } }
  @media screen and (max-width: 992px) {
    .not-found-page-content {
      padding: 0 10px; } }
  @media screen and (max-width: 768px) {
    .not-found-page-content {
      flex-direction: column-reverse; } }

/*--------------------------------------------------------------
# Search Form widget
--------------------------------------------------------------*/
.ct-search {
  padding: 30px 127px; }
  .ct-search--info h2 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 33px 0;
    color: #5b218a;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 992px) {
      .ct-search--info h2 {
        margin: 0 0 15px 0;
        text-align: center; } }
    @media screen and (max-width: 576px) {
      .ct-search--info h2 {
        font-size: 30px;
        line-height: 40px; } }
  .ct-search--info p {
    font-size: 17px;
    color: #000000;
    line-height: 31px;
    letter-spacing: 0; }
    @media screen and (max-width: 576px) {
      .ct-search--info p {
        font-size: 16px; } }
  .ct-search--form > div.form-input {
    background: #FFFFFF;
    border: 2px solid #5b218a;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    vertical-align: baseline;
    padding: 13px 25px;
    align-items: center; }
    .ct-search--form > div.form-input input {
      width: 100%;
      border: none;
      border-radius: 15px;
      padding: 0 35px;
      color: #5b218a;
      line-height: 100%;
      font-weight: bold; }
      .ct-search--form > div.form-input input::placeholder {
        color: #5b218a; }
      @media screen and (max-width: 576px) {
        .ct-search--form > div.form-input input {
          padding: 0 10px; } }
    .ct-search--form > div.form-input svg {
      width: 20px;
      height: 20px;
      fill: #5b218a; }
  .ct-search--form_alphabet {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 50px 0 25px; }
    .ct-search--form_alphabet span {
      font-weight: bold;
      color: #000000;
      font-size: 20px;
      text-transform: uppercase;
      background: transparent;
      line-height: 26px;
      border-radius: 50%;
      width: 26px;
      height: 26px;
      cursor: pointer;
      text-align: center;
      user-select: none; }
      .ct-search--form_alphabet span.active-letter {
        background: #5b218a;
        color: #FFFFFF; }
      @media screen and (max-width: 576px) {
        .ct-search--form_alphabet span {
          margin: 0 8px 15px 8px; } }
    @media screen and (max-width: 576px) {
      .ct-search--form_alphabet {
        justify-content: center;
        flex-wrap: wrap; } }
  .ct-search--form_list {
    background: #FFFFFF;
    border: 2px solid #5b218a;
    border-radius: 15px;
    overflow-y: scroll;
    height: 250px;
    /* Track */
    /* Handle */ }
    .ct-search--form_list::-webkit-scrollbar {
      width: 20px;
      margin-right: 10px; }
    .ct-search--form_list::-webkit-scrollbar-track {
      background: #eddeff;
      border-radius: 10px; }
    .ct-search--form_list::-webkit-scrollbar-thumb {
      background: #5b218a;
      border-radius: 10px; }
    .ct-search--form_list ul {
      list-style-type: none;
      padding: 20px 10px; }
      .ct-search--form_list ul li {
        margin-bottom: 10px;
        color: #5b218a;
        font-weight: bold;
        font-size: 17px; }
        .ct-search--form_list ul li:last-of-type {
          margin: 0; }
        .ct-search--form_list ul li.active-list-item {
          color: red; }
      @media screen and (max-width: 480px) {
        .ct-search--form_list ul {
          margin: 0; } }
  .ct-search--img {
    margin: auto 0; }
    @media screen and (max-width: 1200px) {
      .ct-search--img {
        padding: 30px 0; } }
  @media screen and (max-width: 1400px) {
    .ct-search {
      padding: 25px 105px; } }
  @media screen and (max-width: 992px) {
    .ct-search {
      padding: 30px 55px; } }
  @media screen and (max-width: 480px) {
    .ct-search {
      padding: 20px 30px;
      margin: 0; } }
  @media screen and (max-width: 992px) {
    .ct-search {
      text-align: center; } }

:-ms-fullscreen, :root .ct-search--form_alphabet span {
  line-height: 35px; }

.Zebra_DatePicker {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 0 10px #ccc;
  color: #222;
  font: 13px Tahoma,Arial,Helvetica,sans-serif;
  padding: 5px;
  position: absolute;
  display: table;
  *width: 255px;
  z-index: 1200; }

.Zebra_DatePicker *, .Zebra_DatePicker :after, .Zebra_DatePicker :before {
  box-sizing: content-box !important; }

.Zebra_DatePicker * {
  padding: 0; }

.Zebra_DatePicker table {
  border-collapse: collapse;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%; }

.Zebra_DatePicker td, .Zebra_DatePicker th {
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  width: 25px; }

.Zebra_DatePicker .dp_body .dp_not_in_month {
  color: #666; }

.Zebra_DatePicker .dp_body .dp_time_controls_condensed td {
  width: 25%; }

.Zebra_DatePicker .dp_body .dp_current {
  color: #3a87ad; }

.Zebra_DatePicker .dp_body .dp_selected {
  background: #337ab7;
  color: #fff; }

.Zebra_DatePicker .dp_body .dp_disabled {
  color: #bbb;
  cursor: text; }

.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
  color: #b4d5e6; }

.Zebra_DatePicker .dp_body .dp_hover {
  background: #dedede; }

.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
  background-color: #dedede; }

.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_timepicker td, .Zebra_DatePicker .dp_yearpicker td {
  width: 33.3333%; }

.Zebra_DatePicker .dp_timepicker .dp_disabled {
  border: none;
  color: #222;
  font-size: 26px;
  font-weight: 700; }

.Zebra_DatePicker .dp_time_separator div {
  position: relative; }

.Zebra_DatePicker .dp_time_separator div:after {
  content: ":";
  color: #222;
  font-size: 20px;
  left: 100%;
  margin-left: 2px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  z-index: 1; }

.Zebra_DatePicker .dp_header {
  margin-bottom: 5px; }

@supports (-ms-ime-align: auto) {
  .Zebra_DatePicker .dp_header {
    font-family: 'Segoe UI Symbol',Tahoma,Arial,Helvetica,sans-serif; } }

.Zebra_DatePicker .dp_footer {
  margin-top: 5px; }

.Zebra_DatePicker .dp_footer .dp_icon {
  width: 50%; }

.Zebra_DatePicker .dp_actions td {
  border-radius: 4px; }

.Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: 700;
  width: 100%; }

.Zebra_DatePicker .dp_actions .dp_next, .Zebra_DatePicker .dp_actions .dp_previous {
  *padding: 0 10px; }

.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: #dedede; }

.Zebra_DatePicker .dp_daypicker th {
  cursor: text;
  font-weight: 700; }

.Zebra_DatePicker.dp_hidden {
  display: none; }

.Zebra_DatePicker .dp_icon {
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAACQCAMAAAA2nRuLAAAAV1BMVEUAAAAAAAB8fHz///+goKAAAAAAAAAAAAAAAAB8fHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8fHwAAAAAAAAAAAAAAAAAAAAAAAD///9GRkZXmJzyAAAAGnRSTlMA8mFmZi4ImblKpJID2ciNn8CsNhHlvJa35hK0KoYAAAEsSURBVEjH7ZXdboMwDIUNXRxoxk8LZdth7/+ci5eYQEO1i3HJp/iIcxpTR4oEmaooKl9BK0Ne11RUFPMsJSq1Hygvg+8FDWZdWXBMSz5HfjizTuT4J1vGuixrX0HrkbyuqaksLxcpUan9QHkZvC1ocNGVBce05HPkhxvXiRz/JKNtoypAUHV9215VJfDPV6gSCIkY0IoYAHHlwYEtid3BnoBfW+gkx9gGaKyJlntELP/6G9AZZtMBN0l6PEy4P+YB6xXwXoL4bNGlG+b8lgYmBQMaAjgEEjGQB9KiSEt4qeLg9G+F+GxlsOC/4OLobmAeXByd2CLiWHudHN+d35b/836deOuB6cnD5p7v3fZ3uXLi77rfQhL1urVbvG7evJ8/xX9Qgif1aU/yf/MDZ3UwCct3lPgAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  text-indent: -9999px;
  *text-indent: 0; }

.Zebra_DatePicker .dp_icon.dp_confirm {
  background-position: center -123px; }

.Zebra_DatePicker .dp_icon.dp_view_toggler {
  background-position: center -91px; }

.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
  background-position: center -59px; }

button.Zebra_DatePicker_Icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAACQCAMAAAA2nRuLAAAAV1BMVEUAAAAAAAB8fHz///+goKAAAAAAAAAAAAAAAAB8fHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8fHwAAAAAAAAAAAAAAAAAAAAAAAD///9GRkZXmJzyAAAAGnRSTlMA8mFmZi4ImblKpJID2ciNn8CsNhHlvJa35hK0KoYAAAEsSURBVEjH7ZXdboMwDIUNXRxoxk8LZdth7/+ci5eYQEO1i3HJp/iIcxpTR4oEmaooKl9BK0Ne11RUFPMsJSq1Hygvg+8FDWZdWXBMSz5HfjizTuT4J1vGuixrX0HrkbyuqaksLxcpUan9QHkZvC1ocNGVBce05HPkhxvXiRz/JKNtoypAUHV9215VJfDPV6gSCIkY0IoYAHHlwYEtid3BnoBfW+gkx9gGaKyJlntELP/6G9AZZtMBN0l6PEy4P+YB6xXwXoL4bNGlG+b8lgYmBQMaAjgEEjGQB9KiSEt4qeLg9G+F+GxlsOC/4OLobmAeXByd2CLiWHudHN+d35b/836deOuB6cnD5p7v3fZ3uXLi77rfQhL1urVbvG7evJ8/xX9Qgif1aU/yf/MDZ3UwCct3lPgAAAAASUVORK5CYII=) center top no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 16px; }

button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
  background-position: center -32px;
  cursor: default; }

