@charset "UTF-8";

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */
.ui-select-highlight {
  font-weight: 700;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

.ng-dirty.ng-invalid>a.select2-choice {
  border-color: #d44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked>.select2-search-choice-close,
.select-locked>.ui-select-match-close {
  display: none;
}

body>.select2-container.open {
  z-index: 9999;
}

.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
}

.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.selectize-input.selectize-focus {
  border-color: #007fbb !important;
}

.selectize-control.single>.selectize-input>input {
  width: 100%;
}

.selectize-control.multi>.selectize-input>input {
  margin: 0 !important;
}

.selectize-control>.selectize-dropdown {
  width: 100%;
}

.ng-dirty.ng-invalid>div.selectize-input {
  border-color: #d44950;
}

.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

.btn-default-focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle>.caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group>.ui-select-bootstrap.dropdown {
  position: static;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap>.ui-select-match>.btn {
  text-align: left !important;
}

.ui-select-bootstrap>.ui-select-match>.caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body>.ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:focus,
.ui-select-bootstrap .ui-select-choices-row>span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
  border-color: #d44950;
}

.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes ui-select-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s linear infinite;
  animation: ui-select-spin 2s linear infinite;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: 0s none;
}

.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
}

.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}

.bs-datepicker bs-day-picker {
  float: left;
}

.bs-datepicker-btns button:active,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:hover,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus,
.bs-datepicker button:active,
.bs-datepicker button:focus,
.bs-datepicker button:hover,
.bs-datepicker input:active,
.bs-datepicker input:focus,
.bs-datepicker input:hover {
  outline: none;
}

.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}

.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}

.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:active,
.bs-datepicker-head button[disabled]:hover {
  background: hsla(0, 0%, 86.7%, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}

.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}

.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
}

.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}

.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}

.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}

.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}

.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}

.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}

.bs-datepicker-body table td.disabled span,
.bs-datepicker-body table td span.disabled {
  color: #9aaec1;
}

.bs-datepicker-body table td.selected span,
.bs-datepicker-body table td span.selected {
  color: #fff;
}

.bs-datepicker-body table td.is-other-month span,
.bs-datepicker-body table td span.is-other-month {
  color: rgba(0, 0, 0, 0.25);
}

.bs-datepicker-body table td.active {
  position: relative;
}

.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}

.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}

.bs-datepicker-body table td.active.select-end span:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td span.active.select-start:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}

.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -2px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}

.bs-datepicker-body table td.active.select-start+td.active:before {
  left: -20%;
}

.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}

.bs-datepicker-body table td[class*="select-"] span,
.bs-datepicker-body table td span[class*="select-"] {
  border-radius: 50%;
  color: #fff;
}

.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before,
.bs-datepicker-body table.days td.active:not(.select-start):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):before {
  background: #e9edf0;
}

.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}

.bs-datepicker-body table.days span.in-range.select-end:before,
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  background: none;
  right: 0;
  left: 0;
}

.bs-datepicker-body table.days td.active+td.is-highlighted:before,
.bs-datepicker-body table.days td.active+td.select-end:before,
.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range+td.select-end:before,
.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,
.bs-datepicker-body table.days td.select-start+td.select-end:before {
  background: #e9edf0;
  width: 100%;
}

.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}

.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}

.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}

.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}

.bs-datepicker-body table.months td {
  height: 52px;
}

.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}

.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}

.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}

.bs-datepicker-multiple+.bs-datepicker-multiple {
  margin-left: 10px;
}

.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}

.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}

.bs-datepicker-multiple .bs-datepicker+.bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}

.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}

.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}

.bs-datepicker-container {
  padding: 15px;
}

.bs-datepicker .bs-media-container {
  display: flex;
}

@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}

.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}

.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}

.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}

.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}

.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}

.bs-timepicker-container {
  padding: 10px 0;
}

.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}

.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}

.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}

.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}

.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}

.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}

@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex;
  }

  .bs-datepicker-multiple+.bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}

.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after,
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-head,
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}

.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}

.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after,
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-head,
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}

.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}

.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after,
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-head,
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}

.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}

.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after,
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-head,
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}

.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}

.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after,
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-head,
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}

.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}

.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after,
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-head,
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}

.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}

.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.federated-logout-modal header {
  background-color: #004a7c;
}

.federated-logout-modal header h3 {
  color: #fff;
}

.federated-logout-modal p {
  padding: 5px 15px;
}

.federated-logout-modal .modal-footer {
  border-top: 0;
}

.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-overlay {
  opacity: 0.5 !important;
}

@media only screen and (min-width: 482px) {
  .auth0-lock.auth0-lock.auth0-lock-opened.auth0-lock-with-terms .auth0-lock-body-content {
    margin-bottom: 0 !important;
  }
}

.auth0-lock.auth0-lock.auth0-lock-opened.auth0-lock-with-terms .auth0-lock-tabs-container {
  margin-bottom: 75px !important;
}

.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-terms {
  color: #000;
  left: 0;
  max-height: 60px;
  position: absolute;
  right: 0;
  top: 42px;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength {
  background: #e16900 !important;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength ul:first-child {
  padding: 12px 20px;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength ul:first-child li ul {
  padding-left: 0;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength ul:first-child li ul li {
  width: 110%;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength.fadeOut {
  display: none;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength:after {
  border-top-color: #e16900 !important;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength li span {
  background-image: none !important;
  color: #fff !important;
  padding-left: 0;
}

.auth0-lock.auth0-lock .auth0-lock-password-strength li.auth0-lock-checked {
  color: #0f76ab !important;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-custom-icon {
  height: auto !important;
  left: 12px !important;
  width: 16px !important;
}

.auth0-lock.auth0-lock .auth0-lock-back-button,
.auth0-lock.auth0-lock .auth0-lock-close-button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
}

.auth0-lock.auth0-lock .auth0-lock-back-button:focus,
.auth0-lock.auth0-lock .auth0-lock-close-button:focus {
  box-shadow: 0 0 0 2px #33aeed, 0 1px 8px 0 #0f76ab;
  outline: 0;
}

.auth0-lock.auth0-lock .auth0-lock-header,
.auth0-lock.auth0-lock .auth0-lock-header-bg {
  height: 80px !important;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg {
  background: #fff !important;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg .auth0-lock-header-bg-blur,
.auth0-lock.auth0-lock .auth0-lock-header-bg .auth0-lock-header-bg-solid {
  background: #fff !important;
  -webkit-filter: none !important;
  filter: none !important;
}

.auth0-lock.auth0-lock .auth0-lock-error .auth0-lock-input-wrap {
  border-color: #e16900 !important;
}

.auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current {
  box-shadow: 0 1px 0 0 #0f76ab !important;
}

.auth0-lock.auth0-lock .auth0-lock-tabs a:focus {
  box-shadow: 0 0 0 2px #33aeed, 0 1px 8px 0 #0f76ab;
  outline: 0;
}

.auth0-lock.auth0-lock .auth0-lock-form .auth0-lock-alternative .auth0-lock-alternative-link {
  color: #0f76ab !important;
}

.auth0-lock.auth0-lock .auth0-lock-form .auth0-lock-alternative .auth0-lock-alternative-link:focus {
  color: #004a7c !important;
  text-decoration: underline;
}

.auth0-lock.auth0-lock .auth0-global-message {
  text-transform: none !important;
}

.auth0-lock.auth0-lock .auth0-global-message.auth0-global-message-success {
  background: #fff !important;
  color: #0f76ab !important;
}

.auth0-lock.auth0-lock .auth0-global-message.auth0-global-message-error {
  background: #e16900 !important;
}

.auth0-lock.auth0-lock .auth0-lock-terms a {
  color: #0f76ab !important;
}

.auth0-lock.auth0-lock .auth0-lock-terms a:focus {
  color: #004a7c !important;
  text-decoration: underline;
}

.auth0-lock.auth0-lock .auth0-lock-terms .auth0-lock-sign-up-terms-agreement input[type="checkbox"] {
  display: inline-block !important;
}

.auth0-lock.auth0-lock .auth0-lock-terms .auth0-lock-sign-up-terms-agreement span {
  font-size: 11px !important;
}

.auth0-lock.auth0-lock .auth0-lock-confirmation .checkmark__circle {
  fill: #0f76ab !important;
  stroke: #0f76ab !important;
}

.auth0-lock-badge-bottom {
  display: none;
}

.nav.login {
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
}

.footer-container {
  background-color: #f7f8f8;
  border-top: 2px solid #c7c8ca;
  z-index: 902;
  position: relative;
}

.footer-container .main-footer {
  margin-bottom: 35px;
}

.footer-container .main-footer a {
  font-size: 13px;
  text-decoration: none;
}

.footer-container .main-footer a:hover {
  text-decoration: underline;
}

.footer-container .main-footer a.btn:hover {
  text-decoration: none;
}

.footer-container .main-footer h3 {
  border-bottom: 1px solid #c7c8ca;
  margin: 15px 0 7px;
  padding: 7px 0 4px;
}

.footer-container .main-footer h3 a,
.footer-container .main-footer h3 a:active,
.footer-container .main-footer h3 a:visited {
  color: #004a7c;
  font-size: 16px;
  text-decoration: none;
}

.footer-container .main-footer h3 a:focus {
  text-decoration: underline;
}

.footer-container .main-footer rs-my-resource-download h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media only screen and (max-width: 482px) {
  .footer-container .main-footer rs-my-resource-download h2 {
    font-size: 13px;
  }
}

.footer-container .main-footer rs-my-resource-download p {
  display: none;
}

.footer-container .main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-container .main-footer ul li {
  margin-left: 0;
}

.footer-container .sub-footer {
  background-color: #373737;
  padding: 12px 0;
}

.footer-container .sub-footer p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.footer-container .sub-footer a,
.footer-container .sub-footer a:active,
.footer-container .sub-footer a:visited {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 0 7px;
  text-decoration: none;
}

.footer-container .sub-footer a:active:last-child,
.footer-container .sub-footer a:last-child,
.footer-container .sub-footer a:visited:last-child {
  border-right: 0;
}

.footer-container .sub-footer a:focus,
.footer-container .sub-footer a:hover {
  text-decoration: underline;
}

.footer-container .sub-footer .right-column {
  text-align: right;
}

@media only screen and (max-width: 769px) {

  .footer-container .sub-footer .left-column,
  .footer-container .sub-footer .right-column {
    text-align: center;
  }
}

.footer-container .municipality-footer {
  background-color: #373737;
  padding: 12px 0;
  background-color: #ededee;
}

.footer-container .municipality-footer p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.footer-container .municipality-footer a,
.footer-container .municipality-footer a:active,
.footer-container .municipality-footer a:visited {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 0 7px;
  text-decoration: none;
}

.footer-container .municipality-footer a:active:last-child,
.footer-container .municipality-footer a:last-child,
.footer-container .municipality-footer a:visited:last-child {
  border-right: 0;
}

.footer-container .municipality-footer a:focus,
.footer-container .municipality-footer a:hover {
  text-decoration: underline;
}

.footer-container .municipality-footer .right-column {
  text-align: right;
}

@media only screen and (max-width: 769px) {

  .footer-container .municipality-footer .left-column,
  .footer-container .municipality-footer .right-column {
    text-align: center;
  }
}

.footer-container .municipality-footer a,
.footer-container .municipality-footer a:active,
.footer-container .municipality-footer a:visited {
  border-right: 1px solid #777;
  color: #777;
}

.footer-container .municipality-footer p {
  color: #777;
}

.address-search-input:not(.multiline) {
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .address-search-input .address-search-button-container {
    margin-top: 9px;
  }
}

.address-search-input .address-search-button-container a.btn,
.address-search-input .address-search-button-container button {
  white-space: nowrap;
}

.address-search-input .btn-dropdown {
  text-align: left;
  width: 100%;
}

.address-search-input .btn-dropdown span.fas {
  float: right;
}

.address-search-input .business-type {
  margin-left: 50px;
}

.address-search-input .match-found {
  color: #c7102e;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
}

.address-search-input .match-found p {
  color: #c7102e;
  margin: 10px 0 0;
}

.address-search-input .match-found h2 {
  margin: 0;
}

.address-search-input h5,
.address-search-input input,
.address-search-input label,
.address-search-input span {
  transition: color 0.2s;
}

.address-search-input .ui-select-container,
.address-search-input .ui-select-container * {
  transition: none !important;
}

@media only screen and (max-width: 482px) {
  .address-search-input .btn {
    margin-bottom: 10px;
  }
}

.rs-carousel-controls .carousel-control,
.rs-carousel-controls .carousel-indicators {
  display: none;
}

.rs-carousel-controls .arrow {
  font-size: 36px;
}

.rs-carousel-controls .arrow.left {
  text-align: right;
}

.rs-carousel-controls .arrow.right {
  text-align: left;
}

.rs-carousel {
  margin-bottom: 22px;
}

.rs-carousel .carousel-control {
  z-index: 101;
  max-width: 26px;
}

@media screen and (min-width: 768px) {
  .rs-carousel .carousel-control {
    max-width: 39px;
  }
}

.rs-carousel .carousel-control.left,
.rs-carousel .carousel-control.right {
  background-image: none;
}

.rs-carousel .carousel-indicators {
  bottom: -22px;
  margin-bottom: 0;
}

.rs-carousel .carousel-indicators li {
  background-color: #fff;
  border-color: #004a7c;
}

.rs-carousel .carousel-indicators li.active {
  background-color: #0f76ab;
  border-color: #0f76ab;
}

.rs-carousel .list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.rs-carousel .list>div {
  width: 358px;
}

.rs-carousel.rs-carousel-content {
  margin-bottom: 0;
}

.rs-carousel.rs-carousel-content .carousel-inner>.item {
  padding-left: 26px;
  padding-right: 26px;
}

@media screen and (min-width: 768px) {
  .rs-carousel.rs-carousel-content .carousel-inner>.item {
    padding-left: 39px;
    padding-right: 39px;
  }
}

.rs-carousel.rs-carousel-content .carousel-indicators {
  display: none;
}

.rs-carousel rsx-video-modal-trigger a {
  display: block;
}

.rs-carousel rsx-video-modal-trigger a,
.rs-carousel rsx-video-modal-trigger a>p {
  font-weight: 700;
  text-shadow: 0 0 2px #000;
}

@media only screen and (min-width: 482px) {
  .rs-chat {
    width: 350px;
  }
}

.rs-chat .pre-chat {
  background-color: #fff;
}

.rs-chat .pre-chat .btn.submit {
  background-color: #004a7c;
}

.rs-chat .pre-chat .control-label {
  font-size: 14px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.rs-chat .pre-chat form {
  border: 5px solid #0f76ab;
  margin: 0;
  padding: 40px 40px 0;
}

.rs-chat .pre-chat form .form-group-input-label {
  max-width: none;
}

@media only screen and (max-width: 482px) {
  .rs-chat .pre-chat form {
    padding: 10px 10px 0;
  }

  .rs-chat .pre-chat form div {
    margin-bottom: 0;
  }
}

.rs-chat .pre-chat p {
  font-size: 14px;
  text-align: center;
}

.contact-us-container .alignment-for-mobile {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.contact-us-container a {
  cursor: pointer;
}

.contact-us-container .address-component-form .business-type-input-container {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .contact-us-container .address-component-form .business-type-input-container {
    float: left;
    width: 58.33333333%;
  }
}

.contact-us-container .address-component-form .address-typeahead-input {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-us-container .address-component-form .address-typeahead-input {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .contact-us-container .address-component-form .address-typeahead-input {
    float: left;
    width: 58.33333333%;
  }
}

.contact-us-container .address-component-form .submit-button {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-us-container .address-component-form .submit-button {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .contact-us-container .address-component-form .submit-button {
    float: left;
    width: 41.66666667%;
  }
}

.contact-us-container .text-xs,
.contact-us-container input[type="email"],
.contact-us-container input[type="email"]:focus,
.contact-us-container input[type="number"],
.contact-us-container input[type="number"]:focus,
.contact-us-container input[type="numeric"],
.contact-us-container input[type="numeric"]:focus,
.contact-us-container input[type="password"],
.contact-us-container input[type="password"]:focus,
.contact-us-container input[type="search"],
.contact-us-container input[type="search"]:focus,
.contact-us-container input[type="tel"],
.contact-us-container input[type="tel"]:focus,
.contact-us-container input[type="text"],
.contact-us-container input[type="text"]:focus,
.contact-us-container textarea,
.contact-us-container textarea:focus {
  font-size: 14px;
}

.contact-us-container label,
.contact-us-container label.contact-method,
.contact-us-container label.control-label,
.contact-us-container label.control-label.control-label {
  font-size: 16px;
}

@media only screen and (max-width: 482px) {
  .contact-us-container a.topic {
    font-size: 13px;
  }

  .contact-us-container .line-of-business>label.control-label {
    display: block;
  }

  .contact-us-container .line-of-business>label.control-label+label.control-label {
    display: block;
    margin-bottom: 7px;
    margin-left: 0;
  }
}

.please-call-us {
  padding-top: 20px;
}

.please-call-us .call-us,
.please-call-us .support-number {
  font-size: 24px;
}

.authenticated-questions .inline-spinner div {
  text-align: left;
}

.contact-us-modal .modal-header {
  border-bottom: 0;
}

.contact-us-modal .modal-body {
  margin-top: 0;
}

.cc-icons {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #004a7c;
  top: -5px;
}

.cc-icons *+* {
  margin-left: 5px;
}

.cc-icons .active {
  border: none;
  opacity: 1;
}

.cc-icons> :not(.active) {
  opacity: 0.5;
}

.cc-icons .showAll {
  display: inline-block !important;
}

.rs-event-calendar.refresh .event-calendar__site-name {
  font-size: 18px;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 12px;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar.refresh .event-calendar__site-name {
    flex: none;
    margin-top: 15px;
    margin-left: 0;
  }
}

.rs-event-calendar.refresh .ui-select-container {
  flex: 1 1 auto;
  margin-left: 12px;
}

.rs-event-calendar.refresh .ui-select-container .dropdown-caret i {
  right: 23px;
}

.rs-event-calendar.refresh .ui-select-container .dropdown-caret i:before {
  background-color: #fff;
  padding: 5px;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar.refresh .ui-select-container {
    flex: none;
    margin-top: 15px;
    margin-left: 0;
  }
}

.rs-event-calendar.refresh .event-calendar__site-address {
  font-size: 10px;
  flex: 1 1 auto;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 12px;
  max-width: 180px;
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  .rs-event-calendar.refresh .event-calendar__site-address {
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar.refresh .event-calendar__site-address {
    display: none;
  }
}

.rs-event-calendar.refresh .event-calendar-header__title {
  display: flex;
  flex: 2 1 auto;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar.refresh .event-calendar-header__title {
    display: block;
  }
}

.rs-event-calendar.refresh .event-calendar-header__title--multiple {
  flex: 2 1 0;
  overflow: initial;
}

.rs-event-calendar.refresh .event-calendar-header {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar.refresh .event-calendar-header {
    display: initial;
  }
}

.rs-event-calendar.refresh .border-top {
  border-top: 1px solid #c7c8ca;
}

.rs-event-calendar.refresh .border-bottom {
  border-bottom: 1px solid #c7c8ca;
}

.rs-event-calendar.refresh .border-right {
  border-right: 1px solid #c7c8ca;
}

.rs-event-calendar.refresh .border-left {
  border-left: 1px solid #c7c8ca;
}

.rs-event-calendar.refresh hr {
  margin: 12px 0;
}

.rs-event-calendar.refresh .event-calendar__event {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  padding-left: 2px;
}

.rs-event-calendar.refresh .event-calendar__events {
  width: 100%;
}

.rs-event-calendar.refresh .event-calendar__event--more {
  color: #0f76ab;
}

.rs-event-calendar.refresh .event-calendar__event--type1 {
  background-color: #004a7c;
}

.rs-event-calendar.refresh .event-calendar__event--type2 {
  background-color: #e16900;
}

.rs-event-calendar.refresh .event-calendar__event--type3 {
  background-color: #0f76ab;
}

.rs-event-calendar.refresh .event-calendar__event--type4 {
  background-color: #777;
}

.rs-event-calendar.refresh .event-calendar__event--type5 {
  background-color: #ca5700;
}

.rs-event-calendar.refresh .event-calendar__event--holiday {
  font-size: 10px;
  color: #004a7c;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rs-event-calendar.refresh .event-calendar__schedule-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.rs-event-calendar.refresh .event-calendar__schedule-nav.center {
  justify-content: center;
}

.rs-event-calendar.refresh .event-calendar__schedule-nav .event-calendar__schedule-title {
  font-size: 18px;
  color: #004a7c;
}

.rs-event-calendar.refresh .event-calendar__schedule-nav .event-calendar__nav-arrow {
  color: #0f76ab;
  padding-left: 5px;
  padding-right: 5px;
}

.rs-event-calendar.refresh .event-calendar__schedule-nav .event-calendar__nav-arrow--disabled {
  color: #c7c8ca;
  cursor: not-allowed;
}

.rs-event-calendar.refresh .event-calendar__schedule-nav .event-calendar__nav-arrow-pointer {
  cursor: pointer;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week {
  display: flex;
  justify-content: flex-end;
  background-color: #ededee;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week .event-calendar__day {
  position: relative;
  padding: 2px;
  width: 14.28571%;
  height: 60px;
  font-size: 10px;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week .event-calendar__day.event-calendar__month-day {
  background-color: #fff;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week .event-calendar__day.event-calendar__month-day .event-calendar__day-of-the-month {
  color: #004a7c;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week .event-calendar__day.event-calendar__today {
  background-color: #e4f6fd;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week .event-calendar__day .event-calendar__day-of-the-month {
  font-size: 16px;
  color: #777;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week.event-calendar__days-of-the-week {
  background-color: transparent;
  border: 0;
  color: #777;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__week.event-calendar__days-of-the-week .event-calendar__day {
  font-size: 24px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: bottom;
}

.rs-event-calendar.refresh .event-calendar__calendar .event-calendar__pickup-label {
  padding-left: 7px;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display {
  position: relative;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__containers {
  margin-top: 15px;
  white-space: nowrap;
  position: absolute;
  bottom: 3px;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__containers img {
  padding-left: 3px;
  padding-right: 3px;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.day-name {
  height: 25px;
  align-items: center;
  font-size: 13px;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.event-calendar__month-day {
  background-color: #fff;
  position: relative;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.event-calendar__month-day .event-calendar__day-of-the-month {
  color: #004a7c;
  text-align: center;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event {
  margin-top: auto;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link {
  cursor: pointer;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link:hover .recycle-event,
.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link:hover .recycle-event.trash-event,
.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link:hover .trash-event {
  color: #e16900;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .trash-event {
  color: #004a7c;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .recycle-event {
  color: #0f76ab;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .recycle-event.trash-event {
  color: #575a5b;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .event-calendar__day-of-the-month {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.event-calendar__today {
  background-color: #e4f6fd;
}

.rs-event-calendar.refresh .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .event-calendar__day-of-the-month {
  font-size: 13px;
  padding-left: 3px;
}

.rs-event-calendar.refresh .event-calendar__agenda {
  font-size: 13px;
}

.rs-event-calendar.refresh .event-calendar__agenda.small {
  display: none;
}

.rs-event-calendar.refresh .event-calendar__agenda .event-calendar__event {
  margin-top: 2px;
  padding: 3px 8px;
}

.rs-event-calendar.refresh .event-calendar__agenda .event-calendar__event--holiday {
  background-color: #fff;
  border: 1px solid #004a7c;
}

@media only screen and (max-width: 769px) {
  .rs-event-calendar.refresh .event-calendar__agenda {
    margin-top: 15px;
  }
}

.rs-event-calendar.refresh .event-calendar__agenda hr {
  margin: 12px 0;
}

.rs-event-calendar.refresh .event-calendar__agenda-week {
  border-top: 1px solid #c7c8ca;
  padding-top: 15px;
}

.rs-event-calendar.refresh .event-calendar__agenda-week img {
  margin-bottom: 2px;
}

.rs-event-calendar.refresh .event-calendar__agenda-day {
  color: #004a7c;
}

.rs-event-calendar.refresh .compact-display-legend__label {
  font-size: 10px;
  margin-right: 20px;
}

.rs-event-calendar.refresh .compact-display-legend .trash-icon {
  color: #004a7c;
}

.rs-event-calendar.refresh .compact-display-legend .recycle-icon {
  color: #0f76ab;
}

.rs-event-calendar.refresh .compact-display-legend .trash-recycle-icon {
  color: #575a5b;
}

.rs-event-calendar.refresh .compact-display-legend .pointer {
  cursor: pointer;
}

.rs-event-calendar.refresh .compact-display-legend a {
  margin-top: 4px;
}

.rs-event-calendar.refresh .compact-display-legend span,
.rs-event-calendar.refresh .compact-display-toggle .display-row {
  white-space: nowrap;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar.refresh .compact-display-toggle .display-row {
    padding: 7px;
  }
}

.rs-event-calendar.refresh .compact-display-toggle .display-row .compact-title {
  font-size: 18px;
  color: #004a7c;
}

.rs-event-calendar:not(.refresh) hr {
  margin: 12px 0;
}

.rs-event-calendar:not(.refresh) .event-calendar__date-header {
  font-weight: 300;
  margin-bottom: 0;
}

.rs-event-calendar:not(.refresh) .event-calendar__event {
  border: 1px solid transparent;
  color: #fff;
  overflow: hidden;
  padding: 3px 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rs-event-calendar:not(.refresh) .event-calendar__event--more {
  color: #0f76ab;
}

.rs-event-calendar:not(.refresh) .event-calendar__event--type1 {
  background-color: #004a7c;
}

.rs-event-calendar:not(.refresh) .event-calendar__event--type2 {
  background-color: #e16900;
}

.rs-event-calendar:not(.refresh) .event-calendar__event--type3 {
  background-color: #0f76ab;
}

.rs-event-calendar:not(.refresh) .event-calendar__event--type4 {
  background-color: #777;
}

.rs-event-calendar:not(.refresh) .event-calendar__event--type5 {
  background-color: #ca5700;
}

.rs-event-calendar:not(.refresh) .event-calendar__event--holiday {
  color: #004a7c;
}

.rs-event-calendar:not(.refresh) .event-calendar__schedule-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.rs-event-calendar:not(.refresh) .event-calendar__schedule-nav.center {
  justify-content: center;
}

.rs-event-calendar:not(.refresh) .event-calendar__schedule-nav .event-calendar__schedule-title {
  font-size: 18px;
  color: #004a7c;
}

.rs-event-calendar:not(.refresh) .event-calendar__schedule-nav .event-calendar__nav-arrow {
  color: #0f76ab;
  padding-left: 5px;
  padding-right: 5px;
}

.rs-event-calendar:not(.refresh) .event-calendar__schedule-nav .event-calendar__nav-arrow--disabled {
  color: #c7c8ca;
  cursor: not-allowed;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar .event-calendar__week {
  display: flex;
  justify-content: flex-end;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar .event-calendar__week:not(:last-child) {
  border-bottom: 0;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar .event-calendar__week .event-calendar__day {
  font-size: 10px;
  padding: 2px;
  width: 14.28571%;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar .event-calendar__week.event-calendar__days-of-the-week {
  background-color: transparent;
  border: 0;
  color: #777;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar .event-calendar__week.event-calendar__days-of-the-week .event-calendar__day {
  font-size: 24px;
  border: 0;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  vertical-align: bottom;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display {
  padding: 0 35px;
  position: relative;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.day-name {
    font-size: 18px;
  }
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.event-calendar__month-day {
  background-color: #fff;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.event-calendar__month-day .event-calendar__day-of-the-month {
  color: #004a7c;
  text-align: center;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link {
  cursor: pointer;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link:hover .recycle-event,
.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link:hover .recycle-event.trash-event,
.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event.has-link:hover .trash-event {
  color: #e16900;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .trash-event {
  color: #004a7c;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .recycle-event {
  color: #0f76ab;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .recycle-event.trash-event {
  color: #575a5b;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .compact-event .event-calendar__day-of-the-month {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day.event-calendar__today {
  border: 1px solid #c7c8ca;
  border-radius: 5px;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .event-calendar__day-of-the-month {
  font-size: 18px;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar:not(.refresh) .event-calendar__calendar.compact-display .event-calendar__week .event-calendar__day .event-calendar__day-of-the-month {
    font-size: 13px;
  }
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display {
    display: none;
  }
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week {
  background-color: #ededee;
  border: 1px solid #c7c8ca;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week .event-calendar__day {
  border-left: 1px solid #c7c8ca;
  height: 95px;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week .event-calendar__day:first-child {
  border-left: 0;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week .event-calendar__day.event-calendar__month-day {
  background-color: #fff;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week .event-calendar__day.event-calendar__month-day .event-calendar__day-of-the-month {
  color: #004a7c;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week .event-calendar__day.event-calendar__today {
  background-color: #e4f6fd;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week .event-calendar__day .event-calendar__day-of-the-month {
  font-size: 18px;
  color: #777;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week.event-calendar__days-of-the-week {
  background-color: transparent;
  border: 0;
  color: #777;
}

.rs-event-calendar:not(.refresh) .event-calendar__calendar.full-display .event-calendar__week.event-calendar__days-of-the-week .event-calendar__day {
  border: 0;
  height: 50px;
  vertical-align: bottom;
}

.rs-event-calendar:not(.refresh) .event-calendar__agenda {
  font-size: 13px;
}

.rs-event-calendar:not(.refresh) .event-calendar__agenda .event-calendar__event {
  margin-top: 2px;
  padding: 3px 8px;
}

.rs-event-calendar:not(.refresh) .event-calendar__agenda .event-calendar__event--holiday {
  background-color: #fff;
  border: 1px solid #004a7c;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar:not(.refresh) .event-calendar__agenda {
    margin-top: 15px;
  }
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__legend-note {
  font-weight: 300;
  color: #373737;
  font-style: italic;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__type {
  background-color: transparent;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type1.not-shown .fa-check-square {
  color: #c7c8ca;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type1 .fa-check-square {
  color: #004a7c;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type2.not-shown .fa-check-square {
  color: #c7c8ca;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type2 .fa-check-square {
  color: #e16900;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type3.not-shown .fa-check-square {
  color: #c7c8ca;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type3 .fa-check-square {
  color: #0f76ab;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type4.not-shown .fa-check-square {
  color: #c7c8ca;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type4 .fa-check-square {
  color: #777;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type5.not-shown .fa-check-square {
  color: #c7c8ca;
}

.rs-event-calendar:not(.refresh) .event-calendar__legend .event-calendar__event--type5 .fa-check-square {
  color: #ca5700;
}

.rs-event-calendar:not(.refresh) .compact-arrow {
  color: #0f76ab;
  height: 35px;
  position: absolute;
  top: 55%;
  width: 25px;
}

.rs-event-calendar:not(.refresh) .compact-arrow.right {
  right: 0;
}

.rs-event-calendar:not(.refresh) .compact-arrow.right .fa-chevron-right {
  margin-left: 15px;
}

.rs-event-calendar:not(.refresh) .compact-arrow.left {
  left: 0;
}

.rs-event-calendar:not(.refresh) .compact-arrow.left .fa-chevron-left {
  margin-right: 15px;
}

.rs-event-calendar:not(.refresh) .compact-arrow-disabled {
  color: #c7c8ca;
  cursor: not-allowed;
}

.rs-event-calendar:not(.refresh) .compact-display-legend {
  margin-top: 15px;
}

.rs-event-calendar:not(.refresh) .compact-display-legend .trash-icon {
  color: #004a7c;
}

.rs-event-calendar:not(.refresh) .compact-display-legend .recycle-icon {
  color: #0f76ab;
}

.rs-event-calendar:not(.refresh) .compact-display-legend .trash-recycle-icon {
  color: #575a5b;
}

.rs-event-calendar:not(.refresh) .compact-display-legend span {
  white-space: nowrap;
}

.rs-event-calendar:not(.refresh) .compact-display-toggle .display-row {
  padding: 0 12px;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar:not(.refresh) .compact-display-toggle .display-row {
    padding: 7px;
  }
}

.rs-event-calendar:not(.refresh) .compact-display-toggle .display-row .compact-title {
  color: #004a7c;
  font-size: 18px;
}

.rs-event-calendar:not(.refresh) .compact-display-toggle .display-row .fas {
  color: #575a5b;
  font-size: 24px;
  padding: 7px;
}

@media only screen and (max-width: 482px) {
  .rs-event-calendar:not(.refresh) .compact-display-toggle .display-row .fas {
    font-size: 18px;
  }
}

.rs-event-calendar:not(.refresh) .compact-display-toggle .display-row .fas.active {
  color: #0f76ab;
  border: 1px solid #0f76ab;
  border-radius: 5px;
}

.rs-event-calendar:not(.refresh) .agenda-view {
  min-height: 348px;
}

.rs-event-calendar:not(.refresh) .agenda-view .agenda-view-date {
  color: #777;
  margin: 15px 12px;
}

.rs-event-calendar:not(.refresh) .agenda-view .agenda-view-events {
  color: #0f76ab;
  margin: 15px 12px;
}

.rs-event-calendar:not(.refresh) .agenda-view hr {
  margin: 15px 0;
}

rs-faqs-question .rs-faqs-question {
  border: 1px solid #0f76ab;
  border-bottom: 0;
}

rs-faqs-question .rs-faqs-question .faqs-question-header {
  background-color: #f7f7f8;
  padding: 12px 12px 12px 15px;
}

rs-faqs-question .rs-faqs-question .faqs-question-header .faqs-question-collapse-icon {
  color: #777;
  float: right;
  line-height: 1.6em;
}

rs-faqs-question .rs-faqs-question .faqs-question-header h4 {
  font-weight: 400;
}

rs-faqs-question .rs-faqs-question .faqs-question-header.expand {
  background-color: #0f76ab;
}

rs-faqs-question .rs-faqs-question .faqs-question-header.expand h4,
rs-faqs-question .rs-faqs-question .faqs-question-header.expand i {
  color: #fff;
}

rs-faqs-question .rs-faqs-question .faqs-question-body {
  padding: 15px;
}

rs-faqs-question .rs-faqs-question .faqs-question-body.collapsing {
  transition-duration: 0s;
}

rs-faqs-question:last-child .rs-faqs-question {
  border-bottom: 1px solid #0f76ab;
}

.rs-faqs-topic {
  margin-bottom: 35px;
}

.rs-faqs-topic .faqs-topic-title {
  line-height: 35px;
}

@media only screen and (max-width: 482px) {
  .rs-faqs-topic .faqs-header-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.rs-faqs {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 482px) {
  .rs-faqs {
    flex-wrap: wrap;
  }
}

.rs-faqs a,
.rs-faqs a:hover {
  text-decoration: none;
}

.rs-faqs .rs-faqs-desktop-menu {
  margin-right: 12px;
  width: 250px;
}

.rs-faqs .rs-faqs-desktop-menu .rs-faqs-topic-link {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
}

.rs-faqs .rs-faqs-topics {
  flex: 1 1 auto;
}

.rs-faqs .rs-faqs-mobile-menu {
  flex: 1 1 100%;
}

.rs-faqs .rs-faqs-mobile-menu .sticky-fixed {
  left: 0;
  width: 100%;
}

.rs-faqs .rs-help-topic-sticky {
  margin-left: 250px !important;
  padding-left: 12px !important;
}

label.form-group-input-label {
  display: block;
  margin-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}

label.form-group-input-label>.control-label {
  padding-left: 0;
}

@media only screen and (min-width: 482px) {
  label.form-group-input-label>.control-label {
    padding-right: 15px;
  }
}

label>.form-input-group {
  padding-left: 0;
  padding-right: 0;
}

rs-form-control-messages {
  display: block;
  font-size: 16px;
}

rs-address-input {
  display: block;
}

.form-group.contact-method label.contact-method {
  margin-right: 20px;
}

.form-group.contact-method label.contact-method input {
  margin-right: 5px;
}

.form-group.contact-method label.contact-method span {
  vertical-align: middle;
}

.cc-exp-date input {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.cc-exp-date input.cc-exp-date-month {
  width: 54px;
}

.cc-exp-date input.cc-exp-date-year {
  width: 65px;
}

.cc-exp-date .cc-exp-date-divider {
  font-size: 1.2em;
}

.date-picker .uib-datepicker,
.date-picker .uib-daypicker,
.date-picker .uib-monthpicker,
.date-picker .uib-yearpicker {
  outline: none;
}

.date-picker>.input-group-btn>.btn {
  border: 1px solid #777;
  background-color: #0f76ab;
  border-left: 0;
  height: 40px;
  padding-left: 10px;
  width: 40px;
}

.date-picker>.input-group-btn>.btn i.fas {
  color: #fff;
  left: -1px;
  position: relative;
  top: -1px;
}

.date-picker>input[type="text"].form-control[readonly] {
  background-color: #fff;
  color: #004a7c;
}

.date-picker.disabled .btn-default {
  background-color: #c7c8ca;
  color: #a5a5a5;
}

.date-picker .uib-daypicker .btn-default {
  border: 1px solid #f0f0f0;
}

.date-picker .uib-daypicker .week-names {
  border-top: 1px solid #f0f0f0;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 20px;
}

.date-picker .uib-daypicker .week-names th {
  font-weight: 400;
}

.date-picker .uib-daypicker td {
  border: 1px solid #a5a5a5;
  border-left: 0;
}

.date-picker .uib-daypicker td.nav-heading {
  border: 0;
  font-weight: 400;
}

.date-picker .uib-datepicker .uib-left,
.date-picker .uib-datepicker .uib-right,
.date-picker .uib-datepicker .uib-title {
  border: 0;
  height: 40px;
}

.date-picker .uib-datepicker .uib-left:hover,
.date-picker .uib-datepicker .uib-right:hover,
.date-picker .uib-datepicker .uib-title:hover {
  background-color: initial;
  border: 0;
  box-shadow: none;
  color: inherit;
}

.date-picker .uib-datepicker .uib-left.btn,
.date-picker .uib-datepicker .uib-left.btn.btn-small,
.date-picker .uib-datepicker .uib-right.btn,
.date-picker .uib-datepicker .uib-right.btn.btn-small,
.date-picker .uib-datepicker .uib-title.btn,
.date-picker .uib-datepicker .uib-title.btn.btn-small {
  padding-left: 9px;
  padding-right: 9px;
}

.date-picker .uib-datepicker .uib-title {
  color: #373737;
  font-size: 13px;
  font-weight: 600;
}

.date-picker .uib-datepicker .uib-weeks .btn {
  border: 1px solid transparent;
  font-size: 13px;
}

.date-picker .uib-datepicker .uib-weeks .btn.btn-default {
  background-color: #fff;
  color: #004a7c;
  font-weight: 800;
  opacity: 1;
}

.date-picker .uib-datepicker .uib-weeks .btn.btn-default:hover:not([disabled="disabled"]) {
  background-color: #0f76ab;
  color: #fff;
}

.date-picker .uib-datepicker .uib-weeks .btn.active {
  border: 1px solid #0f76ab;
  color: #0f76ab;
}

.date-picker .uib-datepicker .uib-weeks .btn.btn-info {
  background-color: #0f76ab;
  color: #fff;
}

.date-picker .uib-datepicker .uib-weeks .btn.text-muted {
  background-color: #f7f7f8;
  opacity: 1;
}

.date-picker .uib-datepicker .uib-weeks .btn.text-info {
  background-color: #e4f6fd;
  border: 1px solid #0f76ab;
  color: #004a7c;
  font-weight: 800;
}

.date-picker .uib-datepicker .uib-weeks .btn[disabled="disabled"]:not(.text-info) {
  background-color: #c7c8ca;
  color: #fff;
  font-weight: 400;
}

.date-picker .uib-datepicker .uib-weeks:last-child td {
  border-bottom: 0;
}

.date-picker .dropdown-menu {
  border: 1px solid #777;
  border-radius: 0;
  margin: 0;
  padding: 0;
  z-index: 902;
}

.date-picker .dropdown-menu li {
  margin-left: 0;
}

.industry-carousel {
  background-color: #f5f5f6;
}

.industry-carousel,
.industry-carousel .carousel {
  height: 120px;
}

.industry-carousel .carousel-control span,
.industry-carousel .carousel-indicators {
  display: none;
}

.industry-carousel .carousel-inner {
  margin: auto;
  white-space: nowrap;
  width: 95%;
}

.industry-carousel .carousel-inner>.item+.item a {
  float: left;
}

.industry-carousel .item {
  text-align: center;
}

.industry-carousel .carousel-inner,
.industry-carousel .item,
.industry-carousel .item a {
  height: 100%;
}

.industry-carousel .item a {
  border-right: 1px solid #fff;
  color: #004a7c;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  padding: 0 15px;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  width: 105px;
}

.industry-carousel .item a:last-child {
  border-right: 0;
}

.industry-carousel .item a:before {
  background-repeat: no-repeat;
  background-size: 180px auto;
  content: " ";
  display: inline-block;
  height: 62px;
  width: 75px;
}

.industry-carousel .carousel-control {
  background: none !important;
  color: #90abb5;
  display: none;
  text-decoration: none;
  text-shadow: none;
  width: 28px;
}

.industry-carousel .carousel-control:hover {
  color: #004a7c;
}

.industry-carousel .carousel-control.left:before {
  content: "‹";
  left: 0;
}

.industry-carousel .carousel-control.right:before {
  content: "›";
  right: 0;
}

.industry-carousel .carousel-control.left:before,
.industry-carousel .carousel-control.right:before {
  font-size: 70px;
  text-decoration: none;
  transform: translateY(-20px);
}

.industry-carousel.businesses .item a:before {
  background-image: url(/cms/images/sprt-businesses-icns.png);
}

.industry-carousel.businesses .item a.manufacturing:before {
  background-position: 6px -432px;
}

.industry-carousel.businesses .item a.manufacturing:hover:before {
  background-position: -98px -432px;
}

.industry-carousel.businesses .item a.construction-demolition:before {
  background-position: 8px -887px;
}

.industry-carousel.businesses .item a.construction-demolition:hover:before {
  background-position: -97px -887px;
}

.industry-carousel.businesses .item a.exploration-production:before {
  background-position: 15px -1117px;
}

.industry-carousel.businesses .item a.exploration-production:hover:before {
  background-position: -90px -1117px;
}

.industry-carousel.businesses .item a.distribution:before {
  background-position: 0 -666px;
}

.industry-carousel.businesses .item a.distribution:hover:before {
  background-position: -105px -666px;
}

.industry-carousel.businesses .item a.healthcare:before {
  background-position: 20px -1343px;
}

.industry-carousel.businesses .item a.healthcare:hover:before {
  background-position: -84px -1343px;
}

.industry-carousel.businesses .item a.offices:before {
  background-position: 13px -1569px;
}

.industry-carousel.businesses .item a.offices:hover:before {
  background-position: -91px -1569px;
}

.industry-carousel.businesses .item a.retail:before {
  background-position: 20px 10px;
}

.industry-carousel.businesses .item a.retail:hover:before {
  background-position: -84px 10px;
}

.industry-carousel.businesses .item a.venues:before {
  background-position: 3px -2242px;
}

.industry-carousel.businesses .item a.venues:hover:before {
  background-position: -102px -2242px;
}

.industry-carousel.businesses .item a.food:before {
  background-position: 15px -215px;
}

.industry-carousel.businesses .item a.food:hover:before {
  background-position: -90px -215px;
}

.industry-carousel.businesses .item a.higher-education:before {
  background-position: 13px -2016px;
}

.industry-carousel.businesses .item a.higher-education:hover:before {
  background-position: -90px -2016px;
}

.industry-carousel.businesses .item a.bk12:before {
  background-position: 1px -2685px;
}

.industry-carousel.businesses .item a.bk12:hover:before {
  background-position: -85px -2685px;
}

.industry-carousel.businesses .item a.property-management:before {
  background-position: 22px -1792px;
}

.industry-carousel.businesses .item a.property-management:hover:before {
  background-position: -82px -1792px;
}

.industry-carousel.businesses .item a.other:before {
  background-position: 14px -2466px;
}

.industry-carousel.businesses .item a.other:hover:before {
  background-position: -91px -2466px;
}

.industry-carousel.businesses .item a.industrial-services:before {
  background-position: 6px -2905px;
}

.industry-carousel.businesses .item a.industrial-services:hover:before {
  background-position: -99px -2905px;
}

.industry-carousel.residents .item a:before {
  background-image: url(/cms/images/sprt-residents-icns.png);
}

.industry-carousel.residents .item a.solid-waste:before {
  background-position: 5px 5px;
}

.industry-carousel.residents .item a.solid-waste:hover:before {
  background-position: -83px 5px;
}

.industry-carousel.residents .item a.recycling:before {
  background-position: 2px -219px;
}

.industry-carousel.residents .item a.recycling:hover:before {
  background-position: -85px -219px;
}

.industry-carousel.residents .item a.bulk-waste:before {
  background-position: -9px -439px;
}

.industry-carousel.residents .item a.bulk-waste:hover:before {
  background-position: -97px -439px;
}

.industry-carousel.residents .item a.yard-waste:before {
  background-position: -9px -669px;
}

.industry-carousel.residents .item a.yard-waste:hover:before {
  background-position: -97px -669px;
}

.industry-carousel.residents .item a.electronic-waste:before {
  background-position: 3px -894px;
}

.industry-carousel.residents .item a.electronic-waste:hover:before {
  background-position: -85px -894px;
}

.industry-carousel.residents .item a.house-hazard-waste:before {
  background-position: 9px -1120px;
}

.industry-carousel.residents .item a.house-hazard-waste:hover:before {
  background-position: -80px -1120px;
}

.industry-carousel.residents .item a.organic-waste:before {
  background-position: 3px -1344px;
}

.industry-carousel.residents .item a.organic-waste:hover:before {
  background-position: -85px -1344px;
}

.industry-carousel.residents .item a.sharps-needle-disposal:before {
  background-position: -1px -1568px;
}

.industry-carousel.residents .item a.sharps-needle-disposal:hover:before {
  background-position: -89px -1568px;
}

.industry-carousel.residents .item a.dumpster-rental:before {
  background-position: -7px -1789px;
}

.industry-carousel.residents .item a.dumpster-rental:hover:before {
  background-position: -94px -1789px;
}

.industry-carousel.communities .item a:before {
  background-image: url(/cms/images/sprt-communities-icns.png);
}

.industry-carousel.communities .item a.municipalities:before {
  background-position: 0 10px;
}

.industry-carousel.communities .item a.municipalities:hover:before {
  background-position: -90px 10px;
}

.industry-carousel.communities .item a.public-private-partnerships:before {
  background-position: 7px -215px;
}

.industry-carousel.communities .item a.public-private-partnerships:hover:before {
  background-position: -85px -215px;
}

.industry-carousel.communities .item a.hoa:before {
  background-position: -10px -440px;
}

.industry-carousel.communities .item a.hoa:hover:before {
  background-position: -102px -440px;
}

.industry-carousel.communities .item a.k12:before {
  background-position: -12px -664px;
}

.industry-carousel.communities .item a.k12:hover:before {
  background-position: -102px -664px;
}

.industry-carousel.communities .item a.community-impact:before {
  background-position: 0 -894px;
}

.industry-carousel.communities .item a.community-impact:hover:before {
  background-position: -90px -894px;
}

.industry-carousel.communities .item a.special-events:before {
  background-position: 0 -1112px;
}

.industry-carousel.communities .item a.special-events:hover:before {
  background-position: -90px -1112px;
}

.industry-carousel.has-left-control .carousel-control.left,
.industry-carousel.has-right-control .carousel-control.right {
  display: inline;
}

.industry-carousel.no-icons {
  display: block;
}

.industry-carousel.no-icons,
.industry-carousel.no-icons .carousel {
  height: auto;
}

.industry-carousel.no-icons .item a {
  display: flex;
  flex: 1 0;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  white-space: nowrap;
  width: auto;
}

.industry-carousel.no-icons .item a:before {
  display: none;
}

.industry-carousel.no-icons .carousel-inner {
  width: 100%;
}

.industry-carousel.no-icons .carousel-inner>.active {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.industry-carousel.no-icons .carousel-control.left:before,
.industry-carousel.no-icons .carousel-control.right:before {
  font-size: 35px;
}

rs-info-card .rs-info-card:focus {
  outline: none;
}

rs-info-card .active {
  background: #ededee;
}

rs-info-card .close-icon {
  background: #fff;
  border-radius: 50%;
  color: #0f76ab;
  height: 30px;
  margin-top: 7px;
  position: absolute;
  right: 7px;
  text-align: center;
  width: 30px;
  z-index: 1;
}

rs-info-card .close-icon i {
  line-height: 30px;
}

rs-info-card rs-info-card-body {
  display: block;
  padding: 12px;
  position: relative;
}

rs-info-card rs-info-card-body:focus {
  outline: none;
}

rs-info-card rs-info-card-body span {
  bottom: 30px;
  color: #0f76ab;
  float: right;
  right: 12px;
  position: absolute;
}

rs-info-card rs-info-card-detail {
  background: #ededee;
  cursor: default;
  left: 0;
  padding: 35px;
  position: absolute;
  width: 100%;
}

.rs-info-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.local-content h2.section-title {
  text-align: center;
}

.local-content .customer-service-section {
  background: #f7f7f8;
}

.local-content li i {
  margin: 8px;
}

.modal {
  padding: 0 !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    content: "";
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}

modal-container.modal.show.fade {
  opacity: 1 !important;
}

modal-container.modal.show .modal-dialog {
  transform: translate(0);
}

.product-carousel .product-carousel__play-button--before {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  content: "";
  height: 25%;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.product-carousel .product-carousel__play-button--after {
  color: #fff;
  content: "\f04b";
  font-family: Font Awesome\5 Pro;
  font-weight: 400;
  font-size: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-38%, -50%);
}

.product-carousel .product-carousel__viewer .product-carousel__left-arrow,
.product-carousel .product-carousel__viewer .product-carousel__right-arrow {
  background-color: rgba(0, 0, 0, 0.3);
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 1;
}

.product-carousel .product-carousel__viewer .product-carousel__left-arrow:focus,
.product-carousel .product-carousel__viewer .product-carousel__left-arrow i.fas:focus,
.product-carousel .product-carousel__viewer .product-carousel__right-arrow:focus,
.product-carousel .product-carousel__viewer .product-carousel__right-arrow i.fas:focus {
  outline: 0;
}

.product-carousel .product-carousel__viewer .product-carousel__left-arrow i.fas,
.product-carousel .product-carousel__viewer .product-carousel__right-arrow i.fas {
  color: #fff;
  font-size: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 482px) {

  .product-carousel .product-carousel__viewer .product-carousel__left-arrow,
  .product-carousel .product-carousel__viewer .product-carousel__right-arrow {
    display: none;
  }
}

.product-carousel .product-carousel__viewer .product-carousel__left-arrow.hover,
.product-carousel .product-carousel__viewer .product-carousel__right-arrow.hover {
  display: block;
}

.product-carousel .product-carousel__viewer .product-carousel__left-arrow {
  left: 0;
}

.product-carousel .product-carousel__viewer .product-carousel__right-arrow {
  right: 0;
}

.product-carousel .product-carousel__viewer:hover .product-carousel__left-arrow,
.product-carousel .product-carousel__viewer:hover .product-carousel__right-arrow {
  display: block;
}

.product-carousel .product-carousel__viewer .product-carousel__selected-image {
  display: flex;
  flex: 1;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image {
    height: 292px;
  }
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image {
    height: 222px;
  }
}

@media only screen and (max-width: 482px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image {
    height: 232px;
  }
}

@media only screen and (max-width: 374px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image {
    height: 202px;
  }
}

@media only screen and (max-width: 482px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image.full-width {
    height: 160px;
  }
}

@media only screen and (max-width: 374px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image.full-width {
    height: 120px;
  }
}

.product-carousel .product-carousel__viewer .product-carousel__selected-image img {
  height: 100%;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button {
    height: 292px;
  }
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button {
    height: 240px;
  }
}

@media only screen and (max-width: 482px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button {
    height: 235px;
  }
}

@media only screen and (max-width: 374px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button {
    height: 205px;
  }
}

@media only screen and (max-width: 482px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button.full-width {
    height: 160px;
  }
}

@media only screen and (max-width: 374px) {
  .product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button.full-width {
    height: 120px;
  }
}

.product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button img {
  height: 100%;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}

.product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button:before {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  content: "";
  height: 25%;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  border-radius: 10px;
  height: 60px;
  width: 110px;
}

.product-carousel .product-carousel__viewer .product-carousel__selected-image--video .product-carousel__play-button:after {
  color: #fff;
  content: "\f04b";
  font-family: Font Awesome\5 Pro;
  font-weight: 400;
  font-size: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-38%, -50%);
  font-size: 2.5em;
}

.product-carousel .product-carousel__thumbnails {
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 6px;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image {
  height: 73px;
  padding: 0;
  width: 116px;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image>div {
  height: 100%;
  text-align: center;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image>div:focus {
  outline: 0;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image+.product-carousel__image {
  margin-left: 6px;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image .product-carousel__image--video {
  position: relative;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image .product-carousel__image--video:before {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  content: "";
  height: 25%;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image .product-carousel__image--video:after {
  color: #fff;
  content: "\f04b";
  font-family: Font Awesome\5 Pro;
  font-weight: 400;
  font-size: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-38%, -50%);
}

.product-carousel .product-carousel__thumbnails .product-carousel__image .product-carousel__image--video img {
  width: 100%;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image img {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-carousel .product-carousel__thumbnails .product-carousel__image--selected {
  border: 3px solid #0f76ab;
}

.product-carousel .pop-over-text {
  color: #c7c8ca;
  margin-top: 12px;
}

.pop-over-mode .product-carousel .product-carousel__selected-image--video {
  flex: 1;
  max-height: 548px;
}

.pop-over-mode .product-carousel .product-carousel__selected-image {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.pop-over-mode .product-carousel .product-carousel__selected-image img {
  max-height: 548px;
  width: 100%;
}

.product-config-service-frequency .pointer,
.product-config-service-frequency .small {
  cursor: pointer;
}

.product-config-service-frequency .clearfix {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1023px) {
  .product-config-service-frequency .clearfix {
    margin-bottom: 0;
  }
}

.product-config-service-frequency .day-input-container,
.product-config-service-frequency .input-group.date-picker {
  margin-bottom: 7px;
}

@media only screen and (min-width: 1023px) {

  .product-config-service-frequency .day-input-container,
  .product-config-service-frequency .input-group.date-picker {
    margin-bottom: 0;
  }
}

.product-config-service-frequency .dropdown-toggle[aria-expanded="true"] {
  box-shadow: none;
}

.product-config-service-frequency .dropdown-toggle {
  background-color: #fff;
  color: #777;
  border: 1px solid #777;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.product-config-service-frequency .dropdown-toggle .caret-icon {
  color: #0f76ab;
  right: 10px;
  position: absolute;
}

.product-config-service-frequency .dropdown-menu {
  font-size: 16px;
  left: 15px !important;
  margin-top: -2px;
  width: 88%;
}

.product-config-service-frequency .dropdown-menu .dropdown-option :hover {
  background-color: #0f76ab;
  color: #fff;
}

.product-config-service-frequency .dropdown-menu .menu-item {
  padding-left: 10px;
  padding-right: 10px;
}

.product-config-service-frequency .dropdown-toggle-smc {
  background-color: #fff;
  color: #777;
  border: 1px solid #777;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  width: 40px;
  height: 40px;
}

.product-config-service-frequency .dropdown-toggle-smc .caret-icon {
  color: #0f76ab;
  right: 15px;
  top: 12px;
  position: absolute;
}

.product-config-service-frequency .dropdown-toggle-smc[aria-expanded="true"] {
  box-shadow: none;
}

.product-config-service-frequency .span-new-design {
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
}

.product-config-service-frequency .span-week {
  color: #373737;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding-right: 15%;
  padding-left: 5%;
  padding-top: 7%;
}

.product-config-service-frequency .service-delivery {
  color: #1e72ba;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}

@media only screen and (max-width: 769px) {
  .product-config-service-frequency .span-week {
    padding-top: 4%;
  }
}

.delivery-options .pointer {
  cursor: pointer;
}

@media (min-width: 768px) {

  .delivery-options,
  .delivery-options .delivery-option {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }

  .delivery-options .delivery-option {
    flex-direction: column;
  }
}

.csr-lookup a {
  color: #0f76ab;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.csr-lookup.csr-lookup-hover a,
.csr-lookup.csr-lookup-hover a:focus,
.csr-lookup a:hover {
  color: #fff;
}

.accordion.tabbordion>.panel-group>.panel {
  border: 0;
  margin-bottom: 1px;
  margin-top: 0;
}

.accordion.tabbordion>.panel-group>.panel>.panel-heading {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.accordion.tabbordion>.panel-group>.panel>.panel-heading .panel-title>div {
  color: #777;
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.accordion.tabbordion>.panel-group>.panel>.panel-heading .panel-title>div:focus {
  outline: 0;
}

.accordion.tabbordion>.panel-group>.panel>.panel-heading .panel-title>div .img-container {
  line-height: 60px;
}

.accordion.tabbordion>.panel-group>.panel>.panel-heading .panel-title>div .img-container img {
  height: 60px;
  width: auto;
}

.accordion.tabbordion>.panel-group>.panel>.panel-heading .panel-title>div span.arrow {
  float: right;
}

.accordion.tabbordion>.panel-group>.panel>.panel-heading .panel-title>div span.arrow:after {
  content: "›";
  font-size: 54px;
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: 10px;
  transform-origin: 40% 75%;
  transition: transform 0.15s ease;
}

.accordion.tabbordion>.panel-group>.panel.panel-open>.panel-heading {
  background-color: #ecf6fc;
}

.accordion.tabbordion>.panel-group>.panel.panel-open>.panel-heading .panel-title>div span.arrow:after {
  transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .accordion.tabbordion {
    display: none;
  }
}

.transition-bg {
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9101;
}

.transition-bg .transition-spinner {
  background: #fff url(/assets/images/rs-logo.png) 50% no-repeat;
  background-size: 50px 50px;
  border-radius: 50%;
  box-shadow: inset 0 0 10px #fff, inset 0 0 5px #fff, 0 0 1px #fff,
    0 0 3px #777;
  display: inline-block;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 9101;
}

.transition-bg .transition-spinner:before {
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  border-radius: 50%;
  border: 4px solid transparent;
  border-right-color: #373737;
  content: "";
  height: 110%;
  left: -5%;
  position: absolute;
  top: -5%;
  width: 110%;
}

.lt-ie10 .transition-bg {
  display: none;
}

.wide-dropoff-location-map .pushpin-img {
  display: flex;
}

.wide-dropoff-location-map .pushpin-img img {
  max-height: 50px;
}

.wide-dropoff-location-map .facility-info {
  margin-left: 0;
  margin-right: 0;
}

.wide-dropoff-location-map .bing-map-container {
  display: inline-flex;
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 482px) {
  .wide-dropoff-location-map .bing-map-container {
    display: block;
  }
}

.wide-dropoff-location-map .bing-map-container .locations {
  background-color: #fff;
}

@media only screen and (min-width: 482px) {
  .wide-dropoff-location-map .bing-map-container .locations {
    padding: 15px 0;
  }
}

.wide-dropoff-location-map .bing-map-container .bing-map {
  height: 500px !important;
  width: 100%;
}

.wide-dropoff-location-map .bing-map-container .bing-map .MicrosoftMap {
  margin-left: auto;
  margin-right: auto;
}

.wide-dropoff-location-map .bing-map-container .map-content {
  margin-left: 30px;
}

.wide-dropoff-location-map .bing-map-container .map-spacing {
  padding-left: 0;
  padding-right: 0;
}

.wide-dropoff-location-map .bing-map-container .button-map {
  width: 100%;
}

.wide-dropoff-location-map .bing-map-container .text-color {
  color: #0f76ab;
}

.wide-dropoff-location-map .bing-map-container .faq-link {
  margin-top: 30px;
}

.wide-dropoff-location-map .bing-map-container .map-note {
  font-size: 13px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  .wide-dropoff-location-map .bing-map-container .map-content {
    margin-left: 0;
  }

  .wide-dropoff-location-map .bing-map-container .faq-link {
    margin-top: 0;
  }

  .wide-dropoff-location-map .bing-map-container .locations .location-columns {
    width: 50%;
  }

  .wide-dropoff-location-map .bing-map-container .locations .location-columns:last-child {
    clear: both;
    float: none;
    margin: 0 auto;
  }
}

.accounts-linked-modal .modal-header {
  text-transform: none;
}

.accounts-linked-modal table {
  margin: auto;
  width: 90%;
}

.accounts-linked-modal table tbody {
  background-color: #e4f6fd;
  border: 1px solid #0f76ab;
  padding: 15px;
}

.accounts-linked-modal table tr {
  text-align: left;
}

.accounts-linked-modal table tr td,
.accounts-linked-modal table tr th {
  padding: 10px 30px;
}

@media only screen and (max-width: 769px) {

  .accounts-linked-modal table tr td,
  .accounts-linked-modal table tr th {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 482px) {

  .accounts-linked-modal table tr td,
  .accounts-linked-modal table tr th {
    font-size: 13px;
  }
}

.accounts-linked-modal table tr td input[type="checkbox"]+label,
.accounts-linked-modal table tr th input[type="checkbox"]+label {
  top: -5px;
}

.accounts-linked-modal table tr td:first-child,
.accounts-linked-modal table tr th:first-child {
  width: 10%;
}

@media only screen and (max-width: 482px) {

  .accounts-linked-modal table tr td:first-child,
  .accounts-linked-modal table tr th:first-child {
    width: 2%;
  }
}

.accounts-linked-modal table tr td:nth-child(2),
.accounts-linked-modal table tr th:nth-child(2) {
  padding-left: 0;
  width: 20%;
}

.accounts-linked-modal table tr td:nth-child(3),
.accounts-linked-modal table tr th:nth-child(3) {
  padding-left: 0;
  width: 30%;
}

.accounts-linked-modal table tr td:nth-child(4),
.accounts-linked-modal table tr th:nth-child(4) {
  padding-left: 0;
  width: 40%;
}

@media only screen and (max-width: 769px) {

  .accounts-linked-modal table tr td:nth-child(4),
  .accounts-linked-modal table tr th:nth-child(4) {
    display: none;
  }
}

.accounts-linked-modal table tr td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.erecycling-services {
  height: auto;
}

.erecycling-services label {
  text-align: left;
}

.erecycling-services input[type="checkbox"] {
  display: inline-block;
}

.erecycling-services img {
  display: inline-block;
  width: 100px;
}

.erecycling-services .erecycling-options-container {
  padding: 0 40px;
}

.erecycling-services .erecycling-options {
  display: flex;
  justify-content: space-between;
}

.erecycling-services .erecycling-options label+label {
  margin: 0;
}

.erecycling-services .erecycling-options>label {
  flex-basis: 25%;
}

.erecycling-services .erecycling-options>label span {
  display: block;
}

.erecycling-services .erecycling-options>label:last-child {
  align-items: center;
  display: flex;
  margin-top: -25px;
}

.erecycling-services .erecycling-options>label:last-child span {
  display: inline-block;
  margin-left: 10px;
}

.erecycling-boxtype {
  height: auto;
}

.erecycling-boxtype .boxtype-description {
  padding: 10px;
  white-space: normal;
}

.erecycling-boxtype .erecycling-options {
  background-color: #f7f7f8;
  padding: 0;
}

.erecycling-boxtype .erecycling-options label {
  align-items: center;
  color: #575a5b;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.erecycling-boxtype .erecycling-options img {
  display: inline-block;
  width: 50px;
}

.erecycling-boxtype .erecycling-options input[type="checkbox"] {
  display: none;
}

.erecycling-boxtype .erecycling-options input[type="checkbox"]:checked+label {
  background-color: #d2f6fc;
}

.erecycling-boxtype .erecycling-options .boxtype-item {
  flex-basis: 20%;
  height: 150px;
  position: relative;
}

.erecycling-boxtype .erecycling-options .boxtype-item .boxtype-label {
  font-size: 0.8em;
}

.erecycling-boxtype .erecycling-options .boxtype-item.triangle:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 0;
}

.erecycling-boxtype .control-label {
  text-align: left;
}

@media only screen and (max-width: 482px) {
  .erecycling-services .erecycling-options {
    flex-direction: column;
    white-space: nowrap;
  }

  .erecycling-services .erecycling-options .erecycling-options {
    display: flex;
    white-space: normal;
  }

  .erecycling-services .erecycling-options .erecycling-options .boxtype-item {
    height: 100px;
  }

  .erecycling-services .erecycling-options .erecycling-options .boxtype-item label {
    display: flex;
    flex-direction: row;
  }

  .erecycling-services .erecycling-options .erecycling-options .boxtype-item label img {
    margin-right: 20px;
  }

  .erecycling-services .erecycling-options>label {
    border-top: 1px solid #c6c8ca;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .erecycling-services .erecycling-options>label:last-child {
    border-bottom: 1px solid #c6c8ca;
    display: block;
    margin-top: 0;
  }

  .erecycling-services .erecycling-options>label:last-child>span {
    margin-left: 0;
  }

  .erecycling-services .erecycling-options>label>span {
    display: inline-block;
  }

  .erecycling-services .erecycling-options>label>img {
    display: none;
  }

  .erecycling-services .erecycling-options>label>input[type="checkbox"] {
    float: right;
  }
}

.electronics-recycling .row {
  display: flex;
  flex-direction: column;
}

.electronics-recycling .container {
  flex: 1 0 auto;
}

@media only screen and (max-width: 482px) {
  .electronics-recycling .tabbordion2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.electronics-recycling .callout-box {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
}

@media only screen and (min-width: 482px) {
  .electronics-recycling .callout-box {
    flex-direction: row;
    padding-left: 0;
  }
}

.electronics-recycling .callout-box .callout-item {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media only screen and (min-width: 482px) {
  .electronics-recycling .callout-box .callout-item {
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.electronics-recycling .callout-box .callout-item+.callout-item {
  margin-left: 0;
}

@media only screen and (min-width: 482px) {
  .electronics-recycling .callout-box .callout-item+.callout-item {
    margin-left: 20px;
  }
}

.electronics-recycling .callout-box .callout-item .callout-number {
  display: inline-block;
  font-size: 1.7em;
  line-height: 1.7em;
  margin-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 482px) {
  .electronics-recycling .callout-box .callout-item .callout-number {
    font-size: 1.5em;
    left: 15px;
    line-height: 1.5em;
    top: 5px;
  }
}

.electronics-recycling .callout-box .callout-item .callout-number:before {
  border: 2px solid #004a7c;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 46px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 46px;
}

@media only screen and (max-width: 482px) {
  .electronics-recycling .callout-box .callout-item .callout-number:before {
    top: -5px;
  }
}

.electronics-recycling .callout-box .callout-item .callout-details {
  margin-left: 20px;
  margin-top: 1.3em;
  padding-right: 15px;
  text-align: left;
  width: 80%;
}

@media only screen and (min-width: 482px) {
  .electronics-recycling .callout-box .callout-item .callout-details {
    margin-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .checkmarked {
    display: flex;
    flex-wrap: wrap;
  }
}

.electronics-recycling .checkmarked li {
  margin-left: 20px;
  margin-top: 10px;
}

.electronics-recycling .tab-pane .content .image {
  align-items: center;
  display: flex;
  height: 450px;
  justify-content: flex-start;
}

.electronics-recycling .btn-tertiary {
  padding: 12px 35px;
}

.electronics-recycling .cta.visible-xs {
  padding-bottom: 35px;
}

.electronics-recycling .cta.visible-xs .btn-tertiary {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3em;
}

.electronics-recycling .banner {
  background-color: #add8e6;
  background-image: url(/cms/images/erecycling/workdesk-mobile.jpg);
  background-position: 50%;
  background-position-y: -20px;
  background-size: cover;
  height: 56vw;
  justify-content: center;
}

.electronics-recycling .banner>.container {
  flex: initial;
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .banner {
    padding-bottom: 35px;
    background-image: url(/cms/images/erecycling/workdesk-large.jpg);
    background-position-y: center;
    flex: 1;
    height: auto;
    justify-content: flex-start;
  }

  .electronics-recycling .banner .container {
    padding-bottom: 35px;
  }
}

.electronics-recycling .banner .row+.row {
  margin-top: 10px;
}

.electronics-recycling .banner .video .fas {
  background-color: #fff;
  border-radius: 50%;
  font-size: 6.5rem;
  height: 5rem;
  line-height: 6rem;
  opacity: 0.85;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .banner .video .fas {
    font-size: 6rem;
    opacity: 1;
  }
}

.electronics-recycling .banner .video .fas:before {
  position: relative;
  top: -8px;
}

.electronics-recycling .thumbnail-videos {
  background-color: #f7f7f8;
}

.electronics-recycling .glyphicon.glyphicon-chevron-left:before {
  content: "\f053";
  font: normal normal 400 20px/1 Font Awesome\5 Pro;
}

.electronics-recycling .glyphicon.glyphicon-chevron-right:before {
  content: "\f054";
  font: normal normal 400 20px/1 Font Awesome\5 Pro;
}

.electronics-recycling .carousel .carousel-inner {
  height: 216px;
}

.electronics-recycling .carousel a,
.electronics-recycling .carousel a:visited {
  color: #fff;
}

.electronics-recycling .carousel .video-thumbnail .video-title {
  bottom: 50px;
  font-size: 1em;
}

.electronics-recycling .carousel .video-thumbnail a {
  display: block;
}

.electronics-recycling .video-list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.electronics-recycling .video-list .video-thumbnail img {
  width: 230px;
}

@media only screen and (max-width: 769px) {
  .electronics-recycling .video-list .video-thumbnail img {
    width: 160px;
  }
}

.electronics-recycling .video-thumbnail img {
  height: 216px;
  margin: 0 auto;
}

.electronics-recycling .message {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .message {
    background-color: #e4f6fd;
  }
}

.electronics-recycling .message p {
  padding-top: 12px;
  padding-bottom: 15px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .message p {
    padding: 30px 0;
  }
}

.electronics-recycling .solutions {
  background-color: #e4f6fd;
}

.electronics-recycling .solutions .container {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .solutions {
    background-color: #fff;
  }

  .electronics-recycling .solutions .container {
    margin-left: auto;
    margin-right: auto;
  }

  .electronics-recycling .solutions .title {
    margin-top: 35px;
    text-align: center !important;
  }
}

.electronics-recycling .blueguard {
  background: url(/cms/images/erecycling/black-blue-wires.png) bottom -120px right "-25px/300px"no-repeat,
    url(/cms/images/erecycling/multicolor-wires.png) top -180px left "-47px/140px"
    no-repeat,
    #fff;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .blueguard {
    background: url(/cms/images/erecycling/black-blue-wires.png) bottom -20px right "-100px/300px"no-repeat,
      url(/cms/images/erecycling/multicolor-wires.png) top -150px left "0px/175px"
      no-repeat,
      #e4f6fd;
  }
}

.electronics-recycling .acceptable-items {
  background-color: #e4f6fd;
}

@media only screen and (min-width: 768px) {
  .electronics-recycling .acceptable-items {
    background-color: #fff;
  }

  .electronics-recycling .acceptable-items .title {
    margin-top: 35px;
    text-align: center !important;
  }
}

.error-404 div.breadcrumbs-container,
.error-404 div.content-section h1,
.error-500 div.breadcrumbs-container,
.error-500 div.content-section h1 {
  display: none;
}

@media only screen and (min-width: 482px) {

  .error-404 .btn+.btn,
  .error-500 .btn+.btn {
    margin-left: 30px;
  }
}

.locations-container rs-address-search-input {
  margin-bottom: 0;
}

.locations-container rs-address-search-input .address-search-input label {
  padding: 5px 15px;
  margin-bottom: 0;
}

.locations-container rs-address-search-input .address-search-input .address-search-button-container {
  margin-top: 5px;
}

.locations-container .locations-cities-header h1,
.locations-container .locations-postal-codes-header h1 {
  margin: 10px 0;
}

.locations-container .locations-cities-header .locations-cities-header-img {
  background-image: url(/cms/images/cafe_truck_in_window.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 92%;
}

.locations-container .locations-postal-codes-header .locations-postal-codes-header-img {
  background-image: url(/cms/images/grandma_child_recycling.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 92%;
}

.locations-container ul.distinct-columns {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.locations-container ul.distinct-columns li {
  flex: 1 1 180px;
  line-height: 2em;
  max-width: 180px;
}

.locations-container ul.distinct-columns li a {
  text-decoration: none;
  text-transform: capitalize;
}

.locations-container ul.distinct-columns li a:hover {
  text-decoration: underline;
}

.locations-container ul.distinct-columns.distinct-columns-zip li {
  flex-basis: 140px;
  max-width: 140px;
}

@media only screen and (min-width: 992px) {
  .locations-container ul.distinct-columns li {
    flex-basis: 22%;
    max-width: 22%;
  }
}

.locations-container .location-content-banner.hero {
  background: #fff;
  border-top: 0;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .locations-container .location-content-banner.hero {
    max-height: 300px;
  }
}

.locations-container .location-content-banner .bg-banner {
  background-image: url(/cms/images/localservices.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 120px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .locations-container .location-content-banner .bg-banner {
    height: 300px;
    position: absolute;
    top: 0;
  }
}

.locations-container .location-content-banner .container {
  background: #fff;
  display: block;
  padding: 0;
  vertical-align: inherit;
}

@media only screen and (min-width: 768px) {
  .locations-container .location-content-banner .container {
    display: table-cell;
  }
}

.locations-container .location-content-banner .container .banner-text {
  background-color: hsla(0, 0%, 100%, 0.75);
  border-bottom: 1px solid #c6c8ca;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .locations-container .location-content-banner .container .banner-text {
    border: 0;
    float: right;
    height: 300px;
    position: relative;
    width: 350px;
  }
}

@media only screen and (min-width: 1200px) {
  .locations-container .location-content-banner .container .banner-text {
    right: 16%;
  }
}

.locations-container .location-content-banner .container .banner-text>div {
  color: #373737;
  width: inherit;
}

.keep-height {
  min-height: 1072px;
}

.login-page .pointer {
  cursor: pointer;
}

.login-page .signup-subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 60px;
}

@media only screen and (max-width: 482px) {
  .login-page .signup-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}

.login-page .login-subheading {
  font-size: 20px;
  font-weight: 100;
  line-height: 32px;
  text-align: center;
}

@media only screen and (max-width: 482px) {
  .login-page .login-subheading {
    font-size: 16px;
    line-height: 24px;
  }
}

.login-page .login-container .login-embed {
  display: flex;
  justify-content: center;
  width: 100%;
}

.login-page .login-container .login-embed .auth0-lock.auth0-lock {
  z-index: 1;
}

.login-page .login-container .login-embed .auth0-lock.auth0-lock.auth0-lock-with-terms .auth0-lock-tabs-container {
  margin-bottom: 75px !important;
}

.login-page .login-container .login-embed .auth0-lock.auth0-lock.auth0-lock-with-terms .auth0-lock-terms {
  color: #000;
  left: 0;
  max-height: 60px;
  position: absolute;
  right: 0;
  top: 42px;
}

.login-page .login-container .login-embed .auth0-lock.auth0-lock .auth0-lock-header,
.login-page .login-container .login-embed .auth0-lock.auth0-lock .auth0-lock-header-bg {
  height: 15px !important;
}

.login-page .login-container .login-embed .auth0-lock.auth0-lock .auth0-lock-header {
  min-height: 30px;
}

.login-page .login-container .login-embed .auth0-lock.auth0-lock .auth0-lock-header .auth0-lock-header-bg,
.login-page .login-container .login-embed .auth0-lock.auth0-lock .auth0-lock-header .auth0-lock-header-welcome {
  display: none;
}

.login-page .login-container .login-embed .auth0-lock.auth0-lock .auth0-lock-submit {
  border-radius: 0 !important;
}

.login-page .login-container .right-section .mr-devices-img {
  max-width: 178px;
}

.login-page .login-container .right-section .features-list {
  text-align: left;
}

.login-page .login-container .right-section .features-list .feature-item {
  color: #004a7c;
  font-size: 16px;
  margin-top: 15px;
}

.login-page .login-container .right-section .features-list .feature-item i {
  color: #0f76ab;
  display: inline-block;
  height: 36px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}

.login-page .app-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.address-verification .preview {
  background-color: #e4f6fd;
}

.address-verification .preview.invalid {
  background-color: #fef3e5;
  border: 1px solid #e16900;
}

.address-verification .preview.invalid a {
  color: #e16900;
}

.as1-services {
  position: relative;
}

.as1-services .compact-title {
  font-size: 18px;
}

@media only screen and (max-width: 482px) {
  .as1-services {
    padding: 12px;
  }
}

.as1-services .service-section {
  margin: 0;
}

.as1-services .service-section .btn.btn-default,
.as1-services .service-section .btn.btn-default:hover {
  text-align: center;
  border: none;
  padding: 0;
}

.as1-services .service-section .btn.btn-default:hover {
  background-color: #e2fbff;
  color: #00adef;
}

.as1-services .service-section .service-icon img {
  max-width: 63%;
}

.as1-services .service-section .service-heading {
  display: block;
  padding-top: 5px;
  white-space: nowrap;
}

.as1-services .service-section .service-heading span {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.as1-services .service-section .service-heading span:hover {
  color: #00adef;
}

@media only screen and (max-width: 482px) {
  .as1-services .service-section {
    margin-top: 15px;
  }

  .as1-services .service-section .btn.btn-default,
  .as1-services .service-section .btn.btn-default:hover {
    margin-bottom: 20px;
  }

  .as1-services .service-section .service-icon img {
    max-width: 40%;
  }

  .as1-services .service-section .service-heading {
    margin-bottom: 15px;
  }

  .as1-services .service-section .service-heading span {
    font-size: 18px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 769px) {
  .as1-services .service-section .service-icon img {
    max-width: 40%;
  }

  .as1-services .service-section .service-heading {
    margin-bottom: 35px;
  }

  .as1-services .service-section .service-heading span {
    font-size: 18px;
    line-height: 35px;
  }

  .as1-services .service-section .service-description {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .as1-services .service-section .service-icon img {
    max-width: 70%;
  }

  .as1-services .service-section .service-heading {
    margin-bottom: 35px;
  }

  .as1-services .service-section .service-heading span {
    font-size: 16px;
    line-height: 35px;
  }

  .as1-services .service-section .service-description {
    margin-bottom: 15px;
  }
}

.auto-link-pending-card p {
  line-height: 1.3em;
}

.auto-link-pending-card img {
  width: 250px;
}

.link-account-picker-modal .table-striped>.row:nth-child(2n) {
  background-color: #f7f7f8;
}

.mr-selection-wizard a.accordion-toggle {
  text-decoration: none !important;
}

.mr-selection-wizard .panel-group {
  margin: 15px 0;
}

.mr-selection-wizard .panel-group .panel {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  margin: 30px 0;
}

.mr-selection-wizard .panel-group .panel:first-child {
  margin-top: 0;
}

.mr-selection-wizard .panel-group .panel:last-child {
  margin-bottom: 0;
}

.mr-selection-wizard .panel-group .panel .panel-heading {
  background-color: #fff;
  border: 0;
  box-shadow: none;
}

.mr-selection-wizard .panel-group .panel .panel-heading .panel-title .accordion-toggle {
  outline: 0;
  text-decoration: none;
}

.mr-selection-wizard .panel-group .panel .panel-heading .panel-title .accordion-toggle .step-heading-wrapper {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}

.mr-selection-wizard .panel-group .panel .panel-heading+.panel-collapse>.panel-body {
  border: 0;
}

.mr-selection-wizard .panel-group .panel .panel-heading .step-number {
  align-items: center;
  background-color: #fff;
  border: 2px solid #004a7c;
  border-radius: 50%;
  color: #004a7c;
  display: flex;
  height: 50px;
  justify-content: center;
  min-width: 50px;
  transition: background-color 0.1s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
}

.mr-selection-wizard .panel-group .panel .panel-heading .step-number.active,
.mr-selection-wizard .panel-group .panel .panel-heading .step-number:hover {
  background-color: #004a7c;
  color: #fff;
}

.mr-selection-wizard .panel-group .panel .panel-heading .text-muted .step-number:not(.active),
.mr-selection-wizard .panel-group .panel .panel-heading .text-muted .step-number:not(.active):hover {
  background-color: #fff;
  border: 2px solid #004a7c;
  color: #004a7c;
  cursor: not-allowed;
}

.mr-selection-wizard .panel-group .panel .panel-heading .step-heading {
  color: #777;
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 482px) {
  .mr-selection-wizard .panel-group .panel .panel-heading .step-heading {
    max-width: 70%;
  }

  .mr-selection-wizard .panel-group .panel .panel-heading .step-heading .heading-value {
    display: block;
  }
}

.mr-selection-wizard .panel-group .panel.panel-open .panel-heading .step-number {
  background-color: #004a7c;
  color: #fff;
}

.mr-selection-wizard .panel-group .panel .panel-body {
  border: 0;
  margin: 0 65px;
}

@media only screen and (max-width: 769px) {
  .mr-selection-wizard .panel-group .panel .panel-body {
    margin: 0 15px;
    padding: 15px 5px;
  }

  .mr-selection-wizard .panel-group .panel .panel-body .add-new-payment {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mr-selection-wizard .panel-group .panel .panel-body .add-new-payment .uib-tab>div {
    padding: 10px 1px;
  }
}

.mr-selection-wizard .panel-group .panel .panel-body .proceed {
  margin-top: 20px;
}

@media only screen and (max-width: 482px) {
  .mr-selection-wizard .panel-group .panel .panel-body .proceed {
    text-align: center;
    width: 100%;
  }

  .mr-selection-wizard .panel-group .panel .panel-body .proceed button {
    margin-top: 10px;
  }
}

.mr-selection-wizard .panel-group .panel .panel-body .proceed span {
  color: #777;
  position: relative;
  right: 5px;
  top: 2px;
}

.mr-selection-wizard .panel-group .panel .panel-body .add-new-payment .tab-content .mr-payment-method-bank>.col-md-4,
.mr-selection-wizard .panel-group .panel .panel-body .add-new-payment .tab-content .mr-payment-method-card>.col-md-4 {
  width: 100%;
}

.mr-selection-wizard .panel-group .panel .panel-body .add-new-payment .tab-content .mr-payment-method-bank>form>.col-md-4,
.mr-selection-wizard .panel-group .panel .panel-body .add-new-payment .tab-content .mr-payment-method-card>form>.col-md-4 {
  width: 50%;
}

@media only screen and (max-width: 482px) {

  .mr-selection-wizard .panel-group .panel .panel-body .add-new-payment .tab-content .mr-payment-method-bank>form>.col-md-4,
  .mr-selection-wizard .panel-group .panel .panel-body .add-new-payment .tab-content .mr-payment-method-card>form>.col-md-4 {
    width: 100%;
  }
}

.payment-amount-select .table {
  border-spacing: 10px 0;
}

.payment-amount-select .table .currency-input {
  width: 100%;
}

.payment-amount-select .table .payment-amount {
  margin-left: -50px;
}

@media only screen and (min-width: 768px) {
  .payment-amount-select .table {
    margin-left: 15px;
  }
}

.mr-payment-overview.abridged .account-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mr-payment-overview.abridged h5 {
  margin-top: 0;
}

.mr-payment-overview.abridged hr {
  margin-bottom: 10px;
}

.mr-payment-overview.abridged .balance-amount {
  margin-bottom: 25px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .mr-payment-overview.abridged .balance-amount {
    margin-bottom: 0;
    text-align: center;
  }
}

.mr-payment-overview.abridged .enroll-description {
  font-size: 13px;
  margin-top: 12px;
  text-align: right;
}

@media only screen and (max-width: 482px) {
  .mr-payment-overview.abridged .open-obligations table {
    font-size: 13px;
  }
}

.mr-payment-overview.abridged .open-obligations table td,
.mr-payment-overview.abridged .open-obligations table th {
  border: none;
  padding: 0;
}

@media only screen and (max-width: 482px) {
  .mr-payment-overview.abridged .open-obligations td:nth-child(3) {
    text-align: center;
  }

  .mr-payment-overview.abridged .open-obligations td,
  .mr-payment-overview.abridged .open-obligations th {
    padding-bottom: 4px !important;
  }

  .mr-payment-overview.abridged .open-obligations .amount-payment {
    text-align: right;
  }
}

.mr-payment-overview.abridged .open-obligations .past-due-indicator {
  color: #e16900;
}

.mr-payment-overview.abridged .open-obligations .payment-now {
  display: inline;
}

@media only screen and (max-width: 482px) {
  .mr-payment-overview.abridged .open-obligations .payment-now {
    display: block;
    padding-top: 4px !important;
  }
}

.mr-payment-overview.abridged .pay-bill {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .mr-payment-overview .autopay-paperless a.btn.btn-default {
    margin: auto;
    width: 70%;
  }
}

.mr-payment-overview .pay-now.btn {
  padding: 22px 12px;
}

.mr-payment-overview .fas.fa-chevron-right {
  position: relative;
  top: 2px;
}

.mr-payment-overview hr {
  margin: 12px 0 20px;
}

.mr-payment-overview .flex-row-stretch {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
}

@media only screen and (max-width: 482px) {
  .mr-payment-overview .flex-row-stretch {
    display: block;
  }
}

.mr-payment-overview .flex-col-space-between {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 482px) {
  .mr-payment-overview .flex-col-space-between {
    display: block;
    margin-bottom: 20px;
  }

  .mr-payment-overview .flex-col-space-between:last-child {
    margin-bottom: 0;
  }
}

.mr-pickup-schedule-card {
  padding: 12px;
  position: relative;
  z-index: 1;
}

.schedule-request {
  margin-bottom: 100px;
}

@media only screen and (min-width: 482px) {
  .schedule-request {
    padding: 15px;
  }
}

@media only screen and (max-width: 482px) {
  .select-available-date .uib-datepicker-popup.dropdown-menu {
    margin-left: -15px;
  }
}

.select-service-location .service-location.selected,
.select-service-location .service-location:hover {
  background-color: #e6f6fd;
}

.service-request-item {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 -15px;
  outline: 0;
}

.service-request-item .panel-heading {
  background-color: #fff;
  border-radius: 0;
  padding: 10px 15px;
}

.service-request-item .panel-heading h4 a {
  color: #373737;
}

.service-request-item .panel-heading .fa-times {
  display: none;
}

.service-request-item.panel-open .panel-heading {
  background-color: #0f76ab;
}

.service-request-item.panel-open .panel-heading h4 a {
  color: #fff;
}

.service-request-item.panel-open .panel-heading .fa-times {
  display: block;
}

.service-request-item.panel-open .panel-heading .fa-edit {
  display: none;
}

.service-request-item .panel-body {
  background-color: #ededee;
  border-top: 0;
  padding: 15px;
}

.service-request-list [class*=" col-"],
.service-request-list [class^="col-"] {
  position: inherit;
}

.service-request-list .pagination>li>a {
  float: none;
  position: inherit;
  vertical-align: middle;
}

.service-request-list ul.navigation.pagination {
  color: #0f76ab;
  font-family: Helvetica, Font Awesome\5 Pro;
  margin: 0;
}

.service-request-list ul.navigation.pagination .pagination-first,
.service-request-list ul.navigation.pagination .pagination-last,
.service-request-list ul.navigation.pagination .pagination-next,
.service-request-list ul.navigation.pagination .pagination-prev {
  padding-bottom: 0;
  padding-top: 0;
}

.service-request-list ul.navigation.pagination .pagination-first.disabled,
.service-request-list ul.navigation.pagination .pagination-last.disabled,
.service-request-list ul.navigation.pagination .pagination-next.disabled,
.service-request-list ul.navigation.pagination .pagination-prev.disabled {
  visibility: hidden;
}

.service-request-list ul.navigation.pagination .pagination-first a,
.service-request-list ul.navigation.pagination .pagination-last a,
.service-request-list ul.navigation.pagination .pagination-next a,
.service-request-list ul.navigation.pagination .pagination-prev a {
  bottom: 7.5px;
  font-size: 24px;
  font-weight: 700;
}

.service-request-list ul.navigation.pagination li a {
  border: 0;
  color: #0f76ab;
}

.service-request-list ul.navigation.pagination li.active a {
  background-color: #ededee;
}

.upgrade-account-dashboard-section p {
  line-height: 1.3em;
  margin: 0 auto 30px;
  max-width: 650px;
}

.upgrade-account-dashboard-section .btn {
  padding: 15px 50px;
}

.db-account-details {
  background-color: #f5f5f6;
}

@media only screen and (max-width: 993px) {
  .hide-tablet-mobile {
    display: none;
  }
}

.dashboard-contents {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .dashboard-contents {
    flex-direction: row;
  }
}

.dashboard-contents .account-review {
  width: 70%;
  margin-left: 10%;
}

@media only screen and (max-width: 482px) {
  .dashboard-contents .account-review {
    width: 100%;
    margin: 0;
  }
}

.dashboard-contents .holiday-pdf {
  padding: 10px 0;
}

.dashboard-contents .rate-my-service {
  width: 62%;
  margin: 0 auto;
}

.dashboard-contents .rate-my-service p {
  font-size: 18px;
  font-weight: 500;
}

.dashboard-contents .account-details-wrapper {
  background-color: #fff;
  flex: 0 1 auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .dashboard-contents .account-details-wrapper {
    background-color: #fff;
    margin-right: 35px;
  }
}

.dashboard-contents .account-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
}

@media only screen and (min-width: 768px) {
  .dashboard-contents .account-overview {
    margin-top: 35px;
  }
}

.dashboard-contents .account-overview__title {
  color: #004a7c;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 42px;
  display: none;
  flex-grow: 2;
  font-size: 32px;
  margin: 0;
  position: relative;
  top: -5px;
}

.dashboard-contents .account-overview__title.small {
  font-size: 24px;
  line-height: 24px;
}

.dashboard-contents .account-overview__title sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  top: -1em;
  vertical-align: baseline;
}

@media only screen and (min-width: 768px) {
  .dashboard-contents .account-overview__title {
    display: initial;
  }
}

.dashboard-contents .account-overview__count {
  color: #004a7c;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.dashboard-contents .account-overview__count.address {
  color: #004a7c;
  font-weight: 700;
}

.dashboard-contents .account-overview__count.inline {
  display: inline-block;
}

.dashboard-contents .account-overview__switch {
  margin-left: 15px;
  width: 180px;
}

.dashboard-contents .cards-wrapper {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .dashboard-contents .cards-wrapper {
    flex: 1 1 auto;
    width: 200px;
  }

  .dashboard-contents .cards-wrapper .hidden-l {
    display: none;
  }
}

.dashboard-contents .cards-wrapper .rate-my-service {
  width: 70%;
  margin: 0 auto;
}

.dashboard-contents .cards-wrapper .rating-selector {
  width: 63%;
  margin: 10px auto;
}

@media only screen and (max-width: 482px) {
  .dashboard-contents .cards-wrapper .rate-my-service {
    width: 90%;
    margin: 0 auto;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.ui-state-mr {
  background-color: #f7f7f8;
  padding-bottom: 50px;
}

.ui-state-mr .h1,
.ui-state-mr h1 {
  font-size: 26px;
  line-height: 32px;
}

.ui-state-mr .h1 img,
.ui-state-mr h1 img {
  margin-right: 15px;
  max-height: 80px;
}

.ui-state-mr h2 {
  font-size: 24px;
  line-height: 24px;
}

.ui-state-mr h3 {
  font-size: 20px;
  line-height: 20px;
}

.ui-state-mr h3.text-overflow-ellipsis {
  line-height: 26px;
}

.ui-state-mr p {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.ui-state-mr p.error {
  font-size: 14px;
  line-height: 14px;
}

.ui-state-mr p.small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.ui-state-mr .subtle {
  color: #777;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

.ui-state-mr .mr-reward-points span+span {
  margin-left: 0.5em;
}

.ui-state-mr .header-flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.ui-state-mr .header-flex h1 {
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .ui-state-mr .header-flex {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .ui-state-mr .header-flex h1 {
    width: auto;
  }
}

.ui-state-mr .border-box {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  background-color: #fff;
  border: 1px solid #c7c8ca;
}

.ui-state-mr .border-box.no-animate {
  -webkit-animation-name: none;
  animation-name: none;
  transition: none;
}

@media only screen and (max-width: 769px) {
  .ui-state-mr .border-box {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 482px) {
  .ui-state-mr .border-box {
    border-left: 0;
    border-right: 0;
  }

  .ui-state-mr .border-box .col-lg-15,
  .ui-state-mr .border-box .col-md-15,
  .ui-state-mr .border-box .col-sm-15,
  .ui-state-mr .border-box .col-xs-15 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .ui-state-mr .border-box .col-xs-15 {
    float: left;
    width: 20%;
  }
}

.ui-state-mr .border-box>div {
  min-height: 45px;
}

.ui-state-mr .flex-grid {
  margin: 0 -1%;
}

.ui-state-mr .flex-grid.margin-bottom-fix {
  margin-bottom: -15px;
}

.ui-state-mr .flex-grid .grid-item,
.ui-state-mr .flex-grid .grid-item>* {
  min-height: auto;
}

@media only screen and (max-width: 482px) {
  .ui-state-mr .flex-grid {
    margin: 0 -6%;
  }
}

@media only screen and (min-width: 992px) {
  .ui-state-mr .col-md-offset-1-5 {
    margin-left: 12.5%;
  }
}

.ui-state-mr .dashboard-grid-item {
  background-color: #fff;
  border: 1px solid #c7c8ca;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 400px;
  padding: 15px;
}

.ui-state-mr .dashboard-grid-item p {
  font-size: 16px;
}

.ui-state-mr .dashboard-grid-item>img {
  margin: 0 auto;
  max-width: 90px;
  width: 100%;
}

@media only screen and (max-width: 482px) {
  .ui-state-mr .dashboard-grid-item {
    border-left: 0;
    border-right: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .ui-state-mr .nav-tabs+.tab-content .border-box {
    margin-top: 0;
  }
}

.ui-state-mr .currency-input {
  display: inline-block;
  height: 40px;
}

.ui-state-mr .currency-input .currency {
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
}

@media only screen and (max-width: 482px) {
  .ui-state-mr .currency-input .currency {
    display: none;
  }
}

.ui-state-mr .currency-input input {
  background: none;
  float: right;
  height: 100%;
  margin-left: -60px;
  width: 100%;
}

.ui-state-mr .has-error .currency-input input:focus {
  outline: none;
}

.ui-state-mr .table {
  border: 0;
  margin-bottom: 0;
}

.ui-state-mr .table>tbody>tr>th {
  border: 0;
  color: #004a7c;
  padding: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-state-mr .table>tbody>tr>td {
  border: 0;
  color: #777;
  padding: 2px;
}

.ui-state-mr .table>tbody>tr>td .input {
  display: inline-block;
}

.ui-state-mr .table>tbody>tr.text-color-secondary>td {
  color: #e16900;
}

.ui-state-mr .table .table-bar {
  border-top: 1px solid #777;
}

.ui-state-mr .table.table-compact {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.ui-state-mr .table.table-fixed {
  table-layout: fixed;
}

.ui-state-mr .table.table-spaced>tbody>tr>td {
  line-height: 36px;
}

.ui-state-mr .font-med {
  font-size: 18px;
}

.ui-state-mr form .control-label {
  color: #777;
  font-size: 16px;
  text-align: left;
  width: 100%;
}

.ui-state-mr form label .text-danger {
  margin-top: 5px;
}

.ui-state-mr .search-input-container {
  position: relative;
}

.ui-state-mr .search-input-container i {
  color: #777;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 15px;
}

.ui-state-mr .search-input-container input {
  font-size: 13px;
  margin-right: 0;
  padding-right: 35px;
}

.ui-state-mr .search-input-container input:focus {
  box-shadow: 0 0 0 2px #33aeed, 0 1px 8px 0 #0f76ab;
  outline: 0;
}

.ui-state-mr .search-input-container input:focus+i,
.ui-state-mr .search-input-container input:focus+ul+i {
  color: #0f76ab;
}

.ui-state-mr .confirmation-summary div:not(.no-wrap) {
  overflow: hidden;
  white-space: nowrap;
}

.mr-outage rs-my-resource-download h2 {
  color: #004a7c;
  font-size: 20px;
}

@media only screen and (max-width: 482px) {
  .mr-payments-dashboard .help {
    font-size: 13px;
    width: 100%;
  }
}

.mr-payments-dashboard i.fas.breathe-right {
  margin-right: 5px;
}

.preference-center {
  padding: 35px;
}

.preference-center .email-text {
  font-size: 18px;
}

.preference-center .description-text {
  color: #004a7c;
  margin-top: 35px;
  font-size: 18px;
  font-weight: 700;
}

.product-config-pricing-breakout {
  text-align: left;
}

@media only screen and (max-width: 482px) {
  .product-config-pricing-breakout p {
    font-size: 13px;
  }
}

.product-config-pricing-breakout .subtotal-text {
  color: #004a7c;
  font-weight: 700;
}

.product-config-pricing-breakout h3 {
  text-transform: capitalize;
}

.shop-order-review .shop-step {
  font-size: 24px;
}

@media only screen and (max-width: 482px) {
  .shop-order-review .shop-step {
    font-size: 18px;
  }
}

.shop-order-review .shop-step .step-details {
  font-size: 18px;
  margin-left: 12px;
}

@media only screen and (max-width: 482px) {
  .shop-order-review .shop-step .step-details {
    font-size: 16px;
  }
}

.shop-order-review .shop-step span {
  display: inline-block;
}

.shop-order-review .shop-step .step-number {
  border: 1px solid #004a7c;
  border-radius: 28px;
  font-size: 24px;
  font-weight: 600;
  height: 28px;
  line-height: 26px;
  text-align: center;
  width: 28px;
}

@media only screen and (max-width: 482px) {
  .shop-order-review .shop-step .step-number {
    border-radius: 22px;
    font-size: 18px;
    height: 22px;
    line-height: 20px;
    width: 22px;
  }
}

.shop-order-review .shop-step .step-number.active {
  background: #004a7c;
  color: #fff;
}

.shop-order-review .shop-step .info-tooltip-container {
  display: inline-block;
  vertical-align: bottom;
}

.shop-order-review .statement hr {
  border: 0;
  border-top: 1px solid #c7c8ca;
  margin: 20px 0 0;
}

.shop-order-review .statement .line-item p {
  line-height: 22px;
}

.shop-order-review .statement .line-item .child {
  padding-left: 15px;
}

.shop-order-review .statement .line-item .description {
  font-size: 13px;
}

.shop-order-review .statement .fee-items> :first-child div {
  padding-top: 12px;
}

.shop-order-review .statement .fee-items> :last-child div {
  padding-bottom: 7px;
}

.shop-order-review .statement label {
  color: #373737;
  font-size: 16px;
  line-height: 22px;
}

.shop-order-review .statement .agreement-header-row {
  align-items: flex-end;
  display: flex;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link {
  color: #0f76ab;
  margin-bottom: 10px;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link:nth-child(2) {
  margin: 0 5px;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link i.fas.fa-print {
  font-size: 1.3em;
  margin-left: 5px;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link:hover {
  color: #004a7c;
}

.shop-order-review .fa-caret-right {
  transition: transform 0.2s ease-in-out;
}

.shop-order-review .footnote a {
  cursor: pointer;
}

.popover-confirm {
  min-width: 450px;
}

.popover-confirm button {
  width: 100%;
}

@media only screen and (max-width: 1201px) {
  .popover-confirm {
    left: 0 !important;
  }

  .popover-confirm>.arrow {
    left: 30% !important;
  }
}

@media only screen and (max-width: 769px) {
  .popover-confirm>.arrow {
    left: 17% !important;
  }
}

@media only screen and (max-width: 482px) {
  .popover-confirm {
    max-width: 100%;
    min-width: inherit;
  }

  .popover-confirm .checkout-confirm-btn-group>div {
    text-align: center;
    width: 100%;
  }

  .popover-confirm .checkout-confirm-btn-group>div .btn {
    width: 50%;
  }

  .popover-confirm .checkout-confirm-btn-group>div .btn-tertiary {
    margin-top: 15px;
  }
}

.agreements-modal .agreements-container {
  height: 100%;
}

.agreements-modal .agreements-container .textarea-fake {
  border: 0;
  height: 500px;
  padding-left: 0;
}

@media only screen and (max-width: 482px) {
  .agreements-modal .agreements-container {
    word-wrap: break-word;
  }
}

.shop-payment .use-service-address {
  margin-bottom: 10px;
}

.shop-payment .use-service-address label {
  font-size: 13px;
  line-height: 20px;
}

.shop-payment .use-service-address label span {
  margin-bottom: -3px;
}

.shop-payment .credit-card-details .fas.fa-2x {
  font-size: 2em;
}

@media only screen and (min-width: 482px) {
  .shop-payment .tooltip {
    max-width: 350px;
  }
}

@media only screen and (max-width: 769px) {
  .shop-payment .fa-stack {
    font-size: 0.6em;
  }

  .shop-payment .fa-stack .fas.fa-info.fa-stack-1x {
    font-size: 1.2em;
  }
}

.shop-payment .cvv-tooltip {
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-around;
  white-space: pre-wrap;
}

.shop-payment .cvv-tooltip .cvv-tooltip-item {
  align-items: center;
  display: flex;
}

.shop-payment .cvv-tooltip .cvv-tooltip-item img {
  max-width: 120px;
  min-width: 120px;
}

.shop-page .inline-spinner>div .inline-loader {
  background: #fff url(/assets/images/rs-logo.png) 50% no-repeat;
  background-size: 22px 22px;
}

.shop-page .inline-spinner>div .inline-loader:before {
  border-right-color: #0f76ab;
}

.shop-page .shop-reliability {
  background-color: #4b7fa2;
  min-height: 100px;
  width: 100%;
}

.shop-page .shop-reliability .fa-stack,
.shop-page .shop-reliability h3 {
  color: #fff;
}

.verify-email .panel,
.wrap-modal .panel {
  border: 0;
  box-shadow: none;
}

.wrap-modal .panel {
  margin: 0;
}

.wrap-modal .panel .panel-body {
  padding-top: 0;
}

/*
 * TODO: Remove Bootstrap 3 CSS.
*/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1.65px;
  color: #252525;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #094565;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 41px;
}

.h2,
h2 {
  font-size: 34px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

p {
  font-family: Open Sans, sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

.small,
small {
  font-size: 87%;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #0f76ab;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0b567c;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #0f76ab;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0b567c;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

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

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

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

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 11px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:after,
.container:before {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 97%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 988px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

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

.row:after,
.row:before {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

caption,
th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  margin: 0;
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control,
output {
  display: block;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 36px;
  }

  .input-group-sm>.input-group-btn>input.btn[type="date"],
  .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn[type="month"],
  .input-group-sm>.input-group-btn>input.btn[type="time"],
  .input-group-sm>input.form-control[type="date"],
  .input-group-sm>input.form-control[type="datetime-local"],
  .input-group-sm>input.form-control[type="month"],
  .input-group-sm>input.form-control[type="time"],
  .input-group-sm>input.input-group-addon[type="date"],
  .input-group-sm>input.input-group-addon[type="datetime-local"],
  .input-group-sm>input.input-group-addon[type="month"],
  .input-group-sm>input.input-group-addon[type="time"],
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 33px;
  }

  .input-group-lg>.input-group-btn>input.btn[type="date"],
  .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn[type="month"],
  .input-group-lg>.input-group-btn>input.btn[type="time"],
  .input-group-lg>input.form-control[type="date"],
  .input-group-lg>input.form-control[type="datetime-local"],
  .input-group-lg>input.form-control[type="month"],
  .input-group-lg>input.form-control[type="time"],
  .input-group-lg>input.input-group-addon[type="date"],
  .input-group-lg>input.input-group-addon[type="datetime-local"],
  .input-group-lg>input.input-group-addon[type="month"],
  .input-group-lg>input.input-group-addon[type="time"],
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.checkbox label,
.radio label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
  height: 33px;
  line-height: 33px;
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
  height: 49px;
  line-height: 49px;
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1.65px;
  color: #252525;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #252525;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #252525;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #252525;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
  color: #252525;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
  color: #252525;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0f76ab;
  border-color: #0d6694;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0b567c;
  border-color: #03151e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b567c;
  border-color: #083f5b;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b567c;
  background-image: none;
  border-color: #083f5b;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #083f5b;
  border-color: #03151e;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0f76ab;
  border-color: #0d6694;
}

.btn-primary .badge {
  color: #0f76ab;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #0f76ab;
  border-color: #0d6694;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #0b567c;
  border-color: #03151e;
}

.btn-success:hover {
  color: #fff;
  background-color: #0b567c;
  border-color: #083f5b;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0b567c;
  background-image: none;
  border-color: #083f5b;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #083f5b;
  border-color: #03151e;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #0f76ab;
  border-color: #0d6694;
}

.btn-success .badge {
  color: #0f76ab;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #c7102e;
  border-color: #b9163f;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #a21437;
  border-color: #470918;
}

.btn-warning:hover {
  color: #fff;
  background-color: #a21437;
  border-color: #83102d;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #a21437;
  background-image: none;
  border-color: #83102d;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #83102d;
  border-color: #470918;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #c7102e;
  border-color: #b9163f;
}

.btn-warning .badge {
  color: #c7102e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #c7102e;
  border-color: #b9163f;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #a21437;
  border-color: #470918;
}

.btn-danger:hover {
  color: #fff;
  background-color: #a21437;
  border-color: #83102d;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a21437;
  background-image: none;
  border-color: #83102d;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #83102d;
  border-color: #470918;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #c7102e;
  border-color: #b9163f;
}

.btn-danger .badge {
  color: #c7102e;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #0f76ab;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #094565;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0f76ab;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:after,
.btn-toolbar:before {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav>li,
.nav>li>a {
  position: relative;
  display: block;
}

.nav>li>a {
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #0f76ab;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #0f76ab;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:after,
.navbar:before {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 1024px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:after,
.navbar-header:before {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1024px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 1024px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1024px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 500;
  border-width: 0 0 1px;
}

@media (min-width: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 98px;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 1024px) {

  .navbar>.container-fluid .navbar-brand,
  .navbar>.container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  margin: 7px -15px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1023px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1024px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 1023px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 1023px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .btn-link,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

/*
 * /TODO: Remove Bootstrap 3 CSS.
*/

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0f76ab;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #094565;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0f76ab;
  border-color: #0f76ab;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}

.pager:after,
.pager:before {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #0f76ab;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #0b567c;
}

.label-success {
  background-color: #0f76ab;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #0b567c;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #c7102e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #a21437;
}

.label-danger {
  background-color: #c7102e;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #a21437;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #0f76ab;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container-fluid .jumbotron,
.container .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #0f76ab;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0f76ab;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent);
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #0f76ab;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent);
}

.progress-bar-warning {
  background-color: #c7102e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent);
}

.progress-bar-danger {
  background-color: #c7102e;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg,
      hsla(0, 0%, 100%, 0.15) 25%,
      transparent 0,
      transparent 50%,
      hsla(0, 0%, 100%, 0.15) 0,
      hsla(0, 0%, 100%, 0.15) 75%,
      transparent 0,
      transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

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

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0f76ab;
  border-color: #0f76ab;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #91d3f5;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:after,
.panel-body:before {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #0f76ab;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #0f76ab;
  border-color: #0f76ab;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #0f76ab;
}

.panel-primary>.panel-heading .badge {
  color: #0f76ab;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #0f76ab;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  z-index: 1070;
  display: block;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  transition: left 0.6s ease-in-out;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner>.item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    transform: translateZ(0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.0001));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 39px;
    height: 39px;
    margin-top: -13px;
    font-size: 39px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -13px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -13px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both
}

.shop-order-review .statement .line-item p {
  line-height: 22px;
}

.shop-order-review .statement .line-item .child {
  padding-left: 15px;
}

.shop-order-review .statement .line-item .description {
  font-size: 13px;
}

.shop-order-review .statement .fee-items> :first-child div {
  padding-top: 12px;
}

.shop-order-review .statement .fee-items> :last-child div {
  padding-bottom: 7px;
}

.shop-order-review .statement label {
  color: #373737;
  font-size: 16px;
  line-height: 22px;
}

.shop-order-review .statement .agreement-header-row {
  align-items: flex-end;
  display: flex;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link {
  color: #0f76ab;
  margin-bottom: 10px;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link:nth-child(2) {
  margin: 0 5px;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link i.fas.fa-print {
  font-size: 1.3em;
  margin-left: 5px;
}

.shop-order-review .statement .agreement-header-row .agreement-header-link:hover {
  color: #004a7c;
}

.shop-order-review .fa-caret-right {
  transition: transform 0.2s ease-in-out;
}

.shop-order-review .footnote a {
  cursor: pointer;
}

.popover-confirm {
  min-width: 450px;
}

.popover-confirm button {
  width: 100%;
}

@media only screen and (max-width: 1201px) {
  .popover-confirm {
    left: 0 !important;
  }

  .popover-confirm>.arrow {
    left: 30% !important;
  }
}

@media only screen and (max-width: 769px) {
  .popover-confirm>.arrow {
    left: 17% !important;
  }
}

@media only screen and (max-width: 482px) {
  .popover-confirm {
    max-width: 100%;
    min-width: inherit;
  }

  .popover-confirm .checkout-confirm-btn-group>div {
    text-align: center;
    width: 100%;
  }

  .popover-confirm .checkout-confirm-btn-group>div .btn {
    width: 50%;
  }

  .popover-confirm .checkout-confirm-btn-group>div .btn-tertiary {
    margin-top: 15px;
  }
}

.agreements-modal .agreements-container {
  height: 100%;
}

.agreements-modal .agreements-container .textarea-fake {
  border: 0;
  height: 500px;
  padding-left: 0;
}

@media only screen and (max-width: 482px) {
  .agreements-modal .agreements-container {
    word-wrap: break-word;
  }
}

.shop-payment .use-service-address {
  margin-bottom: 10px;
}

.shop-payment .use-service-address label {
  font-size: 13px;
  line-height: 20px;
}

.shop-payment .use-service-address label span {
  margin-bottom: -3px;
}

.shop-payment .credit-card-details .fas.fa-2x {
  font-size: 2em;
}

@media only screen and (min-width: 482px) {
  .shop-payment .tooltip {
    max-width: 350px;
  }
}

@media only screen and (max-width: 769px) {
  .shop-payment .fa-stack {
    font-size: 0.6em;
  }

  .shop-payment .fa-stack .fas.fa-info.fa-stack-1x {
    font-size: 1.2em;
  }
}

.shop-payment .cvv-tooltip {
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-around;
  white-space: pre-wrap;
}

.shop-payment .cvv-tooltip .cvv-tooltip-item {
  align-items: center;
  display: flex;
}

.shop-payment .cvv-tooltip .cvv-tooltip-item img {
  max-width: 120px;
  min-width: 120px;
}

.shop-page .inline-spinner>div .inline-loader {
  background: #fff url(/assets/images/rs-logo.png) 50% no-repeat;
  background-size: 22px 22px;
}

.shop-page .inline-spinner>div .inline-loader:before {
  border-right-color: #0f76ab;
}

.shop-page .shop-reliability {
  background-color: #4b7fa2;
  min-height: 100px;
  width: 100%;
}

.shop-page .shop-reliability .fa-stack,
.shop-page .shop-reliability h3 {
  color: #fff;
}

.verify-email .panel,
.wrap-modal .panel {
  border: 0;
  box-shadow: none;
}

.wrap-modal .panel {
  margin: 0;
}

.wrap-modal .panel .panel-body {
  padding-top: 0;
}



.scroll-sticky-content {
  padding-top: 54px !important;
}

.mr-payment-method.border-box {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.mr-payment-method .card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  position: relative;
}

.mr-payment-method .payment-method-name {
  font-weight: 700;
}

.mr-payment-method span.fas.fa-university {
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.mr-payment-method .text-capitalize-first {
  text-transform: capitalize;
}

.mr-payment-method .remove-link {
  text-decoration: none;
}

@media only screen and (min-width: 482px) {
  .product-comparison-section .product-comparison-carousel .product-comparison-row {
    padding: 15px;
  }
}

.product-comparison-section .product-comparison-carousel.hide-left .carousel-control.left,
.product-comparison-section .product-comparison-carousel.hide-right .carousel-control.right {
  display: none;
}

.product-comparison-section .product-comparison-carousel .carousel-control {
  opacity: 1;
  width: 0;
}

.product-comparison-section .product-comparison-carousel .carousel-control.left {
  background: none;
  color: #0f76ab;
}

.product-comparison-section .product-comparison-carousel .carousel-control.left span {
  font-family: Open Sans, sans-serif;
}

.product-comparison-section .product-comparison-carousel .carousel-control.right {
  background: none;
  color: #0f76ab;
}

.product-comparison-section .product-comparison-carousel .carousel-control.right span {
  font-family: Open Sans, sans-serif;
}

.product-comparison-section .mobile-carousel {
  display: none;
}

@media only screen and (max-width: 769px) {
  .product-comparison-section .mobile-carousel {
    display: block;
  }
}

.product-comparison-section .mobile-carousel .carousel-control.left,
.product-comparison-section .mobile-carousel .carousel-control.right {
  font-size: 32px;
  width: 15px;
}

.product-comparison-section .desktop-carousel {
  display: none;
}

@media only screen and (min-width: 768px) {
  .product-comparison-section .desktop-carousel {
    display: block;
  }
}

.onboarding-modal .modal-content {
  top: 100px;
}

.onboarding-modal .carousel-control {
  opacity: 1;
  width: 0;
}

.onboarding-modal .carousel-control .icon-next,
.onboarding-modal .carousel-control .icon-prev {
  top: 43%;
}

.onboarding-modal .carousel-control.left {
  background: none;
  color: #0f76ab;
}

.onboarding-modal .carousel-control.left span {
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  left: 25px;
}

.onboarding-modal .carousel-control.right {
  background: none;
  color: #0f76ab;
}

.onboarding-modal .carousel-control.right span {
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  right: 25px;
}

.onboarding-modal .carousel-indicators {
  top: 450px;
}

.onboarding-modal .carousel-indicators li {
  border-color: grey;
  margin: 10px;
  height: 12px;
  width: 12px;
  bottom: 20px;
}

.onboarding-modal .carousel-indicators li.active {
  background-color: #00adef;
  border-color: transparent;
  margin: 10px;
  height: 12px;
  width: 12px;
}

@media only screen and (max-width: 482px) {
  .onboarding-modal .modal-content {
    top: 45px;
    margin: 5%;
  }

  .onboarding-modal .carousel-control {
    opacity: 1;
    width: 0;
  }

  .onboarding-modal .carousel-control .icon-next,
  .onboarding-modal .carousel-control .icon-prev {
    top: 39%;
  }

  .onboarding-modal .carousel-control.left {
    background: none;
    color: #0f76ab;
  }

  .onboarding-modal .carousel-control.left span {
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    left: 25px;
  }

  .onboarding-modal .carousel-control.right {
    background: none;
    color: #0f76ab;
  }

  .onboarding-modal .carousel-control.right span {
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    right: 25px;
  }

  .onboarding-modal .carousel-indicators {
    top: 450px;
  }

  .onboarding-modal .carousel-indicators li {
    border-color: grey;
    margin: 10px;
    height: 12px;
    width: 12px;
    bottom: 20;
  }

  .onboarding-modal .carousel-indicators li.active {
    background-color: #00adef;
    border-color: transparent;
    margin: 10px;
    height: 12px;
    width: 12px;
  }
}

.mr-account-activity .nav.nav-tabs .nav-item {
  margin-left: 0;
}

typeahead-container.dropdown {
  display: grid !important;
}

typeahead-container.dropdown .dropdown-item.active,
typeahead-container.dropdown .dropdown-item.active:focus,
typeahead-container.dropdown .dropdown-item.active:hover {
  background-color: #0f76ab;
  color: #fff;
}

typeahead-container.dropdown .dropdown-item {
  width: auto;
  background-color: #fff;
  border: none;
  padding: 3px 20px;
  text-align: left;
}

@media only screen and (max-width: 482px) {
  typeahead-container.dropdown .dropdown-item {
    width: 325px;
  }
}

@media only screen and (max-width: 374px) {
  typeahead-container.dropdown .dropdown-item {
    width: 257px;
  }
}

typeahead-container.dropdown.open {
  z-index: 1051;
}

.rsx-local-content .compact-display-toggle {
  display: none;
}

.rsx-local-content .compact-display-legend .compact-display-legend__label,
.rsx-local-content .compact-display-legend a {
  font-size: 16px;
}

#teconsent a {
  border-right: 1px solid #fff;
}

.product-configuration {
  font-size: 13px;
}

@media only screen and (max-width: 769px) {
  .product-configuration .product-details-desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .product-configuration .product-details-mobile {
    display: none;
  }
}

.product-configuration .nowrap {
  white-space: nowrap;
}

.product-configuration hr {
  margin: 10px 0;
}

@media only screen and (max-width: 482px) {
  .product-configuration p {
    margin: 0;
  }
}

.product-configuration h3 {
  color: #004a7c;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

@media only screen and (min-width: 1023px) {
  .product-configuration h3 {
    margin-top: 0;
  }
}

.product-configuration h4 {
  align-items: baseline;
  color: #373737;
  display: inline-flex;
  margin-bottom: 0;
}

.product-configuration h4 small {
  margin-top: 0;
}

.product-configuration h5 {
  font-weight: 700;
  margin: 10px 0;
}

.product-configuration h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}

.product-configuration label {
  padding: 0;
}

.product-configuration label small {
  font-size: 13px;
  line-height: 15px;
}

.product-configuration input[disabled],
.product-configuration input[disabled]+label {
  color: #777;
  cursor: default;
}

.product-configuration .delivery-details .form-group,
.product-configuration .right-column p {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .product-configuration .pricing-details-btn {
    display: block;
    margin-left: 0;
  }
}

.product-configuration .product-title {
  position: relative;
}

.product-configuration .product-title h3 {
  display: inline-block;
}

.product-configuration .product-title .disclaimer-symbol {
  font-size: 16px;
}

.product-configuration .char-quantity-limit {
  bottom: 12px;
  position: absolute;
  right: 14px;
}

.product-configuration .product-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-configuration .product-image img {
  height: 200px;
  margin: 20px 20px 10px 0;
  width: auto;
}

.product-configuration .input-container,
.product-configuration .pricing-title-container {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1023px) {

  .product-configuration .input-container,
  .product-configuration .pricing-title-container {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 482px) {
  .product-configuration .product-image-carousel {
    padding-right: 15px;
  }
}

.product-configuration .subtotal h4 {
  margin: 0;
}

.product-configuration .subtotal .price-title {
  font-weight: 700;
  margin-right: 10px;
}

.product-configuration .resi-fees-box {
  border: 1px solid #777;
  font-size: 13px;
  width: 100%;
  margin-top: 12px;
}

.product-configuration .disclaimer-text {
  margin: 10px 0 0;
}

.product-configuration.mailbacks h4 {
  display: block;
}

.product-configuration.mailbacks .no-pad {
  margin-left: 15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}

.product-configuration.mailbacks .no-pad .type-img {
  margin-top: 7px;
  width: 30px;
}

@media only screen and (min-width: 482px) {
  .product-configuration.mailbacks .no-pad .type-img {
    width: 70px;
  }
}

.product-configuration.mailbacks .left-pad {
  padding-left: 20px;
}

@media only screen and (max-width: 482px) {
  .product-configuration.mailbacks .category-note ul>li {
    margin-left: 20px;
  }
}

.product-configuration.mailbacks .product-container+.product-container {
  margin-top: 35px;
}

.product-configuration.mailbacks .item-type-heading> :nth-child(3) {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .product-configuration.mailbacks .price-line {
    margin-top: 15px;
  }
}

.product-configuration.mailbacks .disclaimer-container {
  font-size: 13px;
}

.product-configuration.mailbacks .disclaimer-container .disclaimer {
  font-size: inherit;
}

@media only screen and (max-width: 482px) {
  .product-configuration.mailbacks .disclaimer-container .disclaimer {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 482px) {
  .product-configuration.mailbacks .row-skinny {
    margin-left: 0;
    margin-right: 0;
  }
}

.product-configuration.mailbacks .item-row {
  padding-bottom: 15px;
  padding-top: 15px;
}

.product-configuration.mailbacks .item-row .item-container {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 482px) {
  .product-configuration.mailbacks .item-row .item-container .item-details {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 482px) {

  .product-configuration.mailbacks .item-row .item-container .item-price,
  .product-configuration.mailbacks .item-row .item-container .item-quantity {
    margin-top: 15px;
  }
}

.product-configuration.mailbacks .item-row .item-container .item-quantity .number-input {
  width: 100%;
}

.product-configuration.mailbacks .item-row:nth-child(odd) {
  background-color: #ededee;
}

.product-configuration.mailbacks .item-price {
  line-height: 40px;
}

.product-configuration.mailbacks .selected-summary {
  display: flex;
  flex: 1 0;
  justify-content: flex-end;
}

.product-configuration.mailbacks .selected-summary>*+* {
  margin-left: 10px;
}

.product-configuration.mailbacks .selected-summary> :last-child {
  margin-left: 20px;
}

@media (min-width: 992px) {
  .product-configuration.mailbacks .selected-summary> :last-child {
    margin-left: 30px;
  }
}

.product-configuration.mailbacks .selected-summary .button-container {
  min-width: 130px;
  position: relative;
}

.product-configuration.mailbacks .selected-summary .button-container .btn-primary {
  height: 100%;
  margin-top: 0;
}

.product-configuration.mailbacks .selected-summary .button-container .inline-spinner {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.product-configuration.mailbacks .selected-counter-label {
  vertical-align: middle;
}

.product-configuration.mailbacks .selected-counter {
  background-color: #04aef1;
  border: 0;
  color: #fff;
  font-weight: 700;
  line-height: inherit;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  width: 45px;
}

.product-configuration.mailbacks .selected-counter>span {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-configuration.mailbacks .viewer {
  position: relative;
}

.product-configuration.mailbacks .viewer .left-control,
.product-configuration.mailbacks .viewer .right-control {
  display: inline-block;
  float: left;
  height: 75px;
  line-height: 75px;
  padding: 0 15px;
  position: absolute;
}

.product-configuration.mailbacks .viewer .left-control {
  left: 0;
}

.product-configuration.mailbacks .viewer .right-control {
  right: 0;
}

.product-configuration .recycle-icon {
  color: #0f76ab;
  left: 15px;
  position: absolute;
  top: 5px;
}

.product-configuration .certificate-note {
  margin-left: 40px;
}

rsx-comments-input .form-group .textarea,
rsx-comments-input .form-group .textarea:focus {
  height: auto;
}

.shop-configure-container {
  padding: 0;
  min-height: 125px;
}

.select-account-modal {
  min-width: 500px;
}

@media only screen and (max-width: 769px) {
  .select-account-modal {
    min-width: 100%;
  }
}

.select-account-modal header.modal-header {
  border-bottom: 0;
}

.select-account-modal .account-list .account-item {
  border-bottom: 1px solid #c7c8ca;
  color: #0f76ab;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 10px 0;
  white-space: nowrap;
}

.select-account-modal .account-list .account-item>div {
  padding: 0;
}

.select-account-modal .account-list .account-item:focus:not(.account-header),
.select-account-modal .account-list .account-item:hover:not(.account-header) {
  background-color: #f7f7f8;
}

.select-account-modal .account-list .account-item.current {
  color: hsla(0, 0%, 46.7%, 0.75);
  cursor: default;
}

.select-account-modal .account-list .account-item.current:hover {
  background-color: #fff;
}

.select-account-modal .account-list .account-item:focus {
  outline: 0;
}

.select-account-modal .account-list .account-item .default {
  color: hsla(0, 0%, 46.7%, 0.75);
}

.select-account-modal .account-list.no-pagination .account-item.last-item {
  border-bottom: 0;
}

.select-account-modal footer {
  border: 0;
  padding: 0;
  text-align: center;
}

.select-account-modal footer .pagination {
  color: #0f76ab;
  font-family: Font Awesome\5 Pro;
  font-weight: 400;
  margin: 0;
}

.select-account-modal footer .pagination .pagination-first,
.select-account-modal footer .pagination .pagination-last,
.select-account-modal footer .pagination .pagination-next,
.select-account-modal footer .pagination .pagination-prev {
  padding-bottom: 0;
  padding-top: 0;
}

.select-account-modal footer .pagination .pagination-first.disabled,
.select-account-modal footer .pagination .pagination-last.disabled,
.select-account-modal footer .pagination .pagination-next.disabled,
.select-account-modal footer .pagination .pagination-prev.disabled {
  visibility: hidden;
}

.select-account-modal footer .pagination .pagination-first a,
.select-account-modal footer .pagination .pagination-last a,
.select-account-modal footer .pagination .pagination-next a,
.select-account-modal footer .pagination .pagination-prev a {
  bottom: 7.5px;
  font-size: 24px;
  font-weight: 700;
}

.select-account-modal footer .pagination>li>a {
  border: 0;
  color: #0f76ab;
}

.select-account-modal footer .pagination>li.active>a {
  background-color: #ededee;
}

.select-account-modal.modal-dialog.modal-sm {
  min-height: 220px;
  width: auto;
}

.select-account-modal.modal-dialog.modal-sm .modal-content {
  min-height: 220px;
  padding: 20px;
}

.select-account-modal .cursor-pointer {
  cursor: pointer;
}

.service-locations .panel-group {
  margin-bottom: 0;
  margin-left: -35px;
  margin-right: -35px;
}

.service-locations .panel-group .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.service-locations .panel-group .panel+.panel {
  margin-top: 0;
}

.service-locations .panel-group .panel .panel-default {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.service-locations .panel-group .panel .panel-default>.panel-heading {
  background-color: #fff;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.service-locations .panel-group .panel .panel-default>.panel-heading button {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .site-name {
  color: #373737;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .site-address {
  color: #777;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .site-address,
.service-locations .panel-group .panel .panel-default>.panel-heading .site-name {
  line-height: 18px;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .assign-contact {
  color: #c7102e;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .assign-contact:hover {
  color: #8c1130;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .fa-edit {
  color: #0f76ab;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .fa-edit:hover {
  color: #004a7c;
}

.service-locations .panel-group .panel .panel-default>.panel-heading .fa-times {
  display: none;
  width: 0;
}

.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body {
  background-color: #ededee;
  border-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0;
}

.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body .control-label {
  width: 100%;
}

.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body .control-label,
.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body .control-label input,
.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body .control-label rs-form-control-messages {
  font-size: 13px;
}

.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body hr {
  display: block;
  width: 100%;
}

.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body .remove-contact {
  color: #c7102e;
}

.service-locations .panel-group .panel .panel-default>.panel-heading+.panel-collapse>.panel-body.card-body .remove-contact:hover {
  color: #8c1130;
}

.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading {
  background-color: #0f76ab;
  transition: all 0.2s ease-in-out;
}

.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .assign-contact {
  display: none;
}

.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .assign-contact,
.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .contact-name,
.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .fa-edit,
.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .site-address,
.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .site-name {
  color: #fff;
}

.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .fa-times {
  color: #fff;
  display: inline-block;
  width: 100%;
}

.service-locations .panel-group .panel.panel-open .panel-default>.panel-heading .fa-edit {
  display: none;
  width: 0;
}

.add-non-owner-modal.ui-state-mr {
  padding-bottom: 0;
}

.add-non-owner-modal.ui-state-mr .modal-body {
  margin-top: 0;
}

@media only screen and (min-width: 482px) {
  .add-non-owner-modal.ui-state-mr .modal-body {
    padding: 30px;
  }
}

.add-non-owner-modal.ui-state-mr .modal-body .search-input-container input {
  width: 100%;
}

.add-non-owner-modal.ui-state-mr .modal-body .contacts-list {
  max-height: 300px;
  overflow-y: auto;
}

.add-non-owner-modal.ui-state-mr .modal-body .contacts-list>.row.checked {
  background-color: #e6f6fd;
}

@media only screen and (max-width: 482px) {
  .add-non-owner-modal.ui-state-mr .modal-body .contacts-list>.row {
    border-bottom: 1px solid #c7c8ca;
  }
}

.add-non-owner-modal.ui-state-mr .modal-body .contacts-list>.row>div:not(.cb-col) {
  line-height: 28px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add-non-owner-modal.ui-state-mr .modal-body .contacts-list>.row>div:not(.cb-col):focus {
  border: 0;
  outline: 0;
}

.add-non-owner-modal.ui-state-mr .modal-body .contacts-list>.row>div:not(.cb-col) input[type="checkbox"]+label:before {
  margin-top: -14px;
}

@media only screen and (max-width: 482px) {
  .add-non-owner-modal.ui-state-mr .modal-body .contacts-list>.row>div:not(.cb-col) {
    font-size: 13px;
  }

  .add-non-owner-modal.ui-state-mr .modal-body .contacts-list>.row>div:not(.cb-col) input[type="checkbox"]+label:before {
    margin-top: -12px;
  }
}

.add-non-owner-modal.ui-state-mr .control-label {
  text-align: left;
  width: 100%;
}

.add-non-owner-modal.ui-state-mr .form-group-input-label>div {
  padding-right: 0;
}

.add-non-owner-modal.ui-state-mr header.modal-header {
  border-bottom: 0;
}

.mr-payment-method rsx-credit-card-icons {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.mr-payment-method rsx-credit-card-icons .active {
  color: hsla(0, 0%, 100%, 0.5);
}

.mr-payment-method rsx-credit-card-icons .cc-icons> :not(.active) {
  display: none;
}

.payment-method-select .existing-payment-select {
  white-space: nowrap;
}

.payment-method-select .existing-payment-select label {
  display: inline-flex;
}

.payment-method-select .existing-payment-select label .payment-method-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.payment-method-select .existing-payment-select label .payment-method-default {
  margin-left: 5px;
}

.payment-method-select .existing-payment-select label:hover .payment-method-name {
  overflow: visible;
}

.payment-method-select .existing-payment-select .payment-method-icon {
  margin-top: 3px;
}

.payment-method-select .nav-tabs {
  border: 0;
}

.payment-method-select .nav-tabs li.nav-item {
  margin-bottom: -2px;
  margin-left: 0;
}

.payment-method-select .nav-tabs li.nav-item>a {
  border-color: transparent;
  color: #0f76ab;
}

.payment-method-select .nav-tabs li.nav-item>a:hover {
  background-color: #fff;
  border-color: transparent;
  text-decoration: underline;
}

.payment-method-select .nav-tabs li.nav-item.active>a {
  background-color: #f7f7f8;
  border-color: transparent;
  color: #373737;
}

.payment-method-select .nav-tabs li.nav-item.active>a:hover {
  text-decoration: none;
}

.payment-method-select .tab-content {
  background-color: #f7f7f8 !important;
  padding: 20px;
}

@media only screen and (max-width: 482px) {
  .payment-method-select .tab-content {
    padding: 20px 5px;
  }

  .payment-method-select .tab-content .card-container .card,
  .payment-method-select .tab-content .cheque-container .cheque {
    margin-left: 0;
  }
}

mrx-payment-method-bank .cheque-container,
mrx-payment-method .cheque-container {
  perspective: 1024px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

mrx-payment-method-bank .cheque,
mrx-payment-method .cheque {
  background-color: #797979;
  color: #fff;
  font-size: 9px;
  height: 99px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  width: 269px;
}

mrx-payment-method-bank .cheque-amount,
mrx-payment-method-bank .cheque-date,
mrx-payment-method-bank .cheque-pay-to,
mrx-payment-method .cheque-amount,
mrx-payment-method .cheque-date,
mrx-payment-method .cheque-pay-to {
  color: hsla(0, 0%, 100%, 0.5);
}

mrx-payment-method-bank .cheque-amount,
mrx-payment-method .cheque-amount {
  font-size: 10px;
  margin-top: 10px;
}

mrx-payment-method-bank .cheque-amount:after,
mrx-payment-method-bank .cheque-date:after,
mrx-payment-method-bank .cheque-pay-to:after,
mrx-payment-method .cheque-amount:after,
mrx-payment-method .cheque-date:after,
mrx-payment-method .cheque-pay-to:after {
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
}

mrx-payment-method-bank .cheque-date:after,
mrx-payment-method .cheque-date:after {
  width: 46px;
}

mrx-payment-method-bank .cheque-pay-to:after,
mrx-payment-method .cheque-pay-to:after {
  width: 99px;
}

mrx-payment-method-bank .cheque-amount:after,
mrx-payment-method .cheque-amount:after {
  width: 61px;
}

mrx-payment-method-bank .cheque-numbers,
mrx-payment-method .cheque-numbers {
  bottom: 9px;
  left: 30px;
  position: absolute;
  text-align: left;
}

mrx-payment-method-bank .cheque-numbers span,
mrx-payment-method .cheque-numbers span {
  margin-right: 15px;
}

mrx-payment-method-bank .mr-payment-method-bank .cheque,
mrx-payment-method .mr-payment-method-bank .cheque {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 15px;
  position: relative;
}

mrx-payment-method-bank .mr-payment-method-bank .payment-method-name,
mrx-payment-method .mr-payment-method-bank .payment-method-name {
  font-weight: 700;
}

mrx-payment-method-bank .mr-payment-method-bank rs-form-control-group .form-group,
mrx-payment-method .mr-payment-method-bank rs-form-control-group .form-group {
  display: flex;
  flex-direction: column;
}

mrx-payment-method-bank .mr-payment-method-bank rs-form-control-group .control-label,
mrx-payment-method .mr-payment-method-bank rs-form-control-group .control-label {
  padding: 10px 15px;
  text-align: left;
  width: 100%;
}

mrx-payment-method-bank .mr-payment-method-bank rs-form-control-group .control-label+div,
mrx-payment-method .mr-payment-method-bank rs-form-control-group .control-label+div {
  width: 100%;
}

mrx-payment-method-bank .mr-payment-method-bank .actions,
mrx-payment-method-bank .mr-payment-method-bank .actions label,
mrx-payment-method .mr-payment-method-bank .actions,
mrx-payment-method .mr-payment-method-bank .actions label {
  font-size: 13px;
  text-align: left;
}

mrx-payment-method-bank .mr-payment-method-bank .actions label,
mrx-payment-method .mr-payment-method-bank .actions label {
  padding: 0;
  margin: 10px 0 0;
  color: #777;
}

mrx-payment-method-bank .mr-payment-method-bank rs-form-control-group[control="paymentMethod.agree"]>.row,
mrx-payment-method .mr-payment-method-bank rs-form-control-group[control="paymentMethod.agree"]>.row {
  margin-left: 0;
  margin-right: 0;
}

mrx-payment-method-bank .mr-payment-method-bank rs-form-control-group[control="paymentMethod.agree"]>.row>.col-sm-12,
mrx-payment-method .mr-payment-method-bank rs-form-control-group[control="paymentMethod.agree"]>.row>.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

mrx-payment-method-bank .mr-payment-method-bank rs-form-control-group[control="paymentMethod.agree"]>.row label.control-label,
mrx-payment-method .mr-payment-method-bank rs-form-control-group[control="paymentMethod.agree"]>.row label.control-label {
  padding: 0;
}

@media only screen and (max-width: 769px) {

  mrx-payment-method-bank div.col-xs-6,
  mrx-payment-method div.col-xs-6 {
    width: auto;
  }
}

mrx-payment-method-bank .custom-column,
mrx-payment-method .custom-column {
  padding-left: 15px;
  padding-right: 15px;
}

mrx-payment-method-card .card-container,
mrx-payment-method .card-container {
  height: 168px;
  perspective: 1024px;
  position: relative;
  transform-style: preserve-3d;
  width: 269px;
}

mrx-payment-method-card .card-container .card,
mrx-payment-method .card-container .card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #373737;
  border-radius: 8px;
  color: hsla(0, 0%, 100%, 0.5);
  height: 100%;
  margin: 0 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.5s;
  width: 100%;
}

@media only screen and (max-width: 482px) {

  mrx-payment-method-card .card-container .card,
  mrx-payment-method .card-container .card {
    margin: 0 auto 15px;
  }
}

mrx-payment-method-card .card-container>.card.card-back,
mrx-payment-method .card-container>.card.card-back {
  position: absolute;
  top: 0;
}

mrx-payment-method-card .flip .card-front,
mrx-payment-method .flip .card-front {
  transform: rotateY(180deg);
  z-index: 1;
}

mrx-payment-method-card .flip .card-back,
mrx-payment-method .flip .card-back {
  transform: rotateY(0deg);
  z-index: 2;
}

mrx-payment-method-card .card-cvv,
mrx-payment-method-card .card-exp,
mrx-payment-method-card .card-number,
mrx-payment-method .card-cvv,
mrx-payment-method .card-exp,
mrx-payment-method .card-number {
  font-family: monospace;
}

mrx-payment-method-card .card-exp,
mrx-payment-method .card-exp {
  bottom: 15px;
  font-size: 12px;
  left: 15px;
  position: absolute;
  text-align: left;
}

mrx-payment-method-card .card-front,
mrx-payment-method .card-front {
  z-index: 2;
}

mrx-payment-method-card .card-back,
mrx-payment-method .card-back {
  transform: rotateY(-180deg);
  z-index: 1;
}

mrx-payment-method-card .card-back:before,
mrx-payment-method .card-back:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}

mrx-payment-method-card .card-cvv:before,
mrx-payment-method .card-cvv:before {
  background-color: hsla(0, 0%, 95.7%, 0.5);
  content: "";
  display: inline-block;
  height: 10px;
  width: 111px;
}

mrx-payment-method-card .card-warning,
mrx-payment-method .card-warning {
  border: 2px solid #f38a00;
}

mrx-payment-method-card .card-warning .alert.alert-warning,
mrx-payment-method .card-warning .alert.alert-warning {
  background-color: #f38a00;
  border-color: #f38a00;
  font-size: 12px;
  padding: 7.5px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}

mrx-payment-method-card .mr-payment-method-card .card,
mrx-payment-method .mr-payment-method-card .card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  position: relative;
}

mrx-payment-method-card .mr-payment-method-card .payment-method-name,
mrx-payment-method .mr-payment-method-card .payment-method-name {
  font-weight: 700;
}

mrx-payment-method-card .mr-payment-method-card rsx-credit-card-icons,
mrx-payment-method .mr-payment-method-card rsx-credit-card-icons {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 15px;
  position: absolute;
  right: 15px;
}

mrx-payment-method-card .mr-payment-method-card rsx-credit-card-icons .active,
mrx-payment-method .mr-payment-method-card rsx-credit-card-icons .active {
  color: hsla(0, 0%, 100%, 0.5);
}

mrx-payment-method-card .mr-payment-method-card rsx-credit-card-icons .cc-icons> :not(.active),
mrx-payment-method .mr-payment-method-card rsx-credit-card-icons .cc-icons> :not(.active) {
  display: none;
}

mrx-payment-method-card .mr-payment-method-card rs-form-control-group .form-group,
mrx-payment-method .mr-payment-method-card rs-form-control-group .form-group {
  display: flex;
  flex-direction: column;
}

mrx-payment-method-card .mr-payment-method-card rs-form-control-group .control-label,
mrx-payment-method .mr-payment-method-card rs-form-control-group .control-label {
  padding: 10px 15px;
  text-align: left;
  width: 100%;
}

mrx-payment-method-card .mr-payment-method-card rs-form-control-group .form-input-group,
mrx-payment-method .mr-payment-method-card rs-form-control-group .form-input-group {
  width: 100%;
}

mrx-payment-method-card .mr-payment-method-card .actions,
mrx-payment-method-card .mr-payment-method-card .actions label,
mrx-payment-method .mr-payment-method-card .actions,
mrx-payment-method .mr-payment-method-card .actions label {
  font-size: 13px;
  text-align: left;
}

mrx-payment-method-card .mr-payment-method-card .actions label,
mrx-payment-method .mr-payment-method-card .actions label {
  padding: 0;
  margin: 10px 0 0;
  color: #777;
}

mrx-payment-method-card .mr-payment-method-card rs-form-control-group[control="paymentMethod.agree"]>.row,
mrx-payment-method .mr-payment-method-card rs-form-control-group[control="paymentMethod.agree"]>.row {
  margin-left: 0;
  margin-right: 0;
}

mrx-payment-method-card .mr-payment-method-card rs-form-control-group[control="paymentMethod.agree"]>.row>.col-sm-12,
mrx-payment-method .mr-payment-method-card rs-form-control-group[control="paymentMethod.agree"]>.row>.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

mrx-payment-method-card .mr-payment-method-card rs-form-control-group[control="paymentMethod.agree"]>.row label.control-label,
mrx-payment-method .mr-payment-method-card rs-form-control-group[control="paymentMethod.agree"]>.row label.control-label {
  padding: 0;
}

@media only screen and (max-width: 769px) {

  mrx-payment-method-card .mr-payment-method-card div.col-xs-6,
  mrx-payment-method .mr-payment-method-card div.col-xs-6 {
    width: auto;
  }
}

mrx-payment-method-card .mr-payment-method-card .custom-column,
mrx-payment-method-card .mr-payment-method-card .custom-column-card-actions,
mrx-payment-method .mr-payment-method-card .custom-column,
mrx-payment-method .mr-payment-method-card .custom-column-card-actions {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 482px) {
  .mrx-make-payment mrx-payment-method-select .custom-column {
    width: 50%;
  }
}

.mrx-make-payment mrx-payment-method-select .custom-column {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.mr-auto-pay form.currency-input {
  height: auto;
}

.mr-auto-pay form.currency-input label {
  font-size: 16px;
  padding: 0;
  text-align: inherit;
  width: 100%;
}

.mr-auto-pay form.currency-input label .text-danger {
  margin-top: 12px;
}

.mr-auto-pay .add-new-payment {
  margin-left: -15px;
  margin-right: -15px;
}

.mr-auto-pay .payment-method-name {
  font-size: 16px;
}

@media only screen and (max-width: 482px) {
  .mr-auto-pay {
    margin: 0 -15px;
  }

  .mr-auto-pay .autopay-toggle-container {
    margin-left: 0;
    margin-right: 0;
  }

  .mr-auto-pay .autopay-toggle-container .auto-pay-enabled-link {
    padding-left: 0;
    padding-right: 0;
  }
}

.auto-pay-modal modal-body {
  padding: 45px;
}

.auto-pay-modal p {
  text-align: left;
  padding: 35px 35px 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-backwards {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.spinning {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.badge-top-left {
  left: 0;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
}

.badge-top-right {
  position: absolute;
  right: 0;
  top: 15px;
  transform: translateX(50%);
}

.badge-top-center {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.badge-bottom-left {
  bottom: 15px;
  left: 0;
  position: absolute;
  transform: translateX(-50%);
}

.badge-bottom-right {
  bottom: 15px;
  position: absolute;
  right: 0;
  transform: translateX(50%);
}

.badge-bottom-center {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
}

header[role="banner"] {
  background: #fff;
  border-bottom: 1px solid #cbcbcb;
}

header[role="banner"]:after {
  border-bottom: 1px solid #ededee;
  content: "";
}

header[role="banner"] a {
  color: #004a7c;
  text-decoration: none;
}

header[role="banner"] .logo {
  padding-right: 0;
  padding-top: 5px;
}

header[role="banner"] .logo img {
  width: 118px;
}

@media only screen and (min-width: 768px) {
  header[role="banner"] .main {
    margin-right: 0;
  }

  header[role="banner"] .logo {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  header[role="banner"] .logo img {
    height: auto;
    width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  header[role="banner"] .logo {
    width: 260px;
  }

  header[role="banner"] .logo img {
    width: 150px;
  }
}

.page-banner h3 a {
  color: #fff;
  text-decoration: underline;
}

.page-banner h3 a.active,
.page-banner h3 a.hover,
.page-banner h3 a:active,
.page-banner h3 a:hover {
  color: #0f76ab;
}

.blog-header img,
.blog-post-list img {
  max-width: 640px;
  width: 100%;
}

.blog-archive-list img,
.blog-archive img,
.blog-recent-posts img,
.blog-tags-list img {
  max-width: 72px;
  width: 72px;
}

.blog-posts-category img {
  max-width: 296px;
  width: 296px;
}

.blog-post-list-item hr {
  margin-bottom: 12px;
  margin-top: 35px;
}

.blog-read-more div {
  margin-left: auto;
}

.blog-related-posts img {
  max-width: 200px;
}

.blog-archive-item-text,
.blog-posts-category-item-text,
.blog-recent-text {
  margin-left: 15px;
}

.blog-header h3,
.blog-post-list h3 {
  margin: 30px 0 10px;
}

.blog-archive-header h2 {
  color: #004a7c;
  font-size: 24px;
  font-weight: 700;
  margin: 3px 0;
}

.blog-archive-list h3 {
  color: #004a7c;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 45px 0 25px;
}

.blog-posts-category h3 {
  color: #004a7c;
  font-size: 24px;
  font-weight: 700;
  margin: 35px 0 40px;
}

.blog-posts-category p {
  margin-top: 20px;
  text-align: center;
}

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

.blog-archive-item,
.blog-archive-item-text,
.blog-archive-nav,
.blog-byline,
.blog-categories-nav,
.blog-nav,
.blog-post-list-comments,
.blog-posts-category-item,
.blog-posts-category-item-text,
.blog-read-more,
.blog-recent-row {
  display: flex;
}

.blog-archive-item-text,
.blog-nav,
.blog-posts-category-item-text,
.blog-read-more,
.blog-recent-text {
  justify-content: space-between;
}

.blog-archive-item-text,
.blog-posts-category-item-text,
.blog-recent-text {
  flex-direction: column;
}

.blog-archive-item-date,
.blog-posts-category-item-text a,
.blog-recent-text a {
  align-self: flex-start;
}

.blog-archive-item-date {
  color: #004a7c;
  font-weight: 700;
}

.blog-recent-date {
  align-self: flex-end;
  padding-bottom: 2px;
}

.blog-archive-item-text a {
  align-self: flex-end;
  color: #004a7c;
  display: block;
  padding-bottom: 10px;
}

.blog-tags .btn {
  background-color: #e4f6fd;
  color: #004a7c;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
}

.blog-tags .btn:hover {
  background-color: #0f76ab;
  box-shadow: none;
  color: #fff;
}

.blog-archive-nav,
.blog-categories-nav {
  background-color: #ededee;
  padding: 7px;
}

.blog-archive-nav-item,
.blog-categories-nav-item {
  margin-right: 12px;
}

.blog-archive-nav-item a,
.blog-archive-nav-item a:active,
.blog-archive-nav-item a:focus,
.blog-archive-nav-item a:visited,
.blog-archive-nav-item span,
.blog-archive a,
.blog-archive a:active,
.blog-archive a:focus,
.blog-archive a:visited,
.blog-archive span,
.blog-categories-nav-item a,
.blog-categories-nav-item a:active,
.blog-categories-nav-item a:focus,
.blog-categories-nav-item a:visited,
.blog-categories-nav-item span,
.blog-popular-categories a,
.blog-popular-categories a:active,
.blog-popular-categories a:focus,
.blog-popular-categories a:visited,
.blog-popular-categories span,
.blog-posts-category-item a,
.blog-posts-category-item a:active,
.blog-posts-category-item a:focus,
.blog-posts-category-item a:visited,
.blog-posts-category-item span,
.blog-read-more a,
.blog-read-more a:active,
.blog-read-more a:focus,
.blog-read-more a:visited,
.blog-read-more span {
  text-decoration: none;
}

.blog-archive-nav-item a:hover,
.blog-archive a:hover,
.blog-categories-nav-item a:hover,
.blog-popular-categories a:hover,
.blog-posts-category-item a:hover,
.blog-read-more a:hover {
  text-decoration: underline;
}

.blog-nav a.next,
.blog-nav a.prev {
  margin: 0 12px;
}

.blog-nav a.next:hover,
.blog-nav a.prev:hover {
  text-decoration: none;
}

.blog-read-more a {
  font-weight: 700;
}

.blog-popular-category a,
.blog-popular-category a:active,
.blog-popular-category a:focus,
.blog-popular-category a:visited,
.blog-popular-category span,
.blog-side-archive a,
.blog-side-archive a:active,
.blog-side-archive a:focus,
.blog-side-archive a:visited,
.blog-side-archive span {
  color: #004a7c;
  font-weight: 700;
  text-decoration: none;
}

.blog-popular-category a:hover,
.blog-side-archive a:hover {
  text-decoration: underline;
}

.blog-popular-category div,
.blog-side-archive div {
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
}

.blog-archive-item-text {
  color: #004a7c;
  font-weight: 700;
}

.blog-archive-item-text a,
.blog-archive-item-text a:active,
.blog-archive-item-text a:focus,
.blog-archive-item-text a:visited,
.blog-archive-item-text span,
.blog-nav a,
.blog-nav a:active,
.blog-nav a:focus,
.blog-nav a:visited,
.blog-nav span,
.blog-paragraphs a,
.blog-paragraphs a:active,
.blog-paragraphs a:focus,
.blog-paragraphs a:visited,
.blog-paragraphs span,
.blog-recent-posts a,
.blog-recent-posts a:active,
.blog-recent-posts a:focus,
.blog-recent-posts a:visited,
.blog-recent-posts span,
.blog-related-posts a,
.blog-related-posts a:active,
.blog-related-posts a:focus,
.blog-related-posts a:visited,
.blog-related-posts span {
  color: #004a7c;
  text-decoration: none;
}

.blog-archive-item-text a:hover,
.blog-nav a:hover,
.blog-paragraphs a:hover,
.blog-recent-posts a:hover,
.blog-related-posts a:hover {
  text-decoration: underline;
}

div.blog-paragraphs ul {
  margin-left: 15px;
}

.blog-comment-count {
  margin-right: 12px;
}

.blog-recent-text,
.blog-tags div {
  display: inline-block;
}

.businesses .service-offerings .centered-select select {
  padding-right: 0;
}

.businesses .service-offerings .icn-w {
  height: 320px;
}

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

.businesses-child .retail h1 {
  line-height: 1.1;
}

.businesses-child .retail .large-containers img,
.businesses-child .retail .retail-solutions img,
.businesses-child .retail .small-containers img {
  width: 100%;
}

.businesses-child .retail .row h4 {
  line-height: 1.1;
}

.businesses-child .retail .retail-nav ul li.active a,
.businesses-child .retail .retail-nav ul li.active a:hover {
  color: #555;
}

.businesses-child .retail .retail-nav ul li.active a {
  color: #004a7c;
}

.businesses-child .retail .retail-nav ul li.active a:hover {
  color: #0f76ab;
}

.businesses-child .icn.illus.curbside-solid-waste,
.businesses-child .icn.illus.solid-waste,
.businesses-child .icn.illus.solid-waste-disposal,
.businesses .icn.illus.curbside-solid-waste,
.businesses .icn.illus.solid-waste,
.businesses .icn.illus.solid-waste-disposal {
  background-image: url(/cms/images/128px/commercial-solidwaste.png);
}

.business-body .service-description {
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .highlights .col-sm-6 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .businesses .service-offerings .icn-w {
    height: auto;
  }
}

.campaign .btn+.btn {
  margin-left: 20px;
  margin-top: 0;
}

.campaign .btn-close-custom {
  margin-bottom: 10px;
  margin-left: 0;
  min-width: 200px;
  width: 40%;
}

.campaign input[type="text"] {
  padding-left: 8px;
}

.campaign hr {
  margin-top: 0;
}

.campaign .mod {
  height: auto;
}

.campaign .mod,
.campaign .padding-bottom {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .campaign .mod {
    height: auto;
    margin-left: 150px;
    text-align: center;
  }
}

.rs-carousel-bits .bits-wrapper {
  display: flex;
  justify-content: center;
}

.rs-carousel-bits .bit {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.stats {
  margin-left: 0;
  margin-right: 0;
}

.stats .stat {
  border-top: 1px solid #575a5b;
  padding-bottom: 20px;
  padding-top: 40px;
}

.stats .stat:first-child {
  border-top: 0;
}

.stats .stat h3 {
  color: #777;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  margin: 0 0 10px;
}

.customer-type {
  font-size: 24px;
  line-height: 24px;
}

.customer-type,
.customer-type span {
  font-weight: 300;
}

.customer-type li {
  background-image: url(/cms/images/customersupport.png);
  background-repeat: no-repeat;
  background-size: 130px auto;
  display: block;
  padding: 20px 0 20px 100px;
  width: 260px;
}

.customer-type li:first-child {
  margin-left: 0;
}

.customer-type li.business,
.customer-type li.municipality,
.customer-type li.resident {
  height: 80px;
}

.customer-type li.business input[type="radio"],
.customer-type li.municipality input[type="radio"],
.customer-type li.resident input[type="radio"] {
  margin-top: 25px;
}

.customer-type li.business span,
.customer-type li.municipality span,
.customer-type li.resident span {
  position: relative;
  top: 12px;
}

.customer-type li.resident {
  background-position: -23px 13px;
  padding-left: 94px;
}

.customer-type li.business {
  background-position: -34px -265px;
  padding-left: 72px;
}

.customer-type li.community,
.customer-type li.municipality {
  background-position: -30px -520px;
  padding-left: 78px;
}

.customer-type li.community {
  height: 80px !important;
}

.customer-type li label {
  font-weight: 300;
  margin-bottom: 0;
}

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

.list-center.fa-ul,
.list-center.fa-ul li {
  margin-left: 0;
}

.list-center.fa-ul .fas {
  left: 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .stats {
    display: table;
    overflow: hidden;
    width: 100%;
  }

  .stats .stat {
    border-left: 1px solid #777;
    border-top: 0;
    display: table-cell;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    padding-top: 30px;
    vertical-align: middle;
  }

  .stats .stat:first-child {
    border: 0;
  }

  .customer-type li {
    display: inline-block;
    margin-left: 10px;
    padding: 20px 0 20px 100px;
    width: auto;
  }

  .customer-type li.business,
  .customer-type li.community,
  .customer-type li.municipality,
  .customer-type li.resident {
    padding-left: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .customer-type li {
    margin-left: 100px;
    padding: 20px 0 20px 110px;
  }
}

.community-child.community-involvement img,
.community-child.k12 img {
  width: 100%;
}

.community-child.k12 .icn.illus.curbside-solid-waste,
.community-child.k12 .icn.illus.solid-waste,
.community-child.k12 .icn.illus.solid-waste-disposal,
.community-child.special-events .icn.illus.curbside-solid-waste,
.community-child.special-events .icn.illus.solid-waste,
.community-child.special-events .icn.illus.solid-waste-disposal {
  background-image: url(/cms/images/128px/commercial-solidwaste.png);
}

.community .content-section {
  padding: 15px 0;
}

.community .content-section .padding-top-neg-m {
  margin-top: -15px;
}

.community .content-section .tabset {
  display: flex;
  flex-direction: column-reverse;
}

.community .content-section .tabset>.nav-tabs li>div {
  text-decoration: underline;
}

.community .content-section .icn.illus.sm {
  margin-bottom: -10px;
}

.community-involvement .full-bg {
  background-image: url(/cms/images/bg-communities-environmental-involvement.jpg);
}

.community-involvement .environmental-commitment .transparent-box h4 {
  margin: 0;
}

.community-involvement .story-american-legion-support {
  background-image: url(/cms/images/american-legion-support.png);
}

.community-involvement .story-caring-for-stray-animals {
  background-image: url(/cms/images/caring-for-stray-animals.png);
}

.community-involvement .story-celebrates-earth-day {
  background-image: url(/cms/images/celebrates-earth-day.png);
}

.community-involvement .story-environmental-student {
  background-image: url(/cms/images/environmental-student.png);
}

.community-involvement .story-home-renovation-event {
  background-image: url(/cms/images/home-renovation-event.png);
}

.community-involvement .story-race-for-life {
  background-image: url(/cms/images/race-for-life.png);
}

.community-involvement .story-recycling-relay-for-life {
  background-image: url(/cms/images/recycling-relay-for-life.png);
}

.community-involvement .story-rock-for-the-kids {
  background-image: url(/cms/images/rock-for-the-kids.png);
}

.story-overlay {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.story-overlay:before {
  background-color: rgba(0, 74, 124, 0.66);
  content: "";
  display: block;
  padding-top: 100%;
}

.story-overlay:hover {
  color: #fff;
  text-decoration: none;
}

.story-overlay:hover:before {
  background-color: rgba(0, 74, 124, 0.8);
}

.story-overlay:hover .cont .read {
  color: #0f76ab;
}

.story-overlay .center-w {
  bottom: 10px;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}

.story-overlay .center-w .center-table {
  display: table;
  height: 100%;
  width: 100%;
}

.story-overlay .center-w .center-table .cont {
  color: #fff;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.story-overlay .center-w .center-table .cont h3 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.story-overlay .center-w .center-table .cont .location {
  margin-bottom: 5px;
}

.story-overlay .center-w .center-table .cont .read {
  font-weight: 600;
  text-decoration: underline;
}

.col-xs-6 .story-overlay {
  font-size: 13px;
  line-height: 16px;
}

.col-xs-6 .story-overlay .center-w .center-table .cont h3 {
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .community-involvement .story-grid {
    margin-bottom: -20px;
  }

  .story-overlay {
    font-size: 16px;
    line-height: 22px;
  }

  .story-overlay .center-w {
    bottom: 30px;
  }

  .story-overlay .center-w .center-table .cont {
    padding: 20px;
    vertical-align: bottom;
  }

  .story-overlay .center-w .center-table .cont h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 482px) {
  .community-involvement .callout {
    margin-bottom: 35px;
  }
}

ul.contact-us-menu li {
  list-style-type: none;
  margin: 0;
  padding-bottom: 4px;
}

ul.contact-us-menu li a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.contact-menu,
.contact-menu div {
  margin-bottom: 12px;
}

@media only screen and (max-width: 769px) {
  .contact-us-container {
    margin-bottom: 35px;
  }
}

.rsAccordion-card {
  display: block;
}

.rsAccordion-card .panel-heading {
  background-color: #f7f7f8;
  position: relative;
}

.rsAccordion-card .panel-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
}

.rsAccordion-card .panel-title>a {
  text-decoration: none;
}

.rsAccordion-card .panel-title h3 {
  color: #004a7c;
  margin: 0;
}

.rsAccordion-card .card-icon,
.rsAccordion-card .icon-plus .fa-plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rsAccordion-card .card-icon {
  color: #0f76ab;
  left: 10px;
  right: auto;
}

.rsAccordion-card .card-icon img {
  height: auto;
  width: 50px;
}

.rsAccordion-card .icon-plus {
  position: relative;
}

.rsAccordion-card .icon-plus> :first-child {
  display: inline-block;
  margin-right: 30px;
}

.rsAccordion-card .icon-plus .fa-plus {
  color: #0f76ab;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
  vertical-align: top;
}

.rsAccordion-card .card-icon-container .icon-plus {
  padding-left: 59px;
}

.rsAccordion-card .panel-open>.panel-heading .panel-title h3 {
  color: #0f76ab;
}

.rsAccordion-card .panel-open>.panel-heading .panel-title .icon-plus .fa-plus {
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.35s;
  transition-timing-function: linear;
}

@media only screen and (min-width: 992px) {

  .rsAccordion-card .collapse,
  .rsAccordion-card .collapsing {
    display: block;
    height: auto !important;
  }

  .rsAccordion-card .panel-title {
    min-height: 60px;
  }

  .rsAccordion-card .panel-title>a {
    cursor: default;
  }

  .rsAccordion-card .icon-plus {
    position: relative;
  }

  .rsAccordion-card .icon-plus> :first-child {
    margin-right: 0;
  }

  .rsAccordion-card .icon-plus .fa-plus {
    display: none;
  }

  .rsAccordion-card .panel-group .panel {
    height: 100%;
  }

  .rsAccordion-card .panel-open>.panel-heading .panel-title h3 {
    color: #004a7c;
  }
}

.page-heading {
  border-bottom: 1px solid #0f76ab;
  color: #0f76ab;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.1em;
  margin: 0 0 20px;
  padding-top: 20px;
  text-align: center;
}

.page-heading span {
  background: #fff;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .content-section {
    padding: 40px 0;
  }

  .content-section.first {
    padding-top: 30px;
  }
}

.border-secondary {
  border: 1px solid #e16900;
  border-radius: 50px;
  color: #e16900;
  padding: 15px 25px 15px 50px;
  position: relative;
}

.border-secondary .apple-image img {
  left: -50px;
  max-height: 100px;
  position: absolute;
  top: -20px;
  width: auto;
}

@media only screen and (max-width: 482px) {
  .border-secondary .apple-image img {
    left: -15px;
    max-height: 70px;
    top: 15px;
  }
}

.customer-service .customer-service-banner h1 {
  color: #004a7c;
}

.customer-support .hero-cont {
  display: block;
  position: relative;
}

.customer-support .hero-cont .pic {
  background-image: url(/cms/images/republic_services_customer_support.jpg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.customer-support .hero-cont .container {
  display: block;
  position: relative;
}

.customer-support .hero-cont .container .mod {
  background-color: #fff;
  border-bottom: 1px solid #575a5b;
  color: #777;
  float: none;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  line-height: 22px;
  padding: 20px 0 30px;
  text-align: center;
  text-shadow: none;
}

.customer-support .hero-cont .container .mod h1 {
  color: #004a7c;
}

.customer-support .hero-cont .container .mod .btn-default.btn-sm,
.customer-support .hero-cont .container .mod .btn-group-sm>.btn-default.btn {
  border-color: #0f76ab;
  color: #0f76ab;
}

.customer-support .hero-cont .container .mod .btn-default.btn-sm:hover,
.customer-support .hero-cont .container .mod .btn-group-sm>.btn-default.btn:hover {
  color: #fff;
}

.customer-support .callout.text-left {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .customer-support .hero-cont .pic {
    height: 605px;
    position: absolute;
  }

  .customer-support .hero-cont .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .customer-support .hero-cont .container .mod {
    background-color: hsla(0, 0%, 100%, 0.75);
    border-bottom: 0;
    float: right;
    font-size: 24px;
    font-weight: 300;
    height: 605px;
    line-height: 30px;
    margin-right: -15px;
    padding: 40px 55px;
    text-shadow: none;
    width: 570px;
  }

  .customer-support .hero-cont .container .mod .search-box {
    margin: 20px 0 0;
  }

  .customer-support .hero-cont .container .mod .text-danger {
    font-size: 16px;
  }

  .customer-support .hero-cont .container .mod h1 {
    color: #004a7c;
  }

  .customer-support .hero-cont .container .mod p {
    line-height: 30px;
  }
}

.facilities .full-bg {
  background-image: url(/cms/images/bg-customer-support-facilities.jpg);
}

.electronic-recycling-hero.hero {
  background-image: url(/cms/images/promo/electronics-hero.png);
  height: 350px;
}

.elec-choice-small,
.icn.illus.small {
  background-image: url(/cms/images/promo/small-box-100.png);
}

.elec-choice-medium,
.icn.illus.medium {
  background-image: url(/cms/images/promo/medium-box-100.png);
}

.elec-choice-large,
.icn.illus.large {
  background-image: url(/cms/images/promo/large-box-100.png);
}

.elec-choice-halfpallet,
.icn.illus.halfpallet {
  background-image: url(/cms/images/promo/half-pallet-box-100.png);
}

.elec-choice-fullpallet,
.icn.illus.fullpallet {
  background-image: url(/cms/images/promo/full-pallet-box-100.png);
}

.elec-recycle-service {
  display: inline-block;
  height: 100px;
  position: relative;
  vertical-align: middle;
  width: 100px;
}

.elec-recycle-service-choice1 {
  background-image: url(/cms/images/promo/mailback-100.png);
}

.elec-recycle-service-choice2 {
  background-image: url(/cms/images/promo/pick-up-100.png);
}

.elec-recycle-service-choice3 {
  background-image: url(/cms/images/promo/full-service-100.png);
}

.environmental-responsibility .full-bg {
  background-image: url(/cms/images/bg-our-company-environmental-responsibility.jpg);
}

.environmental-responsibility ul.blank {
  list-style: none;
}

.environmental-responsibility ul.blank li {
  margin: 0 0 5px;
}

@media only screen and (min-width: 768px) {
  .environmental-responsibility .accordion-tabs .nav-tabs a {
    min-height: 164px;
  }

  .environmental-responsibility .story-grid {
    margin-bottom: -20px;
  }
}

.exploration-production .full-bg {
  background-image: url(/cms/images/bg-businesses-exploration-production.jpg);
}

.exploration-production .hero {
  background-image: url(/cms/images/energy-services-header.jpg);
}

.exploration-production .recycling-services {
  padding-bottom: 20px;
  padding-top: 20px;
}

.exploration-production .recycling-services div[class*="col-xs-"] {
  min-height: 155px;
}

.exploration-production .list-wrapper ul {
  margin-top: 0;
}

.exploration-production .carousel {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .exploration-production .recycling-services div[class*="col-xs-"] {
    min-height: 0;
  }

  .exploration-production .list-wrapper {
    margin: 0 auto;
    width: 500px;
  }

  .exploration-production .carousel {
    margin-bottom: 0;
  }
}

.equation {
  margin-left: 0;
  margin-right: 0;
}

.equation>div[class*="col-"] {
  margin: 0 auto;
  width: 60%;
}

.equation h3 {
  color: #777;
  font-size: 44px;
  font-weight: 300;
  margin: 0 0 10px;
}

.equation .operator {
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
}

.equation .eq-icon {
  background-image: url(/cms/images/sprt-icns-misc.png);
  background-repeat: no-repeat;
  background-size: 150px auto;
  margin-bottom: 0;
  min-height: 1px;
  padding-top: 90px;
}

.equation .eq-icon.truck {
  background-position: center 0;
}

.equation .eq-icon.gas-pump {
  background-position: center -200px;
}

.equation .eq-icon.footprint {
  background-position: center -400px;
}

.equation .text-left,
.equation .text-right {
  text-align: center;
}

ul.inline-block.anchors li {
  margin: 0 10px 10px;
}

@media only screen and (min-width: 768px) {
  .equation {
    display: table;
  }

  .equation>div[class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: auto;
  }

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

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

.btn.fa-button {
  border-radius: 5px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.btn.fa-button .text-med-plus {
  font-size: 22px;
  line-height: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn.fa-button .text-med-plus {
    font-size: 16px !important;
  }
}

.btn.fa-button .fa-lg-plus {
  font-size: 29.3333px;
  line-height: 22px;
  vertical-align: -31%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn.fa-button .text-lg {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn.fa-button .text-med {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn.fa-button .text-sm {
    font-size: 13px !important;
  }
}

.goal-container .goal-item {
  color: #fff;
  margin-bottom: 20px;
  min-height: 80px;
  padding: 20px 20px 20px 80px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .goal-container .goal-item {
    margin: 4px 26px 24px 50px;
    padding: 24px 148px 24px 80px;
  }
}

.goal-container .goal-item h3,
.goal-container .goal-item p {
  color: #fff;
  display: inline;
  font-size: 16px;
  line-height: 22px;
}

.goal-container .goal-item h3 {
  font-weight: 700;
}

.goal-container .goal-item.bg-sustainability-blue .endcap svg .triangle {
  fill: #00345e;
}

.goal-container .goal-item.bg-brand-primary .endcap svg .triangle {
  fill: #0f76ab;
}

.goal-container .goal-item.bg-sustainability-orange .endcap svg .triangle {
  fill: #f5a81d;
}

.goal-container .goal-item.bg-gray .endcap svg .triangle {
  fill: #777;
}

.goal-container .goal-item .icon {
  height: 50px;
  left: 20px;
  position: absolute;
  top: 20px;
}

.goal-container .goal-item .icon img {
  width: 50px;
}

@media only screen and (min-width: 768px) {
  .goal-container .goal-item .icon {
    display: block;
    float: none;
    height: 100px;
    left: -50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
  }

  .goal-container .goal-item .icon img {
    width: 100px;
  }
}

.goal-container .goal-item .description {
  max-width: 490px;
  min-height: 44px;
}

.goal-container .goal-item .status {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .goal-container .goal-item .status {
    font-size: 20px;
    margin-top: 0;
    max-width: 110px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.goal-container .goal-item .endcap {
  display: none;
  height: 100%;
  position: absolute;
  right: -27px;
  top: 0;
  width: 28px;
}

@media only screen and (min-width: 768px) {
  .goal-container .goal-item .endcap {
    display: block;
  }
}

.goal-container .goal-item .endcap svg {
  height: 100%;
  width: 100%;
}

.row .col-lg-15,
.row .col-md-15,
.row .col-sm-15,
.row .col-xs-15 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.row .col-xs-15 {
  float: left;
  width: 20%;
}

@media only screen and (max-width: 482px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .row [class*="col-"].full {
    margin-left: 0;
    margin-right: 0;
  }

  .row .col-sm-15 {
    float: left;
    width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .row .col-md-15 {
    float: left;
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .row .col-lg-15 {
    float: left;
    width: 20%;
  }
}

.hero {
  background-color: #efefef;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #004a7c;
  color: #fff;
  display: table;
  font-size: 14px;
  height: 320px;
  line-height: 16px;
  text-align: center;
  width: 100%;
}

.hero.really-short {
  height: 345px;
}

@media only screen and (max-width: 769px) {

  .hero.really-short,
  .hero.really-short-mobile {
    height: 220px;
  }
}

.hero.extra-short {
  height: 245px;
}

.hero.tall-padded {
  height: 650px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 769px) {
  .hero.tall-padded {
    height: 320px;
    padding-bottom: 0;
  }
}

.hero p {
  line-height: 16px;
}

.hero.border-gray {
  border-top: 1px solid #004a7c;
}

.hero .hero-inner {
  display: table-cell;
  vertical-align: middle;
}

.hero .hero-inner h1 {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.hero .hero-inner .btn-default.btn-sm,
.hero .hero-inner .btn-group-sm>.btn-default.btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
  margin: 0;
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  .hero {
    font-size: 24px;
    height: 525px;
  }

  .hero,
  .hero p {
    line-height: 26px;
  }

  .hero.border-gray {
    border-top: 5px solid #004a7c;
  }

  .hero.short {
    height: 445px;
  }
}

.adaptive-image-hero img {
  width: 100%;
}

.home .content {
  background: #fff;
  text-align: center;
}

.home .intro {
  padding-bottom: 17px;
  padding-top: 20px;
}

.home .intro .btn {
  margin: 0;
}

.home footer .logo {
  display: none;
}

.home h1 {
  color: #76797b;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 0 0 12px;
}

.home h1 sup {
  font-size: 21px;
  top: -20px;
}

.home .hero {
  border: 0;
}

.home-title {
  color: #777;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 0 0 12px;
}

.home-title sup {
  font-size: 21px;
  top: -20px;
}

.bg-office {
  background-image: url(/cms/images/background-office.jpg);
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

@media only screen and (min-width: 768px) {
  .home footer {
    bottom: 0;
    position: fixed;
    width: 100%;
  }
}

img.icn.illus.sm {
  display: inline;
  max-height: 60px;
  width: auto;
}

.icn {
  display: block;
  height: 80px;
  margin: 0 auto;
  max-width: 225px;
  padding: 0;
  position: relative;
  width: 100%;
}

.icn.circle {
  border: 1px solid #004a7c;
  border-radius: 50%;
}

.icn.illus {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 10px;
}

.icn.illus.sm {
  background-size: auto 60px;
  max-width: 100px;
}

.icn.illus.curbside-solid-waste,
.icn.illus.solid-waste,
.icn.illus.solid-waste-disposal {
  background-image: url(/cms/images/128px/solidwaste.png);
}

.icn.illus.all-in-one-recycling,
.icn.illus.curbside-all-in-one-recycling {
  background-image: url(/cms/images/128px/allinonerecycling.png);
}

.icn.illus.dumpster-rentals {
  background-image: url(/cms/images/128px/dumpster_rental.png);
}

.icn.illus.compactor-rentals {
  background-image: url(/cms/images/128px/compactor.png);
}

.icn.illus.landscape-debris,
.icn.illus.sustainability,
.icn.illus.yard-waste {
  background-image: url(/cms/images/128px/yard_waste.png);
}

.icn.illus.bulk-waste {
  background-image: url(/cms/images/128px/bulkwaste.png);
}

.icn.illus.household-hazardous-waste {
  background-image: url(/cms/images/128px/household_hazardouswaste.png);
}

.icn.illus.hazardous-waste {
  background-image: url(/cms/images/128px/hazardous_waste.png);
}

.icn.illus.electronic-recycling,
.icn.illus.electronic-waste {
  background-image: url(/cms/images/128px/electronic_recycling.png);
}

.icn.illus.renewable-energy {
  background-image: url(/cms/images/128px/renewable-energy.png);
}

.icn.illus.food-organic-waste-collections,
.icn.illus.organic-waste {
  background-image: url(/cms/images/128px/oragnic_waste.png);
}

.icn.illus.sharps-needle-disposal {
  background-image: url(/cms/images/128px/sharps_needle_disposal.png);
}

.icn.illus.green-recycling-centers {
  background-image: url(/cms/images/128px/recycling_centers.png);
}

.icn.illus.solar-projects {
  background-image: url(/cms/images/128px/solar_projects.png);
}

.icn.illus.natural-gas-fleet {
  background-image: url(/cms/images/128px/natural_gas_fleet.png);
  background-size: auto 70px;
}

.icn.illus.landfill-gas-projects {
  background-image: url(/cms/images/128px/landfill_gas_projects.png);
}

.icn.illus.curbside-pickup {
  background-image: url(/cms/images/128px/curbesidepickup.png);
}

.icn.illus.dumpster-services {
  background-image: url(/cms/images/256px/dumpster_services%402x.png);
}

.icn.illus.waste-collection {
  background-image: url(/cms/images/icn-illus-waste-collection.png);
}

.icn.illus.universal-waste {
  background-image: url(/cms/images/128px/universal.png);
}

.icn.illus.emergency-response {
  background-image: url(/cms/images/icn-illus-emergency-response.png);
}

.icn.illus.schedule-extra-services {
  background-image: url(/cms/images/128px/schedule_extra_services.png);
}

.icn.illus.metals {
  background-image: url(/cms/images/128px/metals.png);
}

.icn.illus.paper-cardboard {
  background-image: url(/cms/images/128px/cardboard.png);
}

.icn.illus.paper {
  background-image: url(/cms/images/128px/paper.png);
  background-size: auto 47px;
}

.icn.illus.cardboard {
  background-image: url(/cms/images/128px/cardboard.png);
}

.icn.illus.glass {
  background-image: url(/cms/images/128px/glass.png);
}

.icn.illus.plastics {
  background-image: url(/cms/images/128px/plastic.png);
}

.icn.illus.batteries-bulbs {
  background-image: url(/cms/images/128px/batteries_and_bulbs.png);
}

.icn.illus.electronics {
  background-image: url(/cms/images/128px/electronic_recycling.png);
}

.icn.illus.liner-system {
  background-image: url(/cms/images/128px/liner_system.png);
  background-size: auto 47px;
}

.icn.illus.drainage-liquid-management {
  background-image: url(/cms/images/128px/drainage_liquidmanagement.png);
}

.icn.illus.rainfall {
  background-image: url(/cms/images/128px/rainfall.png);
}

.icn.illus.ground-water-monitoring {
  background-image: url(/cms/images/128px/ground_water_monitoring.png);
}

.icn.illus.working-face {
  background-image: url(/cms/images/128px/working_face.png);
}

.icn.illus.final-cap {
  background-image: url(/cms/images/128px/final_cap.png);
  background-size: auto 47px;
}

.icn.illus.appliance-recycling {
  background-image: url(/cms/images/128px/appliance_recycling.png);
}

.icn.illus.portable-toilets {
  background-image: url(/cms/images/128px/portable_toilets.png);
}

.icn.illus.code-of-conduct {
  background-image: url(/cms/images/128px/code_of_conduct.png);
}

.icn.illus.payment-process {
  background-image: url(/cms/images/128px/payment_process.png);
}

.icn.illus.supplier-diversity {
  background-image: url(/cms/images/128px/supplier_delivery.png);
}

.icn.illus.report-an-issue {
  background-image: url(/cms/images/128px/report.png);
}

.icn.illus.request-services {
  background-image: url(/cms/images/128px/requestservices.png);
}

.icn.illus.saturday-service {
  background-image: url(/cms/images/128px/dumpster_services.png);
}

.icn.illus.special-waste {
  background-image: url(/cms/images/128px/special_waste.png);
}

.icn.illus.home-construction {
  background-image: url(/cms/images/128px/home_construction.png);
}

.icn.illus.better-safer-sanitation {
  background-image: url(/cms/images/128px/better_safer_sanitation.png);
}

.icn.illus.reduce-trips-landfill {
  background-image: url(/cms/images/128px/reduce_trips_landfill.png);
}

.icn.illus.leaves {
  background-image: url(/cms/images/128px/leaves.png);
}

.icn.illus.bizdev-structures {
  background-image: url(/cms/images/business_dev_transaction_structures.jpg);
}

.icn.illus.bizdev-relationships {
  background-image: url(/cms/images/business_development_relationships.jpg);
}

.icn.illus.bizdev-stewardship {
  background-image: url(/cms/images/business_dev_stewardship.jpg);
}

.icn.illus.grass {
  background-image: url(/cms/images/128px/grass.png);
  background-size: auto 80px;
}

.icn.illus.large-branches {
  background-image: url(/cms/images/128px/large_branches.png);
}

.icn.illus.electronic-recycling-dropoff {
  background-image: url(/cms/images/128px/localdropoffstations.png);
}

.icn.illus.electronic-recycling-mailback {
  background-image: url(/cms/images/128px/mailback.png);
  background-size: auto 90px;
}

.icn.illus.tree-debris {
  background-image: url(/cms/images/128px/tree_debris-.png);
}

.icn.illus.open-top-container-40-cubic-yard {
  background-image: url(/cms/images/128px/yardcontainer40.png);
}

.icn.illus.open-top-container-30-cubic-yard {
  background-image: url(/cms/images/128px/yardcontainer30.png);
}

.icn.illus.open-top-container-20-cubic-yard {
  background-image: url(/cms/images/128px/yardcontainer20.png);
}

.icn.illus.open-top-container-10-cubic-yard {
  background-image: url(/cms/images/128px/yardcontainer10.png);
}

.icn.illus.container-2-yard,
.icn.illus.container-4-yard,
.icn.illus.container-6-yard,
.icn.illus.container-8-yard {
  background-image: url(/cms/images/icn-illus-container.png);
}

.icn.illus.aluminium {
  background-image: url(/cms/images/128px/aluminium.png);
}

.icn.illus.community-involvement {
  background-image: url(/cms/images/128px/community_involvement.png);
}

.icn.illus.disposal-questions {
  background-image: url(/cms/images/128px/disposal_questions.png);
}

.icn.illus.easy-to-use {
  background-image: url(/cms/images/128px/easy_to_use.png);
}

.icn.illus.large-appliances {
  background-image: url(/cms/images/128px/large_appliances.png);
}

.icn.illus.leftover-hazardous-waste {
  background-image: url(/cms/images/128px/leftover_hazardous_waste.png);
}

.icn.illus.mattresses {
  background-image: url(/cms/images/128px/mattresses.png);
}

.icn.illus.medical-waste {
  background-image: url(/cms/images/128px/medical_waste.png);
}

.icn.illus.open {
  background-image: url(/cms/images/128px/open.png);
}

.icn.illus.organics-compost {
  background-image: url(/cms/images/128px/organics_compost.png);
}

.icn.illus.read-label {
  background-image: url(/cms/images/128px/read_label.png);
  background-size: auto 75px;
}

.icn.illus.reduce-greenhouse-gases {
  background-image: url(/cms/images/128px/reduce_greenhouse_gases.png);
}

.icn.illus.minimize-landfill-waste {
  background-image: url(/cms/images/128px/minimize_landfill_waste.png);
}

.icn.illus.republic-rewards {
  background-image: url(/cms/images/128px/republic_rewards.png);
}

.icn.illus.safety {
  background-image: url(/cms/images/128px/safety.png);
}

.icn.illus.security {
  background-image: url(/cms/images/128px/security.png);
}

.icn.illus.smallercarbon-footprint {
  background-image: url(/cms/images/128px/smallercarbon_footprint.png);
}

.icn.illus.storing-hazardous-waste {
  background-image: url(/cms/images/128px/storing_hazardous_waste.png);
}

.icn.illus.sustainability {
  background-image: url(/cms/images/128px/sustainability.png);
}

.icn.illus.timely-delivery {
  background-image: url(/cms/images/128px/timely_delivery.png);
}

.icn.illus.vehicles-alternative-fuels {
  background-image: url(/cms/images/128px/vehicles_alternative_fuels.png);
}

.icn.illus.vehiclesusing-cnatural-gas {
  background-image: url(/cms/images/128px/vehiclesusing_cnatural_gas.png);
}

.icn.illus.blueprint-waste-assessment {
  background-image: url(/cms/images/business/clipboard.png);
}

.icn.illus.convenient-service {
  background-image: url(/cms/images/business/checkmark.png);
}

.icn.illus.two-bin-solution {
  background-image: url(/cms/images/business/two-bin.png);
}

.icn.illus.three-bin-solution {
  background-image: url(/cms/images/business/three-bin.png);
  background-size: auto 96px;
}

.icn.illus.easy-account-management {
  background-image: url(/cms/images/business/phone.png);
}

.icn.illus.reliable-pickups {
  background-image: url(/cms/images/business/pickups.png);
}

.icn.illus.well-handle-it-from-here {
  background-image: url(/cms/images/business/packup-pickup.png);
}

.icn.illus.commercial-curbside-solid-waste,
.icn.illus.commercial-solid-waste,
.icn.illus.commercial-solid-waste-disposal {
  background-image: url(/cms/images/128px/commercial-solidwaste.png);
}

.icn h4 {
  font-size: 18px;
}

.icn .link {
  color: #0f76ab;
  display: inline-block;
  text-decoration: underline;
}

.icn-txt {
  color: #777 !important;
  margin: 0 0 20;
  text-align: center;
}

.icn-txt h4 {
  font-size: 18px;
  line-height: 20px;
}

.icn-link {
  font-size: 16px;
  line-height: 22px;
  max-width: 80%;
  padding-left: 30px;
}

.icn-link,
.icn-link:before {
  display: inline-block;
  position: relative;
}

.icn-link:before {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  content: "";
  height: 25px;
  left: -8px;
  top: 6px;
  width: 25px;
}

.icn-link.download:before {
  background-image: url(/cms/images/icon-file.svg);
}

.icn-link.video:before {
  background-image: url(/cms/images/icon-video.svg);
}

.icn-link.arrow:before {
  background-image: url(/cms/images/icon-link.svg);
}

@media only screen and (min-width: 768px) {
  .icn-link {
    max-width: 100%;
  }

  .icn {
    height: 100px;
    margin-bottom: 20px;
  }

  .icn:before {
    display: none;
  }

  .icn.illus {
    background-size: auto 100px;
  }

  .icn.illus .sm {
    height: 80px;
  }

  .icn-txt,
  .icn.illus .sm {
    margin-bottom: 0;
  }

  .icn-txt h4 {
    font-weight: 400;
  }
}

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

img.auto {
  width: auto;
}

.bing-maps img {
  width: inherit !important;
}

.main-img {
  margin: 0 -15px 20px;
  max-height: 240px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .main-img {
    margin: 0;
    max-height: none;
    padding-bottom: 0;
  }
}

.video-thumbnail {
  position: relative;
}

.video-thumbnail:before {
  background: url(/cms/images/play-icon.png) 50% 50% no-repeat;
  background-size: 15%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-thumbnail .video-title {
  bottom: 20px;
  color: #fff;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  white-space: nowrap;
}

@media only screen and (max-width: 769px) {
  .video-thumbnail .video-title {
    bottom: 10px;
    font-size: 0.8em;
  }
}

.video-thumbnail img {
  height: auto;
  width: 100%;
}

.k12 .hero {
  background-image: url(/cms/images/k12_trash.jpg);
}

.k12 .careers-hero {
  background-image: url(/cms/images/republic_service_careers.jpg);
}

.k12 .bizdev-hero {
  background-image: url(/cms/images/republic_services_business_development.jpg);
}

.k12 .full-bg {
  background-image: url(/cms/images/bg-communities-k12.jpg);
}

.k12 .effortless-experience {
  text-align: center;
}

.k12 .service-offerings .icn-txt {
  min-height: 140px;
}

.k12 .list-wrapper ul {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .k12 .sidebar-tools>li:last-child {
    border: 0;
  }

  .k12 .accordion-tabs .nav-tabs>div {
    min-height: 142px;
  }

  .k12 .list-wrapper {
    margin: 0 auto;
    width: 90%;
  }
}

.municipalities .full-bg {
  background-image: url(/cms/images/bg-communities-municipalities.jpg);
}

.municipalities .logo-list {
  margin: 0;
}

.municipalities .logo-list a {
  display: block;
  padding: 0 20px;
}

.municipalities .logo-list a img {
  width: auto;
}

.municipalities .logo-list img {
  margin-top: 30px;
  max-width: 50%;
}

.municipalities .logo-list img:first-child {
  margin-top: 14px;
}

.municipalities .circle-tile {
  background-color: #004a7c;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  height: 74px;
  line-height: 74px;
  margin: 20px auto;
  width: 74px;
}

.municipalities .circle-tile.checkmark {
  background-image: url(/cms/images/icn-checkmark.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px 30px;
}

@media only screen and (min-width: 768px) {
  .municipalities .logo-list {
    display: table;
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
  }

  .municipalities .logo-list img {
    margin-top: 0;
    max-width: 100%;
  }

  .municipalities .logo-list img:first-child {
    margin-top: 0;
  }

  .municipalities .logo-list div[class*="col-"] {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
  }

  .municipalities .logo-list div[class*="col-"] a {
    display: block;
  }
}

.municipality-header .rsx-high-contrast-mode {
  margin-bottom: 5px;
}

.campaign .myresource-manage-account {
  background-image: url(/cms/images/republic_services_account.jpg);
}

.my-resource {
  padding: 0;
}

.my-resource .top-half {
  background: linear-gradient(180deg, #0f76ab 0, #0f76ab 80%, #fff 0, #fff);
  text-align: center;
}

.my-resource .top-half h2,
.my-resource .top-half p {
  color: #fff;
}

.my-resource .top-half img {
  height: auto;
  max-width: 100%;
}

.my-resource .top-half .hero-image {
  margin-top: -30px;
}

.my-resource .bottom-half {
  height: 160px;
}

@media only screen and (min-width: 768px) {
  .my-resource .bottom-half {
    height: 290px;
  }
}

.my-resource .bottom-half .link-section {
  padding: 20px 0;
}

.my-resource .bottom-half .link-section a {
  color: #e16900;
}

@media only screen and (max-width: 769px) {
  .my-resource .bottom-half .lists {
    margin-top: 20px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .my-resource .bottom-half .lists {
    margin-top: 0;
  }
}

.my-resource .my-resource-list div,
.my-resource .my-resource-list li {
  color: #373737;
  margin-top: 10px;
}

.my-resource .my-resource-list div i,
.my-resource .my-resource-list li i {
  padding-right: 10px;
}

@media only screen and (max-width: 769px) {

  .my-resource .my-resource-list div,
  .my-resource .my-resource-list li {
    margin: auto;
    text-align: left;
    width: 192px;
  }
}

@media only screen and (min-width: 768px) {
  .my-resource .my-resource-buttons .col-sm-6:first-child {
    text-align: right;
  }

  .my-resource .my-resource-buttons .col-sm-6:nth-child(2) {
    text-align: left;
  }
}

@media only screen and (min-width: 482px) {
  .my-resource .my-resource-buttons .btn {
    width: 275px;
  }
}

.our-company img {
  width: 100%;
}

.pay-bill .full-bg {
  background-image: url(/cms/images/bg-pay-bill.jpg);
}

.pay-bill .btn.fixed-w {
  width: 290px;
}

@media only screen and (min-width: 768px) {
  .pay-bill .btn.fixed-w {
    width: 320px;
  }

  .nowrap sup {
    top: -0.3em;
  }
}

.page-banner {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
}

.page-banner>.page-banner-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.page-banner>.page-banner-wrapper>.image,
.page-banner>.page-banner-wrapper>rsx-adaptive-image>div>div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.page-banner>.page-banner-wrapper .container {
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .page-banner>.page-banner-wrapper .container {
    width: 100%;
  }
}

.page-banner>.page-banner-body {
  border-top: 1px solid hsla(0, 0%, 100%, 0.7);
}

@media only screen and (max-width: 482px) {
  .page-banner {
    background-position: center 0;
    background-size: auto 320px;
  }
}

.page-banner .video-fallback {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.page-banner.with-video .page-banner-wrapper>video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.page-banner .page-banner-wrapper>.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.page-banner .page-banner-content {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-banner .page-banner-content .rsx-video-modal-container a {
  text-decoration: none;
}

.page-banner .page-banner-content.elevate {
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .page-banner .page-banner-content.elevate h1 {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .page-banner .page-banner-content.elevate {
    border-radius: 4px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
  }
}

.page-banner .page-banner-content.elevate h1 {
  margin-top: 0;
}

@media only screen and (max-width: 993px) {
  .page-banner .page-banner-content.elevate h1 {
    margin-bottom: 0;
  }
}

.page-banner.split-video>.page-banner-wrapper>video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: none;
  width: auto;
  display: none;
}

.page-banner.split-video>.page-banner-wrapper>.image {
  background-size: auto 100%;
  background-position: right -50px bottom;
}

.page-banner.split-video .page-banner-content>.content-image {
  max-width: 50%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .page-banner.split-video>.page-banner-wrapper .image {
    background-position: 30%;
  }

  .page-banner.split-video>.page-banner-wrapper video {
    display: initial;
  }
}

@media only screen and (min-width: 992px) {
  .page-banner {
    min-height: 460px;
  }

  .page-banner.medium {
    min-height: 530px;
  }

  .page-banner.large {
    min-height: 750px;
  }

  .page-banner>.page-banner-wrapper {
    position: static;
  }

  .page-banner.split-video>.page-banner-wrapper .image {
    background-position: 50%;
  }
}

@media only screen and (min-width: 1600px) {
  .page-banner.split-video>.page-banner-wrapper>video {
    height: auto !important;
    width: 50% !important;
    top: 50%;
    transform: translateY(-50%);
  }
}

.procurement .full-bg {
  background-image: url(/cms/images/bg-procurement.jpg);
}

.procurement .full-bg.supplier-sustainability {
  background-image: url(/cms/images/bg-fade.png),
    url(/cms/images/bg-procurement-supplier-sustainability.jpg);
  background-position: bottom, top;
  background-repeat: repeat-x, no-repeat;
  background-size: 100% auto, cover;
}

.procurement .full-bg .video-box {
  margin-bottom: 30px;
}

.procurement .form-container {
  padding-left: 15px;
  padding-right: 15px;
}

.procurement .content-section.col-md-offset-2 {
  margin: 0;
}

.procurement .nav-tabs.alphabet {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .procurement .full-bg .video-box {
    margin-bottom: 0;
  }
}

.product-info .content-column {
  margin-left: 41.6px;
}

.product-info .content-column hr {
  margin-bottom: 15px;
  margin-top: 15px;
}

.product-info .content-column p {
  margin-bottom: 7px;
  margin-top: 15px;
}

@media only screen and (max-width: 769px) {
  .product-info .content-column .fa-ul {
    margin-left: 2.14285714em;
  }
}

.product-info .content-column .fa-ul>li {
  margin-bottom: 7px;
  margin-left: 0;
  text-align: left;
}

.product-info h2.h4 {
  font-size: 16px;
  font-weight: 700;
}

.product-info .fa-heading {
  padding-left: 41.6px;
  position: relative;
}

.product-info .fa-heading .fas {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.non-recyclable-items .margin-bottom-0 {
  margin-bottom: 0 !important;
}

.recycling-icon {
  background-image: url(/cms/images/128px/allinonerecycling.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #0f76ab;
  padding-left: 25px;
}

.recycle-guide ul.bulleted-blue li,
.recycle-guide ul.xmarked li {
  font-size: 16px;
}

@media only screen and (max-width: 993px) {

  .recycle-guide ul.bulleted-blue,
  .recycle-guide ul.xmarked {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 482px) {
  .items-recycle ul.checkmarked-blue li {
    left: 10px !important;
  }
}

.residents-child .yard-waste img {
  width: 100%;
}

.residents-child .yard-waste h1 {
  line-height: 1.1;
}

.residents-child .solid-waste .text-color-white .underline,
.residents-child .yard-waste .scalibility h4 {
  color: #fff;
}

.results h3 {
  color: #004a7c;
}

.results ul.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.results ul.categories li {
  margin: 0 0 10px 10px;
}

.results ul.categories a {
  color: #004a7c;
  text-decoration: none;
}

.results ul.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.results ul.search-results li {
  margin: 0 0 40px;
}

.results ul.search-results a {
  text-decoration: none;
}

.results ul.search-results a h3 {
  color: #0f76ab;
}

.results .cout {
  background: #f7f7f8;
  margin-bottom: 15px;
  padding: 15px;
}

.results .cout .btn-default.btn-sm,
.results .cout .btn-group-sm>.btn-default.btn {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .results ul.categories {
    margin: 0 0 40px;
  }
}

.retail .available-services.full-bg {
  background-image: url(/cms/images/bg-businesses-retail-national.jpg);
}

.retail .recycling-services {
  padding-bottom: 20px;
  padding-top: 20px;
}

.retail .recycling-services div[class*="col-xs-"] {
  min-height: 155px;
}

.retail .container-type {
  margin-bottom: 40px;
}

.retail .container-type:last-child {
  margin-bottom: 0;
}

.retail .container-type h3 {
  margin-bottom: 23px;
}

.retail .container-type .carousel .slide .tmb {
  margin-bottom: 20px;
  max-width: 250px;
}

.retail .service-offerings .icn-w {
  height: 280px;
}

.retail .split {
  margin: 0 auto;
  width: 90%;
}

.retail .split li {
  float: none;
  width: 100%;
}

.retail .response-local,
.retail .response-regional,
.retail .select-address-local,
.retail .select-address-regional {
  display: none;
}

@media only screen and (min-width: 768px) {
  .retail .recycling-services div[class*="col-xs-"] {
    min-height: 0;
  }

  .retail .container-type {
    margin-bottom: 40px;
  }

  .retail .service-offerings .icn-w {
    height: auto;
  }

  .retail .split {
    margin: 0 auto;
    width: auto;
  }

  .retail .split li {
    float: left;
    width: 45%;
  }
}

@media only screen and (min-width: 992px) {
  .retail .container-type {
    margin-bottom: 0;
  }
}

.reward {
  min-height: 65px;
  position: relative;
}

.reward-description {
  margin-left: 32px;
  overflow: hidden;
  padding-left: 25px;
}

.reward-icon {
  left: 0;
  position: absolute;
}

.reward-icon img {
  height: auto;
  width: 50px;
}

@media only screen and (min-width: 482px) {
  .reward-description {
    margin-left: 57px;
    padding-left: 50px;
  }

  .reward {
    min-height: 130px;
  }

  .reward-icon img {
    width: 100px;
  }
}

.special-events .hero {
  background-image: url(/cms/images/special_event_trash.jpg);
}

.special-events .aboutus-hero {
  background-image: url(/cms/images/truck_driver.jpg);
}

.special-events .public-private-partnerships .mobile-subnav .privatization a {
  background: #f7f7f8;
  border: 1px solid #fff;
  color: #004a7c;
  text-decoration: none;
}

.special-events .public-private-partnerships .we-value-relationships {
  background-image: url(/cms/images/bg-communities-public-private-partnerships.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.our-company .full-bg {
  background-image: url(/cms/images/bg-our-company.jpg);
}

@media only screen and (min-width: 768px) {
  .public-private-partnerships .sidebar-tools>li:last-child {
    border: 0;
  }
}

.split-image-container {
  background-color: transparent;
}

.split-image-container .split-image-row {
  background-color: #fff;
  margin-top: 100px;
}

.split-image-container .split-image-mid {
  margin-top: -90px;
  padding: 0;
}

@media only screen and (max-width: 769px) {
  .split-image-container .split-image-mid img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 482px) {
  .split-image-container .split-image-mid {
    position: absolute;
    text-align: center;
  }
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  .split-image-container .split-image-mid {
    position: absolute;
    text-align: center;
  }
}

@media only screen and (max-width: 482px) {
  .split-image-container .split-image-left {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  .split-image-container .split-image-left {
    margin-top: 55px;
  }
}

.split-image-container .split-image-left,
.split-image-container .split-image-right {
  padding-top: 15px;
}

.stats-container {
  overflow: hidden;
}

.stats-container .stats-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
}

.stats-container .stats-grid li {
  border-bottom: 1px solid #777;
  color: #373737;
  flex: 1 0 200px;
  margin-left: 0;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: left;
}

.stats-container .stats-grid li:empty {
  border: 0;
  height: 0;
}

@media only screen and (min-width: 482px) {
  .stats-container .stats-grid li {
    border-right: 1px solid #777;
  }
}

.crop-circle .circle {
  background-color: transparent;
  display: block;
  margin: 0 auto;
  max-width: 150px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.crop-circle .circle:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}

.crop-circle .circle-content {
  color: #0f76ab;
  display: table-cell;
  padding: 0.5em;
  vertical-align: middle;
}

.crop-circle .circle-content h2,
.crop-circle .circle-content h3,
.crop-circle .circle-content h4,
.crop-circle .circle-content p {
  color: #0f76ab;
}

.crop-circle .circle-inner {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: -0.75em;
  width: 100%;
}

.crop-circle .circle-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.crop-circle .circle-below-text {
  color: #fff;
  padding-bottom: 15px;
}

.tab-pane .tab-pane-flex {
  display: flex;
  flex-wrap: wrap;
}

.terms-of-use {
  font-family: Arial, sans-serif;
}

.terms-of-use,
.terms-of-use blockquote {
  font-size: 10pt;
}

.rsx-video-modal-container a {
  display: inline-block;
  position: relative;
}

.rsx-video-modal-container a>img {
  margin: 0 auto;
  width: 100%;
}

.rsx-video-modal-container a p {
  margin: 0;
}

.rsx-video-modal-container a .video-overlay {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.rs-accordian-theme.panel-group .accordion-toggle h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #0f76ab;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #c7c8ca;
}

.rs-accordian-theme.panel-group>.panel {
  border: none;
  box-shadow: none;
  margin-bottom: 1em;
}

.rs-accordian-theme.panel-group>.panel>.panel.card {
  border: none;
  box-shadow: none;
}

.rs-accordian-theme.panel-group>.panel>.panel.card>.panel-heading.card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}

.rs-accordian-theme.panel-group>.panel>.panel.card>.panel-heading.card-header>.panel-title {
  padding: 0;
}

.rs-accordian-theme.panel-group>.panel>.panel.card>.panel-heading.card-header>.panel-title .btn-link {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  color: #0f76ab;
}

.rs-accordian-theme.panel-group>.panel>.panel.card>.panel-heading.card-header>.panel-title .btn-link:focus {
  outline: none;
}

.rs-accordian-theme.panel-group>.panel>.panel.card>.panel-collapse>.panel-body {
  border: none;
  padding: 0;
  margin-top: 0;
}

.rs-accordian-theme.panel-group>.panel>.panel.card>.panel-collapse>.panel-body .panel-reset .panel {
  margin-bottom: 1em;
}

.accordion-material .panel-group {
  border-top: 2px solid #c7c8ca;
}

.accordion-material .panel-group .panel {
  border-radius: 0;
}

.accordion-material .panel {
  border: 0;
  border-bottom: 2px solid #c7c8ca;
  box-shadow: none;
}

.accordion-material .panel .panel-title .fa {
  transition: all 0.23s linear;
}

.accordion-material .panel .panel-title .fa.down {
  transform: rotate(-180deg);
}

.accordion-material .panel>.panel-heading {
  background-color: transparent;
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-material .panel>.panel-heading h4 {
  font-size: 24px;
  text-decoration: none;
}

.accordion-material .panel>.panel-heading h4 a {
  text-decoration: none;
}

.accordion-material .panel>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}

.accordion-material .panel .panel-body {
  padding-top: 0;
  padding-left: 30px;
}

.image-community-trash-recycling {
  background-image: url(/cms/resp-images/hero_mobile/public/community-trash-recycling.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 321px;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .image-community-trash-recycling {
    background-image: url(/cms/resp-images/hero_tablet/public/community-trash-recycling.jpg);
    height: 512px;
  }
}

@media only screen and (min-width: 768px) {
  .image-community-trash-recycling {
    background-image: url(/cms/resp-images/hero_desktop/public/community-trash-recycling.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 992px) {
  .image-community-trash-recycling {
    background-image: url(/cms/resp-images/hero_desktop_l/public/community-trash-recycling.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-community-trash-recycling {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/community-trash-recycling.jpg);
    height: 520px;
  }
}

.image-3-boys-playing-basketball {
  background-image: url(/cms/resp-images/hero_mobile/public/3-boys-playing-basketball.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 321px;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .image-3-boys-playing-basketball {
    background-image: url(/cms/resp-images/hero_tablet/public/3-boys-playing-basketball.jpg);
    height: 420px;
  }
}

@media only screen and (min-width: 768px) {
  .image-3-boys-playing-basketball {
    background-image: url(/cms/resp-images/hero_desktop/public/3-boys-playing-basketball.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 992px) {
  .image-3-boys-playing-basketball {
    background-image: url(/cms/resp-images/hero_desktop/public/3-boys-playing-basketball.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-3-boys-playing-basketball {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/3-boys-playing-basketball.jpg);
    height: 600px;
  }
}

@media only screen and (min-width: 1921px) {
  .image-3-boys-playing-basketball {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/3-boys-playing-basketball.jpg);
    height: 800px;
  }
}

.image-boy-rolling-toter {
  background-image: url(/cms/resp-images/hero_mobile/public/boy-rolling-toter.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 321px;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .image-boy-rolling-toter {
    background-image: url(/cms/resp-images/hero_tablet/public/boy-rolling-toter.jpg);
    height: 512px;
  }
}

@media only screen and (min-width: 768px) {
  .image-boy-rolling-toter {
    background-image: url(/cms/resp-images/hero_desktop/public/boy-rolling-toter.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 992px) {
  .image-boy-rolling-toter {
    background-image: url(/cms/resp-images/hero_desktop/public/boy-rolling-toter.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-boy-rolling-toter {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/boy-rolling-toter.jpg);
    height: 520px;
  }
}

.image-dad-daughter-bike {
  background-image: url(/cms/resp-images/hero_mobile/public/dad-daughter-bike.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 132px;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .image-dad-daughter-bike {
    background-image: url(/cms/resp-images/hero_tablet/public/dad-daughter-bike.jpg);
    height: 309px;
  }
}

@media only screen and (min-width: 768px) {
  .image-dad-daughter-bike {
    background-image: url(/cms/resp-images/hero_desktop/public/dad-daughter-bike.jpg);
    height: 309px;
  }
}

@media only screen and (min-width: 992px) {
  .image-dad-daughter-bike {
    background-image: url(/cms/resp-images/hero_desktop_l/public/dad-daughter-bike.jpg);
    height: 309px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-dad-daughter-bike {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/dad-daughter-bike.jpg);
    height: 309px;
  }
}

@media only screen and (min-width: 1921px) {
  .image-dad-daughter-bike {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/dad-daughter-bike.jpg);
    height: 409px;
  }
}

.image-man-running-dog {
  background-image: url(/cms/resp-images/hero_mobile/public/man-running-dog.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .image-man-running-dog {
    background-image: url(/cms/resp-images/hero_tablet/public/man-running-dog.jpg);
    height: 462px;
  }
}

@media only screen and (min-width: 768px) {
  .image-man-running-dog {
    background-image: url(/cms/resp-images/hero_desktop/public/man-running-dog.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 992px) {
  .image-man-running-dog {
    background-image: url(/cms/resp-images/hero_desktop/public/man-running-dog.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-man-running-dog {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/man-running-dog.jpg);
    height: 520px;
  }
}

.image-warehouse-3-males {
  background-image: url(/cms/resp-images/hero_mobile/public/warehouse-3-males.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 321px;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .image-warehouse-3-males {
    background-image: url(/cms/resp-images/hero_tablet/public/warehouse-3-males.jpg);
    height: 512px;
  }
}

@media only screen and (min-width: 768px) {
  .image-warehouse-3-males {
    background-image: url(/cms/resp-images/hero_desktop/public/warehouse-3-males.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 992px) {
  .image-warehouse-3-males {
    background-image: url(/cms/resp-images/hero_desktop_l/public/warehouse-3-males.jpg);
    height: 520px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-warehouse-3-males {
    background-image: url(/cms/resp-images/hero_desktop_xl/public/warehouse-3-males.jpg);
    height: 520px;
  }
}

.section-91 {
  background-image: url(/cms/resp-images/hero_mobile/public/young-child-in-box.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 321px;
  width: 100%;
}

@media only screen and (min-width: 482px) {
  .section-91 {
    background-image: url(/cms/resp-images/hero_tablet/public/young-child-in-box.jpg);
    height: 512px;
  }
}

@media only screen and (min-width: 768px) {
  .section-91 {
    background-image: url(/cms/resp-images/hero_mobile/public/RepublicServices_Movers-Hero.jpg);
    height: 520px;
  }
}

.alert {
  background-color: #f7f7f8;
  border-radius: 0;
}

.alert.alert-danger {
  background-color: #fff;
  border-color: #e16900;
  color: #004a7c;
}

.alert.alert-success {
  border-color: #0f76ab;
  color: #004a7c;
}

.alert.alert-warning {
  border-color: #777;
  color: #373737;
}

.alert.alert-info {
  background-color: #e4f6fd;
  border-color: #0f76ab;
  color: #000;
}

.alert.alert-stop-date-info {
  background-color: #ededee;
  border: 1px solid #777;
  border-radius: 5px;
  color: #004a7c;
  padding: 10px;
}

.alert-header {
  padding-top: 23px;
  padding-bottom: 23px;
}

.alert-header>.container>.row {
  flex: auto;
  display: flex;
}

@media only screen and (min-width: 482px) {
  .alert-header>.container>.row {
    align-items: center;
  }
}

.alert-header>.container>.row .icon {
  width: 85px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

@media only screen and (min-width: 482px) {
  .alert-header>.container>.row .icon {
    padding-top: 0;
  }

  .alert-header>.container>.row .icon>.fa {
    font-size: 3em;
  }
}

.alert-header .title {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.alert-header .title h1 {
  text-align: left;
  margin: 0;
}

.alert-header.alert-warning {
  border-top: 4px solid #ca5700;
  border-bottom: 4px solid #ca5700;
  background-color: transparent;
  color: #ca5700;
}

.alert-header.alert-warning h1,
.alert-header.alert-warning p {
  color: #004a7c;
}

a {
  color: #0f76ab;
  font-weight: 400;
  text-decoration: underline;
}

a:active {
  outline: 0;
}

a.static,
a.visited,
a:visited {
  color: #0f76ab;
}

a.white {
  color: #fff;
}

a.white:active,
a.white:hover {
  color: #0f76ab;
}

a.white-visited {
  color: #fff;
}

a.active,
a.hover,
a:active,
a:focus,
a:hover {
  color: #004a7c;
}

a:focus {
  text-decoration: underline;
}

a h3,
h3 a {
  text-decoration: none;
}

a[disabled] {
  color: #c7c8ca;
  cursor: default;
  pointer-events: none;
}

.brand-danger a,
.brand-warning a,
.orange-link a,
a.brand-danger,
a.brand-warning {
  color: #e16900;
}

.brand-danger a.active,
.brand-danger a.hover,
.brand-danger a:active,
.brand-danger a:hover,
.brand-warning a.active,
.brand-warning a.hover,
.brand-warning a:active,
.brand-warning a:hover,
.orange-link a.active,
.orange-link a.hover,
.orange-link a:active,
.orange-link a:hover,
a.brand-danger.active,
a.brand-danger.hover,
a.brand-danger:active,
a.brand-danger:hover,
a.brand-warning.active,
a.brand-warning.hover,
a.brand-warning:active,
a.brand-warning:hover {
  color: #ca5700;
}

.brand-danger a:focus,
.brand-warning a:focus,
.orange-link a:focus,
a.brand-danger:focus,
a.brand-warning:focus {
  color: #ca5700;
  outline: 0;
}

a.white-on-blue {
  color: #fff;
  text-decoration: none;
}

a.white-on-blue span.hover,
a.white-on-blue span:hover {
  text-decoration: underline;
}

p {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 1rem;
}

p.large {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

p.footnote {
  color: #b4b4b4;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  font-style: italic;
}

p.error {
  color: #c7102e;
  font-size: 16px;
  line-height: 15px;
  padding-top: 10px;
}

p.secondary,
p .secondary,
p.small,
p .small,
p small {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

p.small,
p .small,
p small {
  font-style: italic;
}

p sup {
  font-size: 70%;
}

@media only screen and (max-width: 767px) {
  p {
    color: #252525;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  p.large {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  p.footnote {
    color: #b4b4b4;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    font-style: italic;
  }

  p.error {
    color: #c7102e;
    font-size: 16px;
    line-height: 15px;
    padding-top: 10px;
  }

  p.secondary,
  p .secondary,
  p.small,
  p .small,
  p small {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
  }

  p.small,
  p .small,
  p small {
    font-style: italic;
  }
}

.no-wrap-links>a {
  white-space: nowrap;
}

.textarea-fake {
  border: 1px solid #c7c8ca;
  height: 120px;
  overflow-y: auto;
  padding: 5px;
}

.textarea-fake .valign-middle {
  margin-top: 40px;
}

.textarea-fake .container {
  width: 100%;
}

.padding-0-horizontal {
  padding-left: 0;
  padding-right: 0;
}

hr {
  border-width: 1px;
  border-style: solid;
  opacity: 1;
}

hr.no-pad {
  margin: 0;
}

hr.thick {
  border-color: #e4f6fd;
  border-width: 5px;
}

hr.bold {
  border-color: #0f76ab;
}

@media only screen and (max-width: 482px) {
  p {
    font-size: 14px;
  }

  p.large {
    font-size: 16px;
  }
}

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

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

.flex-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.flex-list li {
  list-style: none;
  margin-left: 0;
}

.flex-list li+li {
  margin-left: 0;
}

.flex-list li :first-child {
  margin-bottom: 5px;
}

@media only screen and (max-width: 482px) {
  .flex-list {
    flex-direction: column;
  }
}

.inline-block-items>*,
ul.inline-block-list,
ul.inline-block-list li {
  display: inline-block;
}

ul.inline-block {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline-block li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
}

.block {
  display: block;
  list-style: none;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
}

.block li {
  display: block;
  margin-bottom: 10px;
}

.divider {
  border-bottom: 1px solid #0f76ab;
}

.transparent-box {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.transparent-box .icn-txt {
  margin-bottom: 0;
}

.transparent-box .icn-txt h4 {
  font-weight: 600;
}

.clear {
  clear: both;
}

@media only screen and (min-width: 768px) {
  hr {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 992px) {
  .transparent-box {
    margin-bottom: 0;
    min-height: 245px;
  }

  .yard-waste .preparing-pickup .transparent-box {
    min-height: 230px;
  }
}

.line-item {
  margin: 0;
}

.line-item:nth-child(2n):not(.same-bg):not(.total) {
  background-color: #f7f7f8;
}

.line-item.total {
  background-color: #e4f6fd;
  padding: 5px 15px;
}

.line-item.total p {
  font-weight: 700;
}

.btn {
  border-radius: 23px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  outline: none;
  padding: 10px 20px;
  text-decoration: none;
  white-space: inherit;
  text-transform: uppercase;
}

.btn[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn.disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
}

.btn {
  border-radius: 23px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  outline: none;
  padding: 10px 20px;
  text-decoration: none;
  white-space: inherit;
}

.btn[disabled] {
  box-shadow: none;
  cursor: not-allowed;
}

.btn.disabled {
  cursor: not-allowed;
}

.btn.disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
}

.btn.btn-primary {
  background-color: #d80025;
  border: solid 2px #d80025;
  color: #fff;
  outline: none;
}

.btn.btn-primary:hover {
  background-color: #c41230;
  border: solid 2px #c41230;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn.btn-primary:active {
  background-color: #d80025;
  border: solid 2px #d80025;
  box-shadow: initial;
  color: #fff;
  outline: none;
}

.btn.btn-primary[disabled] {
  box-shadow: none;
  color: #4d4d4f;
  border: solid 3px #d9d9d6;
  background: #d9d9d6;
}

.btn.btn-primary.disabled {
  box-shadow: none;
  color: #4d4d4f;
  border: solid 3px #d9d9d6;
  background: #d9d9d6;
}

.btn.btn-primary.inverted {
  background-color: #fff;
  border: solid 2px #d80025;
  color: #d80025;
  outline: none;
}

.btn.btn-primary.inverted:hover {
  background-color: #fff;
  border: solid 2px #d80025;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #c41230;
}

.btn.btn-primary.inverted:active {
  background: #fff;
  border: solid 2px #d80025;
  box-shadow: initial;
  color: #d80025;
  outline: none;
}

.btn.btn-primary.inverted[disabled] {
  background-color: #fff;
  color: #4d4d4f;
  box-shadow: none;
}

.btn.btn-primary.inverted.disabled {
  background-color: #fff;
  color: #4d4d4f;
  box-shadow: none;
}

.btn.btn-secondary {
  background-color: #004a7c;
  border: solid 3px #004a7c;
  color: #fff;
  outline: none;
}

.btn.btn-secondary:hover {
  background-color: #003763;
  border: solid 3px #003763;
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.btn.btn-secondary:active {
  background-color: #004a7c;
  color: #fff;
  box-shadow: initial;
  outline: none;
}

.btn.btn-secondary[disabled] {
  box-shadow: none;
  color: #4d4d4f;
  border: solid 3px #d9d9d6;
  background: #d9d9d6;
}

.btn.btn-secondary.disabled {
  box-shadow: none;
  color: #4d4d4f;
  border: solid 3px #d9d9d6;
  background: #d9d9d6;
}

.btn.btn-secondary.inverted {
  background-color: #fff;
  border: solid 2px #fff;
  color: #004a7c;
  outline: none;
}

.btn.btn-secondary.inverted:hover {
  background-color: #fff;
  border: solid 2px #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #003763;
}

.btn.btn-secondary.inverted:active {
  background: #fff;
  border: solid 2px #fff;
  box-shadow: initial;
  color: #004a7c;
  outline: none;
}

.btn.btn-secondary.inverted[disabled] {
  background-color: #fff;
  color: #4d4d4f;
  box-shadow: none;
}

.btn.btn-secondary.inverted.disabled {
  background-color: #fff;
  color: #4d4d4f;
  box-shadow: none;
}

.btn.btn-tertiary {
  background-color: #007eb5;
  border: solid 2px #007eb5;
  color: #fff;
  outline: none;
}

.btn.btn-tertiary.btn-residential:hover {
  background-color: #489fdf;
  border: solid 3px #489fdf;
}

.btn.btn-tertiary:hover {
  background-color: #0c5b8f;
  border: solid 2px #0c5b8f;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn.btn-tertiary:active {
  background-color: #007eb5;
  border: solid 2px #007eb5;
  box-shadow: initial;
  color: #fff;
  outline: none;
}

.btn.btn-tertiary[disabled] {
  box-shadow: none;
  color: #4d4d4f;
  border: solid 3px #d9d9d6;
  background: #d9d9d6;
}

.btn.btn-tertiary[disabled] .fa-calendar-day {
  color: #8d8d8d !important;
}

.btn.btn-tertiary.disabled {
  box-shadow: none;
  color: #4d4d4f;
  border: solid 3px #d9d9d6;
  background: #d9d9d6;
}

.btn.btn-tertiary.disabled .fa-calendar-day {
  color: #8d8d8d !important;
}

.btn.btn-tertiary.inverted {
  background: #fff;
  border: solid 2px #fff;
  color: #007eb5;
  outline: none;
}

.btn.btn-tertiary.inverted:hover {
  background: #fff;
  border: solid 2px #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #0c5b8f;
  outline: none;
}

.btn.btn-tertiary.inverted:active {
  background: #fff;
  border: solid 2px #fff;
  box-shadow: initial;
  color: #007eb5;
  outline: none;
}

.btn.btn-tertiary.inverted[disabled] {
  background-color: #fff;
  color: #4d4d4f;
  box-shadow: none;
}

.btn.btn-tertiary.inverted.disabled {
  background-color: #fff;
  color: #4d4d4f;
  box-shadow: none;
}

.btn.btn-icon-right {
  position: relative;
}

.btn.btn-icon-right>.fa {
  display: block;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.btn.btn-icon-right {
  padding-right: 32px;
}

.btn.btn-icon-right>.fa {
  right: 12px;
}

.btn-group-xs>.btn,
.btn.btn-xs {
  font-size: 13px;
  line-height: 13px;
  padding: 7px 22px;
}

.btn-group-xs>.btn.btn-icon-right,
.btn.btn-xs.btn-icon-right {
  padding-right: 42px;
}

.btn-group-xs>.btn.btn-icon-right>.fa,
.btn.btn-xs.btn-icon-right>.fa {
  right: 22px;
}

.btn-group-xs>.btn.btn-primary,
.btn.btn-xs.btn-primary {
  padding: 13px 12px;
}

.btn-group-xs>.btn.btn-primary.btn-icon-right,
.btn.btn-xs.btn-primary.btn-icon-right {
  padding-right: 32px;
}

.btn-group-xs>.btn.btn-primary.btn-icon-right>.fa,
.btn.btn-xs.btn-primary.btn-icon-right>.fa {
  right: 12px;
}

.btn-group-xs>.btn.btn-secondary,
.btn.btn-xs.btn-secondary {
  padding: 6px 32px;
}

.btn-group-xs>.btn.btn-secondary.btn-icon-right,
.btn.btn-xs.btn-secondary.btn-icon-right {
  padding-right: 52px;
}

.btn-group-xs>.btn.btn-secondary.btn-icon-right>.fa,
.btn.btn-xs.btn-secondary.btn-icon-right>.fa {
  right: 32px;
}

@media only screen and (min-width: 768px) {

  .btn-group-xs>.btn,
  .btn.btn-xs {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 28px;
  }

  .btn-group-xs>.btn.btn-icon-right,
  .btn.btn-xs.btn-icon-right {
    padding-right: 48px;
  }

  .btn-group-xs>.btn.btn-icon-right>.fa,
  .btn.btn-xs.btn-icon-right>.fa {
    right: 28px;
  }

  .btn-group-xs>.btn.btn-secondary,
  .btn.btn-xs.btn-secondary {
    padding: 8px 23px;
  }

  .btn-group-xs>.btn.btn-secondary.btn-icon-right,
  .btn.btn-xs.btn-secondary.btn-icon-right {
    padding-right: 43px;
  }

  .btn-group-xs>.btn.btn-secondary.btn-icon-right>.fa,
  .btn.btn-xs.btn-secondary.btn-icon-right>.fa {
    right: 23px;
  }
}

.btn-group-sm>.btn,
.btn.btn-sm {
  font-size: 16px;
  line-height: 22px;
  padding: 9px 39px;
}

.btn-group-sm>.btn.btn-icon-right,
.btn.btn-sm.btn-icon-right {
  padding-right: 42px;
}

.btn-group-sm>.btn.btn-icon-right>.fa,
.btn.btn-sm.btn-icon-right>.fa {
  right: 22px;
}

.btn-group-sm>.btn.btn-primary,
.btn.btn-sm.btn-primary {
  padding: 13px 12px;
}

.btn-group-sm>.btn.btn-primary.btn-icon-right,
.btn.btn-sm.btn-primary.btn-icon-right {
  padding-right: 32px;
}

.btn-group-sm>.btn.btn-primary.btn-icon-right>.fa,
.btn.btn-sm.btn-primary.btn-icon-right>.fa {
  right: 12px;
}

.btn-group-sm>.btn.btn-secondary,
.btn.btn-sm.btn-secondary {
  padding: 8px 38px;
}

.btn-group-sm>.btn.btn-secondary.btn-icon-right,
.btn.btn-sm.btn-secondary.btn-icon-right {
  padding-right: 58px;
}

.btn-group-sm>.btn.btn-secondary.btn-icon-right>.fa,
.btn.btn-sm.btn-secondary.btn-icon-right>.fa {
  right: 38px;
}

.btn-group-sm>.btn.btn-tertiary,
.btn.btn-sm.btn-tertiary {
  padding: 12px;
}

.btn-group-sm>.btn.btn-tertiary.btn-icon-right,
.btn.btn-sm.btn-tertiary.btn-icon-right {
  padding-right: 32px;
}

.btn-group-sm>.btn.btn-tertiary.btn-icon-right>.fa,
.btn.btn-sm.btn-tertiary.btn-icon-right>.fa {
  right: 12px;
}

@media only screen and (min-width: 768px) {

  .btn-group-sm>.btn,
  .btn.btn-sm {
    font-size: 18px;
    line-height: 18px;
    padding: 12px 29px;
  }

  .btn-group-sm>.btn.btn-secondary,
  .btn.btn-sm.btn-secondary {
    padding: 10px 27px;
  }

  .btn-group-sm>.btn.btn-secondary.btn-icon-right,
  .btn.btn-sm.btn-secondary.btn-icon-right {
    padding-right: 47px;
  }

  .btn-group-sm>.btn.btn-secondary.btn-icon-right>.fa,
  .btn.btn-sm.btn-secondary.btn-icon-right>.fa {
    right: 27px;
  }
}

.btn.btn-md {
  font-size: 16px;
  line-height: 22px;
  padding: 9px 39px;
}

.btn.btn-md.btn-icon-right {
  padding-right: 59px;
}

.btn.btn-md.btn-icon-right>.fa {
  right: 39px;
}

.btn.btn-md.btn-primary {
  padding: 13px 12px;
}

.btn.btn-md.btn-primary.btn-icon-right {
  padding-right: 32px;
}

.btn.btn-md.btn-primary.btn-icon-right>.fa {
  right: 12px;
}

.btn.btn-md.btn-secondary {
  padding: 8px 38px;
}

.btn.btn-md.btn-secondary.btn-icon-right {
  padding-right: 58px;
}

.btn.btn-md.btn-secondary.btn-icon-right>.fa {
  right: 38px;
}

@media only screen and (min-width: 768px) {
  .btn.btn-md {
    font-size: 18px;
    line-height: 18px;
    padding: 12px 21px;
  }

  .btn.btn-md.btn-icon-right {
    padding-right: 41px;
  }

  .btn.btn-md.btn-icon-right>.fa {
    right: 21px;
  }

  .btn.btn-md.btn-secondary {
    padding: 10px 20px;
  }

  .btn.btn-md.btn-secondary.btn-icon-right {
    padding-right: 40px;
  }

  .btn.btn-md.btn-secondary.btn-icon-right>.fa {
    right: 20px;
  }
}

.btn.full {
  width: 100%;
}

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

.no-btn-style {
  background-color: transparent;
  border: transparent;
  padding: 0;
}

@media only screen and (max-width: 482px) {
  .btn {
    font-size: 16px;
  }

  .btn+.btn {
    margin-top: 20px;
  }
}

.build-info {
  background-color: #373737;
  border-radius: 5px;
  bottom: 10px;
  color: #fff;
  padding: 10px 9px;
  position: fixed;
  right: 10px;
  text-align: right;
  z-index: 903;
}

.build-info div {
  font-size: 13px;
  font-weight: 400;
}

.card-body {
  flex: 1 1 auto;
  margin: 35px 0;
  padding: 0 35px;
}

.card-title {
  margin-bottom: 12px;
}

.card-title.large {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.33em;
}

@media only screen and (min-width: 992px) {
  .card-title.large {
    font-size: 56px;
  }
}

.card>rsx-info-modal>span>div[role="button"] {
  display: block;
  overflow: hidden;
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media only screen and (min-width: 482px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media only screen and (min-width: 482px) {
  .card-deck {
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .card-deck .card {
    -ms-flex: 1 0 0%;
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-columns .card {
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

.card-columns .card .rsx-video-modal-container a {
  display: block;
}

@media only screen and (min-width: 482px) {
  .card-columns[class*="card-columns-"] {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns.card-columns-sm-2 {
    -moz-column-count: 2;
    column-count: 2;
  }

  .card-columns.card-columns-sm-3 {
    -moz-column-count: 3;
    column-count: 3;
  }

  .card-columns.card-columns-sm-4 {
    -moz-column-count: 4;
    column-count: 4;
  }

  .card-columns.card-columns-sm-5 {
    -moz-column-count: 5;
    column-count: 5;
  }

  .card-columns.card-columns-sm-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media only screen and (min-width: 768px) {
  .card-columns.card-columns-md-2 {
    -moz-column-count: 2;
    column-count: 2;
  }

  .card-columns.card-columns-md-3 {
    -moz-column-count: 3;
    column-count: 3;
  }

  .card-columns.card-columns-md-4 {
    -moz-column-count: 4;
    column-count: 4;
  }

  .card-columns.card-columns-md-5 {
    -moz-column-count: 5;
    column-count: 5;
  }

  .card-columns.card-columns-md-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media only screen and (min-width: 992px) {
  .card-columns.card-columns-md-2 {
    -moz-column-count: 2;
    column-count: 2;
  }

  .card-columns.card-columns-lg-3 {
    -moz-column-count: 3;
    column-count: 3;
  }

  .card-columns.card-columns-lg-4 {
    -moz-column-count: 4;
    column-count: 4;
  }

  .card-columns.card-columns-lg-5 {
    -moz-column-count: 5;
    column-count: 5;
  }

  .card-columns.card-columns-lg-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
}

.sitemap-section {
  -moz-column-count: 3;
  column-count: 3;
}

@media only screen and (max-width: 482px) {
  .sitemap-section {
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  .sitemap-section {
    -moz-column-count: 2;
    column-count: 2;
  }
}

.sitemap-section a {
  display: block;
  text-decoration: none;
}

.sitemap-section a:hover {
  text-decoration: underline;
}

.container-carousel {
  border: 1px solid #c7c8ca;
}

.container-carousel .carousel-indicators,
.container-carousel .carousel .carousel-control {
  display: none;
}

.container-carousel .carousel .active,
.container-carousel .slides .active {
  min-height: 235px;
}

.container-carousel .carousel rs-carousel-controls .controls,
.container-carousel .slides rs-carousel-controls .controls {
  background-color: #f5f5f6;
  border-top: 1px solid #c7c8ca;
  color: #0f76ab;
}

.container-carousel .carousel rs-carousel-controls .controls:hover,
.container-carousel .slides rs-carousel-controls .controls:hover {
  background-color: #0f76ab;
  color: #fff;
}

.container-carousel .carousel rs-carousel-controls .controls .arrow,
.container-carousel .slides rs-carousel-controls .controls .arrow {
  cursor: pointer;
  font-size: 50px;
  line-height: 33px;
  outline: none;
}

.container-carousel .carousel rs-carousel-controls .controls .arrow.left,
.container-carousel .slides rs-carousel-controls .controls .arrow.left {
  padding-left: 35px;
  text-align: left;
}

.container-carousel .carousel rs-carousel-controls .controls .arrow.right,
.container-carousel .slides rs-carousel-controls .controls .arrow.right {
  padding-right: 35px;
  text-align: right;
}

.container-carousel .carousel rs-carousel-controls .controls .arrow:active,
.container-carousel .carousel rs-carousel-controls .controls .arrow:hover,
.container-carousel .slides rs-carousel-controls .controls .arrow:active,
.container-carousel .slides rs-carousel-controls .controls .arrow:hover {
  color: #004a7c;
}

.container-carousel .carousel rs-carousel-controls h4,
.container-carousel .slides rs-carousel-controls h4 {
  color: inherit;
  font-size: 18px;
  line-height: 43px;
  margin: 0;
}

.container-carousel .carousel rs-carousel-controls .arrow,
.container-carousel .carousel rs-carousel-controls h4,
.container-carousel .slides rs-carousel-controls .arrow,
.container-carousel .slides rs-carousel-controls h4 {
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.container-carousel .item {
  margin: 0;
  padding: 18px 20px;
}

.container-carousel img.tmb {
  width: 200px;
}

.container-carousel>.row {
  margin: 0;
}

.image-carousel a.carousel-control {
  margin-bottom: 58px;
  width: 30px;
}

@media only screen and (min-width: 482px) {
  .image-carousel a.carousel-control {
    width: 80px;
  }
}

.image-carousel .carousel-control:active,
.image-carousel .carousel-control:focus,
.image-carousel .carousel-control:hover {
  color: #0f76ab;
}

.image-carousel .carousel-control.left,
.image-carousel .carousel-control.right {
  background: none;
}

.image-carousel .carousel-indicators {
  background: #fff;
  bottom: 0;
  left: 0;
  margin: 12px auto;
  padding: 12px 0;
  position: relative;
}

.image-carousel .carousel-indicators li {
  border-color: #c7c8ca;
  margin: 2px;
}

.image-carousel .carousel-indicators li.active {
  background-color: #0f76ab;
  border-color: #0f76ab;
  height: 10px;
  width: 10px;
}

@media only screen and (min-width: 768px) {
  .image-carousel .carousel-inner>.item {
    padding: 0 95px;
  }
}

.image-carousel .col-sm-6 {
  margin: 0;
  padding: 0;
}

.image-carousel .item img.img-responsive {
  margin: 0 auto;
}

.image-carousel img.carousel-banner {
  display: none;
}

@media only screen and (min-width: 768px) {
  .image-carousel img.carousel-banner {
    display: block;
  }
}

.image-carousel rs-carousel-controls .controls {
  clear: both;
  margin: 15px auto;
  max-width: 350px;
}

.carousel-control .glyphicon-chevron-left:before {
  content: "\f053";
  font: normal normal 700 26px Font Awesome\5 Pro, sans-serif;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left:before {
    font-size: 39px;
  }
}

.carousel-control .glyphicon-chevron-right:before {
  content: "\f054";
  font: normal normal 700 26px Font Awesome\5 Pro, sans-serif;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right:before {
    font-size: 39px;
  }
}

.recycling-slider {
  height: 100%;
  width: 100%;
}

.recycling-slider>div {
  height: 50%;
  width: 100%;
}

.hero-slider .container-center {
  position: relative;
  text-align: center;
}

.hero-slider .container-center img {
  width: 100%;
}

.hero-slider .container-center .centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.hero-slider .carousel .item,
.hero-slider .image-carousel .carousel-inner>.item {
  padding: 0;
}

.hero-slider .carousel-control .glyphicon-chevron-right,
.hero-slider .carousel-control .icon-next {
  margin-right: 0;
}

@media only screen and (max-width: 482px) {

  .hero-slider .carousel-control .glyphicon-chevron-right,
  .hero-slider .carousel-control .icon-next {
    display: none;
  }
}

.hero-slider .carousel-control .glyphicon-chevron-left,
.hero-slider .carousel-indicators.carousel-control .icon-prev {
  margin-left: 0;
}

@media only screen and (max-width: 482px) {

  .hero-slider .carousel-control .glyphicon-chevron-left,
  .hero-slider .carousel-indicators.carousel-control .icon-prev {
    display: none;
  }
}

@-webkit-keyframes carouselLeftSlideIn {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes carouselLeftSlideIn {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes carouselLeftSlideOut {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes carouselLeftSlideOut {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes carouselRightSlideIn {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes carouselRightSlideIn {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes carouselRightSlideOut {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes carouselRightSlideOut {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

rsx-container-carousel .right .carousel-item.item {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

rsx-container-carousel .right .carousel-item.item.active {
  width: 100%;
  -webkit-animation-name: carouselRightSlideIn;
  animation-name: carouselRightSlideIn;
}

rsx-container-carousel .right .carousel-item.item:not(.active) {
  -webkit-animation-name: carouselRightSlideOut;
  animation-name: carouselRightSlideOut;
}

rsx-container-carousel carousel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

rsx-container-carousel .left .carousel-item.item {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

rsx-container-carousel .left .carousel-item.item.active {
  width: 100%;
  -webkit-animation-name: carouselLeftSlideIn;
  animation-name: carouselLeftSlideIn;
}

rsx-container-carousel .left .carousel-item.item:not(.active) {
  -webkit-animation-name: carouselLeftSlideOut;
  animation-name: carouselLeftSlideOut;
}

rsx-container-carousel .carousel.slide {
  outline: none;
}

rsx-container-carousel .carousel-control {
  display: none;
}

rsx-container-carousel .carousel-item {
  padding: 0 !important;
}

rsx-container-carousel .container-carousel-controls .controls {
  background-color: #f5f5f6;
  border-top: 1px solid #c7c7c7;
  color: #1e72ba;
}

rsx-container-carousel .container-carousel-controls .controls h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 43px;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

rsx-container-carousel .container-carousel-controls .controls .arrow {
  font-size: 50px;
  line-height: 33px;
  color: #004a7c;
}

rsx-container-carousel .container-carousel-controls .controls .arrow.left {
  text-align: left;
  padding-left: 35px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

rsx-container-carousel .container-carousel-controls .controls .arrow.right {
  text-align: right;
  padding-right: 35px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

rsx-container-carousel .container-carousel-controls .controls:hover {
  background-color: #1e72ba;
  color: #fff;
}

rsx-container-carousel .container-carousel-controls .controls:hover .arrow.left,
rsx-container-carousel .container-carousel-controls .controls:hover .arrow.right,
rsx-container-carousel .container-carousel-controls .controls:hover h4 {
  color: #fff;
}

rsx-container-carousel .container-carousel-controls .controls:hover .arrow.left:hover,
rsx-container-carousel .container-carousel-controls .controls:hover .arrow.right:hover {
  color: #004a7c;
}

.category-nav {
  background-color: #f5f5f6;
}

.chat-button {
  bottom: 0;
  position: fixed;
  right: 20px;
  z-index: 1001;
}

@media only screen and (max-width: 482px) {
  .chat-button {
    left: 0;
    right: 0;
  }
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-head button {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  background-color: #fff;
  border-radius: 0;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-head button.next,
.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-head button.previous {
  color: #0f76ab;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body thead th {
  color: #c7c8ca;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr:last-child td {
  border-bottom: 1px solid #777;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr td:first-child {
  border-left: 1px solid #777;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr td {
  border-right: 1px solid #777;
  border-top: 1px solid #777;
  color: #004a7c;
  font-weight: 600;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr td span {
  border-radius: 0;
  margin: 0;
  width: 36px;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr td span:not(.disabled):hover {
  background-color: #0f76ab;
  color: #fff;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr td span.disabled {
  background-color: #c7c8ca;
  color: #fff;
  cursor: not-allowed;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr td span.selected {
  background-color: #0f76ab;
}

.custom-datepicker .bs-datepicker-container .bs-calendar-container .bs-datepicker-body tbody tr td span.current-day {
  background-color: #e4f6fd;
  border: 1px solid #0f76ab;
  color: #004a7c;
}

.ui-select-bootstrap .ui-select-choices-row a {
  font-family: Open Sans, sans-serif;
}

.ui-select-bootstrap .ui-select-choices-row.active a {
  background-color: #004a7c;
  color: #fff;
}

.ui-select-bootstrap .ui-select-match {
  outline-style: none;
}

.ui-select-bootstrap .ui-select-match-text,
.ui-select-bootstrap .ui-select-placeholder {
  left: 12px;
  overflow: hidden;
  right: 25px;
  white-space: nowrap;
  font-size: 15px;
  position: absolute;
}

.ui-select-bootstrap .ui-select-placeholder {
  color: #a5a5a5;
}

.dropdown .btn.btn-default,
.dropdown .btn a {
  font-family: Open Sans, sans-serif;
}

.dropdown .btn.btn-default {
  background-color: #fff;
  border: 1px solid #373737;
  color: #777;
  font-weight: 400;
  line-height: 20px;
}

.dropdown .btn.btn-default:hover {
  border: 1px solid #002c49;
  box-shadow: none;
  color: #373737;
}

.dropdown .btn.btn-default[disabled] {
  border: 1px solid #c7c8ca;
  color: #c7c8ca;
  cursor: not-allowed;
}

.dropdown .btn.btn-default .caret {
  border: 0;
  color: #004a7c;
  display: inline-block;
  font: normal normal normal 20px/1 Font Awesome\5 Pro;
  margin-top: -10px;
  pointer-events: none;
  right: 20px;
  top: 50%;
}

.dropdown .btn.btn-default .caret:before {
  content: "";
}

.dropdown .btn.btn-dropdown {
  background-color: #fff;
  border: 1px solid #004a7c;
  color: #777;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.dropdown .btn.btn-dropdown:hover {
  border: 1px solid #004a7c;
  box-shadow: none;
}

.dropdown .btn.btn-dropdown[disabled] {
  border: 1px solid #c7c8ca;
  color: #c7c8ca;
  cursor: not-allowed;
}

.dropdown .btn.btn-dropdown span {
  margin-left: 10px;
}

.dropdown .dropdown-menu>li>a {
  text-decoration: none;
  cursor: pointer;
}

.dropdown .dropdown-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
}

.dropdown-menu>li {
  margin-left: 0;
}

.flex {
  display: flex;
}

.flex div.vertical-divider:before {
  background-color: #c7c8ca;
  content: " ";
  padding: 7px 0 7px 1px;
}

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

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

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

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

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

.flex-basis-auto {
  flex-basis: auto;
}

.flex-basis-100 {
  flex-basis: 100%;
}

@media only screen and (min-width: 482px) {
  .flex-tablet-and-up {
    display: flex;
  }
}

.flexbox-inner {
  position: relative;
}

.flex-full-width-content>.flexbox-inner>div,
.flex-full-width-content>div,
.flex-full-width-content>rsx-dynamic-content-outlet {
  width: 100%;
}

.flexbox-container .flexbox-items {
  margin-bottom: 5px;
}

.hover-container.active {
  outline: 1px solid orange;
}

@media only screen and (max-width: 768px) {
  .flexbox-items-mobile-100-center {
    flex: 0 1 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 482px) {
  .mobile-order-1 {
    order: 1;
  }

  .mobile-order-2 {
    order: 2;
  }

  .mobile-order-3 {
    order: 3;
  }

  .mobile-order-4 {
    order: 4;
  }

  .mobile-order-5 {
    order: 5;
  }

  .mobile-order-6 {
    order: 6;
  }

  .mobile-order-7 {
    order: 7;
  }

  .mobile-order-8 {
    order: 8;
  }

  .mobile-order-9 {
    order: 9;
  }

  .mobile-order-10 {
    order: 10;
  }

  .mobile-order-11 {
    order: 11;
  }

  .mobile-order-12 {
    order: 12;
  }

  .mobile-order-13 {
    order: 13;
  }

  .mobile-order-14 {
    order: 14;
  }

  .mobile-order-15 {
    order: 15;
  }

  .mobile-order-16 {
    order: 16;
  }

  .mobile-order-17 {
    order: 17;
  }

  .mobile-order-18 {
    order: 18;
  }

  .mobile-order-19 {
    order: 19;
  }

  .mobile-order-20 {
    order: 20;
  }
}

@media tablet {
  .tablet-order-1 {
    order: 1;
  }

  .tablet-order-2 {
    order: 2;
  }

  .tablet-order-3 {
    order: 3;
  }

  .tablet-order-4 {
    order: 4;
  }

  .tablet-order-5 {
    order: 5;
  }

  .tablet-order-6 {
    order: 6;
  }

  .tablet-order-7 {
    order: 7;
  }

  .tablet-order-8 {
    order: 8;
  }

  .tablet-order-9 {
    order: 9;
  }

  .tablet-order-10 {
    order: 10;
  }

  .tablet-order-11 {
    order: 11;
  }

  .tablet-order-12 {
    order: 12;
  }

  .tablet-order-13 {
    order: 13;
  }

  .tablet-order-14 {
    order: 14;
  }

  .tablet-order-15 {
    order: 15;
  }

  .tablet-order-16 {
    order: 16;
  }

  .tablet-order-17 {
    order: 17;
  }

  .tablet-order-18 {
    order: 18;
  }

  .tablet-order-19 {
    order: 19;
  }

  .tablet-order-20 {
    order: 20;
  }
}

.xs-flex-order-1 {
  order: 1;
}

.xs-flex-order-2 {
  order: 2;
}

.xs-flex-order-3 {
  order: 3;
}

.xs-flex-order-4 {
  order: 4;
}

.xs-flex-order-5 {
  order: 5;
}

.xs-flex-order-6 {
  order: 6;
}

.xs-flex-order-7 {
  order: 7;
}

.xs-flex-order-8 {
  order: 8;
}

.xs-flex-order-9 {
  order: 9;
}

.xs-flex-order-10 {
  order: 10;
}

.xs-flex-order-11 {
  order: 11;
}

.xs-flex-order-12 {
  order: 12;
}

.xs-flex-order-13 {
  order: 13;
}

.xs-flex-order-14 {
  order: 14;
}

.xs-flex-order-15 {
  order: 15;
}

.xs-flex-order-16 {
  order: 16;
}

.xs-flex-order-17 {
  order: 17;
}

.xs-flex-order-18 {
  order: 18;
}

.xs-flex-order-19 {
  order: 19;
}

.xs-flex-order-20 {
  order: 20;
}

@media only screen and (max-width: 482px) {
  .xxs-flex-order-1 {
    order: 1;
  }

  .xxs-flex-order-2 {
    order: 2;
  }

  .xxs-flex-order-3 {
    order: 3;
  }

  .xxs-flex-order-4 {
    order: 4;
  }

  .xxs-flex-order-5 {
    order: 5;
  }

  .xxs-flex-order-6 {
    order: 6;
  }

  .xxs-flex-order-7 {
    order: 7;
  }

  .xxs-flex-order-8 {
    order: 8;
  }

  .xxs-flex-order-9 {
    order: 9;
  }

  .xxs-flex-order-10 {
    order: 10;
  }

  .xxs-flex-order-11 {
    order: 11;
  }

  .xxs-flex-order-12 {
    order: 12;
  }

  .xxs-flex-order-13 {
    order: 13;
  }

  .xxs-flex-order-14 {
    order: 14;
  }

  .xxs-flex-order-15 {
    order: 15;
  }

  .xxs-flex-order-16 {
    order: 16;
  }

  .xxs-flex-order-17 {
    order: 17;
  }

  .xxs-flex-order-18 {
    order: 18;
  }

  .xxs-flex-order-19 {
    order: 19;
  }

  .xxs-flex-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 768px) {
  .sm-flex-order-1 {
    order: 1;
  }

  .sm-flex-order-2 {
    order: 2;
  }

  .sm-flex-order-3 {
    order: 3;
  }

  .sm-flex-order-4 {
    order: 4;
  }

  .sm-flex-order-5 {
    order: 5;
  }

  .sm-flex-order-6 {
    order: 6;
  }

  .sm-flex-order-7 {
    order: 7;
  }

  .sm-flex-order-8 {
    order: 8;
  }

  .sm-flex-order-9 {
    order: 9;
  }

  .sm-flex-order-10 {
    order: 10;
  }

  .sm-flex-order-11 {
    order: 11;
  }

  .sm-flex-order-12 {
    order: 12;
  }

  .sm-flex-order-13 {
    order: 13;
  }

  .sm-flex-order-14 {
    order: 14;
  }

  .sm-flex-order-15 {
    order: 15;
  }

  .sm-flex-order-16 {
    order: 16;
  }

  .sm-flex-order-17 {
    order: 17;
  }

  .sm-flex-order-18 {
    order: 18;
  }

  .sm-flex-order-19 {
    order: 19;
  }

  .sm-flex-order-20 {
    order: 20;
  }
}

@media only screen and (min-width: 992px) {
  .md-flex-order-1 {
    order: 1;
  }

  .md-flex-order-2 {
    order: 2;
  }

  .md-flex-order-3 {
    order: 3;
  }

  .md-flex-order-4 {
    order: 4;
  }

  .md-flex-order-5 {
    order: 5;
  }

  .md-flex-order-6 {
    order: 6;
  }

  .md-flex-order-7 {
    order: 7;
  }

  .md-flex-order-8 {
    order: 8;
  }

  .md-flex-order-9 {
    order: 9;
  }

  .md-flex-order-10 {
    order: 10;
  }

  .md-flex-order-11 {
    order: 11;
  }

  .md-flex-order-12 {
    order: 12;
  }

  .md-flex-order-13 {
    order: 13;
  }

  .md-flex-order-14 {
    order: 14;
  }

  .md-flex-order-15 {
    order: 15;
  }

  .md-flex-order-16 {
    order: 16;
  }

  .md-flex-order-17 {
    order: 17;
  }

  .md-flex-order-18 {
    order: 18;
  }

  .md-flex-order-19 {
    order: 19;
  }

  .md-flex-order-20 {
    order: 20;
  }
}

.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;
}

.flex-row {
  margin-left: -2%;
  margin-right: -2%;
}

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

.flex-grid .xs-flex-1col {
  flex-basis: 96%;
  margin: 0 2% 20px;
}

.flex-grid .xs-flex-2col {
  flex-basis: 46%;
  margin: 0 2% 20px;
}

.flex-grid .xs-flex-3col {
  flex-basis: 29.33333333%;
  margin: 0 2% 20px;
}

.flex-grid .xs-flex-4col {
  flex-basis: 21%;
  margin: 0 2% 20px;
}

.flex-grid .xs-flex-5col {
  flex-basis: 16%;
  margin: 0 2% 20px;
}

.flex-grid .xs-flex-6col {
  flex-basis: 12.66666667%;
  margin: 0 2% 20px;
}

.flex-grid.no-gutters .xs-flex-1col {
  flex-basis: 100%;
  margin: 0;
}

.flex-grid.no-gutters .xs-flex-2col {
  flex-basis: 50%;
  margin: 0;
}

.flex-grid.no-gutters .xs-flex-3col {
  flex-basis: 33.33333333%;
  margin: 0;
}

.flex-grid.no-gutters .xs-flex-4col {
  flex-basis: 25%;
  margin: 0;
}

.flex-grid.no-gutters .xs-flex-5col {
  flex-basis: 20%;
  margin: 0;
}

.flex-grid.no-gutters .xs-flex-6col {
  flex-basis: 16.66666667%;
  margin: 0;
}

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

@media only screen and (max-width: 482px) {
  .flex-grid .xxs-flex-1col {
    flex-basis: 96%;
    margin: 0 2% 20px;
  }

  .flex-grid .xxs-flex-2col {
    flex-basis: 46%;
    margin: 0 2% 20px;
  }

  .flex-grid .xxs-flex-3col {
    flex-basis: 29.33333333%;
    margin: 0 2% 20px;
  }

  .flex-grid .xxs-flex-4col {
    flex-basis: 21%;
    margin: 0 2% 20px;
  }

  .flex-grid .xxs-flex-5col {
    flex-basis: 16%;
    margin: 0 2% 20px;
  }

  .flex-grid .xxs-flex-6col {
    flex-basis: 12.66666667%;
    margin: 0 2% 20px;
  }

  .flex-grid.no-gutters>.xxs-flex-1col {
    flex-basis: 100%;
    margin: 0;
  }

  .flex-grid.no-gutters>.xxs-flex-2col {
    flex-basis: 50%;
    margin: 0;
  }

  .flex-grid.no-gutters>.xxs-flex-3col {
    flex-basis: 33.33333333%;
    margin: 0;
  }

  .flex-grid.no-gutters>.xxs-flex-4col {
    flex-basis: 25%;
    margin: 0;
  }

  .flex-grid.no-gutters>.xxs-flex-5col {
    flex-basis: 20%;
    margin: 0;
  }

  .flex-grid.no-gutters>.xxs-flex-6col {
    flex-basis: 16.66666667%;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .flex-grid .sm-flex-1col {
    flex-basis: 98%;
    margin: 0 1% 20px;
  }

  .flex-grid .sm-flex-2col {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }

  .flex-grid .sm-flex-3col {
    flex-basis: 31.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .sm-flex-4col {
    flex-basis: 23%;
    margin: 0 1% 20px;
  }

  .flex-grid .sm-flex-5col {
    flex-basis: 18%;
    margin: 0 1% 20px;
  }

  .flex-grid .sm-flex-6col {
    flex-basis: 14.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid.no-gutters>.sm-flex-1col {
    flex-basis: 100%;
    margin: 0;
  }

  .flex-grid.no-gutters>.sm-flex-2col {
    flex-basis: 50%;
    margin: 0;
  }

  .flex-grid.no-gutters>.sm-flex-3col {
    flex-basis: 33.33333333%;
    margin: 0;
  }

  .flex-grid.no-gutters>.sm-flex-4col {
    flex-basis: 25%;
    margin: 0;
  }

  .flex-grid.no-gutters>.sm-flex-5col {
    flex-basis: 20%;
    margin: 0;
  }

  .flex-grid.no-gutters>.sm-flex-6col {
    flex-basis: 16.66666667%;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .flex-grid .md-flex-1col {
    flex-basis: 98%;
    margin: 0 1% 20px;
  }

  .flex-grid .md-flex-2col {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }

  .flex-grid .md-flex-3col {
    flex-basis: 31.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .md-flex-4col {
    flex-basis: 23%;
    margin: 0 1% 20px;
  }

  .flex-grid .md-flex-5col {
    flex-basis: 18%;
    margin: 0 1% 20px;
  }

  .flex-grid .md-flex-6col {
    flex-basis: 14.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid.no-gutters>.md-flex-1col {
    flex-basis: 100%;
    margin: 0;
  }

  .flex-grid.no-gutters>.md-flex-2col {
    flex-basis: 50%;
    margin: 0;
  }

  .flex-grid.no-gutters>.md-flex-3col {
    flex-basis: 33.33333333%;
    margin: 0;
  }

  .flex-grid.no-gutters>.md-flex-4col {
    flex-basis: 25%;
    margin: 0;
  }

  .flex-grid.no-gutters>.md-flex-5col {
    flex-basis: 20%;
    margin: 0;
  }

  .flex-grid.no-gutters>.md-flex-6col {
    flex-basis: 16.66666667%;
    margin: 0;
  }
}

.flex-grid .flex-col-xs-1 {
  flex-basis: 4.33333333%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-2 {
  flex-basis: 12.66666667%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-3 {
  flex-basis: 21%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-4 {
  flex-basis: 29.33333333%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-5 {
  flex-basis: 37.66666667%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-6 {
  flex-basis: 46%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-7 {
  flex-basis: 54.33333333%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-8 {
  flex-basis: 62.66666667%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-9 {
  flex-basis: 71%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-10 {
  flex-basis: 79.33333333%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-11 {
  flex-basis: 87.66666667%;
  margin: 0 2% 20px;
}

.flex-grid .flex-col-xs-12 {
  flex-basis: 96%;
  margin: 0 2% 20px;
}

.flex-grid.no-gutters .flex-col-xs-1 {
  flex-basis: 8.33333333%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-2 {
  flex-basis: 16.66666667%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-3 {
  flex-basis: 25%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-4 {
  flex-basis: 33.33333333%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-5 {
  flex-basis: 41.66666667%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-6 {
  flex-basis: 50%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-7 {
  flex-basis: 58.33333333%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-8 {
  flex-basis: 66.66666667%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-9 {
  flex-basis: 75%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-10 {
  flex-basis: 83.33333333%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-11 {
  flex-basis: 91.66666667%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.flex-grid.no-gutters .flex-col-xs-12 {
  flex-basis: 100%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .flex-grid .flex-col-sm-1 {
    flex-basis: 6.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-2 {
    flex-basis: 14.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-3 {
    flex-basis: 23%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-4 {
    flex-basis: 31.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-5 {
    flex-basis: 39.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-6 {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-7 {
    flex-basis: 56.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-8 {
    flex-basis: 64.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-9 {
    flex-basis: 73%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-10 {
    flex-basis: 81.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-11 {
    flex-basis: 89.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-sm-12 {
    flex-basis: 98%;
    margin: 0 1% 20px;
  }

  .flex-grid.no-gutters>.flex-col-sm-1 {
    flex-basis: 8.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-2 {
    flex-basis: 16.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-3 {
    flex-basis: 25%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-4 {
    flex-basis: 33.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-5 {
    flex-basis: 41.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-6 {
    flex-basis: 50%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-7 {
    flex-basis: 58.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-8 {
    flex-basis: 66.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-9 {
    flex-basis: 75%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-10 {
    flex-basis: 83.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-11 {
    flex-basis: 91.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-sm-12 {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .flex-grid .flex-col-md-1 {
    flex-basis: 6.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-2 {
    flex-basis: 14.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-3 {
    flex-basis: 23%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-4 {
    flex-basis: 31.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-5 {
    flex-basis: 39.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-6 {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-7 {
    flex-basis: 56.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-8 {
    flex-basis: 64.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-9 {
    flex-basis: 73%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-10 {
    flex-basis: 81.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-11 {
    flex-basis: 89.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-md-12 {
    flex-basis: 98%;
    margin: 0 1% 20px;
  }

  .flex-grid.no-gutters>.flex-col-md-1 {
    flex-basis: 8.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-2 {
    flex-basis: 16.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-3 {
    flex-basis: 25%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-4 {
    flex-basis: 33.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-5 {
    flex-basis: 41.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-6 {
    flex-basis: 50%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-7 {
    flex-basis: 58.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-8 {
    flex-basis: 66.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-9 {
    flex-basis: 75%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-10 {
    flex-basis: 83.33333333%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-11 {
    flex-basis: 91.66666667%;
    margin-bottom: 0;
  }

  .flex-grid.no-gutters>.flex-col-md-12 {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-grid .flex-col-lg-1 {
    flex-basis: 6.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-2 {
    flex-basis: 14.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-3 {
    flex-basis: 23%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-4 {
    flex-basis: 31.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-5 {
    flex-basis: 39.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-6 {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-7 {
    flex-basis: 56.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-8 {
    flex-basis: 64.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-9 {
    flex-basis: 73%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-10 {
    flex-basis: 81.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-11 {
    flex-basis: 89.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-lg-12 {
    flex-basis: 98%;
    margin: 0 1% 20px;
  }

  .flex-grid.no-gutters>.flex-col-lg-1 {
    flex-basis: 8.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-2 {
    flex-basis: 16.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-3 {
    flex-basis: 25%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-4 {
    flex-basis: 33.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-5 {
    flex-basis: 41.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-6 {
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-7 {
    flex-basis: 58.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-8 {
    flex-basis: 66.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-9 {
    flex-basis: 75%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-10 {
    flex-basis: 83.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-11 {
    flex-basis: 91.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-lg-12 {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .flex-grid .flex-col-xl-1 {
    flex-basis: 6.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-2 {
    flex-basis: 14.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-3 {
    flex-basis: 23%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-4 {
    flex-basis: 31.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-5 {
    flex-basis: 39.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-6 {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-7 {
    flex-basis: 56.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-8 {
    flex-basis: 64.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-9 {
    flex-basis: 73%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-10 {
    flex-basis: 81.33333333%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-11 {
    flex-basis: 89.66666667%;
    margin: 0 1% 20px;
  }

  .flex-grid .flex-col-xl-12 {
    flex-basis: 98%;
    margin: 0 1% 20px;
  }

  .flex-grid.no-gutters>.flex-col-xl-1 {
    flex-basis: 8.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-2 {
    flex-basis: 16.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-3 {
    flex-basis: 25%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-4 {
    flex-basis: 33.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-5 {
    flex-basis: 41.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-6 {
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-7 {
    flex-basis: 58.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-8 {
    flex-basis: 66.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-9 {
    flex-basis: 75%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-10 {
    flex-basis: 83.33333333%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-11 {
    flex-basis: 91.66666667%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .flex-grid.no-gutters>.flex-col-xl-12 {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {

  label.labelStyleSwitch,
  label.labelStyleSwitchDescription {
    padding: 0;
    text-align: left;
  }
}

.full-width {
  width: 100%;
}

/* Bootstrap 5 container/row/column/gutter/etc. stuff */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333% !important;
}

.offset-2 {
  margin-left: 16.66666667% !important;
}

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

.offset-4 {
  margin-left: 33.33333333% !important;
}

.offset-5 {
  margin-left: 41.66666667% !important;
}

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

.offset-7 {
  margin-left: 58.33333333% !important;
}

.offset-8 {
  margin-left: 66.66666667% !important;
}

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

.offset-10 {
  margin-left: 83.33333333% !important;
}

.offset-11 {
  margin-left: 91.66666667% !important;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0 !important;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0 !important;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem !important;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem !important;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem !important;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem !important;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem !important;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem !important;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem !important;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem !important;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem !important;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0 !important
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0 !important;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem !important;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem !important;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem !important;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem !important;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem !important;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem !important;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem !important;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem !important;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem !important;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-6 {
    order: 6 !important;
  }

  .order-sm-7 {
    order: 7 !important;
  }

  .order-sm-8 {
    order: 8 !important;
  }

  .order-sm-9 {
    order: 9 !important;
  }

  .order-sm-10 {
    order: 10 !important;
  }

  .order-sm-11 {
    order: 11 !important;
  }

  .order-sm-12 {
    order: 12 !important;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-left: 0 !important;
  }

  .offset-md-1 {
    margin-left: 8.33333333% !important;
  }

  .offset-md-2 {
    margin-left: 16.66666667% !important;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333% !important;
  }

  .offset-md-5 {
    margin-left: 41.66666667% !important;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333% !important;
  }

  .offset-md-8 {
    margin-left: 66.66666667% !important;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333% !important;
  }

  .offset-md-11 {
    margin-left: 91.66666667% !important;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0 !important;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0 !important;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem !important;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem !important;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem !important;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem !important;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem !important;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem !important;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem !important;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem !important;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem !important;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-6 {
    order: 6 !important;
  }

  .order-md-7 {
    order: 7 !important;
  }

  .order-md-8 {
    order: 8 !important;
  }

  .order-md-9 {
    order: 9 !important;
  }

  .order-md-10 {
    order: 10 !important;
  }

  .order-md-11 {
    order: 11 !important;
  }

  .order-md-12 {
    order: 12 !important;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0 !important;
  }

  .offset-lg-1 {
    margin-left: 8.33333333% !important;
  }

  .offset-lg-2 {
    margin-left: 16.66666667% !important;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333% !important;
  }

  .offset-lg-5 {
    margin-left: 41.66666667% !important;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333% !important;
  }

  .offset-lg-8 {
    margin-left: 66.66666667% !important;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333% !important;
  }

  .offset-lg-11 {
    margin-left: 91.66666667% !important;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0 !important;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0 !important;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem !important;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem !important;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem !important;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem !important;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem !important;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem !important;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem !important;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem !important;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem !important;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-6 {
    order: 6 !important;
  }

  .order-lg-7 {
    order: 7 !important;
  }

  .order-lg-8 {
    order: 8 !important;
  }

  .order-lg-9 {
    order: 9 !important;
  }

  .order-lg-10 {
    order: 10 !important;
  }

  .order-lg-11 {
    order: 11 !important;
  }

  .order-lg-12 {
    order: 12 !important;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xl-0 {
    margin-left: 0 !important;
  }

  .offset-xl-1 {
    margin-left: 8.33333333% !important;
  }

  .offset-xl-2 {
    margin-left: 16.66666667% !important;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333% !important;
  }

  .offset-xl-5 {
    margin-left: 41.66666667% !important;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333% !important;
  }

  .offset-xl-8 {
    margin-left: 66.66666667% !important;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333% !important;
  }

  .offset-xl-11 {
    margin-left: 91.66666667% !important;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0 !important;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0 !important;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem !important;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem !important;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem !important;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem !important;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem !important;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem !important;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem !important;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem !important;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem !important;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-6 {
    order: 6 !important;
  }

  .order-xl-7 {
    order: 7 !important;
  }

  .order-xl-8 {
    order: 8 !important;
  }

  .order-xl-9 {
    order: 9 !important;
  }

  .order-xl-10 {
    order: 10 !important;
  }

  .order-xl-11 {
    order: 11 !important;
  }

  .order-xl-12 {
    order: 12 !important;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xxl-0 {
    margin-left: 0 !important;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333% !important;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667% !important;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333% !important;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667% !important;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333% !important;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667% !important;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333% !important;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667% !important;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0 !important;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0 !important;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem !important;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem !important;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem !important;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem !important;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem !important;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem !important;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem !important;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem !important;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem !important;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-6 {
    order: 6 !important;
  }

  .order-xxl-7 {
    order: 7 !important;
  }

  .order-xxl-8 {
    order: 8 !important;
  }

  .order-xxl-9 {
    order: 9 !important;
  }

  .order-xxl-10 {
    order: 10 !important;
  }

  .order-xxl-11 {
    order: 11 !important;
  }

  .order-sm-12 {
    order: 12 !important;
  }
}


/* Special Bootstrap-like col class for doing A-Z jump links. */
.col-alpha-list {
  flex: 0 0 auto;
  width: 7.692307692307692307%;
}

@media (min-width: 576px) {
  .col-sm-alpha-list {
    flex: 0 0 auto;
    width: 3.846153846153846153%;
  }
}

@media (min-width: 768px) {
  .col-md-alpha-list {
    flex: 0 0 auto;
    width: 3.846153846153846153%;
  }
}

@media (min-width: 992px) {
  .col-lg-alpha-list {
    flex: 0 0 auto;
    width: 3.846153846153846153%;
  }
}

@media (min-width: 1200px) {
  .col-xl-alpha-list {
    flex: 0 0 auto;
    width: 3.846153846153846153%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-alpha-list {
    flex: 0 0 auto;
    width: 3.846153846153846153%;
  }
}

.control-label.control-label+.control-label.control-label,
label+label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}

.control-label.control-label,
.input-helper,
label,
label.control-label {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1201px) {

  .control-label.control-label,
  .input-helper,
  label,
  label.control-label {
    margin-bottom: 7px;
  }

  .control-label.control-label+input.form-control+div.form-control-feedback,
  .input-helper+input.form-control+div.form-control-feedback,
  label+input.form-control+div.form-control-feedback,
  label.control-label+input.form-control+div.form-control-feedback {
    font-size: 18px;
    top: 32px;
  }
}

@media only screen and (min-width: 992px) {

  .control-label.control-label,
  .input-helper,
  label,
  label.control-label {
    margin: 0;
    padding: 10px 0;
  }

  .control-label.control-label+input.form-control+div.form-control-feedback,
  .input-helper+input.form-control+div.form-control-feedback,
  label+input.form-control+div.form-control-feedback,
  label.control-label+input.form-control+div.form-control-feedback {
    font-size: 18px;
    top: 43px;
  }
}

.control-label.control-label p,
.input-helper p,
label.control-label p,
label p {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  vertical-align: top;
}

.control-label.control-label.disabled,
.input-helper.disabled,
label.control-label.disabled,
label.disabled {
  color: #c7c8ca;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label:not(.nocheckbox):not(.switch-label) {
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

input[type="checkbox"]+label:not(.nocheckbox):not(.switch-label):focus {
  outline: none;
}

input[type="checkbox"]+label:not(.nocheckbox):not(.switch-label):focus:before {
  border: 1px solid #777;
  box-shadow: none;
}

input[type="checkbox"]+label:not(.nocheckbox):not(.switch-label):before {
  color: #004a7c;
  font-family: Font Awesome\5 Pro;
  font-size: 17px;
  font-weight: 400;
  content: "\f0c8";
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

input[type="checkbox"][disabled]+label:not(.nocheckbox),
input[type="checkbox"][readonly]+label:not(.nocheckbox) {
  opacity: 0.5;
}

input[type="checkbox"]:checked+label:not(.nocheckbox):not(.switch-label):before {
  content: "\f14a";
  font-weight: 900;
}

input[type="checkbox"]+label+input[type="checkbox"]+label {
  margin-left: 15px;
}

input[type="email"],
input[type="number"],
input[type="numeric"],
input[type="search"],
input[type="tel"],
input[type="text"] {
  border: 1px solid #777;
  color: #777;
  font-size: 18px;
  height: 40px;
  line-height: 22px;
  padding-left: 10px;
}

input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="numeric"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}

input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="numeric"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #a5a5a5;
}

input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="numeric"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #a5a5a5;
}

input[type="email"] .ng-dirty,
input[type="number"] .ng-dirty,
input[type="numeric"] .ng-dirty,
input[type="search"] .ng-dirty,
input[type="tel"] .ng-dirty,
input[type="text"] .ng-dirty {
  background: #c7102e;
}

input[type="email"].full,
input[type="number"].full,
input[type="numeric"].full,
input[type="search"].full,
input[type="tel"].full,
input[type="text"].full {
  width: 100%;
}

.form-control,
.form-control:focus {
  border: 1px solid #777;
  border-radius: 0;
  color: #373737;
  font-size: 18px;
  height: 40px;
  line-height: 22px;
}

.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #c7102e !important;
}

textarea {
  resize: none;
}

textarea.full {
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
  height: 108px;
  line-height: 15px;
  padding: 10px 60px 10px 10px;
  width: 100%;
}

textarea.form-control,
textarea.form-control:focus {
  font-size: 18px;
  font-weight: 300;
  height: 200px;
  line-height: 22px;
  padding: 7px;
}

textarea.form-control::-moz-placeholder,
textarea.form-control:focus::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}

textarea.form-control:-ms-input-placeholder,
textarea.form-control:focus:-ms-input-placeholder {
  color: #a5a5a5;
}

textarea.form-control::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder {
  color: #a5a5a5;
}

textarea.form-control.no-height,
textarea.form-control:focus.no-height {
  height: auto;
}

textarea.form-control.short,
textarea.form-control:focus.short {
  height: 108px;
}

.form-control:focus {
  border: 1px solid #0f76ab;
}

.form-group {
  height: auto;
}

.form-group.textarea {
  height: 200px;
  margin-bottom: 20px;
}

select.form-control,
select.form-control:focus {
  border: 0;
  outline: 1px solid #777;
}

@media only screen and (max-width: 482px) {

  .form-control:focus,
  input[type="search"] .form-control,
  input[type="tel"],
  input[type="text"],
  label,
  textarea.form-control,
  textarea.form-control:focus {
    font-size: 16px;
  }
}

.earth-day-form input[type="checkbox"]+label:not(.nocheckbox):before {
  background-size: 20px 20px;
  height: 20px;
  top: 130px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .earth-day-form input[type="checkbox"]+label:not(.nocheckbox):before {
    background-size: 20px 20px;
    height: 20px;
    top: 10%;
    width: 20px;
  }
}

.earth-day-form input[type="checkbox"]+label+input[type="checkbox"]+label {
  margin-left: 0;
}

.earth-day-form input[type="checkbox"]:checked+label:not(.nocheckbox):before {
  background: url(/cms/images/earthday/check-orange.png) 0 0 no-repeat;
  background-size: 20px 20px;
  content: " ";
}

.ui-select-container[search-enabled="false"] input[tabindex="-1"] {
  border: none;
  height: 0;
}

.form-tweaked .form-control,
.form-tweaked .form-control:focus {
  border: 1px solid #c7c8ca;
  border-radius: 0;
  color: #373737;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
}

.form-tweaked select.form-control {
  border: 1px solid #c7c8ca;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYXJldC1kb3duIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2FyZXQtZG93biBmYS13LTEwIGZhLTN4Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zMS4zIDE5MmgyNTcuM2MxNy44IDAgMjYuNyAyMS41IDE0LjEgMzQuMUwxNzQuMSAzNTQuOGMtNy44IDcuOC0yMC41IDcuOC0yOC4zIDBMMTcuMiAyMjYuMUM0LjYgMjEzLjUgMTMuNSAxOTIgMzEuMyAxOTJ6Ii8+PC9zdmc+);
  background-size: 14px;
  background-position: right 6px center;
  background-repeat: no-repeat;
}

.page-footer {
  background-color: #f7f8f8;
  border-top: 2px solid #c7c8ca;
  z-index: 902;
}

.page-footer .main-footer {
  margin-bottom: 35px;
}

.page-footer .main-footer a {
  font-size: 13px;
  text-decoration: none;
}

.page-footer .main-footer a:hover {
  text-decoration: underline;
}

.page-footer .main-footer a.btn:hover {
  text-decoration: none;
}

.page-footer .main-footer h3 {
  border-bottom: 1px solid #c7c8ca;
  margin: 15px 0 7px;
  padding: 7px 0 4px;
}

.page-footer .main-footer h3 a,
.page-footer .main-footer h3 a:active,
.page-footer .main-footer h3 a:visited {
  color: #004a7c;
  font-size: 16px;
  text-decoration: none;
}

.page-footer .main-footer h3 a:focus {
  text-decoration: underline;
}

.page-footer .main-footer rs-my-resource-download h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media only screen and (max-width: 482px) {
  .page-footer .main-footer rs-my-resource-download h2 {
    font-size: 13px;
  }
}

.page-footer .main-footer rs-my-resource-download p {
  display: none;
}

.page-footer .main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-footer .main-footer ul li {
  margin-left: 0;
}

.page-footer .sub-footer {
  background-color: #373737;
  padding: 12px 0;
}

.page-footer .sub-footer p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.page-footer .sub-footer a,
.page-footer .sub-footer a:active,
.page-footer .sub-footer a:visited {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 0 7px;
  text-decoration: none;
}

.page-footer .sub-footer a:active:last-child,
.page-footer .sub-footer a:last-child,
.page-footer .sub-footer a:visited:last-child {
  border-right: 0;
}

.page-footer .sub-footer a:focus,
.page-footer .sub-footer a:hover {
  text-decoration: underline;
}

.page-footer .sub-footer .right-column {
  text-align: right;
}

@media only screen and (max-width: 769px) {

  .page-footer .sub-footer .left-column,
  .page-footer .sub-footer .right-column {
    text-align: center;
  }
}

.page-footer .municipality-footer {
  background-color: #373737;
  padding: 12px 0;
  background-color: #ededee;
}

.page-footer .municipality-footer p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.page-footer .municipality-footer a,
.page-footer .municipality-footer a:active,
.page-footer .municipality-footer a:visited {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 0 7px;
  text-decoration: none;
}

.page-footer .municipality-footer a:active:last-child,
.page-footer .municipality-footer a:last-child,
.page-footer .municipality-footer a:visited:last-child {
  border-right: 0;
}

.page-footer .municipality-footer a:focus,
.page-footer .municipality-footer a:hover {
  text-decoration: underline;
}

.page-footer .municipality-footer .right-column {
  text-align: right;
}

@media only screen and (max-width: 769px) {

  .page-footer .municipality-footer .left-column,
  .page-footer .municipality-footer .right-column {
    text-align: center;
  }
}

.page-footer .municipality-footer a,
.page-footer .municipality-footer a:active,
.page-footer .municipality-footer a:visited {
  border-right: 1px solid #777;
  color: #777;
}

.page-footer .municipality-footer p {
  color: #777;
}

.quote-body rs-page-footer {
  border-top: 0;
  position: relative;
}

.quote-body rs-page-footer .sub-footer {
  margin-top: 0;
}

.h1,
h1 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  margin: 30px 0;
}

@media only screen and (max-width: 769px) {

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

.h1.special-margin-top-0,
h1.special-margin-top-0 {
  margin-top: 0;
}

@media only screen and (max-width: 482px) {

  .h1.special-margin-top-0,
  h1.special-margin-top-0 {
    margin-top: 20px;
  }
}

.h1 sup,
h1 sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  top: -1em;
  vertical-align: baseline;
}

.h2,
h2 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin: 20px 0;
}

.h2.small,
h2.small {
  font-size: 24px;
  line-height: 24px;
}

.h2 sup,
h2 sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  top: -1em;
  vertical-align: baseline;
}

.h3,
h3 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  margin: 10px 0;
}

.h3 sup,
h3 sup {
  font-size: 55%;
  line-height: 0;
  position: relative;
  top: -0.9em;
  vertical-align: baseline;
}

.h4,
h4 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  margin: 10px 0;
}

.h4 small,
h4 small {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0 0 10px;
  text-transform: none;
}

.h5,
h5 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin: 20px 0 10px;
}

.h5.address,
h5.address {
  color: #004a7c;
  font-weight: 700;
}

.h5.inline,
h5.inline {
  display: inline-block;
}

.h6,
h6 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.h7 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.h8 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.h9 {
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.quote,
blockquote {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
}

@media only screen and (max-width: 769px) {

  .h1,
  h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin: 20px 0;
  }

  .h2,
  h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 20px 0;
  }

  .h3,
  h3 {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
  }

  .h4,
  h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0;
  }

  .h5,
  h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 10px 0;
  }

  .h6,
  h6 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    margin: 10px 0;
  }

  .h7 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
  }

  .h8 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
  }

  .h9 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
  }

  .quote,
  blockquote {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
  }
}

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

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

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

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

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

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

.fal.fa-circle.fa-stack-2x {
  top: -1px;
}

.fas:not(.fa-stack-2x):before {
  font-size: 1em;
}

rs-credit-card-icons {
  color: #004a7c;
}

.icon-cart-text-center {
  padding-left: 11px;
  padding-right: 6px;
  padding-top: 4px;
  line-height: 1em;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  color: #373737;
  margin-left: 20px;
}

@media only screen and (max-width: 482px) {
  ul li {
    margin-left: 10px;
  }
}

ul.row {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul.row li {
  margin: 0;
  padding: 0;
}

ul.bulleted {
  list-style: none;
  margin-bottom: 0;
}

ul.bulleted li {
  margin-bottom: 5px;
  position: relative;
}

ul.bulleted li:before {
  content: "";
  font-family: Font Awesome\5 Pro;
  font-size: 6px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 482px) {
  ul.bulleted li:before {
    left: -10px;
  }
}

ul.bulleted-blue {
  list-style: none;
  margin-bottom: 0;
}

ul.bulleted-blue li {
  margin-bottom: 5px;
  position: relative;
}

ul.bulleted-blue li:before {
  content: "";
  font-family: Font Awesome\5 Pro;
  font-size: 6px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 482px) {
  ul.bulleted-blue li:before {
    left: -10px;
  }
}

ul.bulleted-blue li:before {
  color: #0f76ab;
}

ul.bulleted-white {
  list-style: none;
  margin-bottom: 0;
}

ul.bulleted-white li {
  margin-bottom: 5px;
  position: relative;
}

ul.bulleted-white li:before {
  content: "";
  font-family: Font Awesome\5 Pro;
  font-size: 6px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 482px) {
  ul.bulleted-white li:before {
    left: -10px;
  }
}

ul.bulleted-white li,
ul.bulleted-white li:before {
  color: #fff;
}

ul.xmarked {
  list-style: none;
  margin-bottom: 0;
}

ul.xmarked li {
  margin-bottom: 5px;
  position: relative;
}

ul.xmarked li:before {
  content: "";
  font-family: Font Awesome\5 Pro;
  font-size: 6px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 482px) {
  ul.xmarked li:before {
    left: -10px;
  }
}

ul.xmarked li:before {
  color: #e16900;
  content: "";
  font-size: 14px;
}

@media only screen and (max-width: 482px) {
  ul.xmarked li {
    padding-left: 5px;
  }
}

ul.checkmarked {
  list-style: none;
}

ul.checkmarked li {
  margin-bottom: 5px;
  position: relative;
}

ul.checkmarked li:before {
  color: #e16900;
  content: "";
  display: block;
  font-family: Font Awesome\5 Pro;
  left: -20px;
  position: absolute;
}

@media only screen and (max-width: 482px) {
  ul.checkmarked li {
    left: -10px;
  }
}

ul.checkmarked-left {
  list-style: none;
}

ul.checkmarked-left li {
  margin-bottom: 5px;
  position: relative;
}

ul.checkmarked-left li:before {
  color: #e16900;
  content: "";
  display: block;
  font-family: Font Awesome\5 Pro;
  left: -20px;
  position: absolute;
}

@media only screen and (max-width: 482px) {
  ul.checkmarked-left li {
    left: -10px;
    left: 10px;
  }
}

ul.checkmarked-blue {
  list-style: none;
}

ul.checkmarked-blue li {
  margin-bottom: 5px;
  position: relative;
}

ul.checkmarked-blue li:before {
  color: #e16900;
  content: "";
  display: block;
  font-family: Font Awesome\5 Pro;
  left: -20px;
  position: absolute;
}

@media only screen and (max-width: 482px) {
  ul.checkmarked-blue li {
    left: -10px;
  }
}

ul.checkmarked-blue li:before {
  color: #0f76ab;
}

ul.checkmarked-white {
  list-style: none;
}

ul.checkmarked-white li {
  margin-bottom: 5px;
  position: relative;
}

ul.checkmarked-white li:before {
  color: #e16900;
  content: "";
  display: block;
  font-family: Font Awesome\5 Pro;
  left: -20px;
  position: absolute;
}

@media only screen and (max-width: 482px) {
  ul.checkmarked-white li {
    left: -10px;
  }
}

ul.checkmarked-white li {
  color: #fff;
}

@media only screen and (max-width: 482px) {
  ul.checkmarked-white li {
    left: 10px;
  }
}

ul.checkmarked-white li:before {
  color: #fff;
}

.fa-ul>li {
  margin-left: 25px;
}

@media only screen and (max-width: 482px) {
  ul.bulleted li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  ul.split li {
    float: left;
    margin: 0 12px;
    width: 45%;
  }
}

.text-center>li>.fa-li,
.text-right>li>.fa-li {
  position: static;
}

@media only screen and (min-width: 482px) {

  .text-sm-center>li>.fa-li,
  .text-sm-right>li>.fa-li {
    position: static;
  }
}

@media only screen and (min-width: 768px) {

  .text-md-center>li>.fa-li,
  .text-md-right>li>.fa-li {
    position: static;
  }
}

@media only screen and (min-width: 992px) {

  .text-lg-center>li>.fa-li,
  .text-lg-right>li>.fa-li {
    position: static;
  }
}

.mobile-app .hide-in-app,
body.mobile-app .hide-in-app {
  display: none !important;
}

.modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.modal .modal-dialog.modal-xs .modal-content .modal-header {
  border-bottom: 0;
}

.modal .modal-dialog.modal-xs .modal-content .modal-body {
  margin-top: 0;
}

.modal .info-modal .modal-body {
  padding-top: 0;
}

.modal .info-modal .modal-header {
  padding: 10px 15px;
}

.modal .info-modal .modal-header h3 {
  text-transform: none;
}

.modal .modal-body {
  background-color: #fff;
  height: auto;
}

.modal .modal-header {
  border-bottom: 1px solid #c7c8ca;
  font-weight: 700;
  height: auto;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

.modal .modal-header .fas {
  color: #0f76ab;
}

.modal .no-header-border.modal-header,
.modal .no-header-border .modal-header {
  border-bottom: 0;
}

.modal .modal-footer {
  min-height: 0;
}

.modal .video iframe {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .modal .modal-dialog {
    min-height: 300px;
    width: 768px;
  }

  .modal .modal-dialog.modal-md {
    width: 650px;
  }

  .modal .modal-dialog.modal-sm {
    width: 500px;
  }

  .modal .modal-dialog.modal-xs {
    width: 400px;
  }

  .modal .video iframe {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .modal .modal-dialog {
    width: 988px;
  }

  .modal .modal-dialog.modal-sm {
    width: 500px;
  }
}

@media only screen and (max-width: 482px) {
  .modal .video-modal-player {
    margin: 40% 0 auto;
  }
}

.native-select {
  display: block;
  position: relative;
}

.native-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 0;
  color: #777;
  cursor: pointer;
  font-size: inherit;
  height: 40px;
  outline: 1px none !important;
  overflow: hidden;
  padding: 6px 12px 6px 10px;
  text-overflow: ellipsis;
  text-shadow: 0 0 0 #000;
  white-space: nowrap;
  width: 100%;
}

.native-select select:focus {
  box-shadow: 0 0 0 2px #33aeed, 0 1px 8px 0 #0f76ab;
  outline: 0;
}

.native-select select.ng-empty {
  color: #a5a5a5;
}

.native-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.native-select select::-ms-expand {
  display: none;
}

.native-select:after {
  color: #777;
  content: "\f107";
  font: normal normal 400 14px/1 Font Awesome\5 Pro;
  font-size: 22px;
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 9px;
  transition: color 0.2s ease-in-out;
}

.native-select:hover:after {
  color: #373737;
}

.border-focus {
  box-shadow: 0 0 0 2px #33aeed, 0 1px 8px 0 #0f76ab;
  outline: 0;
}

.border-focus-hover {
  transition: box-shadow 0.3s ease-in-out;
}

.border-focus-hover:hover {
  box-shadow: 0 0 0 2px #33aeed, 0 1px 8px 0 #0f76ab;
  outline: 0;
}

.borderless {
  border: 0;
}

.border-brand-blue {
  border: 1px solid #0f76ab;
}

.border-light {
  border: 1px solid #c7c8ca;
}

.border-bottom-light {
  border-bottom: 1px solid #c7c8ca;
}

.border-brand-orange {
  border: 1px solid #e16900;
}

@media only screen and (min-width: 768px) {
  .col-divider {
    border-left: 1px solid #777;
  }
}

@media only screen and (max-width: 482px) {
  .col-divider {
    border-top: 1px solid #777;
  }
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link,
.nav-container .navbar-utility .navbar-nav>li>a {
  color: #373737;
  display: block;
  padding: 27px 15px;
  text-decoration: none;
  line-height: 22px;
  border: 0;
  background-color: transparent;
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link:focus,
.nav-container .navbar-utility .navbar-nav>li .navbar-link:hover,
.nav-container .navbar-utility .navbar-nav>li .navbar-link:visited,
.nav-container .navbar-utility .navbar-nav>li>a:focus,
.nav-container .navbar-utility .navbar-nav>li>a:hover,
.nav-container .navbar-utility .navbar-nav>li>a:visited {
  text-decoration: none;
  outline: 0;
  background: transparent;
}

@media (min-width: 1024px) {

  .nav-container .navbar-utility .navbar-nav>li .navbar-link,
  .nav-container .navbar-utility .navbar-nav>li>a {
    padding: 14px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  .nav-container .navbar-utility .navbar-nav>li .navbar-link:focus,
  .nav-container .navbar-utility .navbar-nav>li .navbar-link:hover,
  .nav-container .navbar-utility .navbar-nav>li>a:focus,
  .nav-container .navbar-utility .navbar-nav>li>a:hover {
    border-bottom-color: #777;
  }
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link-icon .fas,
.nav-container .navbar-utility .navbar-nav>li .navbar-link.cart>.fa-stack {
  font-size: 18px;
  left: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 1.25em;
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link-icon .fas:focus,
.nav-container .navbar-utility .navbar-nav>li .navbar-link.cart>.fa-stack:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.nav-container .dropdown-menu>li,
.nav-container .navbar-nav>li {
  margin-left: 0;
}

.nav-container .dropdown-menu .divider {
  border-bottom: 0;
}

@media (max-width: 1023px) {
  .nav-container .navbar>.container {
    width: 100%;
  }
}

.nav-container .navbar-default {
  background-color: #fff;
  border-bottom-width: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .nav-container .navbar-default .navbar-collapse.collapse {
    background-color: transparent;
    border-top: 1px solid #ededee;
    overflow: hidden;
    width: 100%;
    position: absolute;
    transition: background-color 0.15s linear;
  }

  .nav-container .navbar-default .navbar-collapse.collapse>ul.nav {
    float: right;
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    max-width: 335px;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.15s linear;
  }

  .nav-container .navbar-default .navbar-collapse.collapse.in-add,
  .nav-container .navbar-default .navbar-collapse.collapse.in-slide {
    background: rgba(0, 0, 0, 0.4);
  }

  .nav-container .navbar-default .navbar-collapse.collapse.in:not(.in-add):not(.show),
  .nav-container .navbar-default .navbar-collapse.collapse.slide {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .nav-container .navbar-default .navbar-collapse.collapse.in:not(.in-add):not(.show)>ul,
  .nav-container .navbar-default .navbar-collapse.collapse.slide>ul {
    transform: translateZ(0);
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li>a {
    color: #004a7c;
    border-bottom: 1px solid #ededee;
    padding: 10px 15px;
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li>a:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\5 Pro;
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 15px;
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown>a:not([ng-click]):after {
    content: "\f067";
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown.open>a:not([ng-click]) {
    border-bottom: 0;
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown.open>a:not([ng-click]):after {
    content: "\f068";
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a {
    background-color: inherit;
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]) {
    color: #373737;
    cursor: default;
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]):focus,
  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]):hover {
    color: #373737;
    text-decoration: none;
  }

  .nav-container .navbar-default .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]):after {
    content: none;
  }

  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li>a,
  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li rs-support-number a {
    color: #004a7c;
  }

  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li rs-support-number a:focus,
  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li rs-support-number a:hover {
    color: #000;
  }

  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li.divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li>.dropdown-info,
  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li rs-support-number a {
    padding: 5px 15px 5px 25px;
    display: block;
  }

  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>li rs-support-number a {
    text-decoration: none;
  }

  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .nav-container .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #000;
  }
}

.nav-container .navbar-default.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.nav-container .navbar-default.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
.nav-container .navbar-default.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  color: #000;
  background-color: transparent;
}

.nav-container .navbar-default.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color: #e5e5e5;
}

@media (max-width: 768px) {
  .nav-container .navbar-default .navbar-collapse.collapse>ul.nav {
    float: none;
    width: auto;
    max-width: none;
    margin-right: -15px;
    transform: translateZ(0);
  }
}

.nav-container .navbar-default .navbar-brand {
  color: #004a7c;
  height: 82px;
}

.nav-container .navbar-default .navbar-brand:focus,
.nav-container .navbar-default .navbar-brand:hover {
  color: #000;
}

.nav-container .navbar-default .navbar-brand>img {
  height: 100%;
}

.nav-container .navbar-default .navbar-name {
  height: 82px;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-container .navbar-default .navbar-name .vertical-divider {
  height: 100%;
  border-left: 1px solid #c7c8ca;
  padding-right: 15px;
}

.nav-container .navbar-default .navbar-name .name {
  color: #777;
  font-size: 18px;
}

.nav-container .navbar-default .navbar-text {
  color: #004a7c;
}

.nav-container .navbar-default .navbar-nav>li>a {
  color: #004a7c;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  padding: 30px 7.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-container .navbar-default .navbar-nav>li>a:focus,
.nav-container .navbar-default .navbar-nav>li>a:hover {
  color: #004a7c;
  border-bottom-color: #0f76ab;
  text-decoration: none;
  outline: 0;
}

.nav-container .navbar-default .navbar-nav>li>.nav-search {
  padding: 22px 7.5px;
  display: block;
}

.nav-container .navbar-default .navbar-nav>li:last-child>.nav-search,
.nav-container .navbar-default .navbar-nav>li:last-child>a {
  padding-right: 15px;
}

.nav-container .navbar-default .navbar-nav>.active>a,
.nav-container .navbar-default .navbar-nav>.active>a:focus,
.nav-container .navbar-default .navbar-nav>.active>a:hover {
  color: #004a7c;
  background-color: transparent;
  border-bottom-color: #004a7c;
}

.nav-container .navbar-default .navbar-nav>.open>a,
.nav-container .navbar-default .navbar-nav>.open>a:focus,
.nav-container .navbar-default .navbar-nav>.open>a:hover {
  color: #004a7c;
  background-color: transparent;
}

.nav-container .navbar-default .navbar-toggle {
  border-color: transparent;
  color: #004a7c;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50px;
}

.nav-container .navbar-default .navbar-toggle:focus,
.nav-container .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.nav-container .navbar-default .navbar-toggle .icon-bar {
  background-color: #004a7c;
}

.nav-container .navbar-default .navbar-collapse,
.nav-container .navbar-default .navbar-form {
  border-color: #004a7c;
}

.nav-container .navbar-default .navbar-link {
  color: #004a7c;
}

.nav-container .navbar-default .navbar-link:hover {
  color: #000;
}

.nav-container .navbar-default .navbar-header-extra {
  padding: 15px;
}

@media (max-width: 1023px) {
  .nav-container .navbar-default .navbar-header-extra {
    width: 100%;
  }
}

.nav-container .navbar-default .navbar-header>.navbar-header-extra {
  width: auto;
}

.nav-container .navbar-utility {
  margin-bottom: 0;
  background-color: #fafafa;
  border-bottom-color: #e6e6e6;
  color: #000;
  font-size: 13px;
  border-width: 0;
  z-index: 500;
}

.nav-container .navbar-utility.logged-in {
  background-color: #00adef;
}

.nav-container .navbar-utility .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-container .navbar-utility .navbar-nav.navbar-left:first-child {
  margin-left: -15px;
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link-icon {
  position: relative;
  padding-left: 40px;
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link.cart {
  position: relative;
  padding-left: 50px;
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link.cart.active {
  background-color: #004a7c;
  color: #fff;
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link.cart.active .counter {
  color: #004a7c;
}

.nav-container .navbar-utility .navbar-nav>li .navbar-link.cart>.fa-stack {
  font-size: inherit;
  width: 2.5em;
}

.nav-container .navbar-utility .navbar-nav>.active>a,
.nav-container .navbar-utility .navbar-nav>.active>a:focus,
.nav-container .navbar-utility .navbar-nav>.active>a:hover {
  border-bottom-color: #777;
}

.nav-container .navbar-utility .navbar-nav>.open>a,
.nav-container .navbar-utility .navbar-nav>.open>a:focus,
.nav-container .navbar-utility .navbar-nav>.open>a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-container .navbar-utility .navbar-nav>.open .dropdown-menu {
  position: absolute;
  background-color: #fff;
  border: rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-container .navbar-utility .navbar-nav>.open .dropdown-menu>li a {
  color: #004a7c;
}

.nav-container .navbar-utility .navbar-nav>.open .dropdown-menu>li>.dropdown-info,
.nav-container .navbar-utility .navbar-nav>.open .dropdown-menu>li rs-support-number a {
  padding: 5px 15px 5px 25px;
  display: block;
}

.nav-container .navbar-utility .navbar-nav>.open .dropdown-menu>li rs-support-number a {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .nav-container .navbar-utility .navbar-nav {
    display: flex;
    justify-content: space-between;
  }

  .nav-container .navbar-utility .navbar-nav:after,
  .nav-container .navbar-utility .navbar-nav:before {
    content: none;
  }

  .nav-container .navbar-utility .navbar-nav .navbar-link-icon>.text,
  .nav-container .navbar-utility .navbar-nav .navbar-link.cart>.text,
  .nav-container .navbar-utility .navbar-nav.utility-links {
    display: none;
  }
}

.nav-container .navbar-brand-dark {
  background-color: #004a7c;
  border-color: #004a7c;
  margin-bottom: 0;
  border-bottom-width: 0;
}

@media (max-width: 1023px) {
  .nav-container .navbar-brand-dark .navbar-collapse.collapse {
    background-color: transparent;
    border-top: 1px solid #ededee;
    overflow: hidden;
    width: 100%;
    position: absolute;
    transition: background-color 0.15s linear;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse>ul.nav {
    float: right;
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    max-width: 335px;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.15s linear;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse.in-add,
  .nav-container .navbar-brand-dark .navbar-collapse.collapse.in-slide {
    background: rgba(0, 0, 0, 0.4);
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse.in:not(.in-add):not(.show),
  .nav-container .navbar-brand-dark .navbar-collapse.collapse.slide {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse.in:not(.in-add):not(.show)>ul,
  .nav-container .navbar-brand-dark .navbar-collapse.collapse.slide>ul {
    transform: translateZ(0);
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li>a {
    color: #004a7c;
    border-bottom: 1px solid #ededee;
    padding: 10px 15px;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li>a:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\5 Pro;
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 15px;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown>a:not([ng-click]):after {
    content: "\f067";
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown.open>a:not([ng-click]) {
    border-bottom: 0;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown.open>a:not([ng-click]):after {
    content: "\f068";
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a {
    background-color: inherit;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]) {
    color: #373737;
    cursor: default;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]):focus,
  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]):hover {
    color: #373737;
    text-decoration: none;
  }

  .nav-container .navbar-brand-dark .navbar-collapse.collapse .navbar-nav>li.dropdown-perma-open.open>a:not([ng-click]):after {
    content: none;
  }

  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li>a,
  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li rs-support-number a {
    color: #004a7c;
  }

  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li>a:focus,
  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li>a:hover,
  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li rs-support-number a:focus,
  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li rs-support-number a:hover {
    color: #000;
  }

  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li.divider {
    margin-right: 15px;
    margin-left: 15px;
  }

  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li>.dropdown-info,
  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li rs-support-number a {
    padding: 5px 15px 5px 25px;
    display: block;
  }

  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>li rs-support-number a {
    text-decoration: none;
  }

  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>.active>a,
  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>.active>a:focus,
  .nav-container .navbar-brand-dark .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #000;
  }
}

.nav-container .navbar-brand-dark.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.nav-container .navbar-brand-dark.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
.nav-container .navbar-brand-dark.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  color: #000;
  background-color: transparent;
}

.nav-container .navbar-brand-dark.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color: #e5e5e5;
}

@media (max-width: 768px) {
  .nav-container .navbar-brand-dark .navbar-collapse.collapse>ul.nav {
    float: none;
    width: auto;
    max-width: none;
    margin-right: -15px;
    transform: translateZ(0);
  }
}

@media (max-width: 1023px) {
  .nav-container .navbar-brand-dark {
    min-height: auto;
  }
}

.nav-container .navbar-brand-dark .navbar-brand {
  color: #fff;
}

.nav-container .navbar-brand-dark .navbar-brand:focus,
.nav-container .navbar-brand-dark .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.nav-container .navbar-brand-dark .navbar-text {
  color: #fff;
}

.nav-container .navbar-brand-dark .navbar-nav>li>a {
  color: #fff;
  text-decoration: none;
}

.nav-container .navbar-brand-dark .navbar-nav>li>a:focus,
.nav-container .navbar-brand-dark .navbar-nav>li>a:hover {
  background-color: transparent;
  text-decoration: underline;
  outline: 0;
}

.nav-container .navbar-brand-dark .navbar-nav>.active>a,
.nav-container .navbar-brand-dark .navbar-nav>.active>a:focus,
.nav-container .navbar-brand-dark .navbar-nav>.active>a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.nav-container .navbar-brand-dark .navbar-nav>.disabled>a,
.nav-container .navbar-brand-dark .navbar-nav>.disabled>a:focus,
.nav-container .navbar-brand-dark .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.nav-container .navbar-brand-dark .navbar-nav>.open>a,
.nav-container .navbar-brand-dark .navbar-nav>.open>a:focus,
.nav-container .navbar-brand-dark .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (min-width: 1024px) {
  .nav-container .navbar-brand-dark .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .nav-container .navbar-brand-dark .navbar-nav:after,
  .nav-container .navbar-brand-dark .navbar-nav:before {
    content: none;
  }

  .nav-container .navbar-brand-dark .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
  }
}

.nav-container .navbar-header.navbar-center {
  text-align: center;
  width: 100%;
}

.nav-container .navbar-header.navbar-center .navbar-brand {
  float: none;
  display: inline-block;
}

.nav-container .navbar-header.navbar-right {
  float: right;
}

.nav-container .navbar-header.navbar-right .navbar-brand {
  margin-left: 0;
  margin-right: -15px;
}

.nav-container .nav-collapsed-only {
  display: none;
}

@media (max-width: 1023px) {
  .nav-container .nav-collapsed-only {
    display: inherit;
  }
}

@media (max-width: 1023px) {
  .nav-container .nav-not-collapsed-only {
    display: none;
  }
}

.nav-container rs-coveo-search-input .CoveoSearchbox {
  margin: 0 auto;
  max-width: 300px;
  width: 300px;
}

.nav-container rs-coveo-search-input .CoveoSearchbox .magic-box,
.nav-container rs-coveo-search-input .CoveoSearchbox .magic-box-input {
  background-color: #fff;
  border: 0;
  height: 33px;
}

.nav-container rs-coveo-search-input .CoveoSearchbox .magic-box,
.nav-container rs-coveo-search-input .CoveoSearchbox .magic-box-underlay {
  height: 33px;
}

.nav-container rs-coveo-search-input .CoveoSearchbox .magic-box-clear {
  display: none;
}

.nav-container rs-coveo-search-input .CoveoSearchbox .CoveoSearchButton {
  background-color: #f5f5f6;
  border: 0;
  float: left;
  height: 33px;
  width: 33px;
}

.nav-container rs-coveo-search-input .CoveoSearchbox .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  cursor: none;
  fill: #777;
}

.nav-container rs-coveo-search-input .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg {
  color: #777;
}

.nav-container li.search-form {
  display: block;
}

@media (max-width: 1023px) {
  .nav-container li.search-form {
    display: none;
  }
}

.nav-container .nav-search {
  padding: 10px;
}

.nav-container .nav-search>.form-group,
.nav-container .nav-search>div[af-control-group] {
  position: relative;
  margin-bottom: 0;
}

.nav-container .nav-search .fas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

.nav-container .nav-search input[name="q"] {
  padding: 6px 25px 6px 6px;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #c7c8ca;
  font-size: inherit;
}

.nav-container .nav-search .invalid-search {
  position: absolute;
}

.mobile-nav-search {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-nav-search {
    display: block;
  }
}

.pagination>li {
  margin: 0;
}

@media print {
  a[href]:after {
    content: none !important;
  }

  .no-print {
    display: none !important;
  }
}

input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAKfElEQVR42u1dbYxWxRU+u+/SlgXcFEQsLriAlGgA3yxhRY3LLh+uEWsDJrQuf/qrwYQAhZJC+bAoost3Ur6/EkMhBJqqawvKx7qgEtSyVFlqIuGj4VeTJv3bxBh7Dnc0y+7dd9/3zJm5c+/Mk5w/u+89M3Oec+fOnDkzA5BN1KDMQlmAshnlOEo7SufQoUP/W1dX922c0P/wN1fUb+mZTUrHsygPQoCTGIYyRxH9YW/kSgmWcV45xmyU+4L57aMCZRrKRnqjTRNehENQj7EBpUHVLcAAylGmo+xNmvAiHGIPSqOqc4AmqlHWlJWV/ct14mMc4RbKapThgcbSMRnlWNpIL+AMR1EmBVr7BnWd7VkhPsYR2lDqA8098TgZJ6vExzjCaZS6QDvACJQjvhAf4wiHUB7wdSq3wlfiYxxhGUrOF/JrUS4H4ns4wSWUfJaJJw9fE8ju0xF+n8UYAsXRP3LM0DdQvlByw7G6nVPjo0xgpm0DVlVV/QfLPYmyFWW+ml5SQKZfEfXtp35Lz7yEso10FVpEMugI09JO/u8sGuuYIvunBtszTjnFcYvtWprWUf4BC8bZgfIYSlkCbaQyp6DstLS+kJqFpkEopwwa422IlmJ/4FCbqS4voLxjsN30SRvoOvk/RrloyAD7UMak4AUYi3LQkA0uoFS52vB7Uf5hoNF/TOmIeCR9ogzYowNliItv/mXhhv4lI1OhGpRWA0EjZ3oC+uZ/Iti46xDl4GUNP0e5JWinj1EGJN0omjOfFmzUepT+GY6GVqJsELTXiaTXEESmeuPGjftfFoIeJeBpQSfYneogD+o5A1Fmr2+gaGO7kA2XpDK8i3peAb+TJ6n7fkPIlo3WFnaEKvxrCPgOC4RsWm3DYz8SqOjswHkP/ELArh+Y7lFXC1SyIXDdK6YL2He5qcrVBvKtYIaAnR+VrlSFbpgXov17ARY+B/j8Z9LxgRVhwJeugSEI5hGM0KzIq4FLNlo0bf8TiUoc0QzyJD3Pp1W5eSjrIMoa6oBcRXvP+c2dv3Wo39BvmyH5xSjqxs9r2P9N3QpM0QzvJhHhI4ebibIf5aaAPkoepVyEGQk58wOavcBkncLbUpTQSDtsWmDSzEXGShg1kXqG16W61hLQpMHD+9xCGzVX9WxhtHpDbYPy9GoslrdJg4+nOAW2a6zn/8iCQfo7MsD8g6X2DsjlcreZnJwttbA6DW+bZcEYDULfdylc575lJWKOBi+1pRR0jFnIWxYGeC87PG1bZWGgeILJzZFiC6jW8LKRBhtOKdEnUzB3/ytEmT+mMMZ0XGCNRvauKVDG8acpCuBcBLOZu/uYHK3ss4vlHshkMGhC5P8zhVG8qwadYLTGhtiCu6imMxXvN9jtfwrpxUWDn4NDTK6mFlK6l6nUxI6d8pR884sZE5gYGD7M5GpnbworNPbqmcDLkB2sNKT3ZKl85fP5b6CXpeJpDqV3NUD2YOJ4uBclI4Mbmcqkd+lShK8zgw5gIkLaXzJU38ncny+NLOcPmPisHWBuML0Lw5ie9Jj09AayD+l7B+qZ3N01RZ3DVCJ9Msc+Dxxgl7C+HJO757sq2cw8k0cSPp2Yeb+wvlYGfy1dFXzIUDBfuBEtHjmAdL7EIgZ/7d8/zexCJE/jKoemXzV7Q/+91buFg0MTmBzeQQ3zHD5JzAT/IJkyV6azfjOLeWKVJPZ76ADS+/rbGDw20YMLGA9uFa78TQ8d4Jqwvp3ccdzmhAeAPt/HJznzWcSdCRxP+DCCeR47wC8FdT3DvMuo9OxfkL0Ja53HDvCKoK4aBo90hxFrDaCfYMWPeewARwV1DWTw+DlwjkEXNkKHxw5wSVJZqTxWVlb+G3QCCCKI26jpDzqTdIA7XDITCwMcBL3RNhzgi2BqZ/FlcIDgAOETED4BBh0gDAJFIRoCZ3EZpoGeTwMRV0IgyONAEIRQcJJYK6hrFPfgiKQXg5o9dgAnFoM2MR58SbDiIz12AMnl4MXc5WBOQsg2YUP4OLX8SljfLm5ex7MOpITt89ABpPcHsFPCHnQgKXSGhw7QIKiLmxRazQ8gRBcpS6FcHcLoB/oP+jPI7qqaqBvQO5/wQJDwukdv/2vC+jgDwA+6KuDMBI4LN2K4Rw7g3Naw2Y5sDt3jAfnSW+q5m0N/1lXJfUwlU4QbU+OBA0jHPRqY3A3uruiK5IFDGlibYfJXG9B5kMFb7CLUBkeOiKFjVK5nkHzaCfRD6fkEk7N1kl3JCwaM9VQGHeAJAzqbmZw9GaeMe0zcO4YMtipD5Ju6y++9UvkaP37811DgRrE9TCcYa6BxtH/+bxkgv9XAbInwCJOr7YWUNjKVHjBkvAEQHbeaVlyA6Ng7Ezhs4vYQeutuOXZUPJ1mdTWF5HfGTbWE8JDGbS599karmcp3GDTmkJT1BBcMkk84wORoRTHKh2tcSGAykFOZkjFBq8FunzBWg5+iQ9BHmQW0GjZuueOzg+WGBnxdcYrJzeFSCpmk4WXPWzB0vWPBomuG5vndMVeDl3yphbUxC7oFZu/M6RoxdOFI+VUGInxxGESJOExOTrHeMg1v22CRADpjaFcCxO8Auwmt2zT4YPdOpzUKfdoyIXQj1np1CKMZRJk8r4H8en5feE6DB638TfYFkgY2kJQyUKRDGHeDzFFsX6kepsHCAC8OIzQ5qNWtwCGNwtuhQNzZEijxkTZg0IFMtBHiEsSfzHFT/Y9+s1Y9k/QB1hUUU9Cw/0GJSuheX/4GBHCxRdP2w6QqskyzIgsClyVjiabNF0tWhrrxS5oVmhs4LRrzNG39CRi4qi6vUylVsemB2z7RJGDnCaYqtzI4gfPkLzM9xTonUMnwORDu9pVdz9iYqo7QrWgYGPbAb3TtqVK9rMVdpgk5QYsDcYKk5/lbhGxZb7vyvxWq+Dnwa1vY9z0pysdCNlyYVCP2SjSg6151T/CcoN22J92FvSfYmE0QJYJmFYNAY1Uvxl7vuvAJHQga8eruksvlbqO+ORkkfy7nJM8C5J8HO3kXRaEKpUOqcaqBJ1DGZIB42jPxvrBtPkO5x7WGDtENF/fS2L2QzkulHwJm9m4R5A92tdFVUiPbmIYfQnk4BcQ/AsxNG0V2+/e4bgAaxJ00YYAun4YXwWzqdamgujRLDoh7GfBVpqX7o9nBblPG6LYlrT6hkTCV2QCM/fnMqV4qA2ZLTBun2y7lRRCthJmIh5POiRCts79rsV0LIeVotGWsmDvxdiqneAaiXUsDi5zWjlLPENmUD9hmu/4qtl8PGQHl5bUn4Qh9nJX/JYnk/FzIec9kMTxOS8nLXTK0iwLRen4ZZBiPovw9kB2bxjUBPAGNaJcG4u9K4CwHD0HfuTc9Jp7y9u+HAJgsHS93nHgKZtUG2nuCzq85m2HiaZfuE4HmvkFvx5EMEf8nYOzPD4h2/K5EuZlC0ukAixXhGy8Xhp1Kkb18Pv+Nq6Sr6N129SkrC7SZm0KSgdeDcBIK802nHcV09u6T4HeGc2KgRBQ6l6jFRrgZops2qCw6b39wML+boJRryjKer8g6qhaHPi8U91frA3Sd6ln1TIvS0QTfXbCUMfwfoTg8jW5Dq0kAAAAASUVORK5CYII=") 0 0 no-repeat;
  background-size: 13px 13px;
  display: inline-block;
  height: 13px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  width: 13px;
}

input[type="radio"]:checked {
  background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSgBBwcHCggKEwoKEygaFhooKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKP/AABEIAIAAgAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APqmgAoAKACgDmvGfjnw/wCDrcvrd/HHOU3x2sfzzycNjCDkAlSNxwueCRQB4t4n/aJuzeKvhbSIEtV6yaiCzycD+FGAXB3fxNng8dKAPNNX+J/jXVfK+1eI76Pys7fsrC2znGc+UF3dO+cc46mgDB1XxHrer262+razqV9Arh1jubp5VDYIyAxIzgnn3NABpXiPW9It2t9J1nUrGBnLtHbXTxKWwBkhSBnAHPsKAN7SPif410rzfsviO+k83G77UwucYzjHmhtvXtjPGegoA9L8MftE3YvGXxTpED2rdJNOBV4+D/C7ENk7f4lxyeelAHtPgzxz4f8AGNuH0S/jknCb5LWT5J4+FzlDyQCwG4ZXPAJoA6WgAoAKACgAoAKAI7meK1t5bi5ljhgiQvJJIwVUUDJJJ4AA70AfOPxN+O0t6k2m+ChJb2zo0cuoSqVlPzYzCM/ICo+8w3fNwFK5oA8KuZ5bq4luLmWSaeVy8kkjFmdickknkknvQAW0Et1cRW9tFJNPK4SOONSzOxOAAByST2oA9D8NfBjxnriLK1hHpkDIWWTUXMRJDY27AC4PUjKgYGc8jIB0un/s7eIZLyNdR1fSYLU53yQGSVxwcYUqoPOP4h689KADUP2dvEMd5IunavpM9qMbJJzJE54GcqFYDnP8R9eOlAHNeJfgx4z0NGlWwj1OBUDNJpzmUglsbdhAcnoThSMHOeDgA88uYJbW4lt7mKSGeJykkcilWRgcEEHkEHtQAW08trcRXFtLJDPE4eOSNirIwOQQRyCD3oA91+GXx2lskh03xqJLi2RFji1CJS0o+bGZhn5wFP3lG75eQxbNAH0dbTxXVvFcW0sc0EqB45I2DK6kZBBHBBHegCSgAoAKAI7meK1t5bi5ljhgiQvJJIwVUUDJJJ4AA70AfJ/xq+KsvjC4fSdEeSHw9E/JwVa8YHhmHUIDyqn/AHjzgKAeT0Ae0/DP4HXuvW/9oeK3u9JtN5VLQR7LiQAEFjuH7sbsYypLAHgDBIB9FeGPC+i+F7NrbQNOgso2++UBLyYJI3Ocs2NxxknGcDigDZoAKACgAoAxvE/hfRfFFmttr+nQXsa/cLgh48kE7XGGXO0ZwRnGDxQB86/Ez4G3ug2/9oeFHu9WtN4V7Qx7riMEABhtH7wbs5woIBHBGSADxagD1j4K/FWXwfcJpOtvJN4elfg4LNZsTyyjqUJ5ZR/vDnIYA+sLaeK6t4ri2ljmglQPHJGwZXUjIII4II70ASUAFAHzb+0p4+W9uB4T0maN7aBxJfSxSNzKCcQnHBC8MevzYHBQ0AeC0AfS/wADfhH/AGX9n8R+Krf/AImPElnZSD/j39JJB/z09F/h6n5vuAHutABQAUAFABQAUAFABQB4V8cvhH/an2jxH4Vt/wDiY8yXllGP+Pj1kjH/AD09V/i6j5vvgHzRQB71+zX4+WyuD4T1aaNLadzJYyyyNxKSMwjPADcsOnzZHJcUAfSVAHNfEfxTF4O8H3+ryGMzomy2jfH7yZuEGMgkZ5IBztViOlAHw7czy3VxLcXMsk08rl5JJGLM7E5JJPJJPegD2T9nHwFDr2qP4k1PzPsmmXCC1RWAElwuHyxBzhPkOMYYsOcAggH1HQAUAFABQAUAFABQAUAFABQB8uftHeAotB1RPEmmeZ9k1O4cXKMwIjuGy2VJOSHw5xjAKnnBAAB43bTy2txFcW0skM8Th45I2KsjA5BBHIIPegD7i+HHimLxj4PsNXjMYndNlzGmP3cy8OMZJAzyATnayk9aAPFv2rNfuDqGkeHUXbapF/aEhyD5jkvGvbI2hX787+nAoA8GtoJbq4it7aKSaeVwkccalmdicAADkkntQB93eDdAt/C/hfTtFtG3x2kQQvgjzHJy74JONzFjjPGcDigDZoAKACgClq+qWWj2ZutSuFggBC7iCSSewA5J+noT2rWjQqV5clNXZz4rF0cJT9rXlZHAax8VbeKWWLSbBrhQpCTzPsG7nB24yV6Hkqe3Fe1QyKUknVlbyWv49/vPl8VxbTjJxw8Obzbtr6dvmn6Bo/xVt5ZYotWsGt1KgPPC+8buMnZjIXqeCx7c0V8ilFN0pX8np+Pf7gwvFtOUlHEQ5fNO+vp2+bfqd7ousWGt2r3OmT+fCrmMtsZcMADjDAHoRXj18PUw8uSqrM+mwmNo4yDqUJXSdtmtfmX6wOoKACgDG8ZaBb+KPC+o6Ldtsju4igfBPluDlHwCM7WCnGecYPFAHwjcwS2txLb3MUkM8TlJI5FKsjA4IIPIIPagD3n9lPX7gajq/h113Wrxf2hGcgeW4KRt2ydwZO/GzpyaAPNPjHqX9q/E/wAR3HleVsujbbd27PlARbs4HXZnHbOOetAGr+z9oK658TLBpljaDTka/dWZlJKEBCuOpEjIcHAwD16EA+xKACgAoAoa9qcWjaPdahOMpAm4Lz8zdFXIBxkkDPbNbYeg69WNKPU5cbio4ShKvPaK/wCGXzeh88a/rF3reoyXl9JvkbgAcKi9lUdgP/rnkmvuMPh4YeCpwWh+V43G1cbVdWq7t/guy8v63M6ug5AoAv6Fq95omox3unybJU4IPKuvdWHcH/64wQDWGIw8MRB06i0OrB4yrgqqrUXZr7muz8v63PonQNTi1nRrTUIBtWdNxXk7W6MuSBnBBGcc4r4bE0Hh6sqUuh+q4LFRxlCNeG0l+PVfJ6F+sTqCgAoA+Nvj5ov9jfE/VfLt/Jt73bexfPu37x87dSRmQScHHsMYoAz/AIOal/ZXxP8ADlx5Xm77oW23dtx5oMW7OD035x3xjjrQBg+LNRi1fxTrOpWyyLBeXs1xGsgAYK7lgDgkZwfU0Aesfsp2VxJ4x1e+SPNrDYeTI+4cO8iFRjryI3/L3FAH0/QAUAFAHm3xtvNmlabZ7M+dM02/PTYuMY9/M/T3r3shp3qTqdlb7/8Ahj5Hi6ty0adK27b+5W/X8DyGvqD4QKACgAoA9Y+B9xK1rq9sz5gjeORVwOGYMGOfcIv5V81n8EpQn1d/wt/mfccIVJOFWm3omn997/kj0+vnj7EKACgD5g/assriPxjpF88eLWaw8mN9w5dJHLDHXgSJ+fsaAPJ/CeoxaR4p0bUrlZGgs72G4kWMAsVRwxAyQM4HqKADxZp0WkeKdZ022aRoLO9mt42kILFUcqCcADOB6CgD1j9lO9uI/GOr2KSYtZrDzpE2jl0kQKc9eBI/5+woA+n6ACgAoA8r+N2n/wDIN1JIv71vLJu/4Egxn/rpyB9e1fR5DW+Ok35r8n+h8Vxdh/4eIS7pv8Uvz/XoeWV9GfFhQAUAFAHqfwR0/wD5CWpPF/dt4pN3/AnGM/8AXPkj6d6+cz6t8FJPzf5L9T7ThHD/AMTENdkn+LX5fp1PVK+cPtQoAKAPmD9qy9uJPGOkWLyZtYbDzo02jh3kcMc9eRGn5e5oA8n8J6dFq/inRtNuWkWC8vYbeRoyAwV3CkjIIzg+hoA3vjHpv9lfE/xHb+b5u+6Nzu27ceaBLtxk9N+M98Z46UAav7P2vLofxMsFmaNYNRRrB2ZWYguQUC46EyKgycjBPTqAD7EoAKACgDM8S6RHrui3OnSyvEswGHXnaQQQcdxkDj+XWujC4h4aqqqV7HHj8HHG4eVCTtfr+KPnjV9LvdHvDa6lbtBOFDbSQQQehBHBH07gjtX3FGvTrx56buj8qxWErYSp7KvGzKVbHOFAFvS9Ou9Uu1ttPt5J5mxwi52jIGSewyRyeKyrVoUY89R2RvhsNVxVRU6Mbv8ArV9l5n0F4Q0KLw9ocNlHzKf3k7biQ0hADEdOOABwOAO+a+JxuKeKquo9unofqWV4COAw6orfd+vX5dvLzNquQ9AKACgD42+Pmtf2z8T9V8u4863sttlF8m3ZsHzr0BOJDJyc+xxigDP+Dmm/2r8T/Dlv5vlbLoXO7buz5QMu3GR12Yz2znnpQB6X+1ZoFwNQ0jxEjbrV4v7PkGAPLcF5F75O4M/bjZ15FAHg1tPLa3EVxbSyQzxOHjkjYqyMDkEEcgg96APu7wbr9v4o8L6drVouyO7iDlMk+W4OHTJAztYMM45xkcUAbNABQAUAZHiXw9YeIrIW+oI2VOY5Y8B4+mcEg9ccj/AV04XF1MLPmp/d0Zw4/LqOPp+zrL0a3Xp69Tgrv4Tf65rTV/7xijlg/IMwb6ZIX8O1e1DP9lOHrZ/pb9fmfMVeEN3Tq+ia+67v+NvkFp8Jv9S13q/90yxxQfmFYt9cEr+Haief7qEPS7/S36/MKXCGzqVfVJffZ3/G3yO88PeG9L0CHbp1solIw07/ADSP0zlvTgHAwPavGxOMrYl3qPTt0/r8T6bA5ZhsDG1GOvfq/n8tlp5GxXKd4UAFAGN4y1+38L+F9R1q7XfHaRFwmSPMcnCJkA43MVGccZyeKAPhG5nluriW4uZZJp5XLySSMWZ2JySSeSSe9AHvP7KegXB1HV/ETNttUi/s+MYB8xyUkY9cjaFTtzv68GgD2n4j+FovGPg+/wBIkEYndN9tI+P3cy8oc4JAzwSBnazAdaAPh25gltbiW3uYpIZ4nKSRyKVZGBwQQeQQe1AHsn7OPj2LQdUfw3qfmfZNTuENs6qCI7hsLhgBkh8IM5wCo4wSQAfUdABQAUAFABQAUAFABQAUAFAHy5+0d49i17VE8N6Z5n2TTLhzcuygCS4XK4UEZATLjOcEseMAEgHjdtBLdXEVvbRSTTyuEjjjUszsTgAAckk9qAPuL4ceFovB3g+w0iMRmdE33MiY/eTNy5zgEjPAJGdqqD0oA6WgD5t/aU8ArZXA8WaTDGltO4jvooo24lJOJjjgBuFPT5sHkuaAPBaAPpf4G/Fz+1Ps/hzxVcf8THiOzvZD/wAfHpHIf+eno38XQ/N98A91oAKACgAoAKACgAoAKAPCvjl8XP7L+0eHPCtx/wATHmO8vYz/AMe/rHGf+enq38PQfN9wA+aKAPev2a/AK3twfFmrQo9tA5jsYpY25lBBMwzwQvKjr82TwUFAH0lQAUAR3MEV1by29zFHNBKhSSORQyupGCCDwQR2oA+T/jV8KpfB9w+raIkk3h6V+Rks1mxPCsepQnhWP+6ecFgDyegD2n4Z/HK90G3/ALP8Vpd6tabyyXYk3XEYIJKncf3g3YxlgQCeSMAAH0V4Y8UaL4os2udA1GC9jX74QkPHkkDchwy52nGQM4yOKANmgAoAKACgDG8T+KNF8L2a3Ov6jBZRt9wOSXkwQDtQZZsbhnAOM5PFAHzr8TPjle69b/2f4US70m03hnuzJtuJAACFG0/uxuznDEkAcgZBAPFqAPWPgr8KpfGFwmra2kkPh6J+Bkq14wPKqeoQHhmH+6OclQD6wtoIrW3it7aKOGCJAkccahVRQMAADgADtQBJQAUAFAEdzBFdW8tvcxRzQSoUkjkUMrqRggg8EEdqAPnH4m/AmWySbUvBRkuLZEaSXT5WLSj5s4hOPnAU/dY7vl4LFsUAeFXMEtrcS29zFJDPE5SSORSrIwOCCDyCD2oALaeW1uIri2lkhnicPHJGxVkYHIII5BB70Ad94f8AjH410b7On9q/b7eHd+5voxLvzn70nEhwTkfN2A6cUAdVp/7RPiGO8jbUdI0me1Gd8cAkic8HGGLMBzj+E+nHWgA1D9onxDJeSNp2kaTBanGyOcSSuOBnLBlB5z/CPTnrQByviD4x+NdZ+0J/av2C3m2/ubGMRbMY+7JzIMkZPzdyOnFAHA3M8t1cS3FzLJNPK5eSSRizOxOSSTyST3oALaCW6uIre2ikmnlcJHHGpZnYnAAA5JJ7UAe6/DL4EzXscOpeNTJb2zqskWnxMVlPzZxMcfICo+6p3fNyVK4oA+jraCK1t4re2ijhgiQJHHGoVUUDAAA4AA7UASUAFABQAUAFABQBzXjPwN4f8Y25TW7COScJsjuo/knj4bGHHJALE7Tlc8kGgDxbxP8As7XYvFbwtq8D2rdY9RJV4+B/EikNk7v4VxwOetAHmmr/AAw8a6V5X2rw5fSebnb9lUXOMYznyi23r3xnnHQ0AYOq+HNb0i3W41bRtSsYGcIslzavEpbBOAWAGcA8exoANK8Oa3q9u1xpOjalfQK5RpLa1eVQ2AcEqCM4I49xQBvaR8MPGuq+b9l8OX0flY3falFtnOcY80ru6ds44z1FAHpfhj9na7N4zeKdXgS1XpHpxLPJwf4nUBcHb/C2eRx1oA9p8GeBvD/g63CaJYRxzlNkl1J888nC5y55AJUHaMLnkAUAdLQAUAFABQB//9k=") 0 0 no-repeat;
  background-size: 13px 13px;
}

input[type="radio"],
input[type="radio"]:active,
input[type="radio"]:hover,
input[type="radio"]:hover:active,
input[type="radio"][disabled],
input[type="radio"][disabled]:active,
input[type="radio"][disabled]:hover,
input[type="radio"][disabled]:hover:active {
  background-color: transparent !important;
  border-style: none !important;
  color: transparent !important;
  outline: none !important;
}

input[type="radio"]:focus {
  box-shadow: 0 0 0 2px #33aeed, 0 1px 8px 0 #0f76ab;
  outline: 0;
  border-radius: 50%;
}

input[type="radio"],
input[type="radio"]+label {
  cursor: pointer;
}

.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

@media only screen and (max-width: 482px) {
  .visible-xxs {
    display: block !important;
  }

  table.visible-xxs {
    display: table !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  td.visible-xxs,
  th.visible-xxs {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 482px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media only screen and (max-width: 482px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media only screen and (max-width: 482px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 482px) {
  .hidden-xxs {
    display: none !important;
  }
}

.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-cell {
  display: table-cell !important;
}

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

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

@media only screen and (min-width: 482px) {
  .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-cell {
    display: table-cell !important;
  }

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

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

@media only screen and (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-cell {
    display: table-cell !important;
  }

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

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

@media only screen and (min-width: 992px) {
  .container-lg-center-absolute {
    position: absolute;
    margin-left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 9001;
  }

  .container-lg-center-absolute+div {
    padding-top: 150px;
  }

  .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-cell {
    display: table-cell !important;
  }

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

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

@media only screen and (min-width: 1200px) {
  .container-xl-center-absolute {
    position: absolute;
    margin-left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 9001;
  }

  .container-xl-center-absolute+div {
    padding-top: 150px;
  }

  .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-cell {
    display: table-cell !important;
  }

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

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

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #005290 !important;
  background-size: contain !important;
}

.embeddedServiceHelpButton .helpButton .uiButton .chat-icon {
  background: url(/assets/images/salesforce/chat-icon.png) no-repeat !important;
  background-size: contain !important;
}

.embeddedServiceHelpButton .helpButton .uiButton .contact-us-icon {
  background: url(/assets/images/salesforce/contact-us-icon.png) no-repeat !important;
  background-size: contain !important;
}

.embeddedServiceSidebarButton {
  background: #e16900 !important;
}

.embeddedServiceSidebarButton .embeddedServiceIcon:before,
.embeddedServiceSidebarButton .uiButton .helpButtonLabel .message {
  display: none;
}

.embeddedServiceSidebarHeader.sf-online {
  background-image: url(/assets/images/salesforce/prechat-background.jpg);
}

.embeddedServiceSidebarHeader.sf-offline,
.embeddedServiceSidebarHeader.sf-online {
  height: 90px;
  background-repeat: no-repeat;
  background-size: 350px 90px;
  border-radius: 19px 19px 0 0;
}

.embeddedServiceSidebarHeader.sf-offline {
  background-image: url(/assets/images/salesforce/offlinesupport-background.jpg);
}

.headerTextContent {
  display: none !important;
}

.slds-required {
  padding-top: 12px;
  margin-left: -2px;
}

.embeddedServiceSidebarExtendedHeader {
  padding-top: 0 !important;
}

.embeddedServiceLiveAgentStateChatHeaderOption:hover {
  color: #fff;
}

.embeddedServiceSidebarHeader #headerTextLabel,
h2[embeddedService-chatHeader_chatHeader],
p[embeddedService-chatHeaderAnnouncement_chatHeaderAnnouncement] {
  color: #fff !important;
  white-space: normal !important;
  line-height: unset !important;
  text-align: center !important;
  font-size: 11px !important;
}

.facebook-stack .fa-square {
  color: #3b5998;
}

.twitter-stack .fa-square {
  color: #0084b4;
}

.linkedin-stack .fa-square {
  color: #0077b5;
}

.instagram-stack .fa-square {
  color: #833ab4;
}

.youtube-stack .fa-square {
  color: #e52d27;
}

.pinterest-stack .fa-square {
  color: #e60023;
}

@media (max-width: 767px) {
  .margin-top-m-xs {
    margin-top: 15px;
  }

  .margin-top-xs-xs {
    margin-top: 7px;
  }
}

@media only screen and (min-width: 482px) {
  .padding-s-tablet-and-up {
    padding: 12px;
  }
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 4;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 7px;
}

.padding-s {
  padding: 12px;
}

.padding-m {
  padding: 15px;
}

.padding-l {
  padding: 35px;
}

.padding-xl {
  padding: 50px;
}

.padding-xxl {
  padding: 70px;
}

.margin-0 {
  margin: 0;
}

.margin-xs {
  margin: 7px;
}

.margin-s {
  margin: 12px;
}

.margin-m {
  margin: 15px;
}

.margin-l {
  margin: 35px;
}

.margin-xl {
  margin: 50px;
}

.margin-xxl {
  margin: 70px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-bottom-xs {
  padding-bottom: 7px;
}

.padding-bottom-s {
  padding-bottom: 12px;
}

.padding-bottom-m {
  padding-bottom: 15px;
}

.padding-bottom-l {
  padding-bottom: 35px;
}

.padding-bottom-xl {
  padding-bottom: 50px;
}

.padding-bottom-xxl {
  padding-bottom: 70px;
}

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

.padding-top-xs {
  padding-top: 7px;
}

.padding-top-s {
  padding-top: 12px;
}

.padding-top-m {
  padding-top: 15px;
}

.padding-top-l {
  padding-top: 35px;
}

.padding-top-xl {
  padding-top: 50px;
}

.padding-top-xxl {
  padding-top: 70px;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-right-xs {
  padding-right: 7px;
}

.padding-right-s {
  padding-right: 12px;
}

.padding-right-m {
  padding-right: 15px;
}

.padding-right-l {
  padding-right: 35px;
}

.padding-right-xl {
  padding-right: 50px;
}

.padding-right-xxl {
  padding-right: 70px;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-left-xs {
  padding-left: 7px;
}

.padding-left-s {
  padding-left: 12px;
}

.padding-left-m {
  padding-left: 15px;
}

.padding-left-l {
  padding-left: 35px;
}

.padding-left-xl {
  padding-left: 50px;
}

.padding-left-xxl {
  padding-left: 70px;
}

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

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

.margin-bottom-xs {
  margin-bottom: 7px;
}

.margin-bottom-s {
  margin-bottom: 12px;
}

.margin-bottom-m {
  margin-bottom: 15px;
}

.margin-bottom-l {
  margin-bottom: 35px;
}

.margin-bottom-xl {
  margin-bottom: 50px;
}

.margin-bottom-xxl {
  margin-bottom: 70px;
}

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

.margin-top-0 {
  margin-top: 0;
}

.margin-top-xs {
  margin-top: 7px;
}

.margin-top-s {
  margin-top: 12px;
}

.margin-top-m {
  margin-top: 15px;
}

.margin-top-l {
  margin-top: 35px;
}

.margin-top-xl {
  margin-top: 50px;
}

.margin-top-xxl {
  margin-top: 70px;
}

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

.margin-right-0 {
  margin-right: 0;
}

.margin-right-xs {
  margin-right: 7px;
}

.margin-right-s {
  margin-right: 12px;
}

.margin-right-m {
  margin-right: 15px;
}

.margin-right-l {
  margin-right: 35px;
}

.margin-right-xl {
  margin-right: 50px;
}

.margin-right-xxl {
  margin-right: 70px;
}

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

.margin-left-0 {
  margin-left: 0;
}

.margin-left-xs {
  margin-left: 7px;
}

.margin-left-s {
  margin-left: 12px;
}

.margin-left-m {
  margin-left: 15px;
}

.margin-left-l {
  margin-left: 35px;
}

.margin-left-xl {
  margin-left: 50px;
}

.margin-left-xxl {
  margin-left: 70px;
}

.tabset uib-tab-heading {
  display: inline-block;
}

.tabset>.nav-tabs {
  border: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.tabset>.nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 23px 0 22px;
}

.tabset>.nav-tabs li.active>a {
  color: #0f76ab;
}

.tabset>.nav-tabs li.active,
.tabset>.nav-tabs li>a {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

.tabset>.nav-tabs li.active:focus,
.tabset>.nav-tabs li.active:hover,
.tabset>.nav-tabs li>a:focus,
.tabset>.nav-tabs li>a:hover {
  border: 0;
}

.tabset.cms-nav-tabset.categories>.nav-tabs .no-image-nav-tab a {
  padding-left: 20px;
}

.tabset.cms-nav-tabset.categories>.nav-tabs li {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70px auto;
}

.tabset.cms-nav-tabset.categories>.nav-tabs li a {
  padding-left: 70px;
}

.tabset.cms-nav-tabset.categories>.nav-tabs li.active,
.tabset.cms-nav-tabset.categories>.nav-tabs li:hover {
  background-color: #ecf6fc;
}

.tabset.cms-nav-tabset.categories>.nav-tabs li.active a,
.tabset.cms-nav-tabset.categories>.nav-tabs li:hover a {
  background-color: transparent;
}

@media only screen and (max-width: 769px) {
  .tabset.cms-nav-tabset.categories>.nav-tabs li {
    background-image: none !important;
  }

  .tabset.cms-nav-tabset.categories>.nav-tabs li a {
    padding-left: 20px;
  }
}

.tabset.categories>.nav-tabs,
.tabset.steps>.nav-tabs {
  background-color: #f7f7f8;
  border: 0;
  font-size: 0;
  text-align: center;
}

.tabset.categories>.nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0;
}

.tabset.categories>.nav-tabs li>a {
  border: 0;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  vertical-align: middle;
}

.tabset.categories>.nav-tabs li>a,
.tabset.categories>.nav-tabs li>a:hover {
  color: #004a7c;
  text-decoration: none;
}

.tabset.categories>.nav-tabs li>a:hover {
  background-color: #ecf6fc;
  border: 0;
}

.tabset.categories>.nav-tabs li.active,
.tabset.categories>.nav-tabs li.active>a:hover {
  border: 0;
  outline: 0;
}

.tabset.categories>.nav-tabs li.active>a {
  background-color: #ecf6fc;
}

.tabset.categories>.nav-tabs li.active>a:after {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: -1px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.tabset.categories.alphabetical>.nav-tabs {
  margin-bottom: 40px;
}

.tabset.categories.alphabetical>.nav-tabs>a {
  font-size: 24px;
  line-height: 24px;
}

.tabset.customer-types .nav-tabs li.active>div,
.tabset.customer-types .nav-tabs li>div,
.tabset.customer-types .nav-tabs li>div:hover {
  color: inherit;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.tabset.customer-types .nav-tabs li.active>div {
  border-bottom: 1px solid;
}

.tabset.customer-types .nav-tabs li>div {
  background-image: url(/cms/images/customersupport.png);
  background-position: -23px 13px;
  background-repeat: no-repeat;
  background-size: 130px auto;
  height: 74px;
  padding: 20px 0 20px 110px;
  padding-left: 94px !important;
}

.tabset.customer-types .nav-tabs li+li>div {
  background-position: -34px -265px;
  padding-left: 72px !important;
}

.tabset.customer-types .nav-tabs li+li+li>div {
  background-position: -30px -520px;
  padding-left: 78px !important;
}

.tabset.customer-types.borderless>.nav-tabs li.active>div {
  border: 0;
}

.tabset.invoice-types>.nav-tabs li.active>a,
.tabset.invoice-types>.nav-tabs li>a,
.tabset.invoice-types>.nav-tabs li>a:hover {
  color: inherit;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

@media only screen and (max-width: 482px) {

  .tabset.invoice-types>.nav-tabs li.active>a,
  .tabset.invoice-types>.nav-tabs li>a,
  .tabset.invoice-types>.nav-tabs li>a:hover {
    font-size: 20px;
  }
}

.tabset.invoice-types>.nav-tabs li.active>a {
  border-bottom: 1px solid;
}

.tabset.invoice-types>.nav-tabs li>a {
  padding: 10px 0;
}

.tabset.invoice-types.borderless>.nav-tabs li.active>a {
  border: 0;
}

.tabset.invoice-types>ul.nav-tabs li>a {
  padding-left: 0 !important;
}

.tabset.radio-types>ul.nav-tabs li>a {
  padding-left: 90px;
}

@media only screen and (min-width: 768px) {
  .tabset.radio-types>ul.nav-tabs li {
    padding-left: 50px;
  }

  .tabset.radio-types>ul.nav-tabs li:first-of-type {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {

  .tabset.municipalities>.nav-tabs li>a,
  .tabset.natural-resources>.nav-tabs li>a {
    background-color: transparent;
    background-image: url(/cms/images/businesspage_local_regional_national.png);
    background-repeat: no-repeat;
    background-size: 90px auto;
  }
}

@media only screen and (min-width: 768px) {
  .tabset.municipalities>.nav-tabs li>a {
    background-position: -11px 15px;
    padding-left: 70px;
  }

  .tabset.municipalities>.nav-tabs li+li>a {
    background-position: 3px -170px;
    padding-left: 90px;
  }

  .tabset.municipalities>.nav-tabs li+li+li>a {
    background-position: -4px -347px;
    padding-left: 70px;
  }
}

.tabset.natural-resources>.nav-tabs li>a {
  background-image: url(/cms/images/exploration_line.png);
  background-position: 11px 5px;
  background-repeat: no-repeat;
  background-size: 42px auto;
  padding-left: 70px;
}

@media only screen and (max-width: 482px) {
  .tabset.natural-resources>.nav-tabs li>a {
    background-image: none;
    padding-left: 20px;
  }
}

.tabset.natural-resources>.nav-tabs li+li>a {
  background-image: url(/cms/images/businesspage_local_regional_national.png);
  background-position: 3px -170px;
  background-repeat: no-repeat;
  background-size: 90px auto;
  padding-left: 90px;
}

@media only screen and (max-width: 482px) {
  .tabset.natural-resources>.nav-tabs li+li>a {
    background-image: none;
    padding-left: 20px;
  }
}

.tabset.steps {
  margin: 0;
}

.tabset.steps>.nav-tabs li a:before {
  content: "1 ";
}

.tabset.steps>.nav-tabs li+li a:before {
  content: "2 ";
}

.tabset.steps>.nav-tabs li+li+li a:before {
  content: "3 ";
}

.tabset.steps>.nav-tabs li+li+li+li a:before {
  content: "4 ";
}

.tabset.steps>.nav-tabs li+li+li+li+li a:before {
  content: "5 ";
}

.tabset.steps>.nav-tabs li+li+li+li+li+li a:before {
  content: "6 ";
}

.tabset.steps>.nav-tabs li+li+li+li+li+li+li a:before {
  content: "7 ";
}

.tabset.steps>.nav-tabs li+li+li+li+li+li+li+li a:before {
  content: "8 ";
}

.tabset.steps>.nav-tabs {
  margin: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}

.tabset.steps>.nav-tabs>h3 {
  margin-bottom: 0;
}

.tabset.steps>.nav-tabs>li {
  text-align: center;
  vertical-align: bottom;
  width: 90px;
}

.tabset.steps>.nav-tabs>li>a:before {
  background-color: #0f76ab;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin: 30px auto 20px;
  text-align: center;
  width: 50px;
}

.tabset.steps>.nav-tabs>li.active>a:before {
  background-color: #004a7c;
  cursor: default;
}

.tabset.steps>.nav-tabs>li .active>a,
.tabset.steps>.nav-tabs>li>a {
  color: #004a7c;
  font-size: 16px;
  text-decoration: none;
  white-space: normal;
}

.tabset.steps>.tab-content {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
}

.tabset.steps>.tab-content:after,
.tabset.steps>.tab-content:before {
  display: table;
  content: " ";
}

.tabset.steps>.tab-content:after {
  clear: both;
}

@media (min-width: 768px) {
  .tabset.steps>.tab-content {
    width: 97%;
  }
}

@media (min-width: 992px) {
  .tabset.steps>.tab-content {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .tabset.steps>.tab-content {
    width: 988px;
  }
}

.tabset.tabbordion {
  display: none;
}

.tabset.tabbordion>.nav-tabs {
  text-align: center;
}

.tabset.tabbordion>.nav-tabs>li {
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.tabset.tabbordion>.nav-tabs>li>a {
  color: #777;
  font-size: 16px;
  min-height: 190px;
}

.tabset.tabbordion>.nav-tabs>li>a img {
  height: 80px;
  margin-bottom: 5px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .tabset.tabbordion {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .tabset>.nav-tabs li {
    margin: 0 10px 0 9px;
  }
}

.tabset.dumpster>.nav-tabs {
  background-color: #004a7c;
}

@media only screen and (max-width: 769px) {
  .tabset.dumpster>.nav-tabs {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
    display: flex;
  }
}

.tabset.dumpster>.nav-tabs>li {
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .tabset.dumpster>.nav-tabs>li {
    display: flex;
    flex: 1;
    float: none;
    width: 100%;
  }
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  .tabset.dumpster>.nav-tabs>li {
    width: 140px;
  }
}

.tabset.dumpster>.nav-tabs>li>a {
  background-color: #4e7390;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
  padding: 10px 40px;
}

.tabset.dumpster>.nav-tabs>li>a>uib-tab-heading a,
.tabset.dumpster>.nav-tabs>li>a>uib-tab-heading p,
.tabset.dumpster>.nav-tabs>li>a>uib-tab-heading span {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .tabset.dumpster>.nav-tabs>li>a {
    padding: 10px 80px;
  }
}

@media only screen and (max-width: 769px) {
  .tabset.dumpster>.nav-tabs>li>a {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 16px;
    justify-content: center;
    padding: 10px 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 482px) {
  .tabset.dumpster>.nav-tabs>li>a {
    font-size: 16px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}

.tabset.dumpster>.nav-tabs>li.active>a {
  background-color: #fff;
  border-top: 5px solid #0f76ab;
  color: #004a7c;
  padding-top: 5px;
  width: 100%;
}

.tabset.dumpster>.nav-tabs>li.active>a>uib-tab-heading a,
.tabset.dumpster>.nav-tabs>li.active>a>uib-tab-heading p,
.tabset.dumpster>.nav-tabs>li.active>a>uib-tab-heading span {
  color: #004a7c;
}

@media only screen and (max-width: 482px) {
  .tabset.dumpster ul.checkmarked li {
    left: 10px;
  }
}

.tabset.dumpster .video-title {
  align-items: center;
  display: flex;
  height: 200px;
}

@media only screen and (max-width: 482px) {
  .tabset.dumpster .video-title {
    height: auto;
  }
}

.tabset.tabbordion.dark>.nav-tabs>li>a {
  background-color: #e4f6fd;
}

.tabset.tabbordion.dark>.nav-tabs>li.active>a {
  background-color: #fff;
}

.tabset.tabbordion.dark>.nav-tabs>li.active>a:after {
  border-bottom-color: #004a7c;
}

.tabset.tabbordion.dark .tabset-description,
.tabset.tabbordion.dark h3 {
  color: #fff;
}

@media only screen and (max-width: 482px) {

  .tabset.tabbordion.dark .tabset-description,
  .tabset.tabbordion.dark h3 {
    color: inherit;
  }
}

.tabbordion2 .uib-tab>a {
  border: 0 !important;
}

.tabbordion2 .uib-tab.rs-tab-2>a {
  padding: 0;
}

.tabbordion2 .uib-tab.rs-tab-2>a>uib-tab-heading {
  display: block;
  padding: 10px 15px;
}

.tabbordion2 ul.nav-tabs {
  align-items: stretch;
  border: 0;
  display: flex;
  height: 100%;
}

.tabbordion2 ul.nav-tabs>li {
  border-bottom: 1px solid #777;
  flex: 1 0;
  margin-left: 0;
  text-align: center;
}

.tabbordion2 ul.nav-tabs>li.active {
  border-bottom: 3px solid #0f76ab;
}

.tabbordion2 ul.nav-tabs>li.active h3 {
  color: #004a7c;
}

.tabbordion2 ul.nav-tabs>li a {
  height: 100%;
  text-decoration: none;
}

.tabbordion2 ul.nav-tabs>li h3 {
  color: #0f76ab;
}

.tabbordion2 .content {
  display: inline-block;
}

.tabbordion2 .content .heading {
  float: left;
  width: 60%;
}

@media only screen and (max-width: 482px) {
  .tabbordion2 .content .heading {
    width: 100%;
  }
}

.tabbordion2 .image {
  float: right;
  text-align: left;
  width: 40%;
}

@media only screen and (max-width: 769px) {
  .tabbordion2 .image {
    text-align: center;
  }
}

@media only screen and (max-width: 482px) {
  .tabbordion2 .image {
    width: 100%;
  }
}

.tabbordion2 .list {
  clear: both;
  width: 60%;
}

.tabbordion2 .list,
.tabbordion2 .list span {
  display: inline-block;
}

@media only screen and (max-width: 482px) {
  .tabbordion2 .list {
    width: 100%;
  }
}

.tabbordion2 .rs-tabs,
.tabbordion2 .rsTabs {
  display: none;
}

@media only screen and (min-width: 768px) {

  .tabbordion2 .rs-tabs,
  .tabbordion2 .rsTabs {
    display: block;
  }
}

.rs-accordion,
.rsAccordion {
  display: block;
}

@media only screen and (min-width: 768px) {

  .rs-accordion,
  .rsAccordion {
    display: none;
  }
}

.rs-accordion .accordion-toggle,
.rsAccordion .accordion-toggle {
  outline: none;
}

.rs-accordion .panel-heading,
.rsAccordion .panel-heading {
  background-color: #e4f6fd;
}

.rs-accordion h3,
.rsAccordion h3 {
  color: #004a7c;
}

.rs-accordion .panel,
.rsAccordion .panel {
  border: 0;
  width: 100%;
}

.rs-accordion .panel-open>.panel-heading .panel-title h3,
.rsAccordion .panel-open>.panel-heading .panel-title h3 {
  color: #0f76ab;
}

.rs-accordion .panel-open>.panel-heading .panel-title .icn-plus .fa-plus,
.rsAccordion .panel-open>.panel-heading .panel-title .icn-plus .fa-plus {
  transform: rotate(45deg);
  transition-duration: 0.35s;
  transition-timing-function: linear;
}

.rs-accordion .description,
.rsAccordion .description {
  display: inline-block;
  width: 85%;
}

.rs-accordion .icn-plus,
.rsAccordion .icn-plus {
  position: relative;
}

.rs-accordion .icn-plus> :first-child,
.rsAccordion .icn-plus> :first-child {
  display: inline-block;
  margin-right: 30px;
}

.rs-accordion .icn-plus .fa-plus,
.rsAccordion .icn-plus .fa-plus {
  color: #0f76ab;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
  vertical-align: top;
}

@media only screen and (max-width: 482px) {
  .btn {
    width: 100%;
  }
}

.list {
  display: block;
  text-align: left;
}

.checkmark-icon:before,
.checkmarkIcon:before {
  color: #e16900;
  content: "";
  display: inline-block;
}

rsx-tabordian .accordion .panel-body {
  padding: 15px;
  margin: 0;
}

rsx-tabordian .tabbordion ul.nav-tabs li.nav-item {
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  rsx-tabordian .tabbordion ul.nav-tabs li.nav-item {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

rsx-vertical-list .accordion.tabbordion .panel .panel-heading .text {
  color: #004a7c;
}

rsx-vertical-list .accordion.tabbordion .panel-open .panel-heading {
  background-color: #ecf6fc;
}

rsx-vertical-list .accordion.tabbordion .panel-open .panel-heading .text {
  color: #1e72ba;
}

body,
html {
  background: #fff;
  color: #252525;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  height: 100vh;
}

@media only screen and (max-width: 767px) {

  body,
  html {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}

.link,
[ng-click] {
  cursor: pointer;
}

.main-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .main-wrapper {
    overflow-x: hidden;
  }
}

.main-wrapper.expanded {
  margin: 0 -10px;
}

.main-header {
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  z-index: 903;
}

.main-content {
  flex: 1 0 auto;
  z-index: 3;
  background-color: #fff;
}

.row.highlight {
  background: #f7f7f8;
  margin-bottom: 30px;
  padding-bottom: 60px;
  padding-top: 10px;
}

.row.highlight:not(.margin-top-0) {
  margin-top: 20px;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.content-section {
  padding: 30px 0;
}

.content-section.first {
  padding-top: 0;
}

.translate-cloak {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .content-section {
    padding: 40px 0;
  }
}

.mobile-nav-active #kampyleButtonContainer,
.mobile-nav-active .chatbot-popup {
  display: none !important;
}

img[width="1"][height="1"] {
  display: none;
}

.font-lighter {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

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

.font-medbold {
  font-weight: 500;
}

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

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

.font-xxsmall {
  font-size: 10px;
}

.font-xsmall {
  font-size: 13px;
}

.font-small {
  font-size: 16px;
}

.font-medium {
  font-size: 18px;
}

.font-large {
  font-size: 24px;
}

.font-xlarge {
  font-size: 28px;
}

.font-xxlarge {
  font-size: 32px;
}

.font-4xlarge {
  font-size: 64px;
}

.text-xs {
  font-size: 13px;
}

.body-sm,
.text-xs-plus {
  font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-md,
.text-med {
  font-size: 18px !important;
  line-height: 24px !important;
}

@media only screen and (min-width: 768px) {
  .text-med-center {
    text-align: center;
  }
}

.text-lg {
  font-size: 24px !important;
  line-height: 32px !important;
}

.text-xl {
  font-size: 28px !important;
  line-height: 40px !important;
}

.text-xxl {
  font-size: 32px !important;
  line-height: 44px !important;
}

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

.text-vertical-center {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

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

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

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

@media (max-width: 767px) {
  .text-align-center-xs {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-align-left-xs {
    text-align: left !important;
  }
}

.text-bold,
b,
strong {
  font-weight: 700;
}

.text-light {
  font-weight: 300;
}

.text-md-bold {
  font-weight: 500;
}

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

.text-color-primary {
  color: #004a7c !important;
}

.text-color-primary-light {
  color: #0f76ab !important;
}

.text-color-primary-light:focus {
  color: #004a7c !important;
  text-decoration: underline;
}

.text-color-primary-dark {
  color: #004a7c !important;
}

.text-color-secondary {
  color: #e16900 !important;
}

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

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

.text-color-primary-gray {
  color: #777;
}

.text-color-secondary-gray {
  color: #c7c8ca;
}

.text-color-gray-dark {
  color: #373737;
}

.text-color-gray {
  color: #777;
}

.text-color-cool-gray-8 {
  color: #717172;
}

.text-color-success {
  color: #0f76ab;
}

.text-color-alert,
.text-danger {
  color: #c7102e;
}

.text-shadow {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.text-warning,
.text-warning-new {
  color: #c7102e;
}

.underline {
  text-decoration: underline;
}

.no-underline,
.no-underline:hover {
  text-decoration: none;
}

.word-break-all {
  word-break: break-all;
}

.text-default-capitalization {
  text-transform: none;
}

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-highlight {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-italic {
  font-style: italic;
}

.text-link-light {
  color: #fff;
  text-decoration: none;
}

.text-link-light:hover,
.text-link-light:visited,
.text-link-light:visited>.fas {
  color: #fff;
}

@media only screen and (min-width: 482px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

.ats-switch:focus,
.ats-switch:hover {
  border-color: #0f76ab;
  outline: 0;
}

.ats-switch:active,
.ats-switch:visited {
  outline: 0;
}

.ats-switch span.switch-left {
  background-color: #0f76ab;
  color: #fff;
}

.ats-switch span.switch-right {
  background-color: #ededee;
  color: #777;
}

.tooltip {
  margin-top: -5px;
  position: absolute;
  width: 330px;
}

@media only screen and (max-width: 482px) {
  .tooltip {
    left: 0 !important;
    margin-top: -5px;
    position: absolute;
    right: 0 !important;
    white-space: normal;
    width: 100%;
  }
}

.tooltip.in {
  opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
  border-width: 1px 1px 0;
  margin-left: -5px;
  top: 1px;
  transform: rotate(45deg);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0f76ab;
  border-width: 1px 1px 0;
  bottom: 1px;
  margin-left: -5px;
  transform: rotate(225deg);
}

.tooltip .tooltip-arrow {
  background-color: #fff;
  border-radius: 1px;
  border-color: #0f76ab transparent transparent #0f76ab;
  border-width: 1px;
  height: 10px;
  left: 50%;
  margin-left: -15px;
  width: 10px;
}

@media only screen and (max-width: 482px) {
  .tooltip .tooltip-arrow {
    display: none;
  }
}

.tooltip .tooltip-inner {
  background-color: #fff;
  border: 1px solid #0f76ab;
  border-radius: 1px;
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  max-width: 100%;
  min-width: 80px;
  padding: 15px 20px;
  text-align: left;
}

.tooltip .tooltip-inner h1,
.tooltip .tooltip-inner h2,
.tooltip .tooltip-inner h3,
.tooltip .tooltip-inner h4,
.tooltip .tooltip-inner h5,
.tooltip .tooltip-inner li,
.tooltip .tooltip-inner p,
.tooltip .tooltip-inner ul {
  clear: both;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
}

.tooltip-alignment {
  margin-top: 26px;
}

/*
 * BRAND FG COLORS
 */

.brand-blue {
  color: #00adef;
}

.brand-blue-light-new {
  color: #1cadef;
}

.brand-blue-light {
  color: #489fdf;
}

.brand-blue-sky {
  color: #8bbee8;
}

.brand-blue-cloud {
  color: #bbdde6;
}

.brand-blue-pastel-light {
  color: #1cadef19;
}

.brand-container-blue-pastel-light {
  color: #004a7c19;
}

.brand-blue-light-pastel {
  color: #489fdf19;
}

.brand-blue-dark {
  color: #004a7c;
}

.brand-orange {
  color: #e16900;
}

.brand-orange-2 {
  color: #dc8633;
}

.brand-republic-red {
  color: #c7102e;
}

.brand-cool-gray {
  color: #d9d9d6;
}

.brand-gray-fa {
  color: #fafafa;
}

.brand-gray-d9 {
  color: #d9d9d9;
}

.brand-gray-ad {
  color: #adadad;
}

.brand-gray-80 {
  color: #808080;
}

.brand-gray-71 {
  color: #717171;
}

.black {
  color: rgba(0, 0, 0, 0.5);
}

.true-black {
  color: #000;
}

.brand-primary {
  color: #0f76ab;
}

.blue-light,
.primary-light {
  color: #e6f6fd;
}

.primary-dark {
  color: #004a7c;
}

.gray-f5 {
  color: #f5f5f5;
}

.gray-a5 {
  color: #a5a5a5;
}

.gray {
  color: #777;
}

.carousel-highlight {
  color: #f5f5f6;
}

.subtle {
  color: #f7f7f8;
}

.frost {
  color: hsla(0, 0%, 100%, 0.85);
}

.sustainability-blue {
  color: #00345e;
}

.sustainability-orange {
  color: #f5a81d;
}

.sustainability-green {
  color: #006341;
}

/*
 * BRAND BG COLORS
 */

.brand-background {
  background-color: #f7f7f8;
}

.brand-blue-background {
  background-color: #00adef;
}

.brand-blue-light-new-background {
  background-color: #1cadef;
}

.brand-blue-light-background {
  background-color: #e4f6fd;
}

.brand-blue-bg-pastel-light {
  background-color: #1cadef19;
}

.brand-container-bg-blue-pastel {
  background-color: #004a7c19;
}

.brand-blue-light-bg-pastel {
  background-color: #489fdf19;
}

.brand-blue-dark-background {
  background-color: #004a7c;
}

.brand-orange-background {
  background-color: #e16900;
}

.brand-primary-republic-red {
  background-color: #c7102e;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-true-black {
  background-color: #000;
}

.bg-color-placeholder {
  background-color: #a5a5a5;
}

.bg-brand-primary {
  background-color: #0f76ab;
}

.bg-blue-light,
.bg-primary-light {
  background: #e6f6fd;
}

.bg-primary-dark {
  background: #004a7c;
}

.bg-gray {
  background-color: #777;
}

.bg-carousel-highlight {
  background-color: #f5f5f6;
}

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

.bg-clouds {
  background: #fff url(/cms/images/clouds-bg.jpg) no-repeat top;
  background-size: cover;
}

.bg-plain {
  background: #fff;
}

.bg-subtle {
  background: #f7f7f8;
}

.bg-gray-f5 {
  background-color: #f5f5f5;
}

.bg-frost {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.bg-facebook {
  background: #004a7c;
}

.bg-twitter {
  background: #4099ff;
}

.bg-sustainability-blue {
  background-color: #00345e;
}

.bg-sustainability-orange {
  background-color: #f5a81d;
}

.bg-sustainability-green {
  background-color: #006341;
}

.brand-blue-bg-malibu-blue {
  background-color: #7bbeea;
}

.bg-brand-overlay {
  position: relative;
}

.bg-brand-overlay:before {
  background-color: rgba(0, 74, 124, 0.66);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-brand-overlay:hover:before {
  background-color: rgba(0, 74, 124, 0.8);
}

.full-bg {
  background-color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-bg.manage-account {
  background-image: url(/cms/images/republic_services_account.jpg) !important;
  background-position: bottom, top;
  background-repeat: repeat-x, no-repeat;
  background-size: cover;
}

.full-bg.manage-account,
.full-bg.manage-account div,
.full-bg.manage-account h2,
.full-bg.manage-account li,
.full-bg.manage-account p {
  color: #fff;
  font-weight: 300;
}

@media only screen and (max-width: 482px) {
  .full-bg.manage-account .ul-manage-account {
    list-style: none;
  }

  .full-bg.manage-account .ul-manage-account li {
    text-align: center;
  }
}

.full-bg.manage-account hr {
  border-color: #777;
}

.full-bg.manage-account .manage-account-content-align {
  text-align: left;
}

.full-bg.manage-account .manage-account-buttons {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .full-bg.manage-account .manage-account-buttons {
    text-align: right;
  }
}

@media only screen and (max-width: 769px) {
  .full-bg.manage-account .manage-account-buttons .btn {
    display: block;
    margin: auto;
    width: 90%;
  }

  .full-bg.manage-account .manage-account-buttons .btn+.btn {
    margin-top: 20px;
  }
}

.community .full-bg {
  background-image: url(/cms/images/bg-communities.jpg);
}

.solid-waste .full-bg {
  background-image: url(/cms/images/bg-residential-solid-waste-did-you-know.jpg);
}

.solid-waste li a.solid-waste {
  background: none;
}

.yard-waste .full-bg {
  background-image: url(/cms/images/bg-residential-yard-waste.jpg);
}

.yard-waste li a.yard-waste {
  background: none;
}

.wires {
  background-color: #e4f6fd;
  background-image: url(/cms/images/erecycling/black-blue-wires.png),
    url(/cms/images/erecycling/multicolor-wires.png);
  background-position: bottom -50px right -200px, top -190px left -10px;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 100px;
}

.wires h2 {
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  .wires {
    background-position: bottom -250px right -50px, top -290px left -90px;
    padding: 20px 20px 100px;
  }
}

.timeline-tabs {
  padding-bottom: 0 !important;
}

.timeline-tabs>div>ul {
  background: transparent !important;
  border: 0 !important;
  text-align: center;
}

.timeline-tabs>div>ul li {
  display: inline-block;
  float: none;
  margin-left: -5px;
  text-align: center;
  vertical-align: top;
  width: 70px;
}

.timeline-tabs>div>ul li:first-of-type>a:before {
  left: 50%;
  width: 50%;
}

.timeline-tabs>div>ul li>a {
  background-color: transparent !important;
  border: 0 !important;
  color: #004a7c !important;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: none;
  width: 100%;
}

.timeline-tabs>div>ul li>a>uib-tab-heading>span {
  background: #0f76ab;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 15px;
  position: relative;
  width: 50px;
}

@media only screen and (min-width: 768px) {
  .timeline-tabs>div>ul li>a {
    font-size: 16px;
    line-height: 22px;
  }
}

.timeline-tabs>div>ul li>a:before {
  border-bottom: 2px solid #c6c8ca;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 23px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .timeline-tabs>div>ul li {
    width: 120px;
  }
}

.timeline-tabs>div>ul li:last-child>a:before {
  width: 50%;
}

.timeline-tabs>div>ul li.active uib-tab-heading>span {
  background: #004a7c;
}

.timeline-tabs .tab-content {
  background: #fff;
  padding-top: 40px;
}

.timeline-tabs .timeline-heading {
  margin-bottom: 30px;
  margin-top: -5px;
}

.timeline-tabs .nav-link:before {
  content: "";
  width: 100%;
  left: 0;
  border-bottom: 2px solid #c6c8ca;
  display: block;
  position: absolute;
  top: 23px;
}

.timeline-tabs .nav-link {
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
}

.timeline-tabs .nav-link .content-number {
  background: #1e72ba;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 15px;
  position: relative;
  width: 50px;
}

.timeline-tabs .nav-link.active .content-number {
  background: #004a7c;
}

.timeline-tabs .nav-item {
  width: 120px;
  display: inline-block;
  float: none;
  margin-left: -5px;
  text-align: center;
  vertical-align: top;
}

.timeline-tabs .nav-tabs {
  text-align: center;
  padding-bottom: 30px;
}

.timeline-tabs .nav-tabs .nav-item:first-of-type .nav-link:before {
  left: 50%;
  width: 50%;
}

.timeline-tabs .nav-tabs .nav-item:last-child .nav-link:before {
  width: 50%;
}

.timeline-padded>div>ul {
  margin: 40px 0;
}

.timeline-padded>div>ul h3 {
  margin-bottom: 30px;
  margin-top: -45px;
}

input.ng-touched.ng-invalid,
select.ng-touched.ng-invalid,
textarea.ng-touched.ng-invalid {
  border: 2px solid #f38902;
}

select.ng-touched.ng-invalid {
  outline: none;
  border-radius: unset !important;
}

.error-border {
  border: 2px solid #f38902;
}

input.ng-touched.ng-invalid.ng-required+div.form-control-feedback:before,
select.ng-touched.ng-invalid.ng-required+div.form-control-feedback:before,
textarea.ng-touched.ng-invalid.ng-required+div.form-control-feedback:before {
  color: #f38902;
  content: "";
  font-size: 14px;
}

input.ng-touched.ng-invalid.ng-required+div.form-control-feedback i,
select.ng-touched.ng-invalid.ng-required+div.form-control-feedback i,
textarea.ng-touched.ng-invalid.ng-required+div.form-control-feedback i {
  display: none;
}

input.ng-touched.ng-invalid+div.form-control-feedback:before,
select.ng-touched.ng-invalid+div.form-control-feedback:before,
textarea.ng-touched.ng-invalid+div.form-control-feedback:before {
  color: #f38902;
  content: "";
  font-size: 18px;
}

input.ng-touched.ng-invalid+div.form-control-feedback i,
select.ng-touched.ng-invalid+div.form-control-feedback i,
textarea.ng-touched.ng-invalid+div.form-control-feedback i {
  display: none;
}

.form-tweaked input.ng-touched.ng-invalid+div.form-control-feedback:before,
.form-tweaked select.ng-touched.ng-invalid+div.form-control-feedback:before,
.form-tweaked textarea.ng-touched.ng-invalid+div.form-control-feedback:before {
  color: #ac1500;
  content: "";
  font-size: 12px;
}

.form-tweaked input.ng-touched.ng-invalid+div.form-control-feedback i,
.form-tweaked select.ng-touched.ng-invalid+div.form-control-feedback i,
.form-tweaked textarea.ng-touched.ng-invalid+div.form-control-feedback i {
  display: none;
}

.form-tweaked input.ng-touched.ng-invalid,
.form-tweaked select.ng-touched.ng-invalid,
.form-tweaked textarea.ng-touched.ng-invalid {
  border: 1px solid #ac1500;
}

.form-tweaked select.ng-touched.ng-invalid {
  outline: none;
  border-radius: unset !important;
}

.form-tweaked .error-border {
  border: 1px solid #ac1500;
}

.form-tweaked input.ng-touched.ng-invalid.ng-required+div.form-control-feedback:before,
.form-tweaked select.ng-touched.ng-invalid.ng-required+div.form-control-feedback:before,
.form-tweaked textarea.ng-touched.ng-invalid.ng-required+div.form-control-feedback:before {
  color: #ac1500;
  content: "";
  font-size: 14px;
}

.form-tweaked input.ng-touched.ng-invalid.ng-required+div.form-control-feedback i,
.form-tweaked select.ng-touched.ng-invalid.ng-required+div.form-control-feedback i,
.form-tweaked textarea.ng-touched.ng-invalid.ng-required+div.form-control-feedback i {
  display: none;
}

.form-tweaked .text-danger span {
  font-style: normal;
  font-size: 12px;
  color: #ac1500;
}

.video-box {
  border: 1px solid #777;
  margin: 40px 0 60px;
  padding: 38px 30px 23px;
  position: relative;
}

.video-box h3 {
  margin-bottom: 7px;
}

.video-box a {
  background-color: #0f76ab;
  background-image: url(/cms/images/icn-play.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 55px;
  display: inline-block;
  height: 55px;
  margin-bottom: -55px;
  width: 55px;
}

.video-box a:hover {
  background-color: #004a7c;
}

.video-box.text-color-white {
  border: 1px solid #fff;
  color: #fff;
}

.video-box.text-color-white a {
  background-color: #fff;
  background-image: url(/cms/images/icn-play-blue.png);
}

.video-box.text-color-white a:hover {
  background-color: #0f76ab;
  background-image: url(/cms/images/icn-play.png);
}

.blog-post-list .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 0fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.blog-post-list .view-content .views-row {
  display: flex;
  width: 100%;
  padding: 0 0.5em;
}

.blog-post-list .view-content .views-row .blog-post-list-item {
  padding: 0.5em 0.5em 0 0.5em;
  border: 1px solid #d9d9d9;
}

.blog-post-list nav,
.contextual-region.paragraph--type--sticky-content {
  clear: both;
}

.blog-post-featured-item>div.responsive,
.blog-post-featured-item>div.blog-post-featured-item-copy {
  float: left;
}

.blog-post-featured-item>div.responsive {
  width: 60%;
}

.blog-post-featured-item>div.blog-post-featured-item-copy {
  width: 40%;
  padding-left: 1em;
}

.button__link {
  border: none;
  color: #c41230 !important;
  line-height: 26px;
}

.button__link:hover span,
.button__link:active span {
  text-decoration-line: underline;
  background-color: unset;
  color: #c41230;
  border: none;
}

.button__link:hover span::after,
.button__link:active span::after {
  background-image: url('/themes/custom/rs_bootstrap/images/Arrow_Left_LG.svg');
}

.button__link:focus span {
  border: unset;
}

.button__link span::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 11px;
  background-image: url('/themes/custom/rs_bootstrap/images/Arrow_Left_LG.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.button__link:visited span {
  border: none;
  color: #c41230 !important;
}

.button__link:visited span::after {
  background-image: url('/themes/custom/rs_bootstrap/images/Arrow_Left_LG.svg');
}

.field.field--name-field-content-container, .field.field--name-field-nested-content-containers {
  overflow-x: hidden;
  padding-bottom: 10px;
}

.contextual-region>.contextual,
.contextual-region>.contextual+.js-form-item.panel-group-settings {
  z-index: 9999;
}

.contextual-region>ul.nav {
  clear: both;
}

/*
 * [inline image ptype goodies]
 */
div.inline-image-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: -8px;
}

div.inline-image-center-block {
  text-align: center;
}

div.inline-image-wrapper-middle {
  position: relative;
  z-index: 0;
  display: inline-block;
  height: inherit;
}

div.inline-image-wrapper-inner {
  position: relative;
  z-index: 1;
}

div.inline-image-text-overlay,
img.inline-image-translucent {
  position: absolute;
  top: 0;
  left: 0;
}

div.inline-image-text-overlay {
  z-index: 3;
}

img.inline-image-translucent {
  z-index: 2;
}

.rounded-corner-nw {
  border-radius: 50px 0 0 0;
}

.rounded-corner-ne {
  border-radius: 0 50px 0 0;
}

.rounded-corner-round-se,
.rounded-corner-se {
  border-radius: 0 0 50px 0;
}

.rounded-corner-sw {
  border-radius: 0 0 0 50px;
}

.inline-image-picture-mobile {
  display: block;
  overflow: hidden;
}

.inline-image-picture-tablet {
  display: none;
}

.inline-image-picture {
  display: none;
}

@media (min-width: 768px) {
  .inline-image-picture-mobile {
    display: none;
  }

  .inline-image-picture-tablet {
    display: none;
  }

  .inline-image-picture {
    display: block;
  }
}

@media (min-width: 1200px) {
  .inline-image-picture-mobile {
    display: none;
  }

  .inline-image-picture-tablet {
    display: none;
  }

  .inline-image-picture {
    display: block;
  }
}

/*
 * [/inline image ptype goodies]
 */

/*
 * [margin field goodies]
 */
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 4px !important;
}

.m-4 {
  margin: 8px !important;
}

.m-5 {
  margin: 12px !important;
}

.m-6 {
  margin: 16px !important;
}

.m-7 {
  margin: 20px !important;
}

.m-8 {
  margin: 24px !important;
}

.m-9 {
  margin: 32px !important;
}

.m-10 {
  margin: 40px !important;
}

.m-11 {
  margin: 48px !important;
}

.m-12 {
  margin: 56px !important;
}

.m-13 {
  margin: 64px !important;
}

.m-14 {
  margin: 72px !important;
}

.m-15 {
  margin: 80px !important;
}

.m-16 {
  margin: 88px !important;
}

.m-17 {
  margin: 96px !important;
}

.m-18 {
  margin: 112px !important;
}


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

.mx-1 {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.mx-2 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.mx-3 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-4 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-5 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-6 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-7 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-8 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-9 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-10 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-11 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-12 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-13 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-14 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mx-15 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-16 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.mx-17 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mx-18 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}


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

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-3 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-4 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-5 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-6 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-7 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-8 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-9 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-11 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-12 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-13 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-14 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-15 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-16 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.my-17 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-18 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}


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

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}


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

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

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

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

.mt-7 {
  margin-top: 20px !important;
}

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

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

.mt-10 {
  margin-top: 40px !important;
}

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

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

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

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

.mt-15 {
  margin-top: 80px !important;
}

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

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

.mt-18 {
  margin-top: 112px !important;
}


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

.mr-1,
.me-1 {
  margin-right: 1px !important;
}

.mr-2,
.me-2 {
  margin-right: 2px !important;
}

.mr-3,
.me-3 {
  margin-right: 4px !important;
}

.mr-4,
.me-4 {
  margin-right: 8px !important;
}

.mr-5,
.me-5 {
  margin-right: 12px !important;
}

.mr-6,
.me-6 {
  margin-right: 16px !important;
}

.mr-7,
.me-7 {
  margin-right: 20px !important;
}

.mr-8,
.me-8 {
  margin-right: 24px !important;
}

.mr-9,
.me-9 {
  margin-right: 32px !important;
}

.mr-10,
.me-10 {
  margin-right: 40px !important;
}

.mr-11,
.me-11 {
  margin-right: 48px !important;
}

.mr-12,
.me-12 {
  margin-right: 56px !important;
}

.mr-13,
.me-13 {
  margin-right: 64px !important;
}

.mr-14,
.me-14 {
  margin-right: 72px !important;
}

.mr-15,
.me-15 {
  margin-right: 80px !important;
}

.mr-16,
.me-16 {
  margin-right: 88px !important;
}

.mr-17,
.me-17 {
  margin-right: 96px !important;
}

.mr-18,
.me-18 {
  margin-right: 112px !important;
}


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

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}


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

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

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

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

.mb-7 {
  margin-bottom: 20px !important;
}

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

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

.mb-10 {
  margin-bottom: 40px !important;
}

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

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

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

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

.mb-15 {
  margin-bottom: 80px !important;
}

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

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

.mb-18 {
  margin-bottom: 112px !important;
}


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

.ml-1,
.ms-1 {
  margin-left: 1px !important;
}

.ml-2,
.ms-2 {
  margin-left: 2px !important;
}


.ml-3,
.ms-3 {
  margin-left: 4px !important;
}

.ml-4,
.ms-4 {
  margin-left: 8px !important;
}

.ml-5,
.ms-5 {
  margin-left: 12px !important;
}

.ml-6,
.ms-6 {
  margin-left: 16px !important;
}

.ml-7,
.ms-7 {
  margin-left: 20px !important;
}

.ml-8,
.ms-8 {
  margin-left: 24px !important;
}

.ml-9,
.ms-9 {
  margin-left: 32px !important;
}

.ml-10,
.ms-10 {
  margin-left: 40px !important;
}

.ml-11,
.ms-11 {
  margin-left: 48px !important;
}

.ml-12,
.ms-12 {
  margin-left: 56px !important;
}

.ml-13,
.ms-13 {
  margin-left: 64px !important;
}

.ml-14,
.ms-14 {
  margin-left: 72px !important;
}

.ml-15,
.ms-15 {
  margin-left: 80px !important;
}

.ml-16,
.ms-16 {
  margin-left: 88px !important;
}

.ml-17,
.ms-17 {
  margin-left: 96px !important;
}

.ml-18,
.ms-18 {
  margin-left: 112px !important;
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }

  .m-md-1 {
    margin: 1px !important;
  }

  .m-md-2 {
    margin: 2px !important;
  }

  .m-md-3 {
    margin: 4px !important;
  }

  .m-md-4 {
    margin: 8px !important;
  }

  .m-md-5 {
    margin: 12px !important;
  }

  .m-md-6 {
    margin: 16px !important;
  }

  .m-md-7 {
    margin: 20px !important;
  }

  .m-md-8 {
    margin: 24px !important;
  }

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

  .m-md-10 {
    margin: 40px !important;
  }

  .m-md-11 {
    margin: 48px !important;
  }

  .m-md-12 {
    margin: 56px !important;
  }

  .m-md-13 {
    margin: 64px !important;
  }

  .m-md-14 {
    margin: 72px !important;
  }

  .m-md-15 {
    margin: 80px !important;
  }

  .m-md-16 {
    margin: 88px !important;
  }

  .m-md-17 {
    margin: 96px !important;
  }

  .m-md-18 {
    margin: 112px !important;
  }

  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .mx-md-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-md-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-md-3 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-md-4 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-md-5 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-md-6 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-md-7 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-8 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

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

  .mx-md-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-11 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-md-12 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .mx-md-13 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-md-14 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }

  .mx-md-15 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-md-16 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-md-17 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }

  .mx-md-18 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }


  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .my-md-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-md-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-md-3 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-md-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-md-5 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-md-6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-md-7 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-8 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

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

  .my-md-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-md-12 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .my-md-13 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-md-14 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .my-md-15 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-md-16 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-md-17 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .my-md-18 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }


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

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

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


  .mt-md-3 {
    margin-top: 4px !important;
  }

  .mt-md-4 {
    margin-top: 8px !important;
  }

  .mt-md-5 {
    margin-top: 12px !important;
  }

  .mt-md-6 {
    margin-top: 16px !important;
  }

  .mt-md-7 {
    margin-top: 20px !important;
  }

  .mt-md-8 {
    margin-top: 24px !important;
  }

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

  .mt-md-10 {
    margin-top: 40px !important;
  }

  .mt-md-11 {
    margin-top: 48px !important;
  }

  .mt-md-12 {
    margin-top: 56px !important;
  }

  .mt-md-13 {
    margin-top: 64px !important;
  }

  .mt-md-14 {
    margin-top: 72px !important;
  }

  .mt-md-15 {
    margin-top: 80px !important;
  }

  .mt-md-16 {
    margin-top: 88px !important;
  }

  .mt-md-17 {
    margin-top: 96px !important;
  }

  .mt-md-18 {
    margin-top: 112px !important;
  }


  .mr-md-0,
  .me-md-0 {
    margin-right: 0px !important;
  }

  .mr-md-1,
  .me-md-1 {
    margin-right: 1px !important;
  }

  .mr-md-2,
  .me-md-2 {
    margin-right: 2px !important;
  }

  .mr-md-3,
  .me-md-3 {
    margin-right: 4px !important;
  }

  .mr-md-4,
  .me-md-4 {
    margin-right: 8px !important;
  }

  .mr-md-5,
  .me-md-5 {
    margin-right: 12px !important;
  }

  .mr-md-6,
  .me-md-6 {
    margin-right: 16px !important;
  }

  .mr-md-7,
  .me-md-7 {
    margin-right: 20px !important;
  }

  .mr-md-8,
  .me-md-8 {
    margin-right: 24px !important;
  }

  .mr-md-9,
  .me-md-9 {
    margin-right: 32px !important;
  }

  .mr-md-10,
  .me-md-10 {
    margin-right: 40px !important;
  }

  .mr-md-11,
  .me-md-11 {
    margin-right: 48px !important;
  }

  .mr-md-12,
  .me-md-12 {
    margin-right: 56px !important;
  }

  .mr-md-13,
  .me-md-13 {
    margin-right: 64px !important;
  }

  .mr-md-14,
  .me-md-14 {
    margin-right: 72px !important;
  }

  .mr-md-15,
  .me-md-15 {
    margin-right: 80px !important;
  }

  .mr-md-16,
  .me-md-16 {
    margin-right: 88px !important;
  }

  .mr-md-17,
  .me-md-17 {
    margin-right: 96px !important;
  }

  .mr-md-18,
  .me-md-18 {
    margin-right: 112px !important;
  }


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

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

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


  .mb-md-3 {
    margin-bottom: 4px !important;
  }

  .mb-md-4 {
    margin-bottom: 8px !important;
  }

  .mb-md-5 {
    margin-bottom: 12px !important;
  }

  .mb-md-6 {
    margin-bottom: 16px !important;
  }

  .mb-md-7 {
    margin-bottom: 20px !important;
  }

  .mb-md-8 {
    margin-bottom: 24px !important;
  }

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

  .mb-md-10 {
    margin-bottom: 40px !important;
  }

  .mb-md-11 {
    margin-bottom: 48px !important;
  }

  .mb-md-12 {
    margin-bottom: 56px !important;
  }

  .mb-md-13 {
    margin-bottom: 64px !important;
  }

  .mb-md-14 {
    margin-bottom: 72px !important;
  }

  .mb-md-15 {
    margin-bottom: 80px !important;
  }

  .mb-md-16 {
    margin-bottom: 88px !important;
  }

  .mb-md-17 {
    margin-bottom: 96px !important;
  }

  .mb-md-18 {
    margin-bottom: 112px !important;
  }


  .ml-md-0,
  .ms-md-0 {
    margin-left: 0px !important;
  }

  .ml-md-1,
  .ms-md-1 {
    margin-left: 1px !important;
  }

  .ml-md-2,
  .ms-md-2 {
    margin-left: 2px !important;
  }


  .ml-md-3,
  .ms-md-3 {
    margin-left: 4px !important;
  }

  .ml-md-4,
  .ms-md-4 {
    margin-left: 8px !important;
  }

  .ml-md-5,
  .ms-md-5 {
    margin-left: 12px !important;
  }

  .ml-md-6,
  .ms-md-6 {
    margin-left: 16px !important;
  }

  .ml-md-7,
  .ms-md-7 {
    margin-left: 20px !important;
  }

  .ml-md-8,
  .ms-md-8 {
    margin-left: 24px !important;
  }

  .ml-md-9,
  .ms-md-9 {
    margin-left: 32px !important;
  }

  .ml-md-10,
  .ms-md-10 {
    margin-left: 40px !important;
  }

  .ml-md-11,
  .ms-md-11 {
    margin-left: 48px !important;
  }

  .ml-md-12,
  .ms-md-12 {
    margin-left: 56px !important;
  }

  .ml-md-13,
  .ms-md-13 {
    margin-left: 64px !important;
  }

  .ml-md-14,
  .ms-md-14 {
    margin-left: 72px !important;
  }

  .ml-md-15,
  .ms-md-15 {
    margin-left: 80px !important;
  }

  .ml-md-16,
  .ms-md-16 {
    margin-left: 88px !important;
  }

  .ml-md-17,
  .ms-md-17 {
    margin-left: 96px !important;
  }

  .ml-md-18,
  .ms-md-18 {
    margin-left: 112px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }

  .m-xl-1 {
    margin: 1px !important;
  }

  .m-xl-2 {
    margin: 2px !important;
  }

  .m-xl-3 {
    margin: 4px !important;
  }

  .m-xl-4 {
    margin: 8px !important;
  }

  .m-xl-5 {
    margin: 12px !important;
  }

  .m-xl-6 {
    margin: 16px !important;
  }

  .m-xl-7 {
    margin: 20px !important;
  }

  .m-xl-8 {
    margin: 24px !important;
  }

  .m-xl-9 {
    margin: 32px !important;
  }

  .m-xl-10 {
    margin: 40px !important;
  }

  .m-xl-11 {
    margin: 48px !important;
  }

  .m-xl-12 {
    margin: 56px !important;
  }

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

  .m-xl-14 {
    margin: 72px !important;
  }

  .m-xl-15 {
    margin: 80px !important;
  }

  .m-xl-16 {
    margin: 88px !important;
  }

  .m-xl-17 {
    margin: 96px !important;
  }

  .m-xl-18 {
    margin: 112px !important;
  }

  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .mx-xl-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-xl-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-xl-3 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-xl-4 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-xl-5 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-xl-6 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-xl-7 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xl-8 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-xl-9 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-xl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-11 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-xl-12 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

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

  .mx-xl-14 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }

  .mx-xl-15 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xl-16 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .mx-xl-17 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }

  .mx-xl-18 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }


  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .my-xl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-xl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-xl-3 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xl-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xl-5 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-xl-6 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-xl-7 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-8 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-xl-9 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-xl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-xl-12 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

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

  .my-xl-14 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .my-xl-15 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xl-16 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .my-xl-17 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .my-xl-18 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }


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

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

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


  .mt-xl-3 {
    margin-top: 4px !important;
  }

  .mt-xl-4 {
    margin-top: 8px !important;
  }

  .mt-xl-5 {
    margin-top: 12px !important;
  }

  .mt-xl-6 {
    margin-top: 16px !important;
  }

  .mt-xl-7 {
    margin-top: 20px !important;
  }

  .mt-xl-8 {
    margin-top: 24px !important;
  }

  .mt-xl-9 {
    margin-top: 32px !important;
  }

  .mt-xl-10 {
    margin-top: 40px !important;
  }

  .mt-xl-11 {
    margin-top: 48px !important;
  }

  .mt-xl-12 {
    margin-top: 56px !important;
  }

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

  .mt-xl-14 {
    margin-top: 72px !important;
  }

  .mt-xl-15 {
    margin-top: 80px !important;
  }

  .mt-xl-16 {
    margin-top: 88px !important;
  }

  .mt-xl-17 {
    margin-top: 96px !important;
  }

  .mt-xl-18 {
    margin-top: 112px !important;
  }


  .mr-xl-0,
  .me-xl-0 {
    margin-right: 0px !important;
  }

  .mr-xl-1,
  .me-xl-1 {
    margin-right: 1px !important;
  }

  .mr-xl-2,
  .me-xl-2 {
    margin-right: 2px !important;
  }

  .mr-xl-3,
  .me-xl-3 {
    margin-right: 4px !important;
  }

  .mr-xl-4,
  .me-xl-4 {
    margin-right: 8px !important;
  }

  .mr-xl-5,
  .me-xl-5 {
    margin-right: 12px !important;
  }

  .mr-xl-6,
  .me-xl-6 {
    margin-right: 16px !important;
  }

  .mr-xl-7,
  .me-xl-7 {
    margin-right: 20px !important;
  }

  .mr-xl-8,
  .me-xl-8 {
    margin-right: 24px !important;
  }

  .mr-xl-9,
  .me-xl-9 {
    margin-right: 32px !important;
  }

  .mr-xl-10,
  .me-xl-10 {
    margin-right: 40px !important;
  }

  .mr-xl-11,
  .me-xl-11 {
    margin-right: 48px !important;
  }

  .mr-xl-12,
  .me-xl-12 {
    margin-right: 56px !important;
  }

  .mr-xl-13,
  .me-xl-13 {
    margin-right: 64px !important;
  }

  .mr-xl-14,
  .me-xl-14 {
    margin-right: 72px !important;
  }

  .mr-xl-15,
  .me-xl-15 {
    margin-right: 80px !important;
  }

  .mr-xl-16,
  .me-xl-16 {
    margin-right: 88px !important;
  }

  .mr-xl-17,
  .me-xl-17 {
    margin-right: 96px !important;
  }

  .mr-xl-18,
  .me-xl-18 {
    margin-right: 112px !important;
  }


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

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

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


  .mb-xl-3 {
    margin-bottom: 4px !important;
  }

  .mb-xl-4 {
    margin-bottom: 8px !important;
  }

  .mb-xl-5 {
    margin-bottom: 12px !important;
  }

  .mb-xl-6 {
    margin-bottom: 16px !important;
  }

  .mb-xl-7 {
    margin-bottom: 20px !important;
  }

  .mb-xl-8 {
    margin-bottom: 24px !important;
  }

  .mb-xl-9 {
    margin-bottom: 32px !important;
  }

  .mb-xl-10 {
    margin-bottom: 40px !important;
  }

  .mb-xl-11 {
    margin-bottom: 48px !important;
  }

  .mb-xl-12 {
    margin-bottom: 56px !important;
  }

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

  .mb-xl-14 {
    margin-bottom: 72px !important;
  }

  .mb-xl-15 {
    margin-bottom: 80px !important;
  }

  .mb-xl-16 {
    margin-bottom: 88px !important;
  }

  .mb-xl-17 {
    margin-bottom: 96px !important;
  }

  .mb-xl-18 {
    margin-bottom: 112px !important;
  }


  .ml-xl-0,
  .ms-xl-0 {
    margin-left: 0px !important;
  }

  .ml-xl-1,
  .ms-xl-1 {
    margin-left: 1px !important;
  }

  .ml-xl-2,
  .ms-xl-2 {
    margin-left: 2px !important;
  }


  .ml-xl-3,
  .ms-xl-3 {
    margin-left: 4px !important;
  }

  .ml-xl-4,
  .ms-xl-4 {
    margin-left: 8px !important;
  }

  .ml-xl-5,
  .ms-xl-5 {
    margin-left: 12px !important;
  }

  .ml-xl-6,
  .ms-xl-6 {
    margin-left: 16px !important;
  }

  .ml-xl-7,
  .ms-xl-7 {
    margin-left: 20px !important;
  }

  .ml-xl-8,
  .ms-xl-8 {
    margin-left: 24px !important;
  }

  .ml-xl-9,
  .ms-xl-9 {
    margin-left: 32px !important;
  }

  .ml-xl-10,
  .ms-xl-10 {
    margin-left: 40px !important;
  }

  .ml-xl-11,
  .ms-xl-11 {
    margin-left: 48px !important;
  }

  .ml-xl-12,
  .ms-xl-12 {
    margin-left: 56px !important;
  }

  .ml-xl-13,
  .ms-xl-13 {
    margin-left: 64px !important;
  }

  .ml-xl-14,
  .ms-xl-14 {
    margin-left: 72px !important;
  }

  .ml-xl-15,
  .ms-xl-15 {
    margin-left: 80px !important;
  }

  .ml-xl-16,
  .ms-xl-16 {
    margin-left: 88px !important;
  }

  .ml-xl-17,
  .ms-xl-17 {
    margin-left: 96px !important;
  }

  .ml-xl-18,
  .ms-xl-18 {
    margin-left: 112px !important;
  }
}

/*
 * [/margin field goodies]
 */

/*
 * [negative margin field goodies]
 */
.m-n1 {
  margin: -1px !important;
}

.m-n2 {
  margin: -2px !important;
}

.m-n3 {
  margin: -4px !important;
}

.m-n4 {
  margin: -8px !important;
}

.m-n5 {
  margin: -12px !important;
}

.m-n6 {
  margin: -16px !important;
}

.m-n7 {
  margin: -20px !important;
}

.m-n8 {
  margin: -24px !important;
}

.m-n9 {
  margin: -32px !important;
}

.m-n10 {
  margin: -40px !important;
}

.m-n11 {
  margin: -48px !important;
}

.m-n12 {
  margin: -56px !important;
}

.m-n13 {
  margin: -64px !important;
}

.m-n14 {
  margin: -72px !important;
}

.m-n15 {
  margin: -80px !important;
}

.m-n16 {
  margin: -88px !important;
}

.m-n17 {
  margin: -96px !important;
}

.m-n18 {
  margin: 112px !important;
}

.mx-n1 {
  margin: -1px !important;
  margin-left: -1px !important;
}

.mx-n2 {
  margin: -2px !important;
  margin-left: -2px !important;
}

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

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

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

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

.mx-n7 {
  margin: -20px !important;
  margin-left: -20px !important;
}

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

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

.mx-n10 {
  margin: -40px !important;
  margin-left: -40px !important;
}

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

.mx-n12 {
  margin: -56px !important;
  margin-left: -56px !important;
}

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

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

.mx-n15 {
  margin: -80px !important;
  margin-left: -80px !important;
}

.mx-n16 {
  margin: -88px !important;
  margin-left: -88px !important;
}

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

.mx-n18 {
  margin: -112px !important;
  margin-left: -112px !important;
}

.my-n1 {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.my-n2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.my-n3 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.my-n4 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.my-n5 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.my-n6 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.my-n7 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n8 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.my-n9 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.my-n10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n11 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.my-n12 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

.my-n13 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.my-n14 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.my-n15 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.my-n16 {
  margin-top: -88px !important;
  margin-bottom: -88px !important;
}

.my-n17 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.my-n18 {
  margin-top: -112px !important;
  margin-bottom: -112px !important;
}

.mt-n1 {
  margin-top: -1px !important;
}

.mt-n2 {
  margin-top: -2px !important;
}

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

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

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

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

.mt-n7 {
  margin-top: -20px !important;
}

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

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

.mt-n10 {
  margin-top: -40px !important;
}

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

.mt-n12 {
  margin-top: -56px !important;
}

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

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

.mt-n15 {
  margin-top: -80px !important;
}

.mt-n16 {
  margin-top: -88px !important;
}

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

.mt-n18 {
  margin-top: -112px !important;
}

.mr-n1,
.me-n1 {
  margin: -1px !important;
}

.mr-n2,
.me-n2 {
  margin: -2px !important;
}

.mr-n3,
.me-n3 {
  margin: -4px !important;
}

.mr-n4,
.me-n4 {
  margin: -8px !important;
}

.mr-n5,
.me-n5 {
  margin: -12px !important;
}

.mr-n6,
.me-n6 {
  margin: -16px !important;
}

.mr-n7,
.me-n7 {
  margin: -20px !important;
}

.mr-n8,
.me-n8 {
  margin: -24px !important;
}

.mr-n9,
.me-n9 {
  margin: -32px !important;
}

.mr-n10,
.me-n10 {
  margin: -40px !important;
}

.mr-n11,
.me-n11 {
  margin: -48px !important;
}

.mr-n12,
.me-n12 {
  margin: -56px !important;
}

.mr-n13,
.me-n13 {
  margin: -64px !important;
}

.mr-n14,
.me-n14 {
  margin: -72px !important;
}

.mr-n15,
.me-n15 {
  margin: -80px !important;
}

.mr-n16,
.me-n16 {
  margin: -88px !important;
}

.mr-n17,
.me-n17 {
  margin: -96px !important;
}

.mr-n18,
.me-n18 {
  margin: -112px !important;
}

.mb-n1 {
  margin-bottom: -1px !important;
}

.mb-n2 {
  margin-bottom: -2px !important;
}


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

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

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

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

.mb-n7 {
  margin-bottom: -20px !important;
}

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

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

.mb-n10 {
  margin-bottom: -40px !important;
}

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

.mb-n12 {
  margin-bottom: -56px !important;
}

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

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

.mb-n15 {
  margin-bottom: -80px !important;
}

.mb-n16 {
  margin-bottom: -88px !important;
}

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

.mb-n18 {
  margin-bottom: -112px !important;
}

.ml-n1,
.ms-n1 {
  margin-left: -1px !important;
}

.ml-n2,
.ms-n2 {
  margin-left: -2px !important;
}


.ml-n3,
.ms-n3 {
  margin-left: -4px !important;
}

.ml-n4,
.ms-n4 {
  margin-left: -8px !important;
}

.ml-n5,
.ms-n5 {
  margin-left: -12px !important;
}

.ml-n6,
.ms-n6 {
  margin-left: -16px !important;
}

.ml-n7,
.ms-n7 {
  margin-left: -20px !important;
}

.ml-n8,
.ms-n8 {
  margin-left: -24px !important;
}

.ml-n9,
.ms-n9 {
  margin-left: -32px !important;
}

.ml-n10,
.ms-n10 {
  margin-left: -40px !important;
}

.ml-n11,
.ms-n11 {
  margin-left: -48px !important;
}

.ml-n12,
.ms-n12 {
  margin-left: -56px !important;
}

.ml-n13,
.ms-n13 {
  margin-left: -64px !important;
}

.ml-n14,
.ms-n14 {
  margin-left: -72px !important;
}

.ml-n15,
.ms-n15 {
  margin-left: -80px !important;
}

.ml-n16,
.ms-n16 {
  margin-left: -88px !important;
}

.ml-n17,
.ms-n17 {
  margin-left: -96px !important;
}

.ml-n18,
.ms-n18 {
  margin-left: -112px !important;
}

@media (min-width: 768px) {
  .m-md-n1 {
    margin: -1px !important;
  }

  .m-md-n2 {
    margin: -2px !important;
  }

  .m-md-n3 {
    margin: -4px !important;
  }

  .m-md-n4 {
    margin: -8px !important;
  }

  .m-md-n5 {
    margin: -12px !important;
  }

  .m-md-n6 {
    margin: -16px !important;
  }

  .m-md-n7 {
    margin: -20px !important;
  }

  .m-md-n8 {
    margin: -24px !important;
  }

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

  .m-md-n10 {
    margin: -40px !important;
  }

  .m-md-n11 {
    margin: -48px !important;
  }

  .m-md-n12 {
    margin: -56px !important;
  }

  .m-md-n13 {
    margin: -64px !important;
  }

  .m-md-n14 {
    margin: -72px !important;
  }

  .m-md-n15 {
    margin: -80px !important;
  }

  .m-md-n16 {
    margin: -88px !important;
  }

  .m-md-n17 {
    margin: -96px !important;
  }

  .m-md-n18 {
    margin: 112px !important;
  }

  .mx-md-n1 {
    margin: -1px !important;
    margin-left: -1px !important;
  }

  .mx-md-n2 {
    margin: -2px !important;
    margin-left: -2px !important;
  }

  .mx-md-n3 {
    margin: -4px !important;
    margin-left: -4px !important;
  }

  .mx-md-n4 {
    margin: -8px !important;
    margin-left: -8px !important;
  }

  .mx-md-n5 {
    margin: -12px !important;
    margin-left: -12px !important;
  }

  .mx-md-n6 {
    margin: -16px !important;
    margin-left: -16px !important;
  }

  .mx-md-n7 {
    margin: -20px !important;
    margin-left: -20px !important;
  }

  .mx-md-n8 {
    margin: -24px !important;
    margin-left: -24px !important;
  }

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

  .mx-md-n10 {
    margin: -40px !important;
    margin-left: -40px !important;
  }

  .mx-md-n11 {
    margin: -48px !important;
    margin-left: -48px !important;
  }

  .mx-md-n12 {
    margin: -56px !important;
    margin-left: -56px !important;
  }

  .mx-md-n13 {
    margin: -64px !important;
    margin-left: -64px !important;
  }

  .mx-md-n14 {
    margin: -72px !important;
    margin-left: -72px !important;
  }

  .mx-md-n15 {
    margin: -80px !important;
    margin-left: -80px !important;
  }

  .mx-md-n16 {
    margin: -88px !important;
    margin-left: -88px !important;
  }

  .mx-md-n17 {
    margin: -96px !important;
    margin-left: -96px !important;
  }

  .mx-md-n18 {
    margin: -112px !important;
    margin-left: -112px !important;
  }

  .my-md-n1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .my-md-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .my-md-n3 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .my-md-n4 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .my-md-n5 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .my-md-n6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .my-md-n7 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .my-md-n8 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

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

  .my-md-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .my-md-n11 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .my-md-n12 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .my-md-n13 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .my-md-n14 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .my-md-n15 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .my-md-n16 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .my-md-n17 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .my-md-n18 {
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .mt-md-n1 {
    margin-top: -1px !important;
  }

  .mt-md-n2 {
    margin-top: -2px !important;
  }

  .mt-md-n3 {
    margin-top: -4px !important;
  }

  .mt-md-n4 {
    margin-top: -8px !important;
  }

  .mt-md-n5 {
    margin-top: -12px !important;
  }

  .mt-md-n6 {
    margin-top: -16px !important;
  }

  .mt-md-n7 {
    margin-top: -20px !important;
  }

  .mt-md-n8 {
    margin-top: -24px !important;
  }

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

  .mt-md-n10 {
    margin-top: -40px !important;
  }

  .mt-md-n11 {
    margin-top: -48px !important;
  }

  .mt-md-n12 {
    margin-top: -56px !important;
  }

  .mt-md-n13 {
    margin-top: -64px !important;
  }

  .mt-md-n14 {
    margin-top: -72px !important;
  }

  .mt-md-n15 {
    margin-top: -80px !important;
  }

  .mt-md-n16 {
    margin-top: -88px !important;
  }

  .mt-md-n17 {
    margin-top: -96px !important;
  }

  .mt-md-n18 {
    margin-top: -112px !important;
  }

  .mr-md-n1,
  .me-md-n1 {
    margin: -1px !important;
  }

  .mr-md-n2,
  .me-md-n2 {
    margin: -2px !important;
  }

  .mr-md-n3,
  .me-md-n3 {
    margin: -4px !important;
  }

  .mr-md-n4,
  .me-md-n4 {
    margin: -8px !important;
  }

  .mr-md-n5,
  .me-md-n5 {
    margin: -12px !important;
  }

  .mr-md-n6,
  .me-md-n6 {
    margin: -16px !important;
  }

  .mr-md-n7,
  .me-md-n7 {
    margin: -20px !important;
  }

  .mr-md-n8,
  .me-md-n8 {
    margin: -24px !important;
  }

  .mr-md-n9,
  .me-md-n9 {
    margin: -32px !important;
  }

  .mr-md-n10,
  .me-md-n10 {
    margin: -40px !important;
  }

  .mr-md-n11,
  .me-md-n11 {
    margin: -48px !important;
  }

  .mr-md-n12,
  .me-md-n12 {
    margin: -56px !important;
  }

  .mr-md-n13,
  .me-md-n13 {
    margin: -64px !important;
  }

  .mr-md-n14,
  .me-md-n14 {
    margin: -72px !important;
  }

  .mr-md-n15,
  .me-md-n15 {
    margin: -80px !important;
  }

  .mr-md-n16,
  .me-md-n16 {
    margin: -88px !important;
  }

  .mr-md-n17,
  .me-md-n17 {
    margin: -96px !important;
  }

  .mr-md-n18,
  .me-md-n18 {
    margin: -112px !important;
  }

  .mb-md-n1 {
    margin-bottom: -1px !important;
  }

  .mb-md-n2 {
    margin-bottom: -2px !important;
  }


  .mb-md-n3 {
    margin-bottom: -4px !important;
  }

  .mb-md-n4 {
    margin-bottom: -8px !important;
  }

  .mb-md-n5 {
    margin-bottom: -12px !important;
  }

  .mb-md-n6 {
    margin-bottom: -16px !important;
  }

  .mb-md-n7 {
    margin-bottom: -20px !important;
  }

  .mb-md-n8 {
    margin-bottom: -24px !important;
  }

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

  .mb-md-n10 {
    margin-bottom: -40px !important;
  }

  .mb-md-n11 {
    margin-bottom: -48px !important;
  }

  .mb-md-n12 {
    margin-bottom: -56px !important;
  }

  .mb-md-n13 {
    margin-bottom: -64px !important;
  }

  .mb-md-n14 {
    margin-bottom: -72px !important;
  }

  .mb-md-n15 {
    margin-bottom: -80px !important;
  }

  .mb-md-n16 {
    margin-bottom: -88px !important;
  }

  .mb-md-n17 {
    margin-bottom: -96px !important;
  }

  .mb-md-n18 {
    margin-bottom: -112px !important;
  }

  .ml-md-n1,
  .ms-md-n1 {
    margin-left: -1px !important;
  }

  .ml-md-n2,
  .ms-md-n2 {
    margin-left: -2px !important;
  }


  .ml-md-n3,
  .ms-md-n3 {
    margin-left: -4px !important;
  }

  .ml-md-n4,
  .ms-md-n4 {
    margin-left: -8px !important;
  }

  .ml-md-n5,
  .ms-md-n5 {
    margin-left: -12px !important;
  }

  .ml-md-n6,
  .ms-md-n6 {
    margin-left: -16px !important;
  }

  .ml-md-n7,
  .ms-md-n7 {
    margin-left: -20px !important;
  }

  .ml-md-n8,
  .ms-md-n8 {
    margin-left: -24px !important;
  }

  .ml-md-n9,
  .ms-md-n9 {
    margin-left: -32px !important;
  }

  .ml-md-n10,
  .ms-md-n10 {
    margin-left: -40px !important;
  }

  .ml-md-n11,
  .ms-md-n11 {
    margin-left: -48px !important;
  }

  .ml-md-n12,
  .ms-md-n12 {
    margin-left: -56px !important;
  }

  .ml-md-n13,
  .ms-md-n13 {
    margin-left: -64px !important;
  }

  .ml-md-n14,
  .ms-md-n14 {
    margin-left: -72px !important;
  }

  .ml-md-n15,
  .ms-md-n15 {
    margin-left: -80px !important;
  }

  .ml-md-n16,
  .ms-md-n16 {
    margin-left: -88px !important;
  }

  .ml-md-n17,
  .ms-md-n17 {
    margin-left: -96px !important;
  }

  .ml-md-n18,
  .ms-md-n18 {
    margin-left: -112px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -1px !important;
  }

  .m-xl-n2 {
    margin: -2px !important;
  }

  .m-xl-n3 {
    margin: -4px !important;
  }

  .m-xl-n4 {
    margin: -8px !important;
  }

  .m-xl-n5 {
    margin: -12px !important;
  }

  .m-xl-n6 {
    margin: -16px !important;
  }

  .m-xl-n7 {
    margin: -20px !important;
  }

  .m-xl-n8 {
    margin: -24px !important;
  }

  .m-xl-n9 {
    margin: -32px !important;
  }

  .m-xl-n10 {
    margin: -40px !important;
  }

  .m-xl-n11 {
    margin: -48px !important;
  }

  .m-xl-n12 {
    margin: -56px !important;
  }

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

  .m-xl-n14 {
    margin: -72px !important;
  }

  .m-xl-n15 {
    margin: -80px !important;
  }

  .m-xl-n16 {
    margin: -88px !important;
  }

  .m-xl-n17 {
    margin: -96px !important;
  }

  .m-xl-n18 {
    margin: 112px !important;
  }

  .mx-xl-n1 {
    margin: -1px !important;
    margin-left: -1px !important;
  }

  .mx-xl-n2 {
    margin: -2px !important;
    margin-left: -2px !important;
  }

  .mx-xl-n3 {
    margin: -4px !important;
    margin-left: -4px !important;
  }

  .mx-xl-n4 {
    margin: -8px !important;
    margin-left: -8px !important;
  }

  .mx-xl-n5 {
    margin: -12px !important;
    margin-left: -12px !important;
  }

  .mx-xl-n6 {
    margin: -16px !important;
    margin-left: -16px !important;
  }

  .mx-xl-n7 {
    margin: -20px !important;
    margin-left: -20px !important;
  }

  .mx-xl-n8 {
    margin: -24px !important;
    margin-left: -24px !important;
  }

  .mx-xl-n9 {
    margin: -32px !important;
    margin-left: -32px !important;
  }

  .mx-xl-n10 {
    margin: -40px !important;
    margin-left: -40px !important;
  }

  .mx-xl-n11 {
    margin: -48px !important;
    margin-left: -48px !important;
  }

  .mx-xl-n12 {
    margin: -56px !important;
    margin-left: -56px !important;
  }

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

  .mx-xl-n14 {
    margin: -72px !important;
    margin-left: -72px !important;
  }

  .mx-xl-n15 {
    margin: -80px !important;
    margin-left: -80px !important;
  }

  .mx-xl-n16 {
    margin: -88px !important;
    margin-left: -88px !important;
  }

  .mx-xl-n17 {
    margin: -96px !important;
    margin-left: -96px !important;
  }

  .mx-xl-n18 {
    margin: -112px !important;
    margin-left: -112px !important;
  }

  .my-xl-n1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .my-xl-n2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .my-xl-n3 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .my-xl-n4 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .my-xl-n5 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .my-xl-n6 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .my-xl-n7 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .my-xl-n8 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .my-xl-n9 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .my-xl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .my-xl-n11 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .my-xl-n12 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

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

  .my-xl-n14 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .my-xl-n15 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .my-xl-n16 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .my-xl-n17 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }

  .my-xl-n18 {
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }

  .mt-xl-n1 {
    margin-top: -1px !important;
  }

  .mt-xl-n2 {
    margin-top: -2px !important;
  }

  .mt-xl-n3 {
    margin-top: -4px !important;
  }

  .mt-xl-n4 {
    margin-top: -8px !important;
  }

  .mt-xl-n5 {
    margin-top: -12px !important;
  }

  .mt-xl-n6 {
    margin-top: -16px !important;
  }

  .mt-xl-n7 {
    margin-top: -20px !important;
  }

  .mt-xl-n8 {
    margin-top: -24px !important;
  }

  .mt-xl-n9 {
    margin-top: -32px !important;
  }

  .mt-xl-n10 {
    margin-top: -40px !important;
  }

  .mt-xl-n11 {
    margin-top: -48px !important;
  }

  .mt-xl-n12 {
    margin-top: -56px !important;
  }

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

  .mt-xl-n14 {
    margin-top: -72px !important;
  }

  .mt-xl-n15 {
    margin-top: -80px !important;
  }

  .mt-xl-n16 {
    margin-top: -88px !important;
  }

  .mt-xl-n17 {
    margin-top: -96px !important;
  }

  .mt-xl-n18 {
    margin-top: -112px !important;
  }

  .mr-xl-n1,
  .me-xl-n1 {
    margin: -1px !important;
  }

  .mr-xl-n2,
  .me-xl-n2 {
    margin: -2px !important;
  }

  .mr-xl-n3,
  .me-n3 {
    margin: -4px !important;
  }

  .mr-xl-n4,
  .me-xl-n4 {
    margin: -8px !important;
  }

  .mr-xl-n5,
  .me-xl-n5 {
    margin: -12px !important;
  }

  .mr-xl-n6,
  .me-xl-n6 {
    margin: -16px !important;
  }

  .mr-xl-n7,
  .me-xl-n7 {
    margin: -20px !important;
  }

  .mr-xl-n8,
  .me-xl-n8 {
    margin: -24px !important;
  }

  .mr-xl-n9,
  .me-xl-n9 {
    margin: -32px !important;
  }

  .mr-xl-n10,
  .me-xl-n10 {
    margin: -40px !important;
  }

  .mr-xl-n11,
  .me-xl-n11 {
    margin: -48px !important;
  }

  .mr-xl-n12,
  .me-xl-n12 {
    margin: -56px !important;
  }

  .mr-xl-n13,
  .me-xl-n13 {
    margin: -64px !important;
  }

  .mr-xl-n14,
  .me-xl-n14 {
    margin: -72px !important;
  }

  .mr-xl-n15,
  .me-xl-n15 {
    margin: -80px !important;
  }

  .mr-xl-n16,
  .me-xl-n16 {
    margin: -88px !important;
  }

  .mr-xl-n17,
  .me-xl-n17 {
    margin: -96px !important;
  }

  .mr-xl-n18,
  .me-xl-n18 {
    margin: -112px !important;
  }

  .mb-xl-n1 {
    margin-bottom: -1px !important;
  }

  .mb-xl-n2 {
    margin-bottom: -2px !important;
  }


  .mb-xl-n3 {
    margin-bottom: -4px !important;
  }

  .mb-xl-n4 {
    margin-bottom: -8px !important;
  }

  .mb-xl-n5 {
    margin-bottom: -12px !important;
  }

  .mb-xl-n6 {
    margin-bottom: -16px !important;
  }

  .mb-xl-n7 {
    margin-bottom: -20px !important;
  }

  .mb-xl-n8 {
    margin-bottom: -24px !important;
  }

  .mb-xl-n9 {
    margin-bottom: -32px !important;
  }

  .mb-xl-n10 {
    margin-bottom: -40px !important;
  }

  .mb-xl-n11 {
    margin-bottom: -48px !important;
  }

  .mb-xl-n12 {
    margin-bottom: -56px !important;
  }

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

  .mb-xl-n14 {
    margin-bottom: -72px !important;
  }

  .mb-xl-n15 {
    margin-bottom: -80px !important;
  }

  .mb-xl-n16 {
    margin-bottom: -88px !important;
  }

  .mb-xl-n17 {
    margin-bottom: -96px !important;
  }

  .mb-xl-n18 {
    margin-bottom: -112px !important;
  }

  .ml-xl-n1,
  .ms-xl-n1 {
    margin-left: -1px !important;
  }

  .ml-xl-n2,
  .ms-xl-n2 {
    margin-left: -2px !important;
  }


  .ml-xl-n3,
  .ms-xl-n3 {
    margin-left: -4px !important;
  }

  .ml-xl-n4,
  .ms-xl-n4 {
    margin-left: -8px !important;
  }

  .ml-xl-n5,
  .ms-xl-n5 {
    margin-left: -12px !important;
  }

  .ml-xl-n6,
  .ms-xl-n6 {
    margin-left: -16px !important;
  }

  .ml-xl-n7,
  .ms-xl-n7 {
    margin-left: -20px !important;
  }

  .ml-xl-n8,
  .ms-xl-n8 {
    margin-left: -24px !important;
  }

  .ml-xl-n9,
  .ms-xl-n9 {
    margin-left: -32px !important;
  }

  .ml-xl-n10,
  .ms-xl-n10 {
    margin-left: -40px !important;
  }

  .ml-xl-n11,
  .ms-xl-n11 {
    margin-left: -48px !important;
  }

  .ml-xl-n12,
  .ms-xl-n12 {
    margin-left: -56px !important;
  }

  .ml-xl-n13,
  .ms-xl-n13 {
    margin-left: -64px !important;
  }

  .ml-xl-n14,
  .ms-xl-n14 {
    margin-left: -72px !important;
  }

  .ml-xl-n15,
  .ms-xl-n15 {
    margin-left: -80px !important;
  }

  .ml-xl-n16,
  .ms-xl-n16 {
    margin-left: -88px !important;
  }

  .ml-xl-n17,
  .ms-xl-n17 {
    margin-left: -96px !important;
  }

  .ml-xl-n18,
  .ms-xl-n18 {
    margin-left: -112px !important;
  }
}

/*
 * [/negative margin field goodies]
 */

/*
 * [padding field goodies]
 */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 4px !important;
}

.p-4 {
  padding: 8px !important;
}

.p-5 {
  padding: 12px !important;
}

.p-6 {
  padding: 16px !important;
}

.p-7 {
  padding: 20px !important;
}

.p-8 {
  padding: 24px !important;
}

.p-9 {
  padding: 32px !important;
}

.p-10 {
  padding: 40px !important;
}

.p-11 {
  padding: 48px !important;
}

.p-12 {
  padding: 56px !important;
}

.p-13 {
  padding: 64px !important;
}

.p-14 {
  padding: 72px !important;
}

.p-15 {
  padding: 80px !important;
}

.p-16 {
  padding: 88px !important;
}

.p-17 {
  padding: 96px !important;
}

.p-18 {
  padding: 112px !important;
}


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

.px-1 {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.px-2 {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.px-3 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-4 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-5 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-6 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-7 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-8 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-9 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-10 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-11 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.px-12 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.px-13 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.px-14 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.px-15 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-16 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.px-17 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.px-18 {
  padding: 112px !important;
  padding-right: 112px !important;
  padding-left: 112px !important;
}


.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-4 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-5 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-6 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-7 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-8 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-9 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-11 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-12 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-13 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-14 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-15 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-16 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-17 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-18 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}


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

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 4px !important;
}

.pt-4 {
  padding-top: 8px !important;
}

.pt-5 {
  padding-top: 12px !important;
}

.pt-6 {
  padding-top: 16px !important;
}

.pt-7 {
  padding-top: 20px !important;
}

.pt-8 {
  padding-top: 24px !important;
}

.pt-9 {
  padding-top: 32px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 48px !important;
}

.pt-12 {
  padding-top: 56px !important;
}

.pt-13 {
  padding-top: 64px !important;
}

.pt-14 {
  padding-top: 72px !important;
}

.pt-15 {
  padding-top: 80px !important;
}

.pt-16 {
  padding-top: 88px !important;
}

.pt-17 {
  padding-top: 96px !important;
}

.pt-18 {
  padding-top: 112px !important;
}


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

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

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

.pr-3,
.pe-3 {
  padding-right: 4px !important;
}

.pr-4,
.pe-4 {
  padding-right: 8px !important;
}

.pr-5,
.pe-5 {
  padding-right: 12px !important;
}

.pr-6,
.pe-6 {
  padding-right: 16px !important;
}

.pr-7,
.pe-7 {
  padding-right: 20px !important;
}

.pr-8,
.pe-8 {
  padding-right: 24px !important;
}

.pr-9,
.pe-9 {
  padding-right: 32px !important;
}

.pr-10,
.pe-10 {
  padding-right: 40px !important;
}

.pr-11,
.pe-11 {
  padding-right: 48px !important;
}

.pr-12,
.pe-12 {
  padding-right: 56px !important;
}

.pr-13,
.pe-13 {
  padding-right: 64px !important;
}

.pr-14,
.pe-14 {
  padding-right: 72px !important;
}

.pr-15,
.pe-15 {
  padding-right: 80px !important;
}

.pr-16,
.pe-16 {
  padding-right: 88px !important;
}

.pr-17,
.pe-17 {
  padding-right: 96px !important;
}

.pr-18,
.pe-18 {
  padding-right: 112px !important;
}


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

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}


.pb-3 {
  padding-bottom: 4px !important;
}

.pb-4 {
  padding-bottom: 8px !important;
}

.pb-5 {
  padding-bottom: 12px !important;
}

.pb-6 {
  padding-bottom: 16px !important;
}

.pb-7 {
  padding-bottom: 20px !important;
}

.pb-8 {
  padding-bottom: 24px !important;
}

.pb-9 {
  padding-bottom: 32px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 48px !important;
}

.pb-12 {
  padding-bottom: 56px !important;
}

.pb-13 {
  padding-bottom: 64px !important;
}

.pb-14 {
  padding-bottom: 72px !important;
}

.pb-15 {
  padding-bottom: 80px !important;
}

.pb-16 {
  padding-bottom: 88px !important;
}

.pb-17 {
  padding-bottom: 96px !important;
}

.pb-18 {
  padding-bottom: 112px !important;
}


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

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

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

.pl-3,
.ps-3 {
  padding-left: 4px !important;
}

.pl-4,
.ps-4 {
  padding-left: 8px !important;
}

.pl-5,
.ps-5 {
  padding-left: 12px !important;
}

.pl-6,
.ps-6 {
  padding-left: 16px !important;
}

.pl-7,
.ps-7 {
  padding-left: 20px !important;
}

.pl-8,
.ps-8 {
  padding-left: 24px !important;
}

.pl-9,
.ps-9 {
  padding-left: 32px !important;
}

.pl-10,
.ps-10 {
  padding-left: 40px !important;
}

.pl-11,
.ps-11 {
  padding-left: 48px !important;
}

.pl-12,
.ps-12 {
  padding-left: 56px !important;
}

.pl-13,
.ps-13 {
  padding-left: 64px !important;
}

.pl-14,
.ps-14 {
  padding-left: 72px !important;
}

.pl-15,
.ps-15 {
  padding-left: 80px !important;
}

.pl-16,
.ps-16 {
  padding-left: 88px !important;
}

.pl-17,
.ps-17 {
  padding-left: 96px !important;
}

.pl-18,
.ps-18 {
  padding-left: 112px !important;
}


@media (min-width: 768px) {
  .p-md-0 {
    padding: 0px !important;
  }

  .p-md-1 {
    padding: 1px !important;
  }

  .p-md-2 {
    padding: 2px !important;
  }

  .p-md-3 {
    padding: 4px !important;
  }

  .p-md-4 {
    padding: 8px !important;
  }

  .p-md-5 {
    padding: 12px !important;
  }

  .p-md-6 {
    padding: 16px !important;
  }

  .p-md-7 {
    padding: 20px !important;
  }

  .p-md-8 {
    padding: 24px !important;
  }

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

  .p-md-10 {
    padding: 40px !important;
  }

  .p-md-11 {
    padding: 48px !important;
  }

  .p-md-12 {
    padding: 56px !important;
  }

  .p-md-13 {
    padding: 64px !important;
  }

  .p-md-14 {
    padding: 72px !important;
  }

  .p-md-15 {
    padding: 80px !important;
  }

  .p-md-16 {
    padding: 88px !important;
  }

  .p-md-17 {
    padding: 96px !important;
  }

  .p-md-18 {
    padding: 112px !important;
  }


  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .px-md-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .px-md-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-md-3 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-md-4 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-md-5 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-md-6 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-md-7 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-md-8 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

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

  .px-md-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-11 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-md-12 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .px-md-13 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-md-14 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }

  .px-md-15 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-md-16 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-md-17 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }

  .px-md-18 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }


  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .py-md-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .py-md-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-md-3 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-md-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-md-5 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-md-6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-md-7 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-8 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-md-9 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-md-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-11 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-md-12 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .py-md-13 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-md-14 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .py-md-15 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-md-16 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-md-17 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-md-18 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }


  .pt-md-0 {
    padding-top: 0px !important;
  }

  .pt-md-1 {
    padding-top: 1px !important;
  }

  .pt-md-2 {
    padding-top: 2px !important;
  }

  .pt-md-3 {
    padding-top: 4px !important;
  }

  .pt-md-4 {
    padding-top: 8px !important;
  }

  .pt-md-5 {
    padding-top: 12px !important;
  }

  .pt-md-6 {
    padding-top: 16px !important;
  }

  .pt-md-7 {
    padding-top: 20px !important;
  }

  .pt-md-8 {
    padding-top: 24px !important;
  }

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

  .pt-md-10 {
    padding-top: 40px !important;
  }

  .pt-md-11 {
    padding-top: 48px !important;
  }

  .pt-md-12 {
    padding-top: 56px !important;
  }

  .pt-md-13 {
    padding-top: 64px !important;
  }

  .pt-md-14 {
    padding-top: 72px !important;
  }

  .pt-md-15 {
    padding-top: 80px !important;
  }

  .pt-md-16 {
    padding-top: 88px !important;
  }

  .pt-md-17 {
    padding-top: 96px !important;
  }

  .pt-md-18 {
    padding-top: 112px !important;
  }


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

  .pr-md-1,
  .pe-md-1 {
    padding-right: 1px !important;
  }

  .pr-md-2,
  .pe-md-2 {
    padding-right: 2px !important;
  }

  .pr-md-3,
  .pe-md-3 {
    padding-right: 4px !important;
  }

  .pr-md-4,
  .pe-md-4 {
    padding-right: 8px !important;
  }

  .pr-md-5,
  .pe-md-5 {
    padding-right: 12px !important;
  }

  .pr-md-6,
  .pe-md-6 {
    padding-right: 16px !important;
  }

  .pr-md-7,
  .pe-md-7 {
    padding-right: 20px !important;
  }

  .pr-md-8,
  .pe-md-8 {
    padding-right: 24px !important;
  }

  .pr-md-9,
  .pe-md-9 {
    padding-right: 32px !important;
  }

  .pr-md-10,
  .pe-md-10 {
    padding-right: 40px !important;
  }

  .pr-md-11,
  .pe-md-11 {
    padding-right: 48px !important;
  }

  .pr-md-12,
  .pe-md-12 {
    padding-right: 56px !important;
  }

  .pr-md-13,
  .pe-md-13 {
    padding-right: 64px !important;
  }

  .pr-md-14,
  .pe-md-14 {
    padding-right: 72px !important;
  }

  .pr-md-15,
  .pe-md-15 {
    padding-right: 80px !important;
  }

  .pr-md-16,
  .pe-md-16 {
    padding-right: 88px !important;
  }

  .pr-md-17,
  .pe-md-17 {
    padding-right: 96px !important;
  }

  .pr-md-18,
  .pe-md-18 {
    padding-right: 112px !important;
  }


  .pb-md-0 {
    padding-bottom: 0px !important;
  }

  .pb-md-1 {
    padding-bottom: 1px !important;
  }

  .pb-md-2 {
    padding-bottom: 2px !important;
  }


  .pb-md-3 {
    padding-bottom: 4px !important;
  }

  .pb-md-4 {
    padding-bottom: 8px !important;
  }

  .pb-md-5 {
    padding-bottom: 12px !important;
  }

  .pb-md-6 {
    padding-bottom: 16px !important;
  }

  .pb-md-7 {
    padding-bottom: 20px !important;
  }

  .pb-md-8 {
    padding-bottom: 24px !important;
  }

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

  .pb-md-10 {
    padding-bottom: 40px !important;
  }

  .pb-md-11 {
    padding-bottom: 48px !important;
  }

  .pb-md-12 {
    padding-bottom: 56px !important;
  }

  .pb-md-13 {
    padding-bottom: 64px !important;
  }

  .pb-md-14 {
    padding-bottom: 72px !important;
  }

  .pb-md-15 {
    padding-bottom: 80px !important;
  }

  .pb-md-16 {
    padding-bottom: 88px !important;
  }

  .pb-md-17 {
    padding-bottom: 96px !important;
  }

  .pb-md-18 {
    padding-bottom: 112px !important;
  }


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

  .pl-md-1,
  .ps-md-1 {
    padding-left: 1px !important;
  }

  .pl-md-2,
  .ps-md-2 {
    padding-left: 2px !important;
  }

  .pl-md-3,
  .ps-md-3 {
    padding-left: 4px !important;
  }

  .pl-md-4,
  .ps-md-4 {
    padding-left: 8px !important;
  }

  .pl-md-5,
  .ps-md-5 {
    padding-left: 12px !important;
  }

  .pl-md-6,
  .ps-md-6 {
    padding-left: 16px !important;
  }

  .pl-md-7,
  .ps-md-7 {
    padding-left: 20px !important;
  }

  .pl-md-8,
  .ps-md-8 {
    padding-left: 24px !important;
  }

  .pl-md-9,
  .ps-md-9 {
    padding-left: 32px !important;
  }

  .pl-md-10,
  .ps-md-10 {
    padding-left: 40px !important;
  }

  .pl-md-11,
  .ps-md-11 {
    padding-left: 48px !important;
  }

  .pl-md-12,
  .ps-md-12 {
    padding-left: 56px !important;
  }

  .pl-md-13,
  .ps-md-13 {
    padding-left: 64px !important;
  }

  .pl-md-14,
  .ps-md-14 {
    padding-left: 72px !important;
  }

  .pl-md-15,
  .ps-md-15 {
    padding-left: 80px !important;
  }

  .pl-md-16,
  .ps-md-16 {
    padding-left: 88px !important;
  }

  .pl-md-17,
  .ps-md-17 {
    padding-left: 96px !important;
  }

  .pl-md-18,
  .ps-md-18 {
    padding-left: 112px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0px !important;
  }

  .p-xl-1 {
    padding: 1px !important;
  }

  .p-xl-2 {
    padding: 2px !important;
  }

  .p-xl-3 {
    padding: 4px !important;
  }

  .p-xl-4 {
    padding: 8px !important;
  }

  .p-xl-5 {
    padding: 12px !important;
  }

  .p-xl-6 {
    padding: 16px !important;
  }

  .p-xl-7 {
    padding: 20px !important;
  }

  .p-xl-8 {
    padding: 24px !important;
  }

  .p-xl-9 {
    padding: 32px !important;
  }

  .p-xl-10 {
    padding: 40px !important;
  }

  .p-xl-11 {
    padding: 48px !important;
  }

  .p-xl-12 {
    padding: 56px !important;
  }

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

  .p-xl-14 {
    padding: 72px !important;
  }

  .p-xl-15 {
    padding: 80px !important;
  }

  .p-xl-16 {
    padding: 88px !important;
  }

  .p-xl-17 {
    padding: 96px !important;
  }

  .p-xl-18 {
    padding: 112px !important;
  }


  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .px-xl-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .px-xl-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-xl-3 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-xl-4 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-xl-5 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-xl-6 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-xl-7 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xl-8 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-xl-9 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-xl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-11 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-xl-12 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

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

  .px-xl-14 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }

  .px-xl-15 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xl-16 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .px-xl-17 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }

  .px-xl-18 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }


  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .py-xl-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .py-xl-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-xl-3 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-xl-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-xl-5 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-xl-6 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-xl-7 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-8 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-xl-9 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-xl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-11 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-xl-12 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .py-xl-13 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-xl-14 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .py-xl-15 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xl-16 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .py-xl-17 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .py-xl-18 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }


  .pt-xl-0 {
    padding-top: 0px !important;
  }

  .pt-xl-1 {
    padding-top: 1px !important;
  }

  .pt-xl-2 {
    padding-top: 2px !important;
  }

  .pt-xl-3 {
    padding-top: 4px !important;
  }

  .pt-xl-4 {
    padding-top: 8px !important;
  }

  .pt-xl-5 {
    padding-top: 12px !important;
  }

  .pt-xl-6 {
    padding-top: 16px !important;
  }

  .pt-xl-7 {
    padding-top: 20px !important;
  }

  .pt-xl-8 {
    padding-top: 24px !important;
  }

  .pt-xl-9 {
    padding-top: 32px !important;
  }

  .pt-xl-10 {
    padding-top: 40px !important;
  }

  .pt-xl-11 {
    padding-top: 48px !important;
  }

  .pt-xl-12 {
    padding-top: 56px !important;
  }

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

  .pt-xl-14 {
    padding-top: 72px !important;
  }

  .pt-xl-15 {
    padding-top: 80px !important;
  }

  .pt-xl-16 {
    padding-top: 88px !important;
  }

  .pt-xl-17 {
    padding-top: 96px !important;
  }

  .pt-xl-18 {
    padding-top: 112px !important;
  }


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

  .pr-xl-1,
  .pe-xl-1 {
    padding-right: 1px !important;
  }

  .pr-xl-2,
  .pe-xl-2 {
    padding-right: 2px !important;
  }

  .pr-xl-3,
  .pe-xl-3 {
    padding-right: 4px !important;
  }

  .pr-xl-4,
  .pe-xl-4 {
    padding-right: 8px !important;
  }

  .pr-xl-5,
  .pe-xl-5 {
    padding-right: 12px !important;
  }

  .pr-xl-6,
  .pe-xl-6 {
    padding-right: 16px !important;
  }

  .pr-xl-7,
  .pe-xl-7 {
    padding-right: 20px !important;
  }

  .pr-xl-8,
  .pe-xl-8 {
    padding-right: 24px !important;
  }

  .pr-xl-9,
  .pe-xl-9 {
    padding-right: 32px !important;
  }

  .pr-xl-10,
  .pe-xl-10 {
    padding-right: 40px !important;
  }

  .pr-xl-11,
  .pe-xl-11 {
    padding-right: 48px !important;
  }

  .pr-xl-12,
  .pe-xl-12 {
    padding-right: 56px !important;
  }

  .pr-xl-13,
  .pe-xl-13 {
    padding-right: 64px !important;
  }

  .pr-xl-14,
  .pe-xl-14 {
    padding-right: 72px !important;
  }

  .pr-xl-15,
  .pe-xl-15 {
    padding-right: 80px !important;
  }

  .pr-xl-16,
  .pe-xl-16 {
    padding-right: 88px !important;
  }

  .pr-xl-17,
  .pe-xl-17 {
    padding-right: 96px !important;
  }

  .pr-xl-18,
  .pe-xl-18 {
    padding-right: 112px !important;
  }


  .pb-xl-0 {
    padding-bottom: 0px !important;
  }

  .pb-xl-1 {
    padding-bottom: 1px !important;
  }

  .pb-xl-2 {
    padding-bottom: 2px !important;
  }


  .pb-xl-3 {
    padding-bottom: 4px !important;
  }

  .pb-xl-4 {
    padding-bottom: 8px !important;
  }

  .pb-xl-5 {
    padding-bottom: 12px !important;
  }

  .pb-xl-6 {
    padding-bottom: 16px !important;
  }

  .pb-xl-7 {
    padding-bottom: 20px !important;
  }

  .pb-xl-8 {
    padding-bottom: 24px !important;
  }

  .pb-xl-9 {
    padding-bottom: 32px !important;
  }

  .pb-xl-10 {
    padding-bottom: 40px !important;
  }

  .pb-xl-11 {
    padding-bottom: 48px !important;
  }

  .pb-xl-12 {
    padding-bottom: 56px !important;
  }

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

  .pb-xl-14 {
    padding-bottom: 72px !important;
  }

  .pb-xl-15 {
    padding-bottom: 80px !important;
  }

  .pb-xl-16 {
    padding-bottom: 88px !important;
  }

  .pb-xl-17 {
    padding-bottom: 96px !important;
  }

  .pb-xl-18 {
    padding-bottom: 112px !important;
  }


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

  .pl-xl-1,
  .ps-xl-1 {
    padding-left: 1px !important;
  }

  .pl-xl-2,
  .ps-xl-2 {
    padding-left: 2px !important;
  }

  .pl-xl-3,
  .ps-xl-3 {
    padding-left: 4px !important;
  }

  .pl-xl-4,
  .ps-xl-4 {
    padding-left: 8px !important;
  }

  .pl-xl-5,
  .ps-xl-5 {
    padding-left: 12px !important;
  }

  .pl-xl-6,
  .ps-xl-6 {
    padding-left: 16px !important;
  }

  .pl-xl-7,
  .ps-xl-7 {
    padding-left: 20px !important;
  }

  .pl-xl-8,
  .ps-xl-8 {
    padding-left: 24px !important;
  }

  .pl-xl-9,
  .ps-xl-9 {
    padding-left: 32px !important;
  }

  .pl-xl-10,
  .ps-xl-10 {
    padding-left: 40px !important;
  }

  .pl-xl-11,
  .ps-xl-11 {
    padding-left: 48px !important;
  }

  .pl-xl-12,
  .ps-xl-12 {
    padding-left: 56px !important;
  }

  .pl-xl-13,
  .ps-xl-13 {
    padding-left: 64px !important;
  }

  .pl-xl-14,
  .ps-xl-14 {
    padding-left: 72px !important;
  }

  .pl-xl-15,
  .ps-xl-15 {
    padding-left: 80px !important;
  }

  .pl-xl-16,
  .ps-xl-16 {
    padding-left: 88px !important;
  }

  .pl-xl-17,
  .ps-xl-17 {
    padding-left: 96px !important;
  }

  .pl-xl-18,
  .ps-xl-18 {
    padding-left: 112px !important;
  }
}

/*
 * [/padding field goodies]
 */

/*
 * [video-modal field goodies]
 */
.video-modal-ptype {
  text-align: left;
}

.video-modal-ptype.sharing-left {
  text-align: left;
}

.video-modal-ptype.sharing-center {
  text-align: center;
}

.video-modal-ptype.sharing-right {
  text-align: right;
}

.video-modal-ptype picture.video-modal-picture {
  display: none;
}

.video-modal-ptype picture.video-modal-picture-mobile {
  display: block;
}

@media (min-width: 768px) {
  .video-modal-ptype picture.video-modal-picture {
    display: block;
  }

  .video-modal-ptype picture.video-modal-picture-mobile {
    display: none;
  }
}

/*
 * [/video-modal field goodies]
 */

/*
 * [hero-carousel field goodies]
 */

.hero-carousel-outer-wrapper .hero-carousel-wrapper {
  height: auto;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper {
    height: 424px;
    overflow: hidden;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-container {
  order: 3;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-container {
    order: 3;
    width: 50%;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel {
  position: relative;
  height: 316px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel {
    position: relative;
    height: 424px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel .hero-carousel-item {
  display: none;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel.carousel-height .hero-carousel-item {
  height: 316px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel.duo-tone-height .hero-carousel-item {
  height: 420px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel.carousel-height .hero-carousel-item {
    height: 365px;
  }

  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel.duo-tone-height .hero-carousel-item {
    height: 424px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel .hero-carousel-item:first-child {
  display: block;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel .hero-carousel-item .inline-image-wrapper {
  height: 316px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel .hero-carousel-item .inline-image-wrapper {
    height: 424px;
  }
}

.hero-carousel-outer-wrapper .carousel-above-header {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffffff !important;
}

.hero-carousel-outer-wrapper .carousel-header {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
}

.hero-carousel-outer-wrapper .carousel-header-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff !important;
}

@media only screen and (min-width: 576px) {
  .hero-carousel-outer-wrapper .carousel-above-header {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ffffff !important;
  }

  .hero-carousel-outer-wrapper .carousel-header {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-carousel-outer-wrapper .carousel-header-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767.99999999px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper picture img {
    max-width: 100vw;
    height: auto;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-carousel-picture-mobile {
  display: block;
  width: 100%;
  height: 316px;
  overflow: hidden;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-carousel-picture {
  display: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-carousel-picture-mobile {
    display: none;
  }

  .hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-carousel-picture {
    display: block;
    height: 365px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-swoosh {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 316px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .duo-tone-height .hero-carousel-swoosh {
  top: 0;
  right: 0;
  height: 316px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .carousel-height .hero-carousel-swoosh {
  top: 0;
  right: 0;
  height: 316px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-swoosh .hero-type-mobile {
  display: block;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .duo-tone-height .hero-carousel-swoosh {
    top: 0;
    right: 0;
    height: 424px;
  }

  .hero-carousel-outer-wrapper .hero-carousel-wrapper .carousel-height .hero-carousel-swoosh {
    top: 0;
    right: 0;
    height: 424px;
  }

  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-swoosh .hero-type-mobile {
    display: none;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-contact-emergency-numbers {
  display: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-contact-emergency-numbers {
    display: block;
    position: relative;
    z-index: 9;
    margin: -85px 0 8px 0;
    width: 650px;
    height: 85px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-contact-emergency-numbers-inner {
  position: relative;
  z-index: 9;
  width: calc(50% - 4px);
  height: 85px;
  background-color: rgba(255, 255, 255, 0.85);
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-contact-emergency-numbers-inner:nth-child(1) {
  float: left;
  padding: 16px 0;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-contact-emergency-numbers-inner:nth-child(2) {
  float: right;
  padding: 16px 60px 16px 0;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-contact-number-icon,
.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-contact-emergency-icon {
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 16px 0 24px;
}

.hero-carousel-contact-number-label,
.hero-carousel-contact-emergency-label {
  color: #004a7c;
  font-size: 12px;
}

.hero-carousel-contact-number-text,
.hero-carousel-contact-emergency-text {
  color: #cc0000;
  font-size: 12px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-controls-container-mobile-shim {
  order: 7;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-controls-container {
  order: 9;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-controls-container {
    order: 9;
    padding-bottom: 0px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-controls-wrapper {
  position: relative;
  z-index: 9;
  margin: 20px 20px 20px 20px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-controls-wrapper {
    position: relative;
    z-index: 9;
    margin: -40px 40px 20px 220px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-pause {
  float: left;
  background-color: #cc0000;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-pause {
    padding: 0px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-pause {
  stroke: #fff;
  stroke-width: 3px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-bar {
  float: left;
  width: 80px;
  height: 24px;
  margin-left: 1em;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-bar {
    width: 100px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-bar svg {
  width: 80px;
  stroke: #d9d9d6;
  stroke-width: 3;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-bar svg {
    width: 100px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-item-bar.hero-carousel-item-selected svg {
  stroke: #004a7c;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-duo-tone {
  position: relative;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-duo-tone .inline-image-wrapper {
  height: 420px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-duo-tone .inline-image-wrapper {
    height: 424px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-duo-tone-L1-container {
  order: 5;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-duo-tone-L1-container {
    order: 5;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel {
  float: right;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-swoosh {
    float: left;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-swoosh .hero-type-L1 {
  display: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-swoosh .hero-type-L1 {
    display: block;
    float: right;
    width: 217px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-contact-emergency-numbers {
  display: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-contact-emergency-numbers {
    display: block;
    position: relative;
    z-index: 9;
    margin: -85px 0 8px 0;
    width: 710px;
    height: 85px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-contact-emergency-numbers-inner {
  position: relative;
  z-index: 9;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.85);
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-contact-emergency-numbers-inner:nth-child(1) {
  float: left;
  width: calc(45% - 4px);
  padding: 16px 0;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-carousel-contact-emergency-numbers-inner:nth-child(2) {
  float: right;
  width: calc(55% - 4px);
  padding: 16px 60px 16px 0;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-duo-tone {
  float: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L1 .hero-duo-tone {
    float: left;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-translucent-image-text-overlay {
  color: #000000;
  position: relative;
  z-index: 5;
  top: -424px;
  padding: 40px 36px 20px 36px;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-carousel-translucent-image-text-overlay {
    color: #000000;
    position: relative;
    z-index: 5;
    top: -424px;
    padding: 40px 36px 20px 36px;
    width: 100%;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-duo-tone-L2-container {
  order: 5;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper .hero-duo-tone-L2-container {
    order: 1;
    width: 50%;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel {
  float: left;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-swoosh {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-swoosh {
    position: absolute;
    left: 0;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-swoosh .hero-type-L2 {
  display: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-swoosh .hero-type-L2 {
    display: block;
    float: left;
    width: 178px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-contact-emergency-numbers {
  display: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-contact-emergency-numbers {
    display: block;
    position: relative;
    z-index: 9;
    float: right;
    margin: -85px 0 8px 0;
    width: 710px;
    height: 85px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-contact-emergency-numbers-inner {
  position: relative;
  z-index: 9;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.85);
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-contact-emergency-numbers-inner:nth-child(1) {
  float: left;
  width: calc(60% - 4px);
  padding: 16px 0 16px 150px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-contact-emergency-numbers-inner:nth-child(2) {
  float: right;
  width: calc(40% - 4px);
  padding: 16px 0;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-duo-tone {
  float: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-duo-tone {
    float: right;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-controls-wrapper {
  position: relative;
  z-index: 9;
  margin: 20px 40px 20px 40px;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-carousel-controls-wrapper {
    position: relative;
    z-index: 9;
    margin: -40px 40px 20px 220px;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper.hero-type-L2 .hero-duo-tone span.hero-carousel-above-heading-text {
  font-size: 16px;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-duo-tone-picture-mobile {
  display: block;
  width: 100%;
  overflow: hidden;
}

.hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-duo-tone-picture {
  display: none;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-duo-tone-picture-mobile {
    display: none;
  }

  .hero-carousel-outer-wrapper .hero-carousel-wrapper picture.hero-duo-tone-picture {
    display: block;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-mobile-extras {
    display: none;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-breadcrumb-container {
  margin: 20px 0;
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-breadcrumb-container .hero-carousel-mobile-breadcrumb {
  padding: 0 8px;
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-breadcrumb-container .hero-carousel-mobile-breadcrumb {
  padding: 0 8px;
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-breadcrumb-container .hero-carousel-mobile-breadcrumb.hero-carousel-mobile-breadcrumb-home {
  position: relative;
  display: inline-block;
  width: 30px;
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-breadcrumb-container .hero-carousel-mobile-breadcrumb.hero-carousel-mobile-breadcrumb-home a {
  position: absolute;
  top: -18px;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 24px;
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-breadcrumb-container .hero-carousel-mobile-breadcrumb.hero-carousel-mobile-breadcrumb-home svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-breadcrumb-container .hero-carousel-mobile-breadcrumb.breadcrumb-separator {
  width: 25px;
  height: 24px;
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-mobile-alert-overlay-container {
  margin: 20px 0;
  padding: 0 8px;
}


.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-contact-emergency-numbers {
  display: block;
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-contact-emergency-numbers {
    display: none;
  }
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-contact-emergency-numbers-inner {
  height: 85px;
  background-color: rgba(255, 255, 255, 0.85);
}

.hero-carousel-outer-wrapper .hero-carousel-mobile-extras .hero-carousel-contact-emergency-numbers-inner {
  margin: 16px 16px;
  outline: 1px solid #ccc;
  padding: 16px 0;
}

@media (max-width: 767.99999999px) {
  .hero-carousel-outer-wrapper .hero-carousel-l2-breadcrumb-container {
    display: none;
  }
}

@media (min-width: 768px) {
  .hero-carousel-outer-wrapper .hero-carousel-l2-breadcrumb-container {
    width: 1420px;
    margin: 20px auto;
    display: block;
  }

  .hero-carousel-outer-wrapper .hero-carousel-l2-breadcrumb-container .hero-carousel-mobile-breadcrumb {
    padding: 0 8px;
  }

  .hero-carousel-outer-wrapper .hero-carousel-l2-breadcrumb-container .hero-carousel-mobile-breadcrumb.hero-carousel-mobile-breadcrumb-home {
    position: relative;
    display: inline-block;
    width: 30px;
  }

  .hero-carousel-outer-wrapper .hero-carousel-l2-breadcrumb-container .hero-carousel-mobile-breadcrumb.hero-carousel-mobile-breadcrumb-home a {
    position: absolute;
    top: -18px;
    left: 10px;
    display: inline-block;
    width: 25px;
    height: 24px;
  }

  .hero-carousel-outer-wrapper .hero-carousel-l2-breadcrumb-container .hero-carousel-mobile-breadcrumb.hero-carousel-mobile-breadcrumb-home svg {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .hero-carousel-outer-wrapper .hero-carousel-l2-breadcrumb-container .hero-carousel-mobile-breadcrumb.breadcrumb-separator {
    width: 25px;
    height: 24px;
  }
}

/*
 * [/hero-carousel field goodies]
 */


/*
 * [hero-banner goodies]
 */
.main-container>section>.region.region-content {
  padding: 0 0;
}

.hero-banner-ptype {
  overflow: hidden;
  min-height: 30rem;
}

.hero-banner-ptype div.inline-image-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: -8px;
  min-height: 30rem;
}

.hero-banner-ptype div.inline-image-wrapper.show-lower-right-corner-dashed-arch::after {
  aspect-ratio: 1 / 1;
  border-color: transparent transparent transparent #7bbeea;
  border-radius: 50%;
  border: 2px dashed #7bbeea;
  bottom: 0;
  content: '';
  display: block;
  height: 40vw;
  max-height: 22rem;
  max-width: 22rem;
  position: absolute;
  right: 0;
  transform: translate(50%, 50%) rotate(45deg);
  width: 40vw;
  z-index: 4;
}

.hero-banner-ptype div.inline-image-wrapper-middle {
  position: relative;
  z-index: 0;
  display: inline-block;
  height: inherit;
}

.hero-banner-ptype div.inline-image-wrapper-inner {
  overflow: clip;
}

.hero-banner-ptype div.inline-image-wrapper-inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-banner-ptype div.inline-image-wrapper-inner img {
  object-fit: cover !important;
  max-width: 100%;
  height: auto;
  min-height: 30rem;
}

@media (min-width: 768px) {
  .hero-banner-ptype {
    min-height: 21.1875rem;
  }

  .hero-banner-ptype div.inline-image-wrapper {
    min-height: 21.1875rem;
  }

  .hero-banner-ptype div.inline-image-wrapper-inner img {
    min-height: 21.1875rem;
  }
}

@media (min-width: 1200px) {
  .hero-banner-ptype {
    min-height: 31.1875rem;
  }

  .hero-banner-ptype div.inline-image-wrapper {
    min-height: 31.1875rem;
  }

  .hero-banner-ptype div.inline-image-wrapper-inner img {
    min-height: 31.1875rem;
  }
}

.hero-banner-ptype div.inline-image-text-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
  background-image: linear-gradient(180deg,
      rgba(113, 113, 114, 0) 28.47%,
      #003763 100%);
}

.hero-banner-ptype-wrapper {
  bottom: 0;
  position: absolute;
  left: 5%;
}

.hero-banner-ptype .inline-image-wrapper-inner.rounded-corner-se {
  border-bottom-right-radius: 15vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-banner-ptype .inline-image-wrapper-inner.rounded-corner-se {
    border-bottom-right-radius: 150px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .hero-banner-ptype .inline-image-wrapper-inner.rounded-corner-se {
    border-bottom-right-radius: 10rem;
    overflow: hidden;
  }
}

.hero-banner-ptype-heading {
  text-align: left !important;
}

/*
* [/hero-banner goodies]
*/

/*
* [text - special classes]
*/

.text-stat {
  font-size: 76px;
  font-weight: 600;
  line-height: 54px;
}

.text-stat-sustainability {
  font-size: 72px;
  font-weight: 600;
  line-height: 54px;
}

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

.large-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

/*
 * [/text - special classes]
 */

/*
 * [border-style goodies]
 */

.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-top-2 {
  border-top-width: 2px;
  border-top-style: solid;
}

.border-right-2 {
  border-right-width: 2px;
  border-right-style: solid;
}

.border-bottom-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.border-left-2 {
  border-left-width: 2px;
  border-left-style: solid;
}

/*
* [/border-style field goodies]
*/

/*
* [dual-overlain-image goodies]
*/
.dual-overlain-image {
  position: relative;
}

.dual-overlain-image .dual-overlain-image-wrapper {
  position: relative;
}

.dual-overlain-image.overlay-image-right .dual-overlain-image-wrapper {
  float: left;
}

.dual-overlain-image.overlay-image-left .dual-overlain-image-wrapper {
  float: right;
}

.dual-overlain-image .dual-overlain-image-wrapper::after {
  clear: both;
  content: " ";
}

.dual-overlain-image .base-image {
  position: relative;
  z-index: 2;
}

.dual-overlain-image .overlay-image {
  position: absolute;
  z-index: 3;
  display: none;
}

@media (min-width: 768px) {
  .dual-overlain-image .overlay-image {
    display: block;
  }
}

.dual-overlain-image img {
  max-width: unset;
}

.dual-overlain-image .base-image .base-picture-mobile {
  display: block;
}

.dual-overlain-image .base-image .base-picture {
  display: none;
}

@media (min-width: 768px) {
  .dual-overlain-image .base-image .base-picture-mobile {
    display: none;
  }

  .dual-overlain-image .base-image .base-picture {
    display: block;
  }
}

.dual-overlain-image .overlay-image .overlay-picture-mobile {
  display: block;
}

.dual-overlain-image .overlay-image .overlay-picture {
  display: none;
}

@media (min-width: 768px) {
  .dual-overlain-image .overlay-image .overlay-picture-mobile {
    display: none;
  }

  .dual-overlain-image .overlay-image .overlay-picture {
    display: block;
  }
}

.dual-overlain-image-clear {
  clear: both;
}

/*
 * [/dual-overlain-image goodies]
 */

/*
 * [request-services-ptype goodies]
 */
.request-services-ptype {
  margin: 24px auto;
  display: block;
}

.request-services-ptype .request-services-ptype-wrapper {
  margin: 0 auto;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
}

@media (min-width: 768px) {
  .request-services-ptype .request-services-ptype-wrapper {
    max-width: 1200px;
  }
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-heading {
  margin-right: 0;
  margin-left: 0;
  padding: 0 0 0 0;
  font-size: 12px;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form-pre-text {
  margin-right: 0;
  margin-left: 0;
  padding: 0 0 0 0;
  font-size: 12px;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form-shim {
  display: block;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form-shim.desktop {
  display: none;
}

@media (min-width: 768px) {
  .request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form-shim {
    display: none;
  }

  .request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form-shim.desktop {
    display: block;
  }
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form {
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px 0 0;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form .request-services-ptype-form-input {
  margin-right: 0;
  margin-left: 0;
  padding: 0 15px 0 0;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form .request-services-ptype-form-input input[type="text"] {
  width: 100%;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 1px solid #252525;
  border-left: 0px solid transparent;
  padding: 0;
  background-color: transparent;
  color: #717172;
  font-weight: normal;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form-input-bus-type {
  margin-right: 0;
  margin-left: 0;
  padding: 24px 0 0 0;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-form-input-bus-type select {
  width: 100%;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 1px solid #252525;
  border-left: 0px solid transparent;
  background-color: transparent;
  color: #717172;
  font-weight: normal;
  height: 39px;
}

.request-services-ptype .request-services-ptype-wrapper .request-services-ptype-button {
  margin-right: 0;
  margin-left: 0;
  padding: 0 0 0 15px;
}

/*
 * [/request-services-ptype goodies]
 */


/*
 * [faq-list-ptype goodies]
 */
.faq-list-ptype {
  display: block;
}

.faq-list-ptype .faq-category-filters {
  padding: 8px 0;
}

.faq-list-ptype .faq-category-filters .faq-filter-choice {
  padding: 0.5em 0;
}

@media (min-width: 768px) {
  .faq-list-ptype .faq-category-filters .faq-filter-choice {
    padding: 0 0;
  }
}

.faq-list-ptype .faq-category-filters .faq-filter-choice span {
  border-bottom: 2px solid transparent;
}

.faq-list-ptype .faq-category-filters .faq-filter-choice.selected span {
  border-bottom: 2px solid #d80025;
}

.faq-list-ptype .faq-item-question {
  position: relative;
  padding: 1em 2em;
  background-color: #fff;
}

.faq-list-ptype .faq-item-question.selected {
  background-color: #f5f5f5;
}

.faq-list-ptype .faq-item-question .arrow-down {
  position: absolute;
  right: 1em;
  top: 1.5em;
  display: block;
}

.faq-list-ptype .faq-item-question .arrow-up {
  position: absolute;
  right: 1em;
  top: 1.5em;
  display: none;
}

.faq-list-ptype .faq-item {
  display: none;
}

.faq-list-ptype .faq-item-answer {
  display: none;
  padding: 1em 2em;
  background-color: #f5f5f5;
}

/*
 * [/faq-list-ptype goodies]
 */


/*
 * [cards-carousel-ptype goodies]
 */
.cards-carousel-ptype {
  position: unset;
  height: auto;
}

@media (min-width: 768px) {
  .cards-carousel-ptype {
    position: relative;
    height: 640px;
  }
}

.cards-carousel-ptype .cards-carousel-header {
  position: relative;
  height: 110px;
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-header {
    position: relative;
    height: 110px;
  }
}

.cards-carousel-ptype .cards-carousel-header .cards-carousel-title {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-header .cards-carousel-title {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.cards-carousel-ptype .cards-carousel-header .cards-carousel-explore-button {
  position: absolute;
  top: 0px;
  right: 20px;
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-header .cards-carousel-explore-button {
    position: absolute;
    top: 0px;
    right: 120px;
  }
}

.cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-buttons {
  display: none;
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-buttons {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 68px;
    height: 24px;
    display: inline-block;
  }
}

.cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-buttons span {
  display: none;
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-buttons span {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: auto;
    height: 20px;
  }

  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-buttons span:nth-child(1) {
    left: 0px;
  }

  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-buttons span:nth-child(2) {
    right: 0px;
  }
}

.cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-bar {
  display: none;
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-bar {
    position: absolute;
    top: 80px;
    left: 1px;
    display: inline-block;
    width: 100%;
    height: 30px;
  }

  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-bar .scrollbar,
  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-bar .scrollhandle {
    position: relative;
    top: 15px;
    left: 0px;
    width: 100%;
    display: block;
  }

  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-bar .scrollbar svg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
  }

  .cards-carousel-ptype .cards-carousel-header .cards-carousel-scroll-bar .scrollhandle svg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }

}

.cards-carousel-ptype .cards-carousel-cards {
  position: absolute;
  top: 111px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  grid-auto-columns: 100%;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 335px;
  grid-column-gap: 0px;
  width: auto;
  height: 528px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
  padding-right: calc(547px * 42);
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-cards {
    position: absolute;
    top: 111px;
    left: 0px;
    display: flex;
    flex-wrap: nowrap;
    grid-auto-columns: 100%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 523px;
    grid-column-gap: 24px;
    width: 100%;
    height: 528px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
  }
}

.cards-carousel-ptype .cards-carousel-cards .cards-carousel-card {
  position: unset;
  flex: 0 0 auto;
  width: 335px !important;
  height: 503px !important;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cards-carousel-ptype .cards-carousel-cards .cards-carousel-card {
    position: relative;
    flex: 0 0 auto;
    width: 523px !important;
    height: 527px !important;
    margin-bottom: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
  }
}

.cards-carousel-ptype .cards-carousel-cards .cards-carousel-card .cards-carousel-card-type {
  text-transform: uppercase;
}

.cards-carousel-ptype .cards-carousel-cards .cards-carousel-card .cards-carousel-card-view-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/*
 * [cards-carousel-ptype goodies]
 */

/*
 * [dynamic-form-ptype goodies]
 */
.dynamic-form-ptype {
  display: block;
}

.dynamic-form-ptype .dynamic-form-ptype-heading {
  text-align: center;
}

.dynamic-form-ptype .dynamic-form-ptype-description {
  text-align: center;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item {
  padding: 0.5rem 0;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field-label {
  float: left;
  clear: both;
  margin: 0 0 0 0;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field-label label {
  font-weight: light;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field input,
.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field select,
.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field textarea,
.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field-radio input {
  font-weight: normal;
  margin: 0 auto 0 auto;
  outline: 1px solid #767676;
  border: 0;
  border-radius: 10px;
  padding: 0 10px;
  color: #252525;
  background-color: #ffffff;
  font-size: 18px;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field input,
.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field select,
.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field textarea {
  height: 44px;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field input {
  clear: both;
  width: 100%;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field select {
  clear: both;
  width: 100%;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field textarea {
  clear: both;
  padding: 10px 10px;
  width: 100%;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field-radio {
  float: left;
}

.dynamic-form-ptype .dynamic-form-ptype-items .dynamic-form-ptype-items-item .dynamic-form-ptype-item-field-radio input {
  margin: 0 0 0 2rem;
}

/*
 * [/dynamic-form-ptype goodies]
 */

/*
 * [fuzzy-search-ptype goodies]
 */

.fuzzy-search-ptype input {
  font-weight: normal;
  margin: 0 auto 0 auto;
  outline: 1px solid #767676;
  border: 0;
  border-radius: 10px;
  padding: 0 10px;
  color: #252525;
  background-color: #ffffff;
  font-size: 18px;
}

/*
 * [/fuzzy-search-ptype goodies]
 */

/*
 * [local-content-ptype goodies]
 */
.local-content-ptype {
  outline: 1px solid transparent;
}

.local-content-ptype .local-content-ptype-row {
  justify-content: center;
}

.local-content-ptype .local-content-ptype-row div {
  outline: 1px solid transparent;
}

.local-content-ptype input {
  font-weight: normal;
  margin: 0 auto 0 auto;
  outline: 1px solid #767676;
  border: 0;
  border-radius: 10px;
  padding: 0 10px;
  color: #252525;
  background-color: #ffffff;
  font-size: 18px;
}

.local-content-ptype span {
  padding: 0 2px;
}

.local-content-ptype button {
  font-weight: normal;
  margin: 0 auto 0 auto;
  outline: 1px solid #767676;
  border: 0;
  border-radius: 10px;
  padding: 10px 10px;
  color: #252525;
  background-color: #ffffff;
  font-size: 18px;
}

/*
 * [/local-content-ptype goodies]
 */


/*
 * [primary-footer-link-ptype goodies]
 */
.primary-footer-link-ptype {
  list-style: none;
  background-image: none;
  background-repeat: none;
  background-position: 0;
}

/*
 * [/primary-footer-link-ptype goodies]
 */

/*
 * [social-media-icons-ptype goodies]
 */
.social-media-icons-ptype.sharing-left {
  display: flex;
  justify-content: flex-start;
}

.social-media-icons-ptype.sharing-center {
  display: flex;
  justify-content: center;
}

.social-media-icons-ptype.sharing-right {
  display: flex;
  justify-content: flex-end;
}

/*
 * [/social-media-icons-link-ptype goodies]
 */

/*
 * [solutions-services-content-card-ptype goodies]
 */
.solutions-services-content-card-ptype {
  outline: 1px solid transparent;
  width: 428px;
  height: auto;
}

/*
 * [/social-media-icons-link-ptype goodies]
 */


/*
 * [image-ptype goodies]
 */
.image-picture-mobile {
  display: block;
  overflow: hidden;
}

.image-picture {
  display: none;
}

@media (min-width: 768px) {
  .image-picture-mobile {
    display: none;
  }

  .image-picture {
    display: block;
  }
}

/*
 * [/image-ptype goodies]
 */


/*
 * [view-ptype goodies]
 */
.view-ptype {
  display: block;
}

.view-ptype.view-ptype-settings {
  position: relative;
  top: -40px;
  left: 6rem;
  display: inline-block;
}

.view-ptype.view-ptype-settings>span {
  display: inline-block;
}

/*
 * [/view-ptype goodies]
 */


/*
 * [blog] goodies
 */
.blog-header-bar .blog-header-bar-overlay {
  position: relative;
}

.blog-header-bar .blog-header-bar-overlay .blog-overlay-image {
  position: relative;
  top: 0;
  left: -5rem;
}

.blog-header-bar .blog-header-bar-overlay .blog-header-bar-title {
  position: absolute;
  top: 0;
  left: 0;
}


.blog-filter-tool-ptype {
  position: relative;
}

.blog-filter-tool-ptype .blog-filter-tool-ptype-content input[type="checkbox"] {
  display: inline-block;
  cursor: pointer;
}

.blog-filter-tool-ptype .blog-filter-tool-ptype-content-qty {
  cursor: pointer;
}

/*
 * [/blog] goodies
 */


/*
 * muni-header goodies
 */
.muni-header-ptype button,
.national-account-na-header-ptype button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  appearance: none;
}

/*
 * muni-footer goodies
 */
.muni-footer-ptype,
.muni-footer-ptype p,
.muni-footer-ptype a {
  color: #FFFFFF;
  text-decoration: none;
}

/*
 * /muni-footer goodies
 */


/*
 * paragraph--type--breadcrumbs goodies
 */
.paragraph--type--breadcrumbs .breadcrumbs-container {
  padding: 10px 0;
}

.paragraph--type--breadcrumbs .breadcrumbs-container .breadcrumb {
  display: unset;
}

/*
 * /paragraph--type--breadcrumbs goodies
 */


/**************************************************************
 * Style overrides for RS Layouts twigs
 **************************************************************/

.contextual-region.paragraph.paragraph--type--layout-section .round-nw-corner,
.contextual-region.paragraph.paragraph--type--layout-section .round-ne-corner,
.contextual-region.paragraph.paragraph--type--layout-section .round-se-corner,
.contextual-region.paragraph.paragraph--type--layout-section .round-sw-corner {
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section>.js-form-wrapper.form-wrapper.form-item.js-form-item.panel.panel-default.panel-group-settings {
  display: none;
}

.contextual-region.paragraph.paragraph--type--layout-section>.contextual+.js-form-wrapper.form-wrapper.form-item.js-form-item.panel.panel-default.panel-group-settings {
  display: block;
}

/*
 * Rounded Corner Sections
 */

.contextual-region.paragraph.paragraph--type--layout-section .section-outer-wrapper.round-nw-corner {
  border-top-left-radius: 100px;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-outer-wrapper.round-ne-corner {
  border-top-right-radius: 100px;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-outer-wrapper.round-se-corner {
  border-bottom-right-radius: 100px;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-outer-wrapper.round-sw-corner {
  border-bottom-left-radius: 100px;
}

/*
 * Rounded Corner Regions
 */

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper.rounded-corner-nw {
  border-top-left-radius: 100px;
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper.rounded-corner-ne {
  border-top-right-radius: 100px;
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper.rounded-corner-se {
  border-bottom-right-radius: 100px;
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper.rounded-corner-sw {
  border-bottom-left-radius: 100px;
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section.border-top {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.contextual-region.paragraph.paragraph--type--layout-section .border-right {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.contextual-region.paragraph.paragraph--type--layout-section .border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.contextual-region.paragraph.paragraph--type--layout-section .border-left {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region {
  height: inherit;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region.rounded-corner-nw,
.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region>.rounded-corner-nw {
  border-top-left-radius: 50px;
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region.rounded-corner-ne,
.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region>.rounded-corner-ne {
  border-top-right-radius: 50px;
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region.rounded-corner-se,
.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region>.rounded-corner-se {
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region.rounded-corner-sw,
.contextual-region.paragraph.paragraph--type--layout-section .section-content-wrapper .layout__region>.rounded-corner-sw {
  border-bottom-left-radius: 50px;
  overflow: hidden;
}



/**************************************************************
 * Style overrides for RISE twigs
 **************************************************************/

article.rise-image,
article.rise-fleet-notes,
article.rise-release-notes,
article.rise-safety-video-calendar-item {
  border: 1px solid lightblue;
  margin-top: 10px;
  padding-right: 0;
  padding-left: 0;
}

.rise-image .field .field--item,
.rise-fleet-notes .field .field--item,
.rise-release-notes .field .field--item,
.rise-safety-video-calendar-item .field .field--item {
  padding: 5px 10px 10px 10px;
}

.rise-image .field-bg-lightblue,
.rise-fleet-notes .field-bg-lightblue,
.rise-release-notes .field-bg-lightblue,
.rise-safety-video-calendar-item .field-bg-lightblue {
  background-color: lightblue;
}

#block-rs-bootstrap-risemenu li a {
  margin: 0 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #0071b8;
  padding: 2px 1em;
  font-size: 0.813rem;
  color: #000000;
  background-color: #b0c7d6 !important;
  text-shadow: none;
  transition: all, 0.2s;
  border-radius: 0.2rem;
  font-weight: 500;
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

/**************************************************************
 * /Style overrides for RISE twigs
 **************************************************************/

/**************************************************************
 * Style overrides for L1 Hero Carousel
 **************************************************************/

.l1-hero-carousel-slide-wrapper {
  display: none;
}

.l1-hero-carousel-slide-wrapper-0 {
  display: block;
}

.l1-hero-carousel-slide-wrapper .l1-hero-slide-button.active button {
  outline: 3px solid #ed993d;
}

@media only screen and (max-width: 767.98px) {
  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm {
    display: block !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md {
    display: none !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg {
    display: none !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-photo .l1-hero-slide-scrubber-bg {
    display: none !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-duo-tone .l1-hero-slide-scrubber-bg {
    z-index: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1311.98px) {
  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm {
    display: none !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md {
    display: flex !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg {
    display: none !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-photo .l1-hero-slide-scrubber-bg {
    z-index: 10;
  }
}

@media only screen and (min-width: 1312px) {
  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm {
    display: none !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md {
    display: none !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg {
    display: flex !important;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-photo .l1-hero-slide-scrubber-bg {
    z-index: 10;
  }
}

.l1-hero-carousel-slide-wrapper .l1-hero-photo .l1-hero-swoosh {
  z-index: 12;
  min-height: 316px;
  height: auto;
}

@media only screen and (max-width: 1311.98px) {

  .l1-hero-carousel-slide-wrapper .h1,
  .l1-hero-carousel-slide-wrapper h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin: 20px 0;
  }

  .l1-hero-carousel-slide-wrapper .h2,
  .l1-hero-carousel-slide-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin: 20px 0;
  }

  .l1-hero-carousel-slide-wrapper .l1-hero-photo .l1-hero-slide-scrubber-bg {
    z-index: 10;
  }
}

.l1-hero-carousel-slide-wrapper .l1-hero-photo .l1-hero-photo-image {
  z-index: 1;
}

.l1-hero-carousel-slide-wrapper .l1-hero-photo-image>.contextual-highlight,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-image>.contextual-highlight,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-text-button .contextual-highlight {
  border: none;
  margin: 0;
}

.l1-hero-carousel-slide-wrapper .l1-hero-photo-image>.contextual-highlight>.paragraph--label,
.l1-hero-carousel-slide-wrapper .l1-hero-photo-image>.contextual-highlight>.contextual,
.l1-hero-carousel-slide-wrapper .l1-hero-photo-image .contextual-highlight>details.form-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-image>.contextual-highlight>.paragraph--label,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-image>.contextual-highlight>.contextual,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-image .contextual-highlight>details.form-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-text-button .contextual-highlight>.paragraph--label,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-text-button .contextual-highlight>details.form-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-duo-tone-text-button .contextual-highlight>.contextual {
  display: none;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo {
  overflow: hidden;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone {
  min-height: 316px;
  height: inherit;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture-mobile,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture-mobile img.img-responsive {
  width: auto !important;
  max-width: unset !important;
  height: auto !important;
  min-height: 316px !important;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture-mobile,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture-mobile img.img-responsive {
  width: 100% !important;
  max-width: unset !important;
  height: auto !important;
  min-height: 316px !important;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture-mobile img.img-responsive {
  object-fit: cover;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-photo-alerts {
  z-index: 10;
  min-height: 2rem;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-swoosh {
  min-height: 316px;
  height: auto;
}

.l1-hero-carousel-slide-sm .l1-hero-photo .l1-hero-carousel-slide-wrapper {
  z-index: 10;
  min-height: 1rem;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone {
  min-height: 424px;
  overflow: hidden;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-swoosh {
  z-index: 12;
  min-height: 424px;
  height: auto;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image {
  z-index: 1;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture img.img-responsive {
  width: auto !important;
  max-width: unset !important;
  height: 100% !important;
  min-height: 424px !important;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture img.img-responsive {
  width: auto !important;
  max-width: unset !important;
  height: 100% !important;
  min-height: 424px !important;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture img.img-responsive {
  object-fit: cover;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-md .l1-hero-photo .l1-hero-photo-alerts {
  z-index: 10;
  min-height: 1rem;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone {
  min-height: 424px;
  overflow: hidden;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-swoosh {
  z-index: 12;
  min-height: 424px;
  height: auto;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image {
  z-index: 1;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture img.img-responsive {
  width: 100% !important;
  max-width: unset !important;
  height: auto !important;
  min-height: 424px !important;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture,
.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture img.img-responsive {
  width: 100% !important;
  max-width: unset !important;
  height: auto !important;
  min-height: 424px !important;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-duo-tone .l1-hero-duo-tone-image div.paragraph--type--inline-image div .inline-image-wrapper .inline-image-wrapper-middle .inline-image-wrapper-inner .inline-image-picture img.img-responsive {
  object-fit: cover;
}

.l1-hero-carousel-slide-wrapper .l1-hero-carousel-slide-lg .l1-hero-photo .l1-hero-photo-alerts {
  z-index: 10;
  min-height: 1rem;
}

/**************************************************************
 * /Style overrides for L1 Hero Carousel
 **************************************************************/


/**************************************************************
 * Style overrides for RS Layouts twigs
 **************************************************************/

.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-1,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-2,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-3,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-4,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-5,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-6,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-7,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-8,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-9,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-10,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-11,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-lg-12,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-1,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-2,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-3,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-4,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-5,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-6,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-7,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-8,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-9,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-10,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-11,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-md-12,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-1,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-2,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-3,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-4,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-5,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-6,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-7,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-8,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-9,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-10,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-11,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-sm-12,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-1,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-2,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-3,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-4,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-5,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-6,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-7,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-8,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-9,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-10,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-11,
.contextual-region.paragraph.paragraph--type--layout-section .layout__region.col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}

/**************************************************************
 * /Style overrides for RS Layouts twigs
 **************************************************************/

/*
*   For the Cache Clear Buttons - Varnish and Cloudfront
*/
section#block-purgethispage,
div#block-purgethispage,
section#block-rs-bootstrap-purgethispage,
section#block-purgethispage-2,
section#block-purgethispage-3,
section#block-purgethispage-4,
div#block-rs-bootstrap-purgethispage,
div#block-purgethispage-2,
div#block-purgethispage-3,
div#block-purgethispage-4 {
  clear: none;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

section#block-clearfix,
div#block-clearfix {
  content: '';
  display: block;
  clear: both;
}

section#block-rs-bootstrap-purgethispage .button,
section#block-purgethispage .button,
section#block-purgethispage-2 .button,
section#block-purgethispage-3 .button,
section#block-purgethispage-4 .button,
div#block-rs-bootstrap-purgethispage .button,
div#block-purgethispage .button,
div#block-purgethispage-2 .button,
div#block-purgethispage-3 .button,
div#block-purgethispage-4 .button {
  background-color: #E56300;
  font-size: 12px;
  line-height: 14px;
  margin: 6px;
  border: none;
  border-radius: 12px;
}

section#block-rs-bootstrap-purgethispage .button:hover,
section#block-purgethispage .button:hover,
section#block-purgethispage-2 .button:hover,
section#block-purgethispage-3 .button:hover,
section#block-purgethispage-4 .button:hover,
div#block-rs-bootstrap-purgethispage .button:hover,
div#block-purgethispage .button:hover,
div#block-purgethispage-2 .button:hover,
div#block-purgethispage-3 .button:hover,
div#block-purgethispage-4 .button:hover {
  background-color: #E8800D;
}

.form-item .panel-body .field--type-text-long {
  background-color: #f5f5f2;
  ;
}

.field--item .paragraphs-content-wrapper {
  margin-top: -19px
}

.alert-wrapper {
  overflow: scroll !important;
  max-height: 25vh !important;
}

.alert-wrapper div {
  opacity: 1 !important;
}

.alert-wrapper .alert svg {
  max-width: 2rem !important;
  max-height: 2rem !important;
}

.alert-wrapper .alert div h2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}

.alert-wrapper .alert div hr {
  margin: 16px 0 !important;
}

/**************************************************************
 * Style overrides for RS Layouts twigs
 **************************************************************/

.timeline-ptype .timeline-container-bg-photo .contextual-region.paragraph.paragraph--type--inline-image details {
  display: none;
}

.timeline-line-container {
  min-height: 68px;
}

.timeline-item-title {
  font-size: 24px;
  line-height: 24px;
}

/**************************************************************
 * /Style overrides for RS Layouts twigs
 **************************************************************/

/**************************************************************
 * Style overrides for Holiday Address Gate
 **************************************************************/
.contextual-region.paragraph--type--holiday-address-gate .contextual-region.paragraph--type--rich-text,
.contextual-region.paragraph--type--holiday-address-gate .contextual-region.paragraph--type--cta-button {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.contextual-region.paragraph--type--holiday-address-gate .contextual-region.paragraph--type--rich-text .paragraph--label,
.contextual-region.paragraph--type--holiday-address-gate .contextual-region.paragraph--type--rich-text details.form-wrapper,
.contextual-region.paragraph--type--holiday-address-gate .contextual-region.paragraph--type--cta-button .paragraph--label,
.contextual-region.paragraph--type--holiday-address-gate .contextual-region.paragraph--type--cta-button details.form-wrapper {
  display: none;
}

.contextual-region.paragraph--type--holiday-address-gate .details-wrapper .contextual-region.paragraph--type--rich-text,
.contextual-region.paragraph--type--holiday-address-gate .details-wrapper .contextual-region.paragraph--type--cta-button {
  border: 1px solid lightblue;
  margin: 5px;
}

.contextual-region.paragraph--type--holiday-address-gate .details-wrapper .contextual-region.paragraph--type--rich-text .paragraph--label,
.contextual-region.paragraph--type--holiday-address-gate .details-wrapper .contextual-region.paragraph--type--rich-text details.form-wrapper,
.contextual-region.paragraph--type--holiday-address-gate .details-wrapper .contextual-region.paragraph--type--cta-button .paragraph--label,
.contextual-region.paragraph--type--holiday-address-gate .details-wrapper .contextual-region.paragraph--type--cta-button details.form-wrapper {
  display: block;
}

/**************************************************************
 * /Style overrides for Holiday Address Gate
 **************************************************************/

/**************************************************************
 * Style overrides for ES/RS Facilities content
 **************************************************************/

 article.es-facilities {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

/**************************************************************
 * /Style overrides for ES/RS Facilities content
 **************************************************************/
