/* Minification failed. Returning unminified contents.
(3174,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color-base'
(6189,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6190,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6214,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6215,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6242,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6243,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6267,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6268,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6295,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6296,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6320,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6321,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6348,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6349,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6373,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6374,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6401,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6402,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6426,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6427,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6454,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6455,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6479,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6480,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6507,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6508,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6532,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6533,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6560,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6561,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6585,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6586,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6613,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6614,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6638,26): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
(6639,29): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
 */
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*html {
    font-size: 14px;
}

body {
    font-family: Helvetica;
    font-size: 1rem;
    color: #444;
    background-color: #F1F1F1;
}

@media screen and (max-width: 1410px) {
    body, .c-table, .c-table-clean {
        font-size: 0.85714rem;
    }
}*/


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-variant: normal;
}

#iframe-html,
.iframe-body {
    min-width: 0;
    /*height: 100%;*/
    margin: 0;
    background: #fff;
}

.iframe-body_padding {
    padding: 1em;
}

a,
a:link {
    color: #444;
    text-decoration: none;
}

a:visited {
    /*color: #1a6890;*/
    color: inherit;
}

a:hover {
    color: #39A6DE;
    text-decoration: underline;
    cursor: pointer;
}

.icon-link {
    display: inline-block;
}

a.icon-link:link,
a.highlighted:link,
a.icon-link:visited,
a.highlighted:visited {
    cursor: pointer;
    color: #39A6DE;
}

a.icon-link:hover {
    color: #208DC5;
    text-decoration: none;
}

/* unstyle number input */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

input[type=number]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=number]::-ms-reveal {  display: none; width : 0; height: 0; }

.btn {
    font-size: 1em;
}

#TB_ajaxContent {
    padding: 0;
    width: 100% !important;
}

.popover-content ul {
    list-style-type: none;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-variant: inherit !important;
}

.content-wrapper {
  padding-top: 2.25em;
}
.l-container {
  margin: 0 1em;
  padding: 0 1em;
}
@media screen and (min-width: 992px) {
  .l-container {
    width: 100%;
    max-width: 1510px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-container-fluid {
  padding: 0 0.75em;
}
.l-container.c-footer-container {
  width: 100%;
}
.l-row {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.l-row:before,
.l-row:after {
  display: table;
  content: " ";
}
.l-row:after {
  clear: both;
}
.l-row-custom {
  margin-left: 0;
  margin-right: 0;
}
.l-row-custom > [class*=l-col]:first-child {
  padding-left: 0;
}
.l-row-custom > [class*=l-col]:last-child {
  padding-right: 0;
}
.l-col {
  float: left;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.l-col-xs-1,
.l-col-sm-1,
.l-col-md-1,
.l-col-lg-1,
.l-col-xs-2,
.l-col-sm-2,
.l-col-md-2,
.l-col-lg-2,
.l-col-xs-3,
.l-col-sm-3,
.l-col-md-3,
.l-col-lg-3,
.l-col-xs-4,
.l-col-sm-4,
.l-col-md-4,
.l-col-lg-4,
.l-col-xs-5,
.l-col-sm-5,
.l-col-md-5,
.l-col-lg-5,
.l-col-xs-6,
.l-col-sm-6,
.l-col-md-6,
.l-col-lg-6,
.l-col-xs-7,
.l-col-sm-7,
.l-col-md-7,
.l-col-lg-7,
.l-col-xs-8,
.l-col-sm-8,
.l-col-md-8,
.l-col-lg-8,
.l-col-xs-9,
.l-col-sm-9,
.l-col-md-9,
.l-col-lg-9,
.l-col-xs-10,
.l-col-sm-10,
.l-col-md-10,
.l-col-lg-10,
.l-col-xs-11,
.l-col-sm-11,
.l-col-md-11,
.l-col-lg-11,
.l-col-xs-12,
.l-col-sm-12,
.l-col-md-12,
.l-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  float: left;
}
.l-col-xs-12 {
  width: 100%;
}
.l-col-xs-11 {
  width: 91.66666667%;
}
.l-col-xs-10 {
  width: 83.33333333%;
}
.l-col-xs-9 {
  width: 75%;
}
.l-col-xs-8 {
  width: 66.66666667%;
}
.l-col-xs-7 {
  width: 58.33333333%;
}
.l-col-xs-6 {
  width: 50%;
}
.l-col-xs-5 {
  width: 41.66666667%;
}
.l-col-xs-4 {
  width: 33.33333333%;
}
.l-col-xs-3 {
  width: 25%;
}
.l-col-xs-2 {
  width: 16.66666667%;
}
.l-col-xs-1 {
  width: 8.33333333%;
}
.l-col-xs-offset-12 {
  margin-left: 100%;
}
.l-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.l-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.l-col-xs-offset-9 {
  margin-left: 75%;
}
.l-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.l-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.l-col-xs-offset-6 {
  margin-left: 50%;
}
.l-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.l-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.l-col-xs-offset-3 {
  margin-left: 25%;
}
.l-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.l-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.l-col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .l-col-sm-1,
  .l-col-sm-2,
  .l-col-sm-3,
  .l-col-sm-4,
  .l-col-sm-5,
  .l-col-sm-6,
  .l-col-sm-7,
  .l-col-sm-8,
  .l-col-sm-9,
  .l-col-sm-10,
  .l-col-sm-11,
  .l-col-sm-12 {
    float: left;
  }
  .l-col-sm-12 {
    width: 100%;
  }
  .l-col-sm-11 {
    width: 91.66666667%;
  }
  .l-col-sm-10 {
    width: 83.33333333%;
  }
  .l-col-sm-9 {
    width: 75%;
  }
  .l-col-sm-8 {
    width: 66.66666667%;
  }
  .l-col-sm-7 {
    width: 58.33333333%;
  }
  .l-col-sm-6 {
    width: 50%;
  }
  .l-col-sm-5 {
    width: 41.66666667%;
  }
  .l-col-sm-4 {
    width: 33.33333333%;
  }
  .l-col-sm-3 {
    width: 25%;
  }
  .l-col-sm-2 {
    width: 16.66666667%;
  }
  .l-col-sm-1 {
    width: 8.33333333%;
  }
  .l-col-sm-offset-12 {
    margin-left: 100%;
  }
  .l-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .l-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .l-col-sm-offset-9 {
    margin-left: 75%;
  }
  .l-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .l-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .l-col-sm-offset-6 {
    margin-left: 50%;
  }
  .l-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .l-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .l-col-sm-offset-3 {
    margin-left: 25%;
  }
  .l-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .l-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .l-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .l-col-md-1,
  .l-col-md-2,
  .l-col-md-3,
  .l-col-md-4,
  .l-col-md-5,
  .l-col-md-6,
  .l-col-md-7,
  .l-col-md-8,
  .l-col-md-9,
  .l-col-md-10,
  .l-col-md-11,
  .l-col-md-12 {
    float: left;
  }
  .l-col-md-12 {
    width: 100%;
  }
  .l-col-md-11 {
    width: 91.66666667%;
  }
  .l-col-md-10 {
    width: 83.33333333%;
  }
  .l-col-md-9 {
    width: 75%;
  }
  .l-col-md-8 {
    width: 66.66666667%;
  }
  .l-col-md-7 {
    width: 58.33333333%;
  }
  .l-col-md-6 {
    width: 50%;
  }
  .l-col-md-5 {
    width: 41.66666667%;
  }
  .l-col-md-4 {
    width: 33.33333333%;
  }
  .l-col-md-3 {
    width: 25%;
  }
  .l-col-md-2 {
    width: 16.66666667%;
  }
  .l-col-md-1 {
    width: 8.33333333%;
  }
  .l-col-md-offset-12 {
    margin-left: 100%;
  }
  .l-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .l-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .l-col-md-offset-9 {
    margin-left: 75%;
  }
  .l-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .l-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .l-col-md-offset-6 {
    margin-left: 50%;
  }
  .l-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .l-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .l-col-md-offset-3 {
    margin-left: 25%;
  }
  .l-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .l-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .l-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .l-col-lg-1,
  .l-col-lg-2,
  .l-col-lg-3,
  .l-col-lg-4,
  .l-col-lg-5,
  .l-col-lg-6,
  .l-col-lg-7,
  .l-col-lg-8,
  .l-col-lg-9,
  .l-col-lg-10,
  .l-col-lg-11,
  .l-col-lg-12 {
    float: left;
  }
  .l-col-lg-12 {
    width: 100%;
  }
  .l-col-lg-11 {
    width: 91.66666667%;
  }
  .l-col-lg-10 {
    width: 83.33333333%;
  }
  .l-col-lg-9 {
    width: 75%;
  }
  .l-col-lg-8 {
    width: 66.66666667%;
  }
  .l-col-lg-7 {
    width: 58.33333333%;
  }
  .l-col-lg-6 {
    width: 50%;
  }
  .l-col-lg-5 {
    width: 41.66666667%;
  }
  .l-col-lg-4 {
    width: 33.33333333%;
  }
  .l-col-lg-3 {
    width: 25%;
  }
  .l-col-lg-2 {
    width: 16.66666667%;
  }
  .l-col-lg-1 {
    width: 8.33333333%;
  }
  .l-col-lg-offset-12 {
    margin-left: 100%;
  }
  .l-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .l-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .l-col-lg-offset-9 {
    margin-left: 75%;
  }
  .l-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .l-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .l-col-lg-offset-6 {
    margin-left: 50%;
  }
  .l-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .l-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .l-col-lg-offset-3 {
    margin-left: 25%;
  }
  .l-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .l-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .l-col-lg-offset-0 {
    margin-left: 0%;
  }
}
.currency-converter-popup.currency-converter-popup.currency-converter-popup .modal-body {
  max-height: 560px;
}
.one-column-box {
  display: flex;
  flex-direction: column;
}
/*
    Styles for modal window to be used on all pages
    Based on Bootstrap styles
    Designed to work with Bootbox plugin on old pages and Angular Bootstrap UI Modal framework on new pages
*/
/* Sticky footer action bar */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.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 .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 .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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
body.modal-open {
  margin: 0 !important;
}
.c-modal {
  font-size: 1rem;
  overflow: hidden !important;
}
.c-modal .modal-dialog {
  display: flex;
  align-items: center;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  /*bottom: 0 !important;*/
  width: 720px !important;
  max-height: calc(100% - 50px) !important;
  margin: auto !important;
  padding: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  /*position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        min-width: 500px;
        max-height: ~"calc(100% - 50px)" !important;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-transform: translate(-50%, -51%) !important;
        transform: translate(-50%, -51%) !important;
        -webkit-font-smoothing: subpixel-antialiased;*/
}
.c-modal .modal-dialog .modal-content {
  width: 100%;
  max-height: 100%;
  margin: 0 !important;
  padding: 1.6em 2.6em 2.6em 2.6em !important;
  overflow: visible !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.c-modal .modal-dialog .modal-header {
  display: flex;
  justify-content: space-between;
  font-size: 1em !important;
  padding: 0 0 0.7em 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  color: #444444 !important;
  background: none !important;
  border-bottom: 1px solid #CECECE;
}
.c-modal .modal-dialog .modal-header:before,
.c-modal .modal-dialog .modal-header:after {
  display: none;
}
.c-modal .modal-dialog .modal-header .modal-title {
  margin: 0 !important;
  font-size: 1em !important;
  color: #444444 !important;
  font-weight: normal !important;
}
.c-modal .modal-dialog .bootbox-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  margin: 0;
  font-size: 1em;
  float: none;
  font-weight: normal;
  line-height: 1.42857143;
  color: #444444;
  text-shadow: none;
  opacity: 1;
}
.c-modal .modal-dialog .modal-body > .bootbox-close-button {
  position: absolute;
  top: 1.3em;
  right: 2.1em;
  z-index: 1;
}
.c-modal .modal-dialog .modal-body {
  padding: 0 !important;
  overflow: auto;
  max-height: 520px;
  font-size: 1em !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.c-modal .modal-dialog .modal-body > .bootbox-body {
  overflow: visible !important;
}
.c-modal .modal-dialog .modal-footer {
  padding: 1.5em 0 0 0 !important;
  background: none !important;
  border: none !important;
  text-align: center !important;
}
.c-modal .modal-dialog .bootbox-body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
  color: #444444 !important;
  line-height: 1.42857143 !important;
  max-height: 520px;
  overflow: auto;
}
.c-modal .modal-dialog .bootbox-body p {
  font-size: 1em !important;
}
.c-modal.c-modal_400 .modal-dialog {
  width: 400px !important;
}
.c-modal.c-modal_500 .modal-dialog {
  width: 500px !important;
}
.c-modal.c-modal_600 .modal-dialog {
  width: 600px !important;
}
.c-modal.c-modal_800 .modal-dialog {
  width: 800px !important;
}
.c-modal.c-modal_900 .modal-dialog {
  width: 900px !important;
}
.c-modal.c-modal_1000 .modal-dialog {
  width: 1000px !important;
}
.c-modal.c-modal_1100 .modal-dialog {
  width: 1100px !important;
}
.c-modal.c-modal_1200 .modal-dialog {
  width: 1200px !important;
}
.c-modal.c-modal_custom345345 .modal-dialog {
  width: 1200px !important;
}
.c-modal.c-modal_custom345345 .modal-dialog .embed-responsive-65 {
  padding-bottom: 45%;
}
body.c-modal-iframe {
  overflow: hidden;
}
.c-modal_has-iframe .modal-dialog .bootbox-body {
  max-height: none;
  overflow: hidden;
}
.c-modal_has-iframe .olr-modal-iframe-loading-wrapper {
  background: url(../../../Images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.c-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #CECECE;
}
.c-modal-header--no-border {
  border: inherit;
}
.c-modal-header--no-title .c-btn {
  margin-left: auto;
}
.c-modal-header .c-modal-title {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.42857143;
  font-variant: normal;
}
.c-modal-body {
  padding-top: 2em;
  max-height: 520px;
  overflow: auto;
}
.c-modal-body.c-modal-body_no-scroll {
  overflow: visible;
}
.c-popup-message {
  width: 75%;
  padding: 1.5em 0;
  margin: 0 auto;
  text-align: center;
}
.c-popup-message-compound {
  padding-top: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}
.c-popup-sub-message {
  width: 75%;
  margin: 0 auto;
  color: #757575;
}
.c-popup-success-message {
  width: 75%;
  padding: 1.5em 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1.45em;
}
.c-popup-success-message .c-popup-success-message-icon {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
  color: #0DAAA6;
}
.c-popup-success-message .c-popup-success-message-icon,
.c-popup-success-message .c-popup-success-message-text {
  vertical-align: middle;
}
.c-modal-error {
  color: #ac414f;
}
.c-modal-footer {
  padding-top: 1.5em;
  text-align: center;
}
.c-modal-close {
  padding: 0 !important;
  height: 2em !important;
  margin: 0 1px 0 0;
  color: #8d8d8d !important;
  text-decoration: none !important;
}
.c-modal-close:hover,
.c-modal-close:focus {
  color: #444444 !important;
  text-decoration: none !important;
}
.c-modal-confirm .modal-dialog .bootbox-body {
  padding: 2em 0 0.5em !important;
  text-align: center;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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%;
}
.embed-responsive-65 {
  padding-bottom: 60%;
}
.c-modal_follow-bldg .embed-responsive-65 {
  padding-bottom: 52%;
}
.home-review-invite-popup .embed-responsive-4by3,
.home-review-resend-popup .embed-responsive-4by3 {
  padding-bottom: 51%;
}
.bootbox.c-modal .modal-header {
  flex-direction: row-reverse;
}
.deactivate-agent_modal > .modal-dialog {
  position: unset;
}
.c-modal_stop-following {
  background: #fff;
}
.c-modal_stop-following .modal-content {
  box-shadow: initial!important;
  border: initial!important;
  padding: initial !important;
  width: 88% !important;
  left: 1%;
}
.c-modal_stop-following .modal-content .bootbox-close-button {
  display: none!important;
}
.c-modal_stop-following .bootbox-body.bootbox-body.bootbox-body {
  font-size: 18px!important;
  padding: 1.5em 0 !important;
}
.next-steps-message-wrapper {
  margin: 16px 0;
  padding: 20px 16px;
  background: #f4f4f4;
}
.next-steps-message-wrapper h4 {
  margin-bottom: 16px;
  color: #757575;
  padding-top: 0!important;
  margin-top: 0!important;
  font-weight: bold;
}
.next-steps-message-wrapper a {
  color: #444 !important;
  text-decoration: underline;
}
.next-steps-message-wrapper li {
  padding-left: 0!important;
}
.next-steps-message-wrapper ol ul {
  margin-top: 15px;
}
.next-steps-message-wrapper ol > li::marker {
  font-weight: bold;
}
.next-steps-message-wrapper ul li {
  list-style: lower-latin;
}
.rebny-status-modal.rebny-status-modal.rebny-status-modal.rebny-status-modal.rebny-status-modal .modal-dialog {
  width: 800px!important;
}
.rebny-status-modal.rebny-status-modal.rebny-status-modal.rebny-status-modal.rebny-status-modal .modal-title {
  color: #8d8d8d !important;
}
.rebny-status-modal.rebny-status-modal.rebny-status-modal.rebny-status-modal.rebny-status-modal .modal-body {
  max-height: 600px;
  height: 600px;
}
.bootbox-account-limitation-message-popup.bootbox-account-limitation-message-popup.bootbox-account-limitation-message-popup p {
  font-size: 1.45em !important;
}
.show-guest-account-modal .c-modal-close {
  position: absolute;
  right: 4em;
  top: 2em;
  color: #444 !important;
}
.show-guest-account-modal .c-modal-body {
  width: 75%;
  padding: 4em 0 2.5em !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.page, .main {
    width: 100% !important;
}

@media print {
    .print-hide {
        display: none;
    }
    .c-section {
        border: none !important;
    }
    body {
        min-width: 0 !important;
    }
    .c-footer {
        display: none;
    }

    .page-break-before {
        page-break-before: always;
    }

    .page-break-after {
        page-break-after: always;
    }
}

/* Sticky footer action bar */
.clearboth {
  clear: both;
}
.full-width {
  width: 100%;
}
.h-font-weight-normal {
  font-weight: normal;
}
.h-font-weight-bold {
  font-weight: bold;
}
.h-text-decoration {
  text-decoration: underline !important;
}
.h-text-decoration-none {
  text-decoration: none !important;
}
.h-text-decoration-hover:hover {
  text-decoration: underline !important;
}
.h-text-decoration-hover-none:hover {
  text-decoration: none !important;
}
.h-font-0 {
  font-size: 0;
}
.h-font-12 {
  font-size: 12px;
}
.h-font-075 {
  font-size: 0.75em;
}
.h-font-125 {
  font-size: 1.25em;
}
.h-font-15 {
  font-size: 1.5em;
}
.h-font-20 {
  font-size: 2em;
}
.h-font-xxs {
  font-size: 0.55em !important;
}
.h-font-xs {
  font-size: 0.7em !important;
}
.h-font-s {
  font-size: 0.85em !important;
}
.h-font-m {
  font-size: 1em !important;
}
.h-font-l {
  font-size: 1.15em !important;
}
.h-font-xl {
  font-size: 1.3em !important;
}
.h-font-xxl {
  font-size: 1.45em !important;
}
.h-font-xxxl {
  font-size: 1.6em !important;
}
.h-text-color-default {
  color: #444444 !important;
}
.h-text-color-muted {
  color: #757575;
}
.h-text-color-light {
  color: #8d8d8d !important;
}
.h-text-color-disabled {
  color: #cecece;
}
.h-text-color-error {
  color: #ac414f !important;
}
.h-text-color-success {
  color: #27AE60 !important;
}
.h-text-color-white {
  color: #FFFFFF !important;
}
.h-text-bold {
  font-weight: bold;
}
.h-text-normal {
  font-weight: normal;
}
.h-text-color-primary {
  color: #39A6DE !important;
}
.h-text-left {
  text-align: left !important;
}
.h-text-right {
  text-align: right !important;
}
.h-text-center {
  text-align: center !important;
}
.h-text-justify {
  text-align: justify !important;
}
.h-float-none {
  float: none !important;
}
.h-overflow-hidden {
  overflow: hidden;
}
.h-text-ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-text-ellipsis.h-text-ellipsis_block {
  display: block;
}
.h-cell-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-text-nowrap {
  white-space: nowrap;
}
.h-text-uppercase {
  text-transform: uppercase !important;
}
.h-text-capitalize {
  text-transform: capitalize !important;
}
.h-marg-center {
  margin: auto;
}
.h-valign-middle {
  display: inline-block;
  vertical-align: middle;
}
.h-align-center {
  align-items: center;
}
.h-no-border {
  border: initial;
}
.overflow-hidden {
  overflow: hidden;
}
.h-full-width {
  width: 100%;
}
.h-max-width-parent {
  max-width: 100%;
}
.disable-click {
  pointer-events: none;
}
.h-marg-l-0 {
  margin-left: 0em !important;
}
.h-marg-r-0 {
  margin-right: 0em !important;
}
.h-marg-t-0 {
  margin-top: 0em !important;
}
.h-marg-b-0 {
  margin-bottom: 0em !important;
}
.h-marg-v-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
.h-marg-h-0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}
.h-marg-all-0 {
  margin: 0em !important;
}
.h-pad-l-0 {
  padding-left: 0em !important;
}
.h-pad-r-0 {
  padding-right: 0em !important;
}
.h-pad-t-0 {
  padding-top: 0em !important;
}
.h-pad-b-0 {
  padding-bottom: 0em !important;
}
.h-pad-v-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}
.h-pad-h-0 {
  padding-left: 0em !important;
  padding-right: 0em !important;
}
.h-pad-all-0 {
  padding: 0em !important;
}
.h-marg-l-1 {
  margin-left: 0.1em !important;
}
.h-marg-r-1 {
  margin-right: 0.1em !important;
}
.h-marg-t-1 {
  margin-top: 0.1em !important;
}
.h-marg-b-1 {
  margin-bottom: 0.1em !important;
}
.h-marg-v-1 {
  margin-top: 0.1em !important;
  margin-bottom: 0.1em !important;
}
.h-marg-h-1 {
  margin-left: 0.1em !important;
  margin-right: 0.1em !important;
}
.h-marg-all-1 {
  margin: 0.1em !important;
}
.h-pad-l-1 {
  padding-left: 0.1em !important;
}
.h-pad-r-1 {
  padding-right: 0.1em !important;
}
.h-pad-t-1 {
  padding-top: 0.1em !important;
}
.h-pad-b-1 {
  padding-bottom: 0.1em !important;
}
.h-pad-v-1 {
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important;
}
.h-pad-h-1 {
  padding-left: 0.1em !important;
  padding-right: 0.1em !important;
}
.h-pad-all-1 {
  padding: 0.1em !important;
}
.h-marg-l-2 {
  margin-left: 0.2em !important;
}
.h-marg-r-2 {
  margin-right: 0.2em !important;
}
.h-marg-t-2 {
  margin-top: 0.2em !important;
}
.h-marg-b-2 {
  margin-bottom: 0.2em !important;
}
.h-marg-v-2 {
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
}
.h-marg-h-2 {
  margin-left: 0.2em !important;
  margin-right: 0.2em !important;
}
.h-marg-all-2 {
  margin: 0.2em !important;
}
.h-pad-l-2 {
  padding-left: 0.2em !important;
}
.h-pad-r-2 {
  padding-right: 0.2em !important;
}
.h-pad-t-2 {
  padding-top: 0.2em !important;
}
.h-pad-b-2 {
  padding-bottom: 0.2em !important;
}
.h-pad-v-2 {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
}
.h-pad-h-2 {
  padding-left: 0.2em !important;
  padding-right: 0.2em !important;
}
.h-pad-all-2 {
  padding: 0.2em !important;
}
.h-marg-l-3 {
  margin-left: 0.3em !important;
}
.h-marg-r-3 {
  margin-right: 0.3em !important;
}
.h-marg-t-3 {
  margin-top: 0.3em !important;
}
.h-marg-b-3 {
  margin-bottom: 0.3em !important;
}
.h-marg-v-3 {
  margin-top: 0.3em !important;
  margin-bottom: 0.3em !important;
}
.h-marg-h-3 {
  margin-left: 0.3em !important;
  margin-right: 0.3em !important;
}
.h-marg-all-3 {
  margin: 0.3em !important;
}
.h-pad-l-3 {
  padding-left: 0.3em !important;
}
.h-pad-r-3 {
  padding-right: 0.3em !important;
}
.h-pad-t-3 {
  padding-top: 0.3em !important;
}
.h-pad-b-3 {
  padding-bottom: 0.3em !important;
}
.h-pad-v-3 {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}
.h-pad-h-3 {
  padding-left: 0.3em !important;
  padding-right: 0.3em !important;
}
.h-pad-all-3 {
  padding: 0.3em !important;
}
.h-marg-l-4 {
  margin-left: 0.4em !important;
}
.h-marg-r-4 {
  margin-right: 0.4em !important;
}
.h-marg-t-4 {
  margin-top: 0.4em !important;
}
.h-marg-b-4 {
  margin-bottom: 0.4em !important;
}
.h-marg-v-4 {
  margin-top: 0.4em !important;
  margin-bottom: 0.4em !important;
}
.h-marg-h-4 {
  margin-left: 0.4em !important;
  margin-right: 0.4em !important;
}
.h-marg-all-4 {
  margin: 0.4em !important;
}
.h-pad-l-4 {
  padding-left: 0.4em !important;
}
.h-pad-r-4 {
  padding-right: 0.4em !important;
}
.h-pad-t-4 {
  padding-top: 0.4em !important;
}
.h-pad-b-4 {
  padding-bottom: 0.4em !important;
}
.h-pad-v-4 {
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important;
}
.h-pad-h-4 {
  padding-left: 0.4em !important;
  padding-right: 0.4em !important;
}
.h-pad-all-4 {
  padding: 0.4em !important;
}
.h-marg-l-5 {
  margin-left: 0.5em !important;
}
.h-marg-r-5 {
  margin-right: 0.5em !important;
}
.h-marg-t-5 {
  margin-top: 0.5em !important;
}
.h-marg-b-5 {
  margin-bottom: 0.5em !important;
}
.h-marg-v-5 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.h-marg-h-5 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}
.h-marg-all-5 {
  margin: 0.5em !important;
}
.h-pad-l-5 {
  padding-left: 0.5em !important;
}
.h-pad-r-5 {
  padding-right: 0.5em !important;
}
.h-pad-t-5 {
  padding-top: 0.5em !important;
}
.h-pad-b-5 {
  padding-bottom: 0.5em !important;
}
.h-pad-v-5 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.h-pad-h-5 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
.h-pad-all-5 {
  padding: 0.5em !important;
}
.h-marg-l-6 {
  margin-left: 0.6em !important;
}
.h-marg-r-6 {
  margin-right: 0.6em !important;
}
.h-marg-t-6 {
  margin-top: 0.6em !important;
}
.h-marg-b-6 {
  margin-bottom: 0.6em !important;
}
.h-marg-v-6 {
  margin-top: 0.6em !important;
  margin-bottom: 0.6em !important;
}
.h-marg-h-6 {
  margin-left: 0.6em !important;
  margin-right: 0.6em !important;
}
.h-marg-all-6 {
  margin: 0.6em !important;
}
.h-pad-l-6 {
  padding-left: 0.6em !important;
}
.h-pad-r-6 {
  padding-right: 0.6em !important;
}
.h-pad-t-6 {
  padding-top: 0.6em !important;
}
.h-pad-b-6 {
  padding-bottom: 0.6em !important;
}
.h-pad-v-6 {
  padding-top: 0.6em !important;
  padding-bottom: 0.6em !important;
}
.h-pad-h-6 {
  padding-left: 0.6em !important;
  padding-right: 0.6em !important;
}
.h-pad-all-6 {
  padding: 0.6em !important;
}
.h-marg-l-7 {
  margin-left: 0.7em !important;
}
.h-marg-r-7 {
  margin-right: 0.7em !important;
}
.h-marg-t-7 {
  margin-top: 0.7em !important;
}
.h-marg-b-7 {
  margin-bottom: 0.7em !important;
}
.h-marg-v-7 {
  margin-top: 0.7em !important;
  margin-bottom: 0.7em !important;
}
.h-marg-h-7 {
  margin-left: 0.7em !important;
  margin-right: 0.7em !important;
}
.h-marg-all-7 {
  margin: 0.7em !important;
}
.h-pad-l-7 {
  padding-left: 0.7em !important;
}
.h-pad-r-7 {
  padding-right: 0.7em !important;
}
.h-pad-t-7 {
  padding-top: 0.7em !important;
}
.h-pad-b-7 {
  padding-bottom: 0.7em !important;
}
.h-pad-v-7 {
  padding-top: 0.7em !important;
  padding-bottom: 0.7em !important;
}
.h-pad-h-7 {
  padding-left: 0.7em !important;
  padding-right: 0.7em !important;
}
.h-pad-all-7 {
  padding: 0.7em !important;
}
.h-marg-l-8 {
  margin-left: 0.8em !important;
}
.h-marg-r-8 {
  margin-right: 0.8em !important;
}
.h-marg-t-8 {
  margin-top: 0.8em !important;
}
.h-marg-b-8 {
  margin-bottom: 0.8em !important;
}
.h-marg-v-8 {
  margin-top: 0.8em !important;
  margin-bottom: 0.8em !important;
}
.h-marg-h-8 {
  margin-left: 0.8em !important;
  margin-right: 0.8em !important;
}
.h-marg-all-8 {
  margin: 0.8em !important;
}
.h-pad-l-8 {
  padding-left: 0.8em !important;
}
.h-pad-r-8 {
  padding-right: 0.8em !important;
}
.h-pad-t-8 {
  padding-top: 0.8em !important;
}
.h-pad-b-8 {
  padding-bottom: 0.8em !important;
}
.h-pad-v-8 {
  padding-top: 0.8em !important;
  padding-bottom: 0.8em !important;
}
.h-pad-h-8 {
  padding-left: 0.8em !important;
  padding-right: 0.8em !important;
}
.h-pad-all-8 {
  padding: 0.8em !important;
}
.h-marg-l-9 {
  margin-left: 0.9em !important;
}
.h-marg-r-9 {
  margin-right: 0.9em !important;
}
.h-marg-t-9 {
  margin-top: 0.9em !important;
}
.h-marg-b-9 {
  margin-bottom: 0.9em !important;
}
.h-marg-v-9 {
  margin-top: 0.9em !important;
  margin-bottom: 0.9em !important;
}
.h-marg-h-9 {
  margin-left: 0.9em !important;
  margin-right: 0.9em !important;
}
.h-marg-all-9 {
  margin: 0.9em !important;
}
.h-pad-l-9 {
  padding-left: 0.9em !important;
}
.h-pad-r-9 {
  padding-right: 0.9em !important;
}
.h-pad-t-9 {
  padding-top: 0.9em !important;
}
.h-pad-b-9 {
  padding-bottom: 0.9em !important;
}
.h-pad-v-9 {
  padding-top: 0.9em !important;
  padding-bottom: 0.9em !important;
}
.h-pad-h-9 {
  padding-left: 0.9em !important;
  padding-right: 0.9em !important;
}
.h-pad-all-9 {
  padding: 0.9em !important;
}
.h-marg-l-10 {
  margin-left: 1em !important;
}
.h-marg-r-10 {
  margin-right: 1em !important;
}
.h-marg-t-10 {
  margin-top: 1em !important;
}
.h-marg-b-10 {
  margin-bottom: 1em !important;
}
.h-marg-v-10 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.h-marg-h-10 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.h-marg-all-10 {
  margin: 1em !important;
}
.h-pad-l-10 {
  padding-left: 1em !important;
}
.h-pad-r-10 {
  padding-right: 1em !important;
}
.h-pad-t-10 {
  padding-top: 1em !important;
}
.h-pad-b-10 {
  padding-bottom: 1em !important;
}
.h-pad-v-10 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.h-pad-h-10 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.h-pad-all-10 {
  padding: 1em !important;
}
.h-marg-l-11 {
  margin-left: 1.1em !important;
}
.h-marg-r-11 {
  margin-right: 1.1em !important;
}
.h-marg-t-11 {
  margin-top: 1.1em !important;
}
.h-marg-b-11 {
  margin-bottom: 1.1em !important;
}
.h-marg-v-11 {
  margin-top: 1.1em !important;
  margin-bottom: 1.1em !important;
}
.h-marg-h-11 {
  margin-left: 1.1em !important;
  margin-right: 1.1em !important;
}
.h-marg-all-11 {
  margin: 1.1em !important;
}
.h-pad-l-11 {
  padding-left: 1.1em !important;
}
.h-pad-r-11 {
  padding-right: 1.1em !important;
}
.h-pad-t-11 {
  padding-top: 1.1em !important;
}
.h-pad-b-11 {
  padding-bottom: 1.1em !important;
}
.h-pad-v-11 {
  padding-top: 1.1em !important;
  padding-bottom: 1.1em !important;
}
.h-pad-h-11 {
  padding-left: 1.1em !important;
  padding-right: 1.1em !important;
}
.h-pad-all-11 {
  padding: 1.1em !important;
}
.h-marg-l-12 {
  margin-left: 1.2em !important;
}
.h-marg-r-12 {
  margin-right: 1.2em !important;
}
.h-marg-t-12 {
  margin-top: 1.2em !important;
}
.h-marg-b-12 {
  margin-bottom: 1.2em !important;
}
.h-marg-v-12 {
  margin-top: 1.2em !important;
  margin-bottom: 1.2em !important;
}
.h-marg-h-12 {
  margin-left: 1.2em !important;
  margin-right: 1.2em !important;
}
.h-marg-all-12 {
  margin: 1.2em !important;
}
.h-pad-l-12 {
  padding-left: 1.2em !important;
}
.h-pad-r-12 {
  padding-right: 1.2em !important;
}
.h-pad-t-12 {
  padding-top: 1.2em !important;
}
.h-pad-b-12 {
  padding-bottom: 1.2em !important;
}
.h-pad-v-12 {
  padding-top: 1.2em !important;
  padding-bottom: 1.2em !important;
}
.h-pad-h-12 {
  padding-left: 1.2em !important;
  padding-right: 1.2em !important;
}
.h-pad-all-12 {
  padding: 1.2em !important;
}
.h-marg-l-13 {
  margin-left: 1.3em !important;
}
.h-marg-r-13 {
  margin-right: 1.3em !important;
}
.h-marg-t-13 {
  margin-top: 1.3em !important;
}
.h-marg-b-13 {
  margin-bottom: 1.3em !important;
}
.h-marg-v-13 {
  margin-top: 1.3em !important;
  margin-bottom: 1.3em !important;
}
.h-marg-h-13 {
  margin-left: 1.3em !important;
  margin-right: 1.3em !important;
}
.h-marg-all-13 {
  margin: 1.3em !important;
}
.h-pad-l-13 {
  padding-left: 1.3em !important;
}
.h-pad-r-13 {
  padding-right: 1.3em !important;
}
.h-pad-t-13 {
  padding-top: 1.3em !important;
}
.h-pad-b-13 {
  padding-bottom: 1.3em !important;
}
.h-pad-v-13 {
  padding-top: 1.3em !important;
  padding-bottom: 1.3em !important;
}
.h-pad-h-13 {
  padding-left: 1.3em !important;
  padding-right: 1.3em !important;
}
.h-pad-all-13 {
  padding: 1.3em !important;
}
.h-marg-l-14 {
  margin-left: 1.4em !important;
}
.h-marg-r-14 {
  margin-right: 1.4em !important;
}
.h-marg-t-14 {
  margin-top: 1.4em !important;
}
.h-marg-b-14 {
  margin-bottom: 1.4em !important;
}
.h-marg-v-14 {
  margin-top: 1.4em !important;
  margin-bottom: 1.4em !important;
}
.h-marg-h-14 {
  margin-left: 1.4em !important;
  margin-right: 1.4em !important;
}
.h-marg-all-14 {
  margin: 1.4em !important;
}
.h-pad-l-14 {
  padding-left: 1.4em !important;
}
.h-pad-r-14 {
  padding-right: 1.4em !important;
}
.h-pad-t-14 {
  padding-top: 1.4em !important;
}
.h-pad-b-14 {
  padding-bottom: 1.4em !important;
}
.h-pad-v-14 {
  padding-top: 1.4em !important;
  padding-bottom: 1.4em !important;
}
.h-pad-h-14 {
  padding-left: 1.4em !important;
  padding-right: 1.4em !important;
}
.h-pad-all-14 {
  padding: 1.4em !important;
}
.h-marg-l-15 {
  margin-left: 1.5em !important;
}
.h-marg-r-15 {
  margin-right: 1.5em !important;
}
.h-marg-t-15 {
  margin-top: 1.5em !important;
}
.h-marg-b-15 {
  margin-bottom: 1.5em !important;
}
.h-marg-v-15 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.h-marg-h-15 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}
.h-marg-all-15 {
  margin: 1.5em !important;
}
.h-pad-l-15 {
  padding-left: 1.5em !important;
}
.h-pad-r-15 {
  padding-right: 1.5em !important;
}
.h-pad-t-15 {
  padding-top: 1.5em !important;
}
.h-pad-b-15 {
  padding-bottom: 1.5em !important;
}
.h-pad-v-15 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}
.h-pad-h-15 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
.h-pad-all-15 {
  padding: 1.5em !important;
}
.h-marg-l-16 {
  margin-left: 1.6em !important;
}
.h-marg-r-16 {
  margin-right: 1.6em !important;
}
.h-marg-t-16 {
  margin-top: 1.6em !important;
}
.h-marg-b-16 {
  margin-bottom: 1.6em !important;
}
.h-marg-v-16 {
  margin-top: 1.6em !important;
  margin-bottom: 1.6em !important;
}
.h-marg-h-16 {
  margin-left: 1.6em !important;
  margin-right: 1.6em !important;
}
.h-marg-all-16 {
  margin: 1.6em !important;
}
.h-pad-l-16 {
  padding-left: 1.6em !important;
}
.h-pad-r-16 {
  padding-right: 1.6em !important;
}
.h-pad-t-16 {
  padding-top: 1.6em !important;
}
.h-pad-b-16 {
  padding-bottom: 1.6em !important;
}
.h-pad-v-16 {
  padding-top: 1.6em !important;
  padding-bottom: 1.6em !important;
}
.h-pad-h-16 {
  padding-left: 1.6em !important;
  padding-right: 1.6em !important;
}
.h-pad-all-16 {
  padding: 1.6em !important;
}
.h-marg-l-17 {
  margin-left: 1.7em !important;
}
.h-marg-r-17 {
  margin-right: 1.7em !important;
}
.h-marg-t-17 {
  margin-top: 1.7em !important;
}
.h-marg-b-17 {
  margin-bottom: 1.7em !important;
}
.h-marg-v-17 {
  margin-top: 1.7em !important;
  margin-bottom: 1.7em !important;
}
.h-marg-h-17 {
  margin-left: 1.7em !important;
  margin-right: 1.7em !important;
}
.h-marg-all-17 {
  margin: 1.7em !important;
}
.h-pad-l-17 {
  padding-left: 1.7em !important;
}
.h-pad-r-17 {
  padding-right: 1.7em !important;
}
.h-pad-t-17 {
  padding-top: 1.7em !important;
}
.h-pad-b-17 {
  padding-bottom: 1.7em !important;
}
.h-pad-v-17 {
  padding-top: 1.7em !important;
  padding-bottom: 1.7em !important;
}
.h-pad-h-17 {
  padding-left: 1.7em !important;
  padding-right: 1.7em !important;
}
.h-pad-all-17 {
  padding: 1.7em !important;
}
.h-marg-l-18 {
  margin-left: 1.8em !important;
}
.h-marg-r-18 {
  margin-right: 1.8em !important;
}
.h-marg-t-18 {
  margin-top: 1.8em !important;
}
.h-marg-b-18 {
  margin-bottom: 1.8em !important;
}
.h-marg-v-18 {
  margin-top: 1.8em !important;
  margin-bottom: 1.8em !important;
}
.h-marg-h-18 {
  margin-left: 1.8em !important;
  margin-right: 1.8em !important;
}
.h-marg-all-18 {
  margin: 1.8em !important;
}
.h-pad-l-18 {
  padding-left: 1.8em !important;
}
.h-pad-r-18 {
  padding-right: 1.8em !important;
}
.h-pad-t-18 {
  padding-top: 1.8em !important;
}
.h-pad-b-18 {
  padding-bottom: 1.8em !important;
}
.h-pad-v-18 {
  padding-top: 1.8em !important;
  padding-bottom: 1.8em !important;
}
.h-pad-h-18 {
  padding-left: 1.8em !important;
  padding-right: 1.8em !important;
}
.h-pad-all-18 {
  padding: 1.8em !important;
}
.h-marg-l-19 {
  margin-left: 1.9em !important;
}
.h-marg-r-19 {
  margin-right: 1.9em !important;
}
.h-marg-t-19 {
  margin-top: 1.9em !important;
}
.h-marg-b-19 {
  margin-bottom: 1.9em !important;
}
.h-marg-v-19 {
  margin-top: 1.9em !important;
  margin-bottom: 1.9em !important;
}
.h-marg-h-19 {
  margin-left: 1.9em !important;
  margin-right: 1.9em !important;
}
.h-marg-all-19 {
  margin: 1.9em !important;
}
.h-pad-l-19 {
  padding-left: 1.9em !important;
}
.h-pad-r-19 {
  padding-right: 1.9em !important;
}
.h-pad-t-19 {
  padding-top: 1.9em !important;
}
.h-pad-b-19 {
  padding-bottom: 1.9em !important;
}
.h-pad-v-19 {
  padding-top: 1.9em !important;
  padding-bottom: 1.9em !important;
}
.h-pad-h-19 {
  padding-left: 1.9em !important;
  padding-right: 1.9em !important;
}
.h-pad-all-19 {
  padding: 1.9em !important;
}
.h-marg-l-20 {
  margin-left: 2em !important;
}
.h-marg-r-20 {
  margin-right: 2em !important;
}
.h-marg-t-20 {
  margin-top: 2em !important;
}
.h-marg-b-20 {
  margin-bottom: 2em !important;
}
.h-marg-v-20 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.h-marg-h-20 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}
.h-marg-all-20 {
  margin: 2em !important;
}
.h-pad-l-20 {
  padding-left: 2em !important;
}
.h-pad-r-20 {
  padding-right: 2em !important;
}
.h-pad-t-20 {
  padding-top: 2em !important;
}
.h-pad-b-20 {
  padding-bottom: 2em !important;
}
.h-pad-v-20 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.h-pad-h-20 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.h-pad-all-20 {
  padding: 2em !important;
}
.h-marg-l-21 {
  margin-left: 2.1em !important;
}
.h-marg-r-21 {
  margin-right: 2.1em !important;
}
.h-marg-t-21 {
  margin-top: 2.1em !important;
}
.h-marg-b-21 {
  margin-bottom: 2.1em !important;
}
.h-marg-v-21 {
  margin-top: 2.1em !important;
  margin-bottom: 2.1em !important;
}
.h-marg-h-21 {
  margin-left: 2.1em !important;
  margin-right: 2.1em !important;
}
.h-marg-all-21 {
  margin: 2.1em !important;
}
.h-pad-l-21 {
  padding-left: 2.1em !important;
}
.h-pad-r-21 {
  padding-right: 2.1em !important;
}
.h-pad-t-21 {
  padding-top: 2.1em !important;
}
.h-pad-b-21 {
  padding-bottom: 2.1em !important;
}
.h-pad-v-21 {
  padding-top: 2.1em !important;
  padding-bottom: 2.1em !important;
}
.h-pad-h-21 {
  padding-left: 2.1em !important;
  padding-right: 2.1em !important;
}
.h-pad-all-21 {
  padding: 2.1em !important;
}
.h-marg-l-22 {
  margin-left: 2.2em !important;
}
.h-marg-r-22 {
  margin-right: 2.2em !important;
}
.h-marg-t-22 {
  margin-top: 2.2em !important;
}
.h-marg-b-22 {
  margin-bottom: 2.2em !important;
}
.h-marg-v-22 {
  margin-top: 2.2em !important;
  margin-bottom: 2.2em !important;
}
.h-marg-h-22 {
  margin-left: 2.2em !important;
  margin-right: 2.2em !important;
}
.h-marg-all-22 {
  margin: 2.2em !important;
}
.h-pad-l-22 {
  padding-left: 2.2em !important;
}
.h-pad-r-22 {
  padding-right: 2.2em !important;
}
.h-pad-t-22 {
  padding-top: 2.2em !important;
}
.h-pad-b-22 {
  padding-bottom: 2.2em !important;
}
.h-pad-v-22 {
  padding-top: 2.2em !important;
  padding-bottom: 2.2em !important;
}
.h-pad-h-22 {
  padding-left: 2.2em !important;
  padding-right: 2.2em !important;
}
.h-pad-all-22 {
  padding: 2.2em !important;
}
.h-marg-l-23 {
  margin-left: 2.3em !important;
}
.h-marg-r-23 {
  margin-right: 2.3em !important;
}
.h-marg-t-23 {
  margin-top: 2.3em !important;
}
.h-marg-b-23 {
  margin-bottom: 2.3em !important;
}
.h-marg-v-23 {
  margin-top: 2.3em !important;
  margin-bottom: 2.3em !important;
}
.h-marg-h-23 {
  margin-left: 2.3em !important;
  margin-right: 2.3em !important;
}
.h-marg-all-23 {
  margin: 2.3em !important;
}
.h-pad-l-23 {
  padding-left: 2.3em !important;
}
.h-pad-r-23 {
  padding-right: 2.3em !important;
}
.h-pad-t-23 {
  padding-top: 2.3em !important;
}
.h-pad-b-23 {
  padding-bottom: 2.3em !important;
}
.h-pad-v-23 {
  padding-top: 2.3em !important;
  padding-bottom: 2.3em !important;
}
.h-pad-h-23 {
  padding-left: 2.3em !important;
  padding-right: 2.3em !important;
}
.h-pad-all-23 {
  padding: 2.3em !important;
}
.h-marg-l-24 {
  margin-left: 2.4em !important;
}
.h-marg-r-24 {
  margin-right: 2.4em !important;
}
.h-marg-t-24 {
  margin-top: 2.4em !important;
}
.h-marg-b-24 {
  margin-bottom: 2.4em !important;
}
.h-marg-v-24 {
  margin-top: 2.4em !important;
  margin-bottom: 2.4em !important;
}
.h-marg-h-24 {
  margin-left: 2.4em !important;
  margin-right: 2.4em !important;
}
.h-marg-all-24 {
  margin: 2.4em !important;
}
.h-pad-l-24 {
  padding-left: 2.4em !important;
}
.h-pad-r-24 {
  padding-right: 2.4em !important;
}
.h-pad-t-24 {
  padding-top: 2.4em !important;
}
.h-pad-b-24 {
  padding-bottom: 2.4em !important;
}
.h-pad-v-24 {
  padding-top: 2.4em !important;
  padding-bottom: 2.4em !important;
}
.h-pad-h-24 {
  padding-left: 2.4em !important;
  padding-right: 2.4em !important;
}
.h-pad-all-24 {
  padding: 2.4em !important;
}
.h-marg-l-25 {
  margin-left: 2.5em !important;
}
.h-marg-r-25 {
  margin-right: 2.5em !important;
}
.h-marg-t-25 {
  margin-top: 2.5em !important;
}
.h-marg-b-25 {
  margin-bottom: 2.5em !important;
}
.h-marg-v-25 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}
.h-marg-h-25 {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}
.h-marg-all-25 {
  margin: 2.5em !important;
}
.h-pad-l-25 {
  padding-left: 2.5em !important;
}
.h-pad-r-25 {
  padding-right: 2.5em !important;
}
.h-pad-t-25 {
  padding-top: 2.5em !important;
}
.h-pad-b-25 {
  padding-bottom: 2.5em !important;
}
.h-pad-v-25 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}
.h-pad-h-25 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}
.h-pad-all-25 {
  padding: 2.5em !important;
}
.h-marg-l-26 {
  margin-left: 2.6em !important;
}
.h-marg-r-26 {
  margin-right: 2.6em !important;
}
.h-marg-t-26 {
  margin-top: 2.6em !important;
}
.h-marg-b-26 {
  margin-bottom: 2.6em !important;
}
.h-marg-v-26 {
  margin-top: 2.6em !important;
  margin-bottom: 2.6em !important;
}
.h-marg-h-26 {
  margin-left: 2.6em !important;
  margin-right: 2.6em !important;
}
.h-marg-all-26 {
  margin: 2.6em !important;
}
.h-pad-l-26 {
  padding-left: 2.6em !important;
}
.h-pad-r-26 {
  padding-right: 2.6em !important;
}
.h-pad-t-26 {
  padding-top: 2.6em !important;
}
.h-pad-b-26 {
  padding-bottom: 2.6em !important;
}
.h-pad-v-26 {
  padding-top: 2.6em !important;
  padding-bottom: 2.6em !important;
}
.h-pad-h-26 {
  padding-left: 2.6em !important;
  padding-right: 2.6em !important;
}
.h-pad-all-26 {
  padding: 2.6em !important;
}
.h-marg-l-27 {
  margin-left: 2.7em !important;
}
.h-marg-r-27 {
  margin-right: 2.7em !important;
}
.h-marg-t-27 {
  margin-top: 2.7em !important;
}
.h-marg-b-27 {
  margin-bottom: 2.7em !important;
}
.h-marg-v-27 {
  margin-top: 2.7em !important;
  margin-bottom: 2.7em !important;
}
.h-marg-h-27 {
  margin-left: 2.7em !important;
  margin-right: 2.7em !important;
}
.h-marg-all-27 {
  margin: 2.7em !important;
}
.h-pad-l-27 {
  padding-left: 2.7em !important;
}
.h-pad-r-27 {
  padding-right: 2.7em !important;
}
.h-pad-t-27 {
  padding-top: 2.7em !important;
}
.h-pad-b-27 {
  padding-bottom: 2.7em !important;
}
.h-pad-v-27 {
  padding-top: 2.7em !important;
  padding-bottom: 2.7em !important;
}
.h-pad-h-27 {
  padding-left: 2.7em !important;
  padding-right: 2.7em !important;
}
.h-pad-all-27 {
  padding: 2.7em !important;
}
.h-marg-l-28 {
  margin-left: 2.8em !important;
}
.h-marg-r-28 {
  margin-right: 2.8em !important;
}
.h-marg-t-28 {
  margin-top: 2.8em !important;
}
.h-marg-b-28 {
  margin-bottom: 2.8em !important;
}
.h-marg-v-28 {
  margin-top: 2.8em !important;
  margin-bottom: 2.8em !important;
}
.h-marg-h-28 {
  margin-left: 2.8em !important;
  margin-right: 2.8em !important;
}
.h-marg-all-28 {
  margin: 2.8em !important;
}
.h-pad-l-28 {
  padding-left: 2.8em !important;
}
.h-pad-r-28 {
  padding-right: 2.8em !important;
}
.h-pad-t-28 {
  padding-top: 2.8em !important;
}
.h-pad-b-28 {
  padding-bottom: 2.8em !important;
}
.h-pad-v-28 {
  padding-top: 2.8em !important;
  padding-bottom: 2.8em !important;
}
.h-pad-h-28 {
  padding-left: 2.8em !important;
  padding-right: 2.8em !important;
}
.h-pad-all-28 {
  padding: 2.8em !important;
}
.h-marg-l-29 {
  margin-left: 2.9em !important;
}
.h-marg-r-29 {
  margin-right: 2.9em !important;
}
.h-marg-t-29 {
  margin-top: 2.9em !important;
}
.h-marg-b-29 {
  margin-bottom: 2.9em !important;
}
.h-marg-v-29 {
  margin-top: 2.9em !important;
  margin-bottom: 2.9em !important;
}
.h-marg-h-29 {
  margin-left: 2.9em !important;
  margin-right: 2.9em !important;
}
.h-marg-all-29 {
  margin: 2.9em !important;
}
.h-pad-l-29 {
  padding-left: 2.9em !important;
}
.h-pad-r-29 {
  padding-right: 2.9em !important;
}
.h-pad-t-29 {
  padding-top: 2.9em !important;
}
.h-pad-b-29 {
  padding-bottom: 2.9em !important;
}
.h-pad-v-29 {
  padding-top: 2.9em !important;
  padding-bottom: 2.9em !important;
}
.h-pad-h-29 {
  padding-left: 2.9em !important;
  padding-right: 2.9em !important;
}
.h-pad-all-29 {
  padding: 2.9em !important;
}
.h-marg-l-30 {
  margin-left: 3em !important;
}
.h-marg-r-30 {
  margin-right: 3em !important;
}
.h-marg-t-30 {
  margin-top: 3em !important;
}
.h-marg-b-30 {
  margin-bottom: 3em !important;
}
.h-marg-v-30 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
.h-marg-h-30 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}
.h-marg-all-30 {
  margin: 3em !important;
}
.h-pad-l-30 {
  padding-left: 3em !important;
}
.h-pad-r-30 {
  padding-right: 3em !important;
}
.h-pad-t-30 {
  padding-top: 3em !important;
}
.h-pad-b-30 {
  padding-bottom: 3em !important;
}
.h-pad-v-30 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.h-pad-h-30 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}
.h-pad-all-30 {
  padding: 3em !important;
}
.relative,
.h-relative {
  position: relative;
}
.noselect,
.h-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.center-image-h {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.center-image-h img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
.center-image-h-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.center-image-h-cover img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
}
.center-image-v {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.center-image-v img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.center-image-v-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.center-image-v-cover img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: 100%;
}
.h-hide-until-hover {
  opacity: 0;
}
.h-hide-until-hover:hover {
  opacity: 1;
}
.h-block,
.h-display-block {
  display: block;
}
.h-display-flex {
  display: flex;
}
.h-display-none {
  display: none;
}
.pointer {
  cursor: pointer;
}
.i-price-drop {
  color: #ac414f;
}
.i-price-increase {
  color: #27AE60;
}
.h-border-t-0 {
  border-top: none !important;
}
.h-border-b-0 {
  border-bottom: none !important;
}
.h-border-l-0 {
  border-left: none !important;
}
.h-border-r-0 {
  border-right: none !important;
}
.h-full-height {
  height: 100%;
}
.h-space-between + .h-space-between {
  margin-left: 0.5em;
}
.h-space-between-xl + .h-space-between-xl {
  margin-left: 1.45em;
}
.h-no-outline {
  outline: none;
}
.h-no-outline:hover,
.h-no-outline:focus {
  outline: none;
}
@font-face {
  font-family: 'Oswald-Variable';
  src: url(../fonts/Oswald-VariableFont_wght.ttf) format('truetype-variations');
  font-weight: 200 700;
  /* This is the key: define the *range* of weights */
  font-style: normal;
  /* Or 'italic 0 1' if it has an italic axis */
  font-display: swap;
  /* Or other display values */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  src: url('../../../OlrRedesign/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../../../OlrRedesign/fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../../../OlrRedesign/fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
}
.btn {
  border: 0;
  border-radius: 3px;
}
.btn.btn-sharp {
  border-radius: 0;
}
.btn.btn-primary {
  color: #FFFFFF;
  background-color: #39A6DE;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #208DC5;
}
.btn.btn-primary-important {
  color: #FFFFFF !important;
  background-color: #39A6DE !important;
}
.btn.btn-primary-important:hover,
.btn.btn-primary-important:focus {
  background-color: #208DC5 !important;
}
.btn.btn-success {
  color: #FFFFFF;
  background-color: #27AE60;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #DA8300;
}
.btn.btn-dark {
  color: #FFFFFF;
  background-color: #444444;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
  background-color: #515151;
}
.btn.btn-cancel {
  color: #FFFFFF;
  background-color: #717171;
}
.btn.btn-cancel:hover,
.btn.btn-cancel:focus {
  background-color: #575757;
}
.btn.btn-warning {
  color: #FFFFFF;
  background-color: #F39C11;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #DA8300;
}
.btn.btn-default {
  color: #444444 !important;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
}
.btn.btn-light-grey {
  color: #757575 !important;
  background-color: #f1f1f1;
  border: 1px solid #cecece;
}
.btn.btn-half {
  float: left;
  width: 50%;
}
.btn.btn-bold {
  font-weight: bold;
}
.btn.btn_space-between + .btn_space-between {
  margin-left: 0.5em;
}
.btn.btn-transparent {
  color: #39A6DE;
  background-color: #FFFFFF;
  border: 1px solid #39A6DE;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
  background-color: #208DC5;
  color: #FFFFFF;
  border-color: #208DC5;
}
.btn.pill {
  position: relative;
  padding: 0.15em 1em;
  padding-left: 2.25em;
  min-width: 10.4em;
  color: #fff;
  border-radius: 1em;
}
.btn.pill i {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.75em;
  width: 1.75em;
  line-height: 1.8em;
  border-radius: 100%;
}
.btn.pill-success {
  background-color: #61A814;
}
.btn.pill-success:hover {
  background-color: #549111;
}
.btn.pill-success i {
  background-color: #477F0B;
}
.btn.pill-danger {
  background-color: #E7354B;
}
.btn.pill-danger:hover {
  background-color: #e41e37;
}
.btn.pill-danger i {
  background-color: #AD0015;
}
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.85em;
  padding: 0.5em 0.9em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent !important;
  border-radius: 3px;
}
.c-btn.c-btn_block {
  display: flex;
}
.c-btn:hover,
.c-btn:focus {
  text-decoration: none !important;
}
.c-btn:focus {
  border-color: #39A6DE !important;
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
  box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
}
.c-btn.c-btn-primary {
  color: #FFFFFF;
  background-color: #39A6DE;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-primary:hover,
.c-btn.c-btn-primary:focus {
  background-color: #208DC5;
  border-color: #208DC5 !important;
}
.c-btn.c-btn-transparent,
.c-btn.c-btn-primary-o {
  color: #39A6DE;
  background-color: #FFFFFF;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-transparent:hover,
.c-btn.c-btn-primary-o:hover {
  color: #FFFFFF;
  background-color: #39A6DE;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-transparent--no-focus:focus,
.c-btn.c-btn-primary-o--no-focus:focus {
  color: #39A6DE !important;
  background-color: #FFFFFF !important;
  border-color: #39A6DE !important;
  box-shadow: initial !important;
}
.c-btn.c-btn-stop-o {
  color: red;
  background-color: #FFFFFF;
  border-color: red !important;
}
.c-btn.c-btn-stop-o:hover {
  color: #FFFFFF;
  background-color: red;
  border-color: red !important;
}
.c-btn.c-btn-stop-o--no-focus:focus {
  color: red !important;
  background-color: #FFFFFF !important;
  border-color: red !important;
  box-shadow: initial!important;
}
.c-btn.c-btn-default-o {
  color: #444444;
  background-color: #FFFFFF;
  border-color: #757575 !important;
}
.c-btn.c-btn-default-o:hover,
.c-btn.c-btn-default-o:focus {
  color: #FFFFFF;
  background-color: #39A6DE;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-default-o-primary {
  color: #444444;
  background-color: #FFFFFF;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-default-o-primary:hover,
.c-btn.c-btn-default-o-primary:focus {
  color: #FFFFFF;
  background-color: #39A6DE;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-default-o-primary--no-focus:focus {
  color: #39A6DE;
  background-color: #FFFFFF;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-cancel-o {
  color: #444444 !important;
  background-color: #FFFFFF;
  border-color: #757575 !important;
}
.c-btn.c-btn-cancel-o:hover,
.c-btn.c-btn-cancel-o:focus {
  color: #39A6DE !important;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-delete,
.c-btn.c-btn-delete-o {
  color: #444444 !important;
  background-color: #FFFFFF;
  border-color: #444444 !important;
}
.c-btn.c-btn-delete:hover,
.c-btn.c-btn-delete-o:hover,
.c-btn.c-btn-delete:focus,
.c-btn.c-btn-delete-o:focus {
  color: #FFFFFF !important;
  background-color: #444444;
}
.c-btn.c-btn-success {
  color: #FFFFFF;
  background-color: #27AE60;
  border-color: #27AE60 !important;
}
.c-btn.c-btn-success:hover,
.c-btn.c-btn-success:focus {
  background-color: #0E9547;
  border-color: #0E9547 !important;
}
.c-btn.c-btn-warning {
  color: #FFFFFF;
  background-color: #F39C11;
  border-color: #F39C11 !important;
}
.c-btn.c-btn-warning:hover,
.c-btn.c-btn-warning:focus {
  background-color: #DA8300;
  border-color: #DA8300 !important;
}
.c-btn.c-btn-cancel {
  color: #FFFFFF;
  background-color: #717171;
  border-color: #717171 !important;
}
.c-btn.c-btn-cancel:hover,
.c-btn.c-btn-cancel:focus {
  background-color: #575757;
  border-color: #575757 !important;
}
.c-btn.c-btn-mr-secondary {
  color: white;
  background-color: #8798AD;
  border-color: #8798AD;
}
.c-btn.c-btn-mr-secondary:hover {
  background-color: #1C313A;
  border-color: #1C313A;
}
.c-btn.c-btn-mr {
  font-size: 16px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 2.65em;
  padding: 0.45em 1.3em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--text-color-base);
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  transition: background 0.3s, border-color 0.3s;
}
.c-btn.c-btn-mr.c-btn--disabled,
.c-btn.c-btn-mr[disabled],
.c-btn.c-btn-mr[disabled]:hover,
.c-btn.c-btn-mr[disabled]:focus {
  opacity: 1;
  color: #CECECE;
  cursor: not-allowed;
  background-color: white;
  border-color: #CECECE;
  box-shadow: none;
  pointer-events: none;
}
.c-btn.c-btn-mr .c-btn__text-label {
  z-index: 1;
  position: relative;
}
.c-btn.c-btn-mr--secondary {
  position: relative;
  color: white;
  background-color: #8798AD;
  border-color: #8798AD;
}
.c-btn.c-btn-mr--secondary:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: transparent;
  transition: background 0.3s;
}
.c-btn.c-btn-mr--secondary:hover:after {
  background: rgba(28,49,58, 0.2);
}
.c-btn.c-btn-mr--primary {
  position: relative;
  color: white;
  background-color: #39a6de;
  border-color: #39a6de;
}
.c-btn.c-btn-mr--primary:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: transparent;
  transition: background 0.3s;
}
.c-btn.c-btn-mr--primary:hover:after {
  background: rgba(28,49,58, 0.2);
}
.c-btn.c-btn-mr--o {
  color: #5f758c;
  background-color: white;
  border-color: #8798ad !important;
}
.c-btn.c-btn-mr--o:hover {
  color: white;
  background-color: #8798ad;
  border-color: #8798ad !important;
}
.c-btn.c-btn-default {
  color: #444444;
  background-color: #FFFFFF;
  border-color: #cecece !important;
}
.c-btn.c-btn-default:hover,
.c-btn.c-btn-default:focus {
  color: #39A6DE;
  background-color: #FFFFFF;
  border-color: #39A6DE !important;
}
.c-btn.c-btn-dark {
  color: #FFFFFF;
  background-color: #444444;
  border-color: #444444;
}
.c-btn.c-btn-dark:hover,
.c-btn.c-btn-dark:focus {
  background-color: #575757;
  border-color: #575757 !important;
}
.c-btn .c-btn-disabled,
.c-btn[disabled],
.c-btn--disabled,
.c-btn[disabled]:hover,
.c-btn[disabled]:focus {
  opacity: 1;
  color: #8D8D8D;
  cursor: not-allowed;
  background-color: #eee;
  border-color: #e5e5e5 !important;
  box-shadow: none;
}
.c-btn.c-btn-sharp {
  border-radius: 0;
}
.c-btn.c-btn-bold {
  font-weight: bold;
}
.c-btn.c-btn-link {
  color: #444444;
}
.c-btn.c-btn-link:hover {
  color: #39A6DE;
}
.c-btn.c-btn-link.c-btn-link_primary {
  color: #39A6DE;
}
.c-btn.c-btn-link.c-btn-link_primary:hover {
  text-decoration: underline;
}
.c-btn.c-btn-link[disabled],
.c-btn.c-btn-link[disabled]:hover {
  color: #8D8D8D;
  background-color: transparent;
  border-color: transparent !important;
}
.c-btn.c-btn-link--no-padding {
  padding: 0;
}
.c-btn.c-btn-link--no-outline {
  outline: initial !important;
  border: initial !important;
  box-shadow: initial !important;
}
.c-btn.c-btn_width-sm {
  min-width: 5em;
}
.c-btn.c-btn_width-md {
  min-width: 10em;
}
.c-btn.c-btn_width-lg {
  min-width: 15em;
}
.c-btn.c-btn_width-full {
  min-width: 100%;
}
.c-btn.c-btn_height-sm {
  height: 2.423em;
}
.c-btn.c-btn_height-md {
  height: 2.85em;
}
.c-btn.c-btn_height-lg {
  height: 3.35em;
}
.c-btn.c-btn_cell {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none !important;
  border-radius: 0;
}
.c-btn.c-btn_cell:hover,
.c-btn.c-btn_cell:focus {
  color: #39A6DE;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-btn.c-btn_cell.c-btn_cell-primary-inverted:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #39A6DE;
}
.c-btn.c-btn_cell.is-disabled {
  pointer-events: none;
}
.c-btn.c-link_cell {
  justify-content: flex-start;
  padding: 0.5em 0.7em;
  position: relative;
}
.c-btn.c-link_cell:hover {
  text-decoration: underline !important;
}
.c-btn.c-link_cell--text-center {
  justify-content: center;
}
.c-btn.c-link_cell--noline:hover {
  text-decoration: none !important;
}
.c-btn.c-btn-half {
  float: left;
  width: 50%;
}
.c-btn.c-btn_space-between + .c-btn.c-btn_space-between {
  margin-left: 1.45em;
}
.has-btn-half_flex {
  display: flex;
}
.has-btn-half_flex .c-btn {
  display: block;
  width: 50%;
}
.has-btn-half_flex--with-full-height .c-btn {
  display: flex;
  height: 100%;
}
.has-btn-half_flex--with-full-height .c-btn:first-child {
  margin-right: 1px;
}
.c-btn-group {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}
.c-btn-group.c-btn-group-justified {
  width: 100%;
}
.c-btn-group.c-btn-group-justified > .c-btn {
  width: 1%;
}
.c-btn-group > .c-btn {
  display: table-cell;
  float: none;
}
.c-btn-group > .c-btn:not(:last-child) {
  border-right-width: 0 !important;
}
.c-btn-group .c-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-btn-group .c-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-btn-group .c-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-calendar-head {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.75em 0;
  padding-bottom: 2em;
  margin: -1px;
  margin-bottom: -1.7em;
  color: #FFFFFF;
  background-color: #F39C11;
  border-radius: 2px 2px 0 0;
}
.c-calendar-head a {
  color: #FFFFFF;
}
.c-calendar-body {
  margin-bottom: 0.5em;
  border: 1px solid #CECECE;
}
.c-calendar {
  text-align: center;
  border: none !important;
}
.c-calendar th,
.c-calendar td {
  padding: 0.64em;
  line-height: 1;
}
.c-calendar td {
  background: #FFFFFF;
}
.c-calendar td.today,
.c-calendar td:hover {
  color: #FFFFFF;
  background-color: #F39C11;
}
.c-calendar td.today a,
.c-calendar td:hover a {
  color: #FFFFFF;
}
.c-calendar tr:first-child {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.c-calendar tr:first-child th {
  font-weight: normal;
  font-size: 0.75em;
  text-align: center;
}
.c-calendar__openhouse-links {
  font-family: Helvetica;
  font-size: 0.75em;
  margin: 0 1em 0.1em 1em;
}
.c-calendar__openhouse-links a {
  padding: 0 0.75em;
}
.c-calendar__openhouse-links a:first-child {
  padding-left: 0;
}
.c-dp-calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9em 1.5em;
}
.c-dp-calendar__title {
  text-align: center;
  flex: 1;
  white-space: nowrap;
}
.c-dp-calendar__arrow {
  outline: none;
  max-width: 2em;
  cursor: pointer;
}
.c-dp-calendar__day-name {
  padding: 1em 0;
  font-size: 0.857em;
  color: #8d8d8d;
  font-weight: 400;
}
.c-dp-calendar__day-wrapper {
  width: 3.14em;
  height: 3.14em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.c-dp-calendar__day-wrapper[disabled] {
  pointer-events: none;
  cursor: none;
}
.c-dp-calendar__day-wrapper:focus {
  outline: none;
}
.uib-day--not-this-month .c-dp-calendar__day {
  color: #cecece;
}
.c-dp-calendar__day {
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.857em;
  border-radius: 50%;
}
.c-dp-calendar__day.current-day {
  border: 1px solid #444444;
}
.c-dp-calendar__day:hover {
  background: #39A6DE;
  color: #FFFFFF;
}
.c-dp-calendar__day:hover.text-muted {
  background: none;
  color: inherit;
}
.c-dp-calendar__day.text-muted {
  opacity: 0.3;
}
.ajax__calendar {
  max-width: 250px;
}
.ajax__calendar .ajax__calendar_container,
.ajax__calendar .ajax__calendar_body {
  width: 250px;
}
.ajax__calendar_body {
  height: 145px !important;
}
.ajax__calendar .ajax__calendar_dayname {
  height: initial !important;
}
.ajax__calendar .ajax__calendar_day .ajax__calendar_day {
  padding: 1px 9px !important;
  font-size: 14px !important;
}
.ajax__calendar .ajax__calendar_today {
  font-size: 13px !important;
}
.ajax__calendar .ajax__calendar_days,
.ajax__calendar .ajax__calendar_months,
.ajax__calendar .ajax__calendar_years {
  height: 160px !important;
  width: 100% !important;
}
.ajax__calendar .ajax__calendar_day {
  height: initial !important;
  width: initial !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.ajax__calendar .ajax__calendar_days table {
  width: 98% !important;
}
.ajax__calendar .ajax__calendar_dayname {
  padding-bottom: 6px !important;
}
.ajax__calendar .ajax__calendar_today {
  padding: 10px 0 !important;
}
.ajax__calendar {
  font-size: 12px !important;
}
.ajax__calendar .ajax__calendar_container {
  padding: 8px 0 0 0;
  border-color: #cecece;
  border-radius: 3px;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_header {
  font-size: 12px !important;
  padding-left: 4px;
  padding-right: 4px;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body {
  padding-left: 4px;
  padding-right: 4px;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days > table,
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_dayname,
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_other,
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_day {
  font-size: 12px !important;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_dayname {
  margin-bottom: 6px;
  height: 15px;
  width: auto;
  text-align: center;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_day {
  text-align: center;
  height: 18px;
  line-height: 16px;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_active .ajax__calendar_day {
  color: #FFFFFF;
  background-color: #39A6DE;
  border-color: #39A6DE;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_footer {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}
.c-check-fake {
  display: inline-block;
  position: relative;
  min-height: 1.8em;
  cursor: pointer;
  color: #444444;
  width: 1.2em;
}
.c-check-fake:before {
  content: "";
  position: absolute;
  width: 1.15em;
  height: 1.15em;
  top: 0.5em;
  left: 0;
  border-radius: 2px;
  border: 1px solid #8d8d8d;
  background-color: #FFFFFF;
}
.c-check-fake:after {
  font-family: 'olr-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85em;
  text-rendering: auto;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  border: 2px solid transparent;
}
.c-check-fake:hover {
  color: #39A6DE;
}
.c-check-fake:hover:before {
  border-color: #39A6DE;
  background-color: #FFFFFF;
}
.c-check-fake:hover:after {
  color: #39A6DE;
}
.c-check-fake.checked {
  color: #444444;
}
.c-check-fake.checked:before {
  background-color: #FFFFFF;
  border-color: #444444;
}
.c-check-fake.checked:after {
  content: "\e90f";
  color: #444444;
}
.c-check-fake.checked:hover {
  color: #39A6DE;
}
.c-check-fake.checked:hover:before {
  background-color: #FFFFFF;
  border-color: #39A6DE;
}
.c-check-fake.checked:hover:after {
  content: "\e90f";
  color: #39A6DE;
}
.c-checkbox-mr {
  font-size: 16px !important;
  font-weight: 400;
}
.c-checkbox__input-hidden-mr {
  display: none;
}
.c-checkbox__input-hidden-mr + .c-checkbox__visual-content-mr {
  position: relative;
  display: block;
  height: 1.25em;
  cursor: pointer;
  padding-left: 1.25em;
  line-height: 1.25em;
}
.c-checkbox__label-mr {
  font-size: 0.875em;
  padding-left: 0.75em;
  color: #1c313a;
  font-weight: inherit !important;
}
.c-checkbox__visual-content-mr:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25em;
  height: 1.25em;
  background: white;
  border: 1px solid rgba(57, 106, 163, 0.2);
  border-radius: 3px;
}
.c-checkbox__visual-content-mr:after {
  content: '';
  position: absolute;
  display: none;
}
.c-checkbox__input-hidden-mr:checked ~ .c-checkbox__visual-content-mr:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'olr-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  display: block;
  top: 3px;
  left: 3px;
  font-size: 0.9em;
  color: white;
}
.c-checkbox-mr--primary .c-checkbox__input-hidden-mr:checked ~ .c-checkbox__visual-content-mr:after {
  color: white;
}
.c-checkbox-mr--primary .c-checkbox__visual-content-mr:before {
  border: 1px solid #8798AD;
}
.c-checkbox-mr--primary .c-checkbox__input-hidden-mr:checked ~ .c-checkbox__visual-content-mr:before {
  background: #39A6DE;
  border: 1px solid transparent;
}
.c-check-asp input[type="checkbox"] {
  display: none;
}
.c-check-asp .c-check__label {
  color: #444444;
}
.c-check-asp .c-check__label:after {
  font-family: 'olr-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85em;
  text-rendering: auto;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  border: 2px solid transparent;
}
.c-check-asp input[type="checkbox"]:checked ~ .c-check__label {
  color: #444444;
}
.c-check-asp input[type="checkbox"]:checked ~ .c-check__label:before {
  background-color: #FFFFFF;
  border-color: #444444;
}
.c-check-asp input[type="checkbox"]:checked ~ .c-check__label:after {
  content: "\e90f";
  color: #444444;
}
.c-check-asp input[type="checkbox"]:checked ~ .c-check__label:hover {
  color: #39A6DE;
}
.c-check-asp input[type="checkbox"]:checked ~ .c-check__label:hover:before {
  background-color: #FFFFFF;
  border-color: #39A6DE;
}
.c-check-asp input[type="checkbox"]:checked ~ .c-check__label:hover:after {
  content: "\e90f";
  color: #39A6DE;
}
.c-check input {
  display: none;
}
.c-check input[type="checkbox"]:checked ~ .c-check__label {
  color: #444444;
}
.c-check input[type="checkbox"]:checked ~ .c-check__label:before {
  background-color: #FFFFFF;
  border-color: #444444;
}
.c-check input[type="checkbox"]:checked ~ .c-check__label:after {
  content: "\e90f";
  color: #444444;
}
.c-check input[type="checkbox"]:checked ~ .c-check__label:hover {
  color: #39A6DE;
}
.c-check input[type="checkbox"]:checked ~ .c-check__label:hover:before {
  background-color: #FFFFFF;
  border-color: #39A6DE;
}
.c-check input[type="checkbox"]:checked ~ .c-check__label:hover:after {
  content: "\e90f";
  color: #39A6DE;
}
.asp-checkbox-list input {
  display: none;
}
.asp-checkbox-list input:checked ~ label {
  color: #444444;
}
.asp-checkbox-list input:checked ~ label:before {
  background-color: #FFFFFF;
  border-color: #444444;
}
.asp-checkbox-list input:checked ~ label:after {
  content: "\e90f";
  color: #444444;
}
.asp-checkbox-list input:checked ~ label:hover {
  color: #39A6DE;
}
.asp-checkbox-list input:checked ~ label:hover:before {
  background-color: #FFFFFF;
  border-color: #39A6DE;
}
.asp-checkbox-list input:checked ~ label:hover:after {
  content: "\e90f";
  color: #39A6DE;
}
.asp-checkbox-list label {
  display: block;
  position: relative;
  padding-left: 1.75em;
  min-height: 2.2em;
  font-weight: normal;
  line-height: 2.2em;
  cursor: pointer;
  color: #444444;
}
.asp-checkbox-list label:before {
  content: "";
  position: absolute;
  width: 1.15em;
  height: 1.15em;
  top: 0.5em;
  left: 0;
  border-radius: 2px;
  border: 1px solid #8d8d8d;
  background-color: #FFFFFF;
}
.asp-checkbox-list label:after {
  font-family: 'olr-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85em;
  text-rendering: auto;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  border: 2px solid transparent;
}
.c-radio,
.c-check {
  display: inline-block;
  font-weight: 400;
  margin: 0 !important;
}
.c-radio.c-radio_block,
.c-check.c-radio_block,
.c-radio.c-check_block,
.c-check.c-check_block {
  display: block;
}
.c-radio__input,
.c-check__input {
  display: none;
}
.c-radio__label,
.c-check__label {
  display: block;
  position: relative;
  padding-left: 1.75em;
  min-height: 2.2em;
  line-height: 2.2em;
  cursor: pointer;
}
.c-radio__label_empty,
.c-check__label_empty {
  padding-left: 1.2em;
}
.c-radio__label {
  color: #444444;
}
.c-radio__label:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1.15em;
  height: 1.15em;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #8d8d8d;
}
.c-radio__label:after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1.15em;
  height: 1.15em;
  border: 4px solid transparent;
  border-radius: 50%;
  background-clip: content-box;
}
.c-radio__label:hover,
.c-radio__label.is-hover {
  color: #39A6DE;
}
.c-radio__label:hover:before,
.c-radio__label.is-hover:before {
  background-color: #FFFFFF;
  border: 1px solid #39A6DE;
}
.c-radio.active .c-radio__label,
.c-radio__input:checked ~ .c-radio__label {
  color: #444444;
}
.c-radio.active .c-radio__label:before,
.c-radio__input:checked ~ .c-radio__label:before {
  background-color: #FFFFFF;
  border-color: #444444;
}
.c-radio.active .c-radio__label:after,
.c-radio__input:checked ~ .c-radio__label:after {
  content: "";
  background-color: #444444;
}
.c-radio.active .c-radio__label:hover,
.c-radio__input:checked ~ .c-radio__label:hover,
.c-radio__input:checked ~ .c-radio__label.is-hover {
  color: #39A6DE;
}
.c-radio.active .c-radio__label:hover:before,
.c-radio__input:checked ~ .c-radio__label:hover:before,
.c-radio__input:checked ~ .c-radio__label.is-hover:before {
  background-color: #FFFFFF;
  border-color: #39A6DE;
}
.c-radio.active .c-radio__label:hover:after,
.c-radio__input:checked ~ .c-radio__label:hover:after,
.c-radio__input:checked ~ .c-radio__label.is-hover:after {
  background-color: #39A6DE;
}
.c-radio__input:disabled ~ .c-radio__label {
  color: #cecece;
}
.c-radio__input:disabled ~ .c-radio__label:hover {
  cursor: not-allowed;
}
.c-radio__input:disabled ~ .c-radio__label:before {
  background-color: #FFFFFF;
  border-color: #e5e5e5;
}
.c-radio__input:disabled ~ .c-radio__label:after {
  background-color: #cecece;
}
.c-check__label {
  color: #444444;
}
.c-check__label:before {
  content: "";
  position: absolute;
  width: 1.15em;
  height: 1.15em;
  top: 0.5em;
  left: 0;
  border-radius: 2px;
  border: 1px solid #8d8d8d;
  background-color: #FFFFFF;
}
.c-check__label:after {
  font-family: 'olr-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85em;
  text-rendering: auto;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  border: 2px solid transparent;
}
.c-check__label:hover,
.c-check__label.is-hover {
  color: #39A6DE;
}
.c-check__label:hover:before,
.c-check__label.is-hover:before {
  border-color: #39A6DE;
  background-color: #FFFFFF;
}
.c-check__label:hover:after,
.c-check__label.is-hover:after {
  color: #39A6DE;
}
.c-check.active .c-check__label,
.c-check__input:checked ~ .c-check__label {
  color: #444444;
}
.c-check.active .c-check__label:before,
.c-check__input:checked ~ .c-check__label:before {
  background-color: #FFFFFF;
  border-color: #444444;
}
.c-check.active .c-check__label:after,
.c-check__input:checked ~ .c-check__label:after {
  content: "\e90f";
  color: #444444;
}
.c-check.active .c-check__label:hover,
.c-check__input:checked ~ .c-check__label:hover,
.c-check__input:checked ~ .c-check__label.is-hover {
  color: #39A6DE;
}
.c-check.active .c-check__label:hover:before,
.c-check__input:checked ~ .c-check__label:hover:before,
.c-check__input:checked ~ .c-check__label.is-hover:before {
  background-color: #FFFFFF;
  border-color: #39A6DE;
}
.c-check.active .c-check__label:hover:after,
.c-check__input:checked ~ .c-check__label:hover:after,
.c-check__input:checked ~ .c-check__label.is-hover:after {
  content: "\e90f";
  color: #39A6DE;
}
.c-check__input:disabled ~ .c-check__label {
  color: #cecece;
}
.c-check__input:disabled ~ .c-check__label:hover {
  cursor: not-allowed;
}
.c-check__input:disabled ~ .c-check__label:before {
  background-color: #FFFFFF;
  border-color: #e5e5e5;
}
.c-check__input:disabled ~ .c-check__label:after {
  color: #cecece;
}
.c-check.c-check-inverted .c-check__label {
  color: #444444;
}
.c-check.c-check-inverted .c-check__label:before {
  border-color: #8d8d8d;
  background-color: #FFFFFF;
}
.c-check.c-check-inverted .c-check__label:after {
  color: #444444;
}
.c-check.c-check-inverted .c-check__label:hover,
.c-check.c-check-inverted .c-check__label.is-hover {
  color: #39A6DE;
}
.c-check.c-check-inverted .c-check__label:hover:before,
.c-check.c-check-inverted .c-check__label.is-hover:before {
  border-color: #39A6DE;
  background-color: #FFFFFF;
}
.c-check.c-check-inverted .c-check__label:hover:after,
.c-check.c-check-inverted .c-check__label.is-hover:after {
  color: #39A6DE;
}
.c-check.c-check-inverted.active .c-check__label,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label {
  color: #444444;
}
.c-check.c-check-inverted.active .c-check__label:before,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label:before {
  border-color: #000000;
  background-color: #000000;
}
.c-check.c-check-inverted.active .c-check__label:after,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label:after {
  color: #FFFFFF;
}
.c-check.c-check-inverted.active .c-check__label:hover,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label:hover,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label.is-hover {
  color: #39A6DE;
}
.c-check.c-check-inverted.active .c-check__label:hover:before,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label:hover:before,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label.is-hover:before {
  border-color: #39A6DE;
  background-color: #39A6DE;
}
.c-check.c-check-inverted.active .c-check__label:hover:after,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label:hover:after,
.c-check.c-check-inverted .c-check__input:checked ~ .c-check__label.is-hover:after {
  color: #FFFFFF;
}
.c-check.c-check-inverted .c-check__input:disabled ~ .c-check__label {
  color: #cecece;
}
.c-check.c-check-inverted .c-check__input:disabled ~ .c-check__label:hover {
  cursor: not-allowed;
}
.c-check.c-check-inverted .c-check__input:disabled ~ .c-check__label:before {
  background-color: #FFFFFF;
  border-color: #e5e5e5;
}
.c-check.c-check-inverted .c-check__input:disabled ~ .c-check__label:after {
  color: #cecece;
}
.c-check.c-check-primary .c-check__label {
  color: #444444;
}
.c-check.c-check-primary .c-check__label:before {
  border-color: #8d8d8d;
  background-color: #FFFFFF;
}
.c-check.c-check-primary .c-check__label:after {
  color: #444444;
}
.c-check.c-check-primary .c-check__label:hover,
.c-check.c-check-primary .c-check__label.is-hover {
  color: #39A6DE;
}
.c-check.c-check-primary .c-check__label:hover:before,
.c-check.c-check-primary .c-check__label.is-hover:before {
  border-color: #39A6DE;
  background-color: #FFFFFF;
}
.c-check.c-check-primary .c-check__label:hover:after,
.c-check.c-check-primary .c-check__label.is-hover:after {
  color: #39A6DE;
}
.c-check.c-check-primary.active .c-check__label,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label {
  color: #444444;
}
.c-check.c-check-primary.active .c-check__label:before,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label:before {
  border-color: #39A6DE;
  background-color: #39A6DE;
}
.c-check.c-check-primary.active .c-check__label:after,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label:after {
  color: #FFFFFF;
}
.c-check.c-check-primary.active .c-check__label:hover,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label:hover,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label.is-hover {
  color: #39A6DE;
}
.c-check.c-check-primary.active .c-check__label:hover:before,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label:hover:before,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label.is-hover:before {
  border-color: #39A6DE;
  background-color: #39A6DE;
}
.c-check.c-check-primary.active .c-check__label:hover:after,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label:hover:after,
.c-check.c-check-primary .c-check__input:checked ~ .c-check__label.is-hover:after {
  color: #FFFFFF;
}
.c-check.c-check-primary .c-check__input:disabled ~ .c-check__label {
  color: #cecece;
}
.c-check.c-check-primary .c-check__input:disabled ~ .c-check__label:hover {
  cursor: not-allowed;
}
.c-check.c-check-primary .c-check__input:disabled ~ .c-check__label:before {
  background-color: #FFFFFF;
  border-color: #e5e5e5;
}
.c-check.c-check-primary .c-check__input:disabled ~ .c-check__label:after {
  color: #cecece;
}
.c-radio.has-error .c-check__label:before,
.c-check.has-error .c-check__label:before,
.c-radio.has-error .c-radio__label:before,
.c-check.has-error .c-radio__label:before {
  border-color: #ac414f;
}
.c-radio .c-check__input.has-error + .c-check__label:before,
.c-check .c-check__input.has-error + .c-check__label:before,
.c-radio .c-check__input.has-error + .c-radio__label:before,
.c-check .c-check__input.has-error + .c-radio__label:before {
  border-color: #ac414f;
}
.c-check.c-check-grid {
  width: 100%;
  height: 100%;
}
.c-check.c-check-grid .c-check__label {
  padding: 0;
  width: 100%;
  height: 100%;
  color: #444444;
}
.c-check.c-check-grid .c-check__label:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  border-color: #8d8d8d;
}
.c-check.c-check-grid .c-check__label:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #444444;
  font-size: 1em;
}
.c-check.c-check-grid .c-check__label:hover,
.c-check.c-check-grid .c-check__label.is-hover {
  color: #39A6DE;
}
.c-check.c-check-grid .c-check__label:hover:before,
.c-check.c-check-grid .c-check__label.is-hover:before {
  width: auto;
  height: auto;
  border-radius: 0;
  border-color: transparent;
  background-color: rgba(57, 166, 222, 0.6);
}
.c-check.c-check-grid .c-check__label:hover:after,
.c-check.c-check-grid .c-check__label.is-hover:after {
  color: #FFFFFF;
}
.c-check.c-check-grid.active .c-check__label,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label {
  color: #39A6DE;
}
.c-check.c-check-grid.active .c-check__label:before,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label:before {
  width: auto;
  height: auto;
  border-radius: 0;
  border-color: transparent;
  background-color: rgba(57, 166, 222, 0.6);
}
.c-check.c-check-grid.active .c-check__label:after,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label:after {
  color: #FFFFFF;
}
.c-check.c-check-grid.active .c-check__label:hover,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label:hover,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label.is-hover {
  color: #39A6DE;
}
.c-check.c-check-grid.active .c-check__label:hover:before,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label:hover:before,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label.is-hover:before {
  width: auto;
  height: auto;
  border-radius: 0;
  border-color: transparent;
  background-color: #39A6DE;
}
.c-check.c-check-grid.active .c-check__label:hover:after,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label:hover:after,
.c-check.c-check-grid .c-check__input:checked ~ .c-check__label.is-hover:after {
  color: #FFFFFF;
}
.c-check.c-check-grid .c-check__input:disabled ~ .c-check__label {
  color: #cecece;
}
.c-check.c-check-grid .c-check__input:disabled ~ .c-check__label:hover {
  cursor: not-allowed;
}
.c-check.c-check-grid .c-check__input:disabled ~ .c-check__label:hover:before {
  width: 1.15em;
  height: 1.15em;
  border-color: #e5e5e5;
}
.c-check.c-check-grid .c-check__input:disabled ~ .c-check__label:hover:after {
  color: #cecece;
}
.c-check.c-check-grid .c-check__input:disabled ~ .c-check__label:before {
  background-color: #FFFFFF;
  border-color: #e5e5e5;
}
.c-check.c-check-grid .c-check__input:disabled ~ .c-check__label:after {
  color: #cecece;
}
.c-check.c-check-media {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-check.c-check-media:hover {
  cursor: pointer;
}
.c-check.c-check-media:hover .c-check__label:before {
  border-radius: 0;
  border-color: transparent;
  background-color: rgba(57, 166, 222, 0.6);
}
.c-check.c-check-media .c-check-figure {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-check.c-check-media .c-check-figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.c-check.c-check-media.is-hover .c-check-figure:before,
.c-check.c-check-media:hover .c-check-figure:before,
.c-check.c-check-media .c-check__input:checked ~ .c-check-figure:before {
  background-color: rgba(68, 68, 68, 0.7);
}
.c-check.c-check-media .c-check__label {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 0;
  height: 2.5em;
  width: 2.5em;
}
.c-check.c-check-media .c-check__label:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
}
.c-check.c-check-media .c-check__label:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #444444;
  font-size: 1em;
}
.c-check.c-check-media.active .c-check__label:before,
.c-check.c-check-media.active .c-check__label:hover:before,
.c-check.c-check-media .c-check__input:checked ~ .c-check__label:before,
.c-check.c-check-media .c-check__input:checked ~ .c-check__label:hover:before {
  border-radius: 0;
  border-color: transparent;
  background-color: rgba(57, 166, 222, 0.6);
}
.c-check.c-check-media.active .c-check__label:after,
.c-check.c-check-media.active .c-check__label:hover:after,
.c-check.c-check-media .c-check__input:checked ~ .c-check__label:after,
.c-check.c-check-media .c-check__input:checked ~ .c-check__label:hover:after {
  content: "\e90f";
  color: #FFFFFF;
}
.c-check.c-check--no-label .c-check__label {
  padding-left: 1.15em;
}
.c-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 3.2em;
  height: 1.7em;
}
.c-switch input {
  display: none;
}
.c-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  transition: 0.4s;
  border-radius: 1em;
}
.c-switch__slider:before {
  position: absolute;
  content: "";
  height: 1.43em;
  width: 1.43em;
  left: 2px;
  bottom: 2px;
  background-color: #cecece;
  transition: 0.4s;
  border-radius: 50%;
}
.c-switch input[type="checkbox"]:checked + input[type="hidden"] + .c-switch__slider,
.c-switch input[type="checkbox"]:checked + .c-switch__slider {
  background-color: #E2ECF8;
}
.c-switch input[type="checkbox"]:checked + input[type="hidden"] + .c-switch__slider:before,
.c-switch input[type="checkbox"]:checked + .c-switch__slider:before {
  transform: translateX(20px);
  background-color: #39A6DE;
}
.check-box-list-container td {
  display: inline-block;
  font-weight: 400;
  margin: 0 !important;
}
.check-box-list-container td input {
  display: none;
}
.check-box-list-container td label {
  display: block;
  position: relative;
  padding-left: 1.75em;
  min-height: 2.2em;
  line-height: 2.2em;
  cursor: pointer;
}
.check-box-list-container td label {
  color: #444444;
}
.check-box-list-container td label:before {
  content: "";
  position: absolute;
  width: 1.15em;
  height: 1.15em;
  top: 0.5em;
  left: 0;
  border-radius: 2px;
  border: 1px solid #8d8d8d;
  background-color: #FFFFFF;
}
.check-box-list-container td label:after {
  font-family: 'olr-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85em;
  text-rendering: auto;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  border: 2px solid transparent;
}
.check-box-list-container td label:hover {
  color: #39A6DE;
}
.check-box-list-container td label:hover:before {
  border-color: #39A6DE;
  background-color: #FFFFFF;
}
.check-box-list-container td label:hover:after {
  color: #39A6DE;
}
.check-box-list-container td input:checked ~ label {
  color: #444444;
}
.check-box-list-container td input:checked ~ label:before {
  background-color: #FFFFFF;
  border-color: #444444;
}
.check-box-list-container td input:checked ~ label:after {
  content: "\e90f";
  color: #444444;
}
.check-box-list-container td input:checked ~ label:hover {
  color: #39A6DE;
}
.check-box-list-container td input:checked ~ label:hover:before {
  background-color: #FFFFFF;
  border-color: #39A6DE;
}
.check-box-list-container td input:checked ~ label:hover:after {
  content: "\e90f";
  color: #39A6DE;
}
.check-box-list-container td input:disabled ~ label {
  color: #cecece;
}
.check-box-list-container td input:disabled ~ label:hover {
  cursor: not-allowed;
}
.check-box-list-container td input:disabled ~ label:before {
  background-color: #FFFFFF;
  border-color: #e5e5e5;
}
.check-box-list-container td input:disabled ~ label:after {
  color: #cecece;
}
.check-box-list-container.check-box-list-container td label {
  color: #444444;
  font-weight: initial;
}
.check-box-list-container.check-box-list-container td label:before {
  border-color: #8d8d8d;
  background-color: #FFFFFF;
}
.check-box-list-container.check-box-list-container td label:after {
  color: #444444;
}
.check-box-list-container.check-box-list-container td label:hover,
.check-box-list-container.check-box-list-container td label.is-hover {
  color: #39A6DE;
}
.check-box-list-container.check-box-list-container td label:hover:before,
.check-box-list-container.check-box-list-container td label.is-hover:before {
  border-color: #39A6DE;
  background-color: #FFFFFF;
}
.check-box-list-container.check-box-list-container td label:hover:after,
.check-box-list-container.check-box-list-container td label.is-hover:after {
  color: #39A6DE;
}
.check-box-list-container.check-box-list-container td input:checked ~ label {
  color: #444444;
}
.check-box-list-container.check-box-list-container td input:checked ~ label:before {
  border-color: #39A6DE;
  background-color: #39A6DE;
}
.check-box-list-container.check-box-list-container td input:checked ~ label:after {
  color: #FFFFFF;
}
.check-box-list-container.check-box-list-container td input:checked ~ label:hover {
  color: #39A6DE;
}
.check-box-list-container.check-box-list-container td input:checked ~ label:hover:before {
  border-color: #39A6DE;
  background-color: #39A6DE;
}
.check-box-list-container.check-box-list-container td input:checked ~ label:hover:after {
  color: #FFFFFF;
}
.check-box-list-container.check-box-list-container td input:disabled ~ label {
  color: #cecece;
}
.check-box-list-container.check-box-list-container td input:disabled ~ label:hover {
  cursor: not-allowed;
}
.check-box-list-container.check-box-list-container td input:disabled ~ label:before {
  background-color: #FFFFFF;
  border-color: #e5e5e5;
}
.check-box-list-container.check-box-list-container td input:disabled ~ label:after {
  color: #cecece;
}
.check-box-list-container {
  width: 100%;
}
.check-box-list-container tr {
  display: grid;
  grid-template-columns: 31% 42% 26%;
}
.check-box-list-container tr td:nth-child(2) {
  padding-left: 2px;
}
.c-check--zero .c-check__label {
  width: 1.15em;
  height: 1.15em;
  min-height: 1.15em;
  line-height: 1.15em;
  padding: 0;
}
.c-check--zero .c-check__label:before,
.c-check--zero .c-check__label:after {
  top: 0;
}
.c-circle {
  position: relative;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #CECECE;
  border-radius: 50%;
}
.c-circle .c-circle__check {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  text-align: center;
  font-size: 0.625em;
  color: #CECECE;
}
.c-circle .c-circle__number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.2em;
  height: 1em;
  text-align: center;
  font-size: 0.625em;
  line-height: 1.2;
}
.c-collapse-panel {
  margin-bottom: 0.7em;
}
.c-collapse-panel:last-child {
  margin-bottom: 0;
}
a.c-collapse-panel__nav-item {
  display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.6em 1.85em 0.6em 0.85em;
  background-color: #39A6DE;
  border: 1px solid #39A6DE;
  border-radius: 3px 3px 0 0;
}
a.c-collapse-panel__nav-item.collapsed {
  color: #444444;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
  border-radius: 3px;
}
a.c-collapse-panel__nav-item:before {
  position: absolute;
  top: 0.7em;
  right: 0.85em;
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.c-collapse-panel__nav-item.collapsed:before {
  content: "\f107";
}
.c-collapse-panel__content {
  background-color: #FFFFFF;
  border: 1px solid #39A6DE;
  border-radius: 0 0 3px 3px;
}
.c-collapse-panel__content-wrap {
  padding: 0.25em 0;
}
.c-dropdown.c-typeahead.dropup.open .dropdown-menu,
.c-dropdown.c-select-typeahead.dropup.open .dropdown-menu,
.c-dropdown.c-typeahead.c-dropup.open .dropdown-menu,
.c-dropdown.c-select-typeahead.c-dropup.open .dropdown-menu {
  margin-top: 0;
  margin-bottom: -1px;
}
.c-dropdown.c-typeahead .dropdown-menu,
.c-dropdown.c-select-typeahead .dropdown-menu {
  margin-top: -1px;
}
.c-dropdown {
  /*.form-control,
    .c-form-control,
    .dropdown-toggle,
    .c-dropdown-toggle {
        position: relative;
        z-index: 1001;
    }*/
}
.c-dropdown.open .form-control,
.c-dropdown.open .c-form-control,
.c-dropdown.open .dropdown-toggle,
.c-dropdown.open .c-dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
}
.c-dropdown.dropup.open .c-dropdown-toggle,
.c-dropdown.c-dropup.open .c-dropdown-toggle,
.c-dropdown.dropup.open .dropdown-toggle,
.c-dropdown.c-dropup.open .dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.c-dropdown.dropup .dropdown-menu,
.c-dropdown.c-dropup .dropdown-menu {
  top: auto !important;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, .175) !important;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, .175) !important;
}
.c-dropdown .dropdown-menu {
  top: 100% !important;
  max-height: 300px !important;
  margin-top: -1px;
  overflow: auto;
  width: 100%;
  font-size: 1em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #cecece;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}
.c-dropdown .dropdown-menu .c-dropdown__group-header {
  font-weight: bold;
  padding: 0 0.5em;
}
.c-dropdown .dropdown-menu li a,
.c-dropdown .dropdown-menu li .ui-select-choices-row-inner {
  padding: 0.35em 1em;
  cursor: pointer;
}
.c-dropdown .dropdown-menu li a[disabled],
.c-dropdown .dropdown-menu li .ui-select-choices-row-inner[disabled] {
  pointer-events: none;
  color: #cecece !important;
  background: none !important;
}
.c-dropdown .dropdown-menu li:hover a,
.c-dropdown .dropdown-menu li .ui-select-choices-row-inner:hover {
  color: #444444;
  background-color: #e2ecf8;
}
.c-dropdown .dropdown-menu li.active a,
.c-dropdown .dropdown-menu li .active .ui-select-choices-row-inner {
  color: #444444;
  background-color: #f5f5f5;
}
.c-dropdown .dropdown-menu li.active:hover a,
.c-dropdown .dropdown-menu li .active .ui-select-choices-row-inner:hover {
  color: #444444;
  background-color: #e2ecf8;
}
.c-filter-dropdown {
  position: relative;
}
.c-filter-dropdown.dropup.open .dropdown-toggle {
  position: relative;
  z-index: 1001;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.c-filter-dropdown.dropup .c-filter-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.c-filter-dropdown.open .c-filter-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-filter-dropdown .c-filter-dropdown-toggle {
  position: relative;
  height: 2.5em;
  padding: 0.5em 2em 0.5em 0.5em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-filter-dropdown .c-filter-dropdown-toggle .caret {
  position: absolute;
  right: 0.551429em;
  top: 1em;
  border-top-color: #444;
}
.c-filter-dropdown .c-filter-dropdown-toggle .c-dropdown-toggle-text {
  display: inline-block;
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-filter-dropdown.open .c-filter-dropdown-toggle-default {
  color: #444;
  background-color: #fff;
  border-color: #cecece;
}
.c-filter-dropdown .c-filter-dropdown-toggle-default {
  color: #444;
  background-color: transparent;
  border-color: #cecece;
}
.c-filter-dropdown .c-filter-dropdown-toggle-default:hover,
.c-filter-dropdown .c-filter-dropdown-toggle-default:focus,
.c-filter-dropdown .c-filter-dropdown-toggle-default.active {
  color: #444;
  background-color: #fff;
  border-color: #cecece;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-filter-dropdown .c-filter-dropdown-toggle-default:hover .caret,
.c-filter-dropdown .c-filter-dropdown-toggle-default:focus .caret,
.c-filter-dropdown .c-filter-dropdown-toggle-default.active .caret {
  border-top-color: #444;
}
.c-filter-dropdown.open .c-filter-dropdown-toggle-inverted {
  color: #444;
  background-color: #fff;
  border-color: #cecece;
}
.c-filter-dropdown .c-filter-dropdown-toggle-inverted {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.c-filter-dropdown .c-filter-dropdown-toggle-inverted .caret {
  border-top-color: #fff;
}
.c-filter-dropdown .c-filter-dropdown-toggle-inverted:hover,
.c-filter-dropdown .c-filter-dropdown-toggle-inverted:focus,
.c-filter-dropdown .c-filter-dropdown-toggle-inverted.active {
  color: #444;
  background-color: #fff;
  border-color: #cecece;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-filter-dropdown .c-filter-dropdown-toggle-inverted:hover .caret,
.c-filter-dropdown .c-filter-dropdown-toggle-inverted:focus .caret,
.c-filter-dropdown .c-filter-dropdown-toggle-inverted.active .caret {
  border-top-color: #444;
}
.c-filter-dropdown .c-filter-dropdown-menu {
  margin: -1px 0 0 0;
  padding: 0.8333em 0;
  border-color: #cecece;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(126, 126, 126, 0.5);
  box-shadow: 0 2px 2px 0 rgba(126, 126, 126, 0.5);
}
.c-filter-dropdown .c-filter-dropdown-menu.c-filter-dropdown-menu_has-footer {
  padding-bottom: 0;
}
.c-filter-dropdown .c-filter-dropdown-menu-search {
  position: relative;
  padding-bottom: 0.5em;
}
.c-filter-dropdown .c-filter-dropdown-menu-search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  z-index: 4;
  color: #999;
}
.c-filter-dropdown .c-filter-dropdown-menu-search .form-control {
  padding-right: 1.5em;
  padding-left: 2em;
  height: 2.14285714em;
  border-radius: 2px;
}
.c-filter-dropdown .c-filter-dropdown-menu-search .form-control + .olr-i {
  position: absolute;
  top: 0.6em;
  right: 0.35em;
  cursor: pointer;
  opacity: 0.8;
  font-size: 0.8em;
  padding: 0.25em;
  color: #999;
}
.c-filter-dropdown .c-filter-dropdown-menu-search .form-control + .olr-i:hover {
  opacity: 1;
}
.c-filter-dropdown .c-filter-dropdown-headline-box,
.c-filter-dropdown .c-filter-dropdown-clear-selected {
  display: block;
}
.c-filter-dropdown .c-filter-dropdown-clear-selected {
  position: relative;
  padding: 0 0 0 1.5em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  cursor: pointer;
}
.c-filter-dropdown .c-filter-dropdown-menu-search,
.c-filter-dropdown .c-filter-dropdown-clear-selected,
.c-filter-dropdown .c-filter-dropdown-headline-box:not(.c-check),
.c-filter-dropdown .c-filter-dropdown-menu-search-indicator {
  margin-left: 0.8333em;
  margin-right: 0.8333em;
}
.c-filter-dropdown .c-filter-dropdown-clear-selected .fa {
  position: absolute;
  top: 0.185em;
  left: 0.15em;
  color: #f5a623;
}
.c-filter-dropdown .c-filter-dropdown-menu-content {
  min-width: 200px;
  max-width: 300px;
  max-height: 300px;
  overflow-y: auto;
}
.c-filter-dropdown .c-filter-dropdown-selected-params {
  position: relative;
  margin-bottom: 0.466643em;
  padding-bottom: 0.466643em;
  border-bottom: 1px dashed #e6e6e6;
}
.c-filter-dropdown .c-filter-dropdown-param-item {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.c-filter-dropdown .c-filter-dropdown-selected-params > li:not(.c-filter-dropdown-params-group),
.c-filter-dropdown .c-filter-dropdown-available-params > li:not(.c-filter-dropdown-params-group),
.c-filter-dropdown .c-filter-dropdown-available-params > li.c-filter-dropdown-params-group li {
  padding-left: 0.8333em;
  padding-right: 0.8333em;
}
.c-filter-dropdown .c-filter-dropdown-params-group + .c-filter-dropdown-params-group {
  margin-top: 0.35714286em;
  padding-top: 0.35714286em;
  border-top: 1px solid #e6e6e6;
}
.c-filter-dropdown .c-filter-dropdown-headline-box {
  margin-top: 0.35714286em;
}
.c-filter-dropdown .c-radio__label,
.c-filter-dropdown .c-check__label {
  min-height: 1.42857143em;
  line-height: 1.42857143em;
}
.c-filter-dropdown .c-radio__label:before,
.c-filter-dropdown .c-check__label:before {
  top: 0.15em;
}
.c-filter-dropdown .c-radio__label:after {
  top: 0.15em;
}
.c-filter-dropdown .c-check__label:after {
  top: 0.2em;
}
.c-filter-dropdown .c-filter-dropdown-footer {
  text-align: center;
  padding: 0.5em 0.8em;
  border-top: 1px solid #e6e6e6;
}
.c-select {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 2.15em;
  cursor: pointer;
  white-space: nowrap;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.c-select:focus,
.c-select:hover,
.c-select.opened,
.c-select.open {
  outline: none;
}
.c-select:focus .c-select__label,
.c-select:hover .c-select__label,
.c-select.opened .c-select__label,
.c-select.open .c-select__label {
  outline: none;
  border: 1px solid #39A6DE;
  box-shadow: 0 0 2px 1px #39A6DE;
}
.c-select.opened .c-select__list {
  display: block;
}
.c-select--multi .c-select__list-item {
  padding-top: 0;
  padding-bottom: 0;
}
.c-select__label {
  position: relative;
  z-index: 1;
  padding: 0.35em 0.75em;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
}
.c-select__label-text {
  margin-right: 1em;
}
.c-select__label-icon {
  font-size: 0.65em;
}
.c-select__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0.4em 0;
  min-width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
}
.c-select__list-item {
  padding: 5px 10px;
}
.c-select__list-item:hover {
  background-color: #e2ecf8;
}
.c-select__list-item.selected {
  background-color: #f5f5f5;
}
.c-section__action-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-section__action-control--quick {
  color: #8d8d8d;
  padding: 0.45em 0.75em 0.25em 0.75em;
}
.c-section__action-control {
  margin: 0 0.5em;
}
.c-select__list.dropdown-menu {
  min-width: 120px;
  border-radius: 0 0 3px 3px;
}
.c-select__list.dropdown-menu > li > a {
  padding: 5px 10px;
}
.c-select__list.dropdown-menu > li > a:hover,
.c-select__list.dropdown-menu > li > a.selected {
  background-color: #e2ecf8;
}
.c-section__head.is-flex-end {
  justify-content: flex-end;
}
/* Sticky footer action bar */
.c-footer-action-bar {
  display: flex;
  justify-content: center;
  clear: both;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 51;
  width: 100%;
  height: 4.3em;
  background-color: #206195;
}
.c-fab-btn-group {
  display: flex;
  justify-content: flex-start;
}
.c-fab-btn-group-item {
  min-width: 10em;
  margin-right: 1px;
  height: 4.3em !important;
}
.disabled .c-fab-btn-group-item {
  opacity: 1;
  cursor: not-allowed;
  opacity: 0.5;
  box-shadow: none;
}
.c-fab-btn-group-item-icon {
  margin-right: 0.75em;
  font-size: 1.3em;
}
.c-fab-btn-group-item-icon.olr-i-export-csv {
  font-size: 1.6em;
}
.c-fab-results {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 4.3em;
  height: 4.3em;
  color: #E2ECF8;
  padding-left: 1em;
}
.c-fab-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
}
.c-fab-nav .c-fab-nav-back,
.c-fab-nav .c-fab-nav-prev,
.c-fab-nav .c-fab-nav-next,
.c-fab-nav .c-fab-nav-label {
  display: flex;
  align-items: center;
  color: #E2ECF8;
  height: 4.3em;
}
.c-fab-nav-back,
.c-fab-nav-prev,
.c-fab-nav-next {
  padding: 1em;
}
.c-fab-nav-back:hover,
.c-fab-nav-prev:hover,
.c-fab-nav-next:hover {
  background-color: rgba(225, 225, 225, 0.2);
  text-decoration: none;
}
.c-fab-nav-label {
  padding: 0.5em;
}
.c-select-typeahead .form-control,
.c-form-control {
  display: inline-block;
  min-width: 8.35em;
  height: 2.85em;
  padding: 0.7em 0.9em;
  font-size: 1em;
  line-height: 1.42857143;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #cecece;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.c-select-typeahead .form-control.c-form-control_block,
.c-form-control.c-form-control_block {
  display: block;
  width: 100%;
}
.c-select-typeahead .form-control.c-form-control_sm,
.c-form-control.c-form-control_sm {
  height: 2.4229em;
  padding: 0.5em 0.7em;
}
.c-select-typeahead .form-control.c-form-control_lg,
.c-form-control.c-form-control_lg {
  height: 3.35em;
  padding: 0.8em 1.1em;
}
.c-select-typeahead .form-control.c-form-control_no-min-width,
.c-form-control.c-form-control_no-min-width {
  min-width: 0;
}
.c-select-typeahead .form-control:hover,
.c-form-control:hover {
  background-color: #FFFFFF;
  border-color: #979797;
}
.c-select-typeahead .form-control:focus,
.c-form-control:focus {
  color: #444444;
  background-color: #FFFFFF;
  border-color: #39A6DE !important;
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
  box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
}
.c-select-typeahead .form-control:disabled,
.c-form-control:disabled,
.c-select-typeahead .form-control:readonly,
.c-form-control:readonly {
  opacity: 1;
  cursor: not-allowed !important;
  color: #777;
  background-color: #eeeeee;
  border-color: #e5e5e5;
}
.c-select-typeahead .form-control::-ms-expand,
.c-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.c-select-typeahead .form-control.ng-invalid.ng-dirty,
.c-form-control.ng-invalid.ng-dirty {
  border-color: #ac414f;
}
.c-select-typeahead .form-control.ng-invalid.ng-dirty ~ .c-form-control-help,
.c-form-control.ng-invalid.ng-dirty ~ .c-form-control-help,
.c-select-typeahead .form-control.ng-invalid.ng-dirty ~ .c-form-control-success,
.c-form-control.ng-invalid.ng-dirty ~ .c-form-control-success {
  display: none;
}
.c-select-typeahead .form-control.ng-invalid.ng-dirty ~ .c-form-control-error,
.c-form-control.ng-invalid.ng-dirty ~ .c-form-control-error {
  display: block;
}
.c-select-typeahead .form-control.c-form-control_border-on-hover,
.c-form-control.c-form-control_border-on-hover {
  border: 1px solid #FFFFFF;
  color: #444444;
}
.c-select-typeahead .form-control.c-form-control_border-on-hover::placeholder,
.c-form-control.c-form-control_border-on-hover::placeholder {
  color: #444444;
}
.c-select-typeahead .form-control.c-form-control_border-on-hover:hover,
.c-form-control.c-form-control_border-on-hover:hover {
  background-color: #FFFFFF;
  border: 1px solid #979797;
}
.c-select-typeahead .form-control.c-form-control_border-on-hover:focus,
.c-form-control.c-form-control_border-on-hover:focus {
  border: 1px solid #39A6DE;
  outline: 0;
  -webkit-box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
  box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
}
.c-select-typeahead .form-control::-moz-placeholder,
.c-form-control::-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
}
.c-select-typeahead .form-control:-ms-input-placeholder,
.c-form-control:-ms-input-placeholder {
  color: #8d8d8d;
}
.c-select-typeahead .form-control::-webkit-input-placeholder,
.c-form-control::-webkit-input-placeholder {
  color: #8d8d8d;
}
textarea.c-select-typeahead .form-control,
textarea.c-form-control {
  height: auto;
  resize: none;
}
textarea.c-select-typeahead .form-control.ng-empty,
textarea.c-form-control.ng-empty {
  background-color: #eeeeee;
}
.c-select-typeahead .form-control.has-error,
.c-form-control.has-error,
.c-select-typeahead .form-control.required,
.c-form-control.required {
  border-color: #ac414f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-select-typeahead .form-control.ng-not-empty,
.c-form-control.ng-not-empty,
.c-select-typeahead.ng-not-empty .form-control {
  color: #444444;
  background-color: #FFFFFF;
  border-color: #cecece;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-select-typeahead .form-control.ng-not-empty:hover,
.c-form-control.ng-not-empty:hover,
.c-select-typeahead.ng-not-empty .form-control:hover {
  color: #444444;
  border-color: #757575;
}
.c-form-control.ng-not-empty:focus {
  -webkit-box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
  box-shadow: 0 0 4px rgba(57, 166, 222, 0.6);
}
.c-select-typeahead .form-control:disabled,
.c-form-control:disabled,
.c-select-typeahead.disabled .form-control {
  opacity: 1;
  cursor: not-allowed !important;
  color: #777;
  background-color: #eeeeee;
  border-color: #e5e5e5;
}
.c-action-icon {
  display: inline-block;
  position: relative;
  width: 3em;
  height: 3em;
}
.c-action-icon:hover {
  text-decoration: none;
}
.c-action-icon i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-form-control-wrap,
.c-btn_wrap {
  color: #8d8d8d;
}
.c-form-control-wrap.has-error .c-form-control,
.c-btn_wrap.has-error .c-form-control {
  border-color: #ac414f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-form-control-wrap.has-error .c-form-control-help,
.c-btn_wrap.has-error .c-form-control-help {
  display: none;
}
.c-form-control-wrap.has-error .c-form-control-error,
.c-btn_wrap.has-error .c-form-control-error {
  display: block;
}
.c-form-control-wrap.has-icon,
.c-btn_wrap.has-icon {
  position: relative;
}
.c-form-control-wrap.has-icon .c-form-control-icon,
.c-btn_wrap.has-icon .c-form-control-icon,
.c-form-control-wrap.has-icon .c-btn_icon,
.c-btn_wrap.has-icon .c-btn_icon {
  position: absolute;
  top: 0;
  margin: auto;
  height: 100%;
  width: 3em;
}
.c-form-control-wrap.has-icon .c-form-control-icon.c-form-control-action,
.c-btn_wrap.has-icon .c-form-control-icon.c-form-control-action,
.c-form-control-wrap.has-icon .c-btn_icon.c-form-control-action,
.c-btn_wrap.has-icon .c-btn_icon.c-form-control-action {
  opacity: 0;
}
.c-form-control-wrap.has-icon .c-form-control-icon:hover,
.c-btn_wrap.has-icon .c-form-control-icon:hover,
.c-form-control-wrap.has-icon .c-btn_icon:hover,
.c-btn_wrap.has-icon .c-btn_icon:hover {
  text-decoration: none;
}
.c-form-control-wrap.has-icon .c-form-control-icon:hover.c-form-control-action,
.c-btn_wrap.has-icon .c-form-control-icon:hover.c-form-control-action,
.c-form-control-wrap.has-icon .c-btn_icon:hover.c-form-control-action,
.c-btn_wrap.has-icon .c-btn_icon:hover.c-form-control-action {
  opacity: 1;
}
.c-form-control-wrap.has-icon .c-form-control-icon:hover.c-form-control-action .olr-i-add,
.c-btn_wrap.has-icon .c-form-control-icon:hover.c-form-control-action .olr-i-add,
.c-form-control-wrap.has-icon .c-btn_icon:hover.c-form-control-action .olr-i-add,
.c-btn_wrap.has-icon .c-btn_icon:hover.c-form-control-action .olr-i-add {
  color: #39A6DE;
}
.c-form-control-wrap.has-icon .c-form-control-icon:hover.c-form-control-action .olr-i-close,
.c-btn_wrap.has-icon .c-form-control-icon:hover.c-form-control-action .olr-i-close,
.c-form-control-wrap.has-icon .c-btn_icon:hover.c-form-control-action .olr-i-close,
.c-btn_wrap.has-icon .c-btn_icon:hover.c-form-control-action .olr-i-close {
  color: #ac414f;
}
.c-form-control-wrap.has-icon .c-form-control-icon i,
.c-btn_wrap.has-icon .c-form-control-icon i,
.c-form-control-wrap.has-icon .c-btn_icon i,
.c-btn_wrap.has-icon .c-btn_icon i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-form-control-wrap.has-icon.has-icon_start .c-form-control,
.c-btn_wrap.has-icon.has-icon_start .c-form-control {
  padding-left: 3em;
}
.c-form-control-wrap.has-icon.has-icon_start .is-icon_start,
.c-btn_wrap.has-icon.has-icon_start .is-icon_start,
.c-form-control-wrap.has-icon.has-icon_start .c-btn_icon,
.c-btn_wrap.has-icon.has-icon_start .c-btn_icon {
  right: auto;
  left: 0;
}
.c-form-control-wrap.has-icon.has-icon_end .c-form-control,
.c-btn_wrap.has-icon.has-icon_end .c-form-control {
  padding-right: 3em;
}
.c-form-control-wrap.has-icon.has-icon_end .is-icon_end,
.c-btn_wrap.has-icon.has-icon_end .is-icon_end,
.c-form-control-wrap.has-icon.has-icon_end .c-btn_icon,
.c-btn_wrap.has-icon.has-icon_end .c-btn_icon {
  left: auto;
  right: 0;
}
.c-form-control-wrap.has-label,
.c-btn_wrap.has-label {
  position: relative;
}
.c-form-control-wrap:hover.has-icon .c-form-control-icon,
.c-btn_wrap:hover.has-icon .c-form-control-icon,
.c-form-control-wrap:hover.has-icon .c-btn_icon,
.c-btn_wrap:hover.has-icon .c-btn_icon {
  opacity: 1;
}
.c-form-control-wrap.c-form-control-wrap--call-to-action .c-form-control,
.c-btn_wrap.c-form-control-wrap--call-to-action .c-form-control {
  border-color: #39A6DE;
}
.c-form-control-wrap.c-form-control-wrap--call-to-action .c-form-control-icon .olr-i,
.c-btn_wrap.c-form-control-wrap--call-to-action .c-form-control-icon .olr-i {
  color: #39A6DE;
}
.c-form-control-wrap.c-form-control-wrap--call-to-action .c-form-control-icon,
.c-btn_wrap.c-form-control-wrap--call-to-action .c-form-control-icon {
  border-radius: 0 3px 3px 0;
}
.c-form-control-wrap.c-form-control-wrap--call-to-action .c-form-control-icon:hover,
.c-btn_wrap.c-form-control-wrap--call-to-action .c-form-control-icon:hover {
  cursor: pointer;
}
.c-form-control-wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon,
.c-btn_wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon {
  background-color: #39A6DE;
}
.c-form-control-wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon .olr-i,
.c-btn_wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon .olr-i {
  color: #ffffff;
}
.c-form-control-wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon:hover,
.c-btn_wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon:hover,
.c-form-control-wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon:focus,
.c-btn_wrap.c-form-control-wrap--call-to-action input.c-form-control_dirty ~ .c-form-control-icon:focus {
  cursor: pointer;
  background-color: #208DC5;
  border-color: #208DC5 !important;
}
.c-form-control-static {
  height: 2.85em;
  min-width: 8.35em;
  padding: 0.7em 0.9em;
  margin-bottom: 0;
}
.c-label-control-static {
  height: 2.85em;
  padding-top: 0.7em;
  margin-bottom: 0;
}
.c-form-control-help,
.c-form-control-error,
.c-form-control-success {
  display: block;
  padding: 0.25em 0;
}
.c-form-control-help:empty,
.c-form-control-error:empty,
.c-form-control-success:empty {
  display: none !important;
}
.c-form-control-help {
  font-size: 0.75em;
  color: #8d8d8d;
}
.c-form-control-error {
  display: none;
  font-size: 0.75em;
  color: #ac414f;
  padding-left: 1.2em;
}
.c-form-control-error--show {
  display: block;
}
.c-form-control_sm ~ .c-form-control-error {
  padding-left: 0.94em;
}
.c-form-control-success {
  display: none;
  font-size: 0.75em;
  color: #27AE60;
}
.c-form-group {
  margin-bottom: 1em;
}
.c-form-control-label {
  display: inline-block;
  color: #8d8d8d;
  font-weight: 100;
  font-size: 1em;
  padding-bottom: 0.7em;
  margin: 0;
}
.c-form-control-label_block {
  display: block;
}
.c-form-control-animation-input {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}
.c-form-control-animation-label {
  position: absolute;
  top: 0.7em;
  left: 0;
  padding: 0 0.9em;
  margin: 0;
  width: 0;
  text-align: right;
  white-space: nowrap;
  overflow: visible;
  opacity: 1;
  font-size: 1em;
  font-weight: 100;
  color: #8d8d8d;
  -webkit-transition-property: width, top, font-size;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: width, top, font-size;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.c-form-control-wrap.has-animation-label input:focus + .c-form-control-animation-label,
.c-form-control-wrap.has-animation-label input.input-not-empty + .c-form-control-animation-label {
  width: 100%;
  top: 1.25em;
  opacity: 1;
  font-size: 0.75em;
  font-weight: 100;
  color: #8d8d8d;
}
.c-form-control-wrap.has-animation-label input {
  padding-right: 5.5em;
}
.c-material-input-group {
  position: relative;
  margin-bottom: 2em;
}
.c-material-input-group:first-child {
  margin-top: 2em;
}
.c-material-input {
  padding: 0.7em 0.9em;
  display: block;
  min-width: 8.35em;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cecece;
}
.c-material-input:focus {
  outline: none;
}
/* LABEL ======================================= */
.c-material-input-name {
  color: #8d8d8d;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0.7em;
  top: 0.9em;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
/* active state */
.c-material-input:focus ~ .c-material-input-name,
.c-material-input:valid ~ .c-material-input-name {
  top: -1.5em;
  font-size: 0.875em;
  color: #39A6DE;
}
/* BOTTOM BARS ================================= */
.c-material-input-bar {
  position: relative;
  display: block;
}
.c-material-input-bar:before,
.c-material-input-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #39A6DE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.c-material-input-bar:before {
  left: 50%;
}
.c-material-input-bar:after {
  right: 50%;
}
/* active state */
.c-material-input:focus ~ .c-material-input-bar:before,
.c-material-input:focus ~ .c-material-input-bar:after {
  width: 50%;
}
.c-form-control-value {
  margin: 0;
  font-weight: 100;
  font-size: 1em;
  font-variant: normal;
}
.c-form-control_has-spinner {
  position: relative;
}
.c-form-control_has-spinner .c-loading-overlay {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  font-size: 0.5em;
  border-radius: 4px;
}
.c-form-control_has-spinner .c-loading-overlay .c-loading-spinner {
  margin-right: 3em;
}
.olr-input_condenced {
  width: 100%;
  height: 2em;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #B3B3B3;
}
.olr-input_condenced.is-width-auto {
  width: auto;
}
.c-input-group {
  position: relative;
}
.c-input-group-addon {
  position: absolute;
  left: 0.75em;
  top: 0.55em;
  font-size: 1.15em;
  color: #39A6DE;
}
.c-input-group input {
  padding-left: 2.75em;
}
.input-button-pare {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-button-pare .input-pare,
.input-button-pare .button-pare {
  display: table-cell;
}
.input-button-pare .button-pare {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 0.75em;
}
.floating-label-field {
  position: relative;
}
.floating-label-field.error .floating-label-field__input + .floating-label-field__fieldset,
.floating-label-field.error .floating-label-field__input:hover + .floating-label-field__fieldset,
.floating-label-field.error .floating-label-field__input:focus + .floating-label-field__fieldset {
  border-color: #b00020;
}
.floating-label-field.error .floating-label-field__input:focus + .floating-label-field__fieldset {
  box-shadow: 0 0 4px 0 #b00020;
}
.floating-label-field__label {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  z-index: 1;
  transform: translate(0.59em, -6px) scale(0.75);
  padding: 0 0.25em;
  color: #444444;
  letter-spacing: 0.00938em;
  background: #ffffff;
}
.floating-label-field__input-wrap {
  position: relative;
  border-radius: 4px;
}
.floating-label-field__input {
  display: block;
  padding: 0.9em 0.75em;
  width: 100%;
  height: 3em;
  margin: 0;
  min-width: 0;
  color: #5f758c;
  background: none;
  border: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.floating-label-field__input:hover + .floating-label-field__fieldset,
.floating-label-field__input:focus + .floating-label-field__fieldset {
  border-color: #39A6DE;
}
.floating-label-field__input:focus + .floating-label-field__fieldset {
  box-shadow: 0 0 4px 0 #39A6DE;
}
.floating-label-field__fieldset {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.5em;
  overflow: hidden;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: inherit;
  pointer-events: none;
}
.media-box-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}
.media-box-item {
  cursor: pointer;
}
.media-box-item:hover .media-box-item__controls {
  opacity: 1 !important;
}
.media-box-item:hover .media-box-item__inner-wrap,
.media-box-item:focus-within .media-box-item__inner-wrap {
  box-shadow: 0 0 4px 0 #444;
}
.media-box-item .media-box-item__inner-wrap {
  position: relative;
  padding: 1em;
  border: 1px solid #D8D8D8;
}
.media-box-item .media-box-item__inner-wrap .media-box-item__controls-bar {
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
}
.media-box-item .media-box-item__inner-wrap .media-box-item__controls {
  opacity: 0;
  display: flex;
  justify-content: flex-end;
}
.media-box-item .media-box-item__inner-wrap .media-box-item__control {
  padding: 0.6em;
  width: 2.5em;
  height: 2.5em;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.media-box-item .media-box-item__inner-wrap .media-box-item__control:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.media-box-item .media-box-item__inner-wrap .media-box-item__control .olr-i {
  font-size: 1.1em;
}
.media-box-item .media-box-item__inner-wrap .media-box-item__image-container {
  position: relative;
  background-color: #cecece;
  /*&:after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }*/
}
.media-box-item .media-box-item__inner-wrap .media-box-item__description {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
  margin-top: 1em;
}
.c-responsive-media {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.c-responsive-media .c-responsive-media-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  max-height: 100%;
  max-width: 100%;
}
.c-responsive-media .c-responsive-media-item.c-responsive-media-item_H.c-responsive-media-item_contain {
  min-width: 100%;
  max-height: none;
}
.c-responsive-media .c-responsive-media-item.c-responsive-media-item_H.c-responsive-media-item_cover {
  max-width: none;
  min-height: 100%;
  max-height: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.c-responsive-media .c-responsive-media-item.c-responsive-media-item_V.c-responsive-media-item_contain {
  min-height: 100%;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.c-responsive-media .c-responsive-media-item.c-responsive-media-item_V.c-responsive-media-item_cover {
  max-height: none;
  min-width: 100%;
  max-width: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.c-responsive-media .c-responsive-media-item.c-responsive-media-item_cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-responsive-media .c-responsive-media-item-cover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-responsive-media iframe,
.c-responsive-media embed,
.c-responsive-media object,
.c-responsive-media video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.c-responsive-media-4by3 {
  padding-bottom: 75%;
}
.c-responsive-media-16by9 {
  padding-bottom: 56.25%;
}
.c-page-title {
  position: relative;
  z-index: 1;
  padding: 1em 1em 1em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-bottom: 4px solid;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
  box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
}
.c-page-title--no-border {
  border-bottom: initial;
}
.c-page-title_my-home,
.c-page-title_reports {
  border-bottom-color: #D5E32F;
}
.c-page-title_my-listings {
  border-bottom-color: #39A6DE;
}
.c-page-title_rental-manager {
  border-bottom-color: #77CD6C !important;
}
.c-page-title_search {
  border-bottom-color: #EBA346;
}
.c-page-title_customer {
  border-bottom-color: #FF6363;
}
.c-page-title_profile {
  width: 1372px;
  margin: 0 auto;
  border-bottom-color: #D6E22F;
}
.c-title-name h1 {
  margin: 0;
  padding: 0;
  color: #757575;
  font-variant: normal;
  text-transform: capitalize;
  font-size: 1.75rem;
  font-weight: bold !important;
  letter-spacing: normal;
}
.c-page-content {
  padding-top: 1.4em;
}
.c-panel.c-panel-2 .c-panel__title-item {
  color: #444444;
  text-transform: uppercase;
}
.c-panel.c-panel-2 .c-panel__content {
  margin-bottom: 0.7em;
}
.c-panel__title {
  position: relative;
}
.c-panel__title-item {
  position: relative;
  padding: 1em 0.875em;
  margin: 0;
  font-weight: 700;
  color: #39A6DE;
  background-color: #FFFFFF;
  text-transform: capitalize;
  border: 1px solid #cecece;
  border-bottom: 1px solid #FFFFFF;
}
.c-panel__content {
  position: relative;
  padding: 0.7em;
  margin-bottom: 1.5em;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
}
.c-panel__content-box {
  height: 100%;
  overflow-y: auto;
}
.c-panel.с-panel_single-item {
  -webkit-box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
  box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
}
.c-popover {
  font-size: 0.85em;
  padding: 0;
  background-color: #FFFFFF;
}
.c-popover .popover-title,
.c-popover .c-popover-title {
  padding: 0.6em 1em;
  font-size: 1em;
  margin: 0;
}
.c-popover .popover-content {
  padding: 0.6em 1em;
  word-wrap: break-word;
}
.c-popover > .arrow {
  border-width: 0.8em;
}
.c-popover > .arrow:after {
  border-width: 0.75em;
}
.c-popover.top > .arrow {
  bottom: -0.8em;
  margin-left: -0.8em;
}
.c-popover.top > .arrow:after {
  margin-left: -0.75em;
}
.c-popover.right > .arrow {
  left: -0.8em;
  margin-top: -0.8em;
}
.c-popover.right > .arrow:after {
  bottom: -0.75em;
}
.c-popover.bottom > .arrow {
  top: -0.8em;
  margin-left: -0.8em;
}
.c-popover.bottom > .arrow:after {
  margin-left: -0.75em;
}
.c-popover.left > .arrow {
  right: -0.8em;
  margin-top: -0.8em;
}
.c-popover.left > .arrow:after {
  bottom: -0.75em;
}
.c-popover.c-popover-primary {
  border: 1px solid #39A6DE;
}
.c-popover.c-popover-primary .popover-title {
  color: #FFFFFF;
  background: #39A6DE;
  border-bottom: 1px solid #39A6DE;
}
.c-popover.c-popover-primary.top > .arrow {
  border-top-color: #39A6DE;
}
.c-popover.c-popover-primary.top > .arrow:after {
  border-top-color: #39A6DE;
}
.c-popover.c-popover-primary.right > .arrow {
  border-right-color: #39A6DE;
}
.c-popover.c-popover-primary.right > .arrow:after {
  border-right-color: #39A6DE;
}
.c-popover.c-popover-primary.bottom > .arrow {
  border-bottom-color: #39A6DE;
}
.c-popover.c-popover-primary.bottom > .arrow:after {
  border-bottom-color: #39A6DE;
}
.c-popover.c-popover-primary.left > .arrow {
  border-left-color: #39A6DE;
}
.c-popover.c-popover-primary.left > .arrow:after {
  border-left-color: #39A6DE;
}
.c-popover.c-popover-dark {
  color: #FFFFFF;
  background-color: #444444;
  border: 1px solid #444444;
}
.c-popover.c-popover-dark .popover-title {
  color: #FFFFFF;
  background-color: #444444;
  border-bottom: 1px solid #444444;
}
.c-popover.c-popover-dark.top > .arrow {
  border-top-color: #444444;
}
.c-popover.c-popover-dark.top > .arrow:after {
  border-top-color: #444444;
}
.c-popover.c-popover-dark.right > .arrow {
  border-right-color: #444444;
}
.c-popover.c-popover-dark.right > .arrow:after {
  border-right-color: #444444;
}
.c-popover.c-popover-dark.bottom > .arrow {
  border-bottom-color: #444444;
}
.c-popover.c-popover-dark.bottom > .arrow:after {
  border-bottom-color: #444444;
}
.c-popover.c-popover-dark.left > .arrow {
  border-left-color: #444444;
}
.c-popover.c-popover-dark.left > .arrow:after {
  border-left-color: #444444;
}
.private-access-section,
.private-access-section-overlay {
  height: 100%;
}
.private-access-section-overlay {
  text-align: center;
}
.private-access-section-overlay:before {
  content: "";
  width: 1px;
  height: 100%;
}
.private-access-section-overlay:before,
.private-access-section-message {
  display: inline-block;
  vertical-align: middle;
}
.private-access-section-message {
  width: 95%;
  color: #7A7772;
  font-size: 1.5em;
}
.private-access-section-message p {
  margin-bottom: 1em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.private-access-section-message a {
  color: #39A6DE;
}
.private-access-section-message a:hover {
  color: #39A6DE;
  text-decoration: underline;
}
/*Ribbon*/
.c-ribbon-content {
  color: #FFFFFF;
}
.c-ribbon-purple {
  --main-bg-color: #993399;
  background-color: var(--main-bg-color);
}
.c-ribbon-purple.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-purple.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-purple.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-purple.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-purple.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-purple.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-blue {
  --main-bg-color: #39A6DE;
  background-color: var(--main-bg-color);
}
.c-ribbon-blue.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-blue.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-blue.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-blue.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-blue.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-blue.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-dark-blue {
  --main-bg-color: #206195;
  background-color: var(--main-bg-color);
}
.c-ribbon-dark-blue.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-dark-blue.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-dark-blue.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-dark-blue.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-dark-blue.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-dark-blue.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-orange {
  --main-bg-color: #DC7E0A;
  background-color: var(--main-bg-color);
}
.c-ribbon-orange.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-orange.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-orange.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-orange.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-orange.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-orange.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-green {
  --main-bg-color: #63B607;
  background-color: var(--main-bg-color);
}
.c-ribbon-green.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-green.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-green.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-green.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-green.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-green.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-dark-green {
  --main-bg-color: #27AE60;
  background-color: var(--main-bg-color);
}
.c-ribbon-dark-green.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-dark-green.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-dark-green.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-dark-green.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-dark-green.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-dark-green.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-red {
  --main-bg-color: #E1615D;
  background-color: var(--main-bg-color);
}
.c-ribbon-red.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-red.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-red.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-red.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-red.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-red.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-dark-red {
  --main-bg-color: #ac414f;
  background-color: var(--main-bg-color);
}
.c-ribbon-dark-red.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-dark-red.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-dark-red.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-dark-red.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-dark-red.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-dark-red.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-ribbon-gray {
  --main-bg-color: gray;
  background-color: var(--main-bg-color);
}
.c-ribbon-gray.c-ribbon-right {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15em;
  text-align: left;
  padding: 0 0.9em;
  min-height: 2em;
  margin: 0.8em 0;
  top: 0;
  right: -0.4em;
  padding-left: 1em;
}
.c-ribbon-gray.c-ribbon-right::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  border-top: 1em solid;
  border-left: 1em solid transparent;
  border-bottom: 1em solid;
  border-top-color: var(--main-bg-color) !important;
  border-bottom-color: var(--main-bg-color) !important;
}
@media screen and (max-width: 1410px) {
  .c-ribbon-gray.c-ribbon-right::before {
    border-top: 1.05em solid;
    border-left: 1.05em solid transparent;
    border-bottom: 1.05em solid;
  }
}
.c-ribbon-gray.c-ribbon-right::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8em;
  z-index: -1;
  right: 0;
  border-top: 0.8em solid;
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid transparent;
}
.c-ribbon-gray.c-ribbon-right:nth-child(2) {
  top: 3em;
}
.c-ribbon-gray.c-ribbon-right:nth-child(3) {
  top: 6em;
}
.c-section {
  margin-bottom: 1.5em;
  background-color: #FFFFFF;
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
  box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
}
.c-section__head,
.c-section__foot.is-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-section__head,
.c-section__foot {
  padding: 1em 0.85em;
}
.c-section__head.has-bottom-border {
  border-bottom: 1px solid #cecece;
}
.c-section__head_condenced,
.c-section__foot_condenced {
  padding: 1em 0.7em;
}
.c-section__head_condenced.has-action-btns,
.c-section__foot_condenced.has-action-btns {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.c-section__head_condenced:empty,
.c-section__foot_condenced:empty,
.c-section__head_condenced.has-btn {
  padding: 0.5em 0.7em;
}
.c-section__title {
  margin: 0.65em 0;
  font-size: 1em;
  font-weight: 700;
  font-variant: normal;
  text-transform: uppercase;
}
.c-section__body-padding {
  padding: 0.7em;
}
a.current {
  color: #208DC5;
}
.c-section__head-links a,
.c-section__foot-links a {
  padding: 0 0.5em;
  cursor: pointer;
}
.c-section__head-links a:first-child,
.c-section__foot-links a:first-child {
  padding-left: 0;
}
/*Sidebar*/
.c-page-with-sidebar {
  position: relative;
}
.c-page-with-sidebar:before,
.c-page-with-sidebar:after {
  content: " ";
  display: table;
}
.c-page-with-sidebar:after {
  clear: both;
}
.c-content-with-sidebar {
  float: right;
  width: calc(100% -  4.3em);
}
@media screen and (max-width: 1410px) {
  .c-content-with-sidebar {
    overflow: hidden;
  }
}
.c-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 52;
  width: 4.3em;
  background-color: #206195;
  -webkit-box-shadow: 1px 0 2px 0 rgba(46, 45, 45, 0.5);
  box-shadow: 1px 0 2px 0 rgba(46, 45, 45, 0.5);
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.c-sidebar.c-sidebar_expanded {
  width: 23.5em;
}
.c-sidebar.c-sidebar_expanded .c-sidebar-nav .c-sidebar-nav-item-link.active,
.c-sidebar.c-sidebar_expanded .c-sidebar-nav .c-sidebar-nav-item-link:hover {
  color: #39A6DE;
  background-color: #FAFAFA;
}
.c-sidebar .c-sidebar-nav {
  width: 23.5em;
}
.c-sidebar .bd-tour-step__sidebar {
  width: 4.3em;
}
.c-sidebar .bd-tour-step__public-data-div {
  width: 4.3em;
  margin-bottom: 2em;
}
.c-sidebar .bd-tour-step__public-data-div .bd-tour-step__public-data {
  margin-bottom: 0;
}
.c-sidebar .c-sidebar-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.c-sidebar .c-sidebar-content.c-sidebar-content--thin {
  overflow: visible;
}
.c-sidebar .c-sidebar-content-inner {
  width: 23.5em;
}
.c-sidebar .c-sidebar-toggle {
  display: block;
  font-size: 1.3em;
  color: #E2ECF8;
  cursor: pointer;
  padding: 1.5em 0;
  margin-bottom: 1.7em;
  border-bottom: 1px solid #FFFFFF;
}
.c-sidebar .c-sidebar-toggle:hover {
  background-color: rgba(225, 225, 225, 0.2);
}
.c-sidebar .c-sidebar-nav-item-link-icon-wrapper {
  display: inline-block;
}
.c-sidebar .c-sidebar-toggle-icon {
  margin: 0 1.15em;
}
.c-sidebar a:hover {
  text-decoration: none;
}
.c-sidebar .c-sidebar-nav {
  margin-bottom: 2em;
}
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link {
  display: block;
  color: #E2ECF8;
  font-size: 1.3em;
}
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link.active,
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link:hover {
  background-color: rgba(225, 225, 225, 0.2);
}
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link-icon {
  display: inline-block;
  padding: 0.62em 1em;
  width: 3.35em;
  text-align: center;
}
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link-icon.olr-i-statistics:before {
  font-size: 0.65em;
}
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link-icon.olr-i-marketing-center:before {
  position: relative;
  font-size: 1.25em;
  left: 3px;
}
.c-sidebar .c-sidebar-nav .c-sidebar-nav-item-link-text {
  display: inline-block;
  width: 100%;
  padding: 1.03em 1em;
  text-align: center;
  font-size: 0.6em;
}
.bd-sidebar .c-sidebar-nav-item-link.active {
  background-color: rgba(225, 225, 225, 0.2);
}
.c-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 99999999;
  overflow: hidden;
  font-size: 1.3em;
  background: rgba(255, 255, 255, 0.85) !important;
  -webkit-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.c-loading-overlay.c-loading-overlay_z-index-10 {
  z-index: 10;
}
.c-loading-overlay .c-loading-spinner {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  animation: loader-circles 1s linear infinite;
  top: 50%;
  margin: -0.5em auto 0;
}
@keyframes loader-circles {
  0% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.1), 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.1), 1.70710678em 0 0 0 rgba(57, 166, 222, 0.2), 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.3), 0 1.70710678em 0 0 rgba(57, 166, 222, 0.4), -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.6), -1.70710678em 0 0 0 rgba(57, 166, 222, 0.8), -1.20710678em -1.20710678em 0 0 #39a6de;
  }
  12.5% {
    box-shadow: 0 -1.70710678em 0 0 #39a6de, 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.05), 1.70710678em 0 0 0 rgba(57, 166, 222, 0.1), 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.2), 0 1.70710678em 0 0 rgba(57, 166, 222, 0.3), -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.4), -1.70710678em 0 0 0 rgba(57, 166, 222, 0.6), -1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.8);
  }
  25% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.8), 1.20710678em -1.20710678em 0 0 #39a6de, 1.70710678em 0 0 0 rgba(57, 166, 222, 0.05), 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.1), 0 1.70710678em 0 0 rgba(57, 166, 222, 0.2), -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.3), -1.70710678em 0 0 0 rgba(57, 166, 222, 0.4), -1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.6);
  }
  37.5% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.6), 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.8), 1.70710678em 0 0 0 #39a6de, 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.05), 0 1.70710678em 0 0 rgba(57, 166, 222, 0.1), -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.2), -1.70710678em 0 0 0 rgba(57, 166, 222, 0.3), -1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.4);
  }
  50% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.4), 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.6), 1.70710678em 0 0 0 rgba(57, 166, 222, 0.8), 1.20710678em 1.20710678em 0 0 #39a6de, 0 1.70710678em 0 0 rgba(57, 166, 222, 0.05), -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.1), -1.70710678em 0 0 0 rgba(57, 166, 222, 0.2), -1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.3);
  }
  62.5% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.3), 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.4), 1.70710678em 0 0 0 rgba(57, 166, 222, 0.6), 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.8), 0 1.70710678em 0 0 #39a6de, -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.05), -1.70710678em 0 0 0 rgba(57, 166, 222, 0.1), -1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.2);
  }
  75% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.2), 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.3), 1.70710678em 0 0 0 rgba(57, 166, 222, 0.4), 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.6), 0 1.70710678em 0 0 rgba(57, 166, 222, 0.8), -1.20710678em 1.20710678em 0 0 #39a6de, -1.70710678em 0 0 0 rgba(57, 166, 222, 0.05), -1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.1);
  }
  87.5% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.1), 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.2), 1.70710678em 0 0 0 rgba(57, 166, 222, 0.3), 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.4), 0 1.70710678em 0 0 rgba(57, 166, 222, 0.6), -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.8), -1.70710678em 0 0 0 #39a6de, -1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.05);
  }
  100% {
    box-shadow: 0 -1.70710678em 0 0 rgba(57, 166, 222, 0.05), 1.20710678em -1.20710678em 0 0 rgba(57, 166, 222, 0.1), 1.70710678em 0 0 0 rgba(57, 166, 222, 0.2), 1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.3), 0 1.70710678em 0 0 rgba(57, 166, 222, 0.4), -1.20710678em 1.20710678em 0 0 rgba(57, 166, 222, 0.6), -1.70710678em 0 0 0 rgba(57, 166, 222, 0.8), -1.20710678em -1.20710678em 0 0 #39a6de;
  }
}
.c-loading-overlay-local-wrap {
  position: relative;
}
.c-loading-overlay-local-wrap .c-loading-overlay {
  position: absolute;
  z-index: 50;
}
.olr-spinner {
  position: relative;
  width: 100%;
  height: 100%;
}
.olr-spinner__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*  in order bootstrap tab js to work, nav links must be inside <li> elements
    if you dont need js, you can put links to .с-tab-nav directly
*/
.с-tab-nav {
  position: relative;
  bottom: -1px;
}
.с-tab-nav.has-tab-title .с-tab-nav__wrap {
  float: none;
  padding-right: 0;
}
.с-tab-nav.has-tab-title .с-tab-nav__list {
  float: right;
}
.с-tab-nav.has-control .с-tab-nav__wrap {
  float: none;
  padding-right: 0;
}
.с-tab-nav.has-control .с-tab-nav__list {
  float: left;
}
.с-tab-nav.has-control .с-tab-nav__control {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 0.875em;
  margin-left: -1px;
  font-family: Helvetica;
  color: #757575;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
}
.с-tab-nav.has-control .с-tab-nav__control:before {
  display: none;
}
.с-tab-nav.has-control .с-tab-nav__control .c-form-control {
  min-width: 17em;
}
.с-tab-nav__shadow {
  position: absolute;
  top: -1px;
  left: 3px;
  right: 3px;
  z-index: -1;
  box-shadow: 0 2px 4px 1.5px rgba(0, 0, 0, 0.3);
}
.с-tab-nav__wrap {
  float: left;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 1px;
  margin-left: -1px;
}
.с-tab-nav--justify {
  bottom: 0;
}
.с-tab-nav--justify .с-tab-nav__wrap {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
}
.с-tab-nav--justify .с-tab-nav__list-item {
  width: 50%;
}
.с-tab-nav--justify .с-tab-nav__list-item:first-child .с-tab-nav__item {
  border-right: 1px solid #cecece;
}
.с-tab-nav--justify .с-tab-nav__item {
  width: 100%;
  background-color: #fff;
  border: none;
  font-weight: normal;
}
.с-tab-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.с-tab-nav__list-item {
  float: left;
}
*.с-tab-nav__item {
  float: left;
  position: relative;
  z-index: 1;
  padding: 1em 0.875em;
  margin-left: -1px;
  font-family: Helvetica;
  font-weight: 700;
  color: #757575;
  text-decoration: none !important;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #f4f4f4;
  border: 1px solid #cecece;
}
*.с-tab-nav__item:first-child {
  margin-left: 0;
}
*.с-tab-nav__item.is-tab-title {
  float: none;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
*.с-tab-nav__item.is-tab-title:before {
  display: none;
}
.с-tab-nav_single-item .с-tab-nav__list-item.active .с-tab-nav__item,
.с-tab-nav__item.с-tab-nav__item_active.is-tab-title {
  color: #444444 !important;
}
.с-tab-nav__list-item:last-child .с-tab-nav__item {
  z-index: 0;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
  box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
}
a.с-tab-nav__item:hover {
  color: #757575 !important;
  background-color: #FFFFFF;
}
a.с-tab-nav__item[disabled],
a.с-tab-nav__item[disabled]:hover,
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #cecece !important;
  cursor: not-allowed;
  background-color: #f4f4f4;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.с-tab-nav__list-item.active .с-tab-nav__item,
a.с-tab-nav__item_active,
a.с-tab-nav__item_active:hover,
span.с-tab-nav__item_active,
span.с-tab-nav__item_active:hover,
.с-tab-nav__list-item.current .с-tab-nav__item,
.с-tab-nav__item.current {
  position: relative;
  color: #39A6DE;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.с-tab-nav__list-item.active .с-tab-nav__item::before,
.с-tab-nav__item_active::before,
.с-tab-nav__item.current::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #39A6DE;
}
.c-tab-panel {
  display: none;
}
.c-tab-panel.active {
  display: block;
}
.с-tab-nav_single-item .с-tab-nav__wrap {
  padding-right: 0;
}
.с-tab-nav_single-item .с-tab-nav__wrap,
.с-tab-nav_single-item .с-tab-nav__list,
.с-tab-nav_single-item .с-tab-nav__list-item,
.с-tab-nav_single-item .с-tab-nav__item {
  float: none;
  display: block;
}
.с-tab-nav_single-item .с-tab-nav__item:before {
  display: none;
}
.с-tab-nav_single-item {
  -webkit-box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
  box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
}
.с-tab-nav_single-item + .с-tab-content {
  position: relative;
}
.c-tab-light .c-tab-light__link {
  padding: 5px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-transform: capitalize !important;
}
.c-tab-light .c-tab-light__link.c-tab-light__link--active {
  color: #39A6DE !important;
}
.с-tab-nav-2 {
  display: flex;
  background-color: #fff;
  margin-bottom: 0.7em;
}
.с-tab-nav-2.disabled .с-tab-nav-2__item {
  cursor: not-allowed;
  background-color: #f4f4f4;
}
.с-tab-nav-2 .с-tab-nav-2__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 3.428em;
  padding: 0.5em 1em;
  color: #757575;
  text-transform: uppercase;
  border: 1px solid #D8D8D8;
}
.с-tab-nav-2 .с-tab-nav-2__item:hover {
  color: #757575;
  text-decoration: none;
}
.с-tab-nav-2 .с-tab-nav-2__item:not(.active) {
  cursor: pointer;
}
.с-tab-nav-2 .с-tab-nav-2__item.active {
  padding-bottom: 0.65em;
  color: #39A6DE;
  font-weight: bold;
  cursor: default;
  border-top: 3px solid #39A6DE;
}
.с-tab-nav-2 .с-tab-nav-2__item.active:hover {
  color: #39A6DE;
  text-decoration: none;
}
.с-tab-nav-2 .с-tab-nav-2__item + .с-tab-nav-2__item {
  border-left-width: 0;
}
@media screen and (max-width: 1410px) {
  body:not(.c-modal-iframe):not(.c-window),
  .c-table,
  .c-table-clean {
    font-size: 0.85714rem !important;
    /* 12px */
  }
}
.c-table {
  width: 100%;
  font-size: 1em;
}
.c-table.c-table_width-auto {
  width: auto;
}
.c-table.c-table-layout-fixed {
  table-layout: fixed;
}
.c-table.c-table_grid td {
  border: solid 1px #cecece;
}
.c-table.c-table_grid-vertical td {
  border-right: solid 1px #cecece;
}
.c-table.c-table_border {
  border: solid 1px #cecece;
}
.c-table.c-table--nowrap td {
  white-space: nowrap;
}
.c-table.c-table--extra-space .c-table__th,
.c-table.c-table--extra-space .c-table__td {
  padding-left: 1em;
  padding-right: 1em;
}
.c-table.c-table--sm {
  font-size: 0.9em;
}
.c-table th,
.c-table td {
  font-size: 1em;
}
.c-table__head {
  background-color: #444444;
}
.c-table__th {
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.c-table__th a {
  color: #FFFFFF !important;
}
.c-table__sort:hover {
  cursor: pointer;
  text-decoration: underline;
}
.c-table__sort-icon {
  padding-left: 0.3em;
}
.c-table__th,
.c-table__td,
.submit-row {
  padding: 0.5em 0.7em;
}
.c-table__th_bare,
.c-table__td_bare {
  padding: 0;
}
.c-table__action {
  padding: 0.4em 0.6em;
  cursor: pointer;
}
.c-table__th-tools {
  text-align: center;
}
.c-table__icon-text {
  display: flex;
  justify-content: space-between;
}
.c-table__icon-text .olr-i {
  padding-right: 0.3em;
  text-decoration: none;
}
.c-table__icon-text span {
  text-align: right;
}
.c-table__tr:nth-child(even),
.c-table__td-tools:not(.c-table__td-tools_no-bg),
.c-table__tr_colored {
  background-color: #f5f5f5 !important;
}
tbody .c-table__tr.c-table__tr_danger {
  background-color: #FFE6E6 !important;
}
tbody .c-table__tr:hover,
tbody .c-table__tr.c-table__tr_selected {
  background-color: #e2ecf8 !important;
}
tbody .c-table__tr:hover .c-btn_cell:not(.default),
tbody .c-table__tr.c-table__tr_selected .c-btn_cell:not(.default) {
  color: #39A6DE;
  text-decoration: none;
}
tbody .c-table__tr.c-table__tr_selected:hover {
  background-color: #c9dcf2 !important;
}
tbody .c-table__tr-clickable:hover {
  cursor: pointer;
}
.c-table__th,
.c-table__td {
  position: relative;
}
.c-table__td-tools {
  padding: 0;
}
.c-table__cell-devider {
  width: 3px;
  background-color: #FFFFFF;
}
.c-table__tools {
  float: right;
}
.c-table__td-tools .c-table__tools .c-table__td {
  padding: 0;
  border: none;
}
.c-table__tools-item {
  display: inline-block;
  padding: 0.6em;
}
.c-table__tools-item:hover,
.c-table__tools-item:focus {
  text-decoration: none;
  outline: none;
}
.c-table__tools-item-icon {
  display: inline-block;
}
.c-table__tools-item-icon:before {
  font-size: 1.3em;
}
.c-table_condenced .c-table__th,
.c-table_condenced .c-table__td {
  padding: 0.25em 0.25em;
}
.c-table-clean {
  width: 100%;
  font-size: 14px;
  border: none;
}
.c-table-clean th,
.c-table-clean td {
  font-size: 1em;
}
th.c-table-check-col {
  width: 2.6em !important;
}
.c-table-check-col {
  position: relative;
  padding: 0;
  text-align: center;
}
.c-table-check-col .c-check_bulk {
  display: block;
  width: 1.15em;
  height: 1.15em;
  margin: 0 auto !important;
}
.c-table-check-col .c-check_bulk .c-check__label {
  min-height: 1.15em;
  line-height: 1.15em;
  width: 1.15em;
  height: 1.15em;
}
.c-table-check-col .c-check_bulk .c-check__label:before,
.c-table-check-col .c-check_bulk .c-check__label:after {
  top: 0;
}
.c-table-check-col .c-check {
  display: flex;
  justify-content: center;
}
.c-table_layout-fixed {
  table-layout: fixed;
}
.submit-row {
  text-align: right;
  border-top: 1px solid #F4F4F4;
}
.c-table__th.table-th-sortable:hover {
  cursor: pointer;
}
.table-th-sortable .olr-i {
  padding-left: 3px;
  display: none;
}
.table-th-sortable--ascending .olr-i-arrow-down {
  display: none;
}
.table-th-sortable--ascending .olr-i-arrow-up {
  display: inline-block;
}
.table-th-sortable--descending .olr-i-arrow-up {
  display: none;
}
.table-th-sortable--descending .olr-i-arrow-down {
  display: inline-block;
}
a.c-text-link,
.c-text-link {
  color: #444444;
  text-decoration: none;
  cursor: pointer;
}
a.c-text-link:hover,
.c-text-link:hover,
a.c-text-link:focus,
.c-text-link:focus {
  color: #39A6DE;
  text-decoration: none;
}
a.c-text-link.c-text-link_primary,
.c-text-link.c-text-link_primary {
  color: #39A6DE;
}
a.c-text-link.c-text-link_primary:hover,
.c-text-link.c-text-link_primary:hover {
  color: #39A6DE;
  text-decoration: underline;
}
a.c-text-link.c-text-link_inactive,
.c-text-link.c-text-link_inactive {
  cursor: text;
  color: #444444;
}
a.c-text-link.c-text-link_inactive:hover,
.c-text-link.c-text-link_inactive:hover {
  color: #444444;
  text-decoration: none;
}
a.c-text-link.c-text-link_noline,
.c-text-link.c-text-link_noline {
  text-decoration: none !important;
}
a.c-text-link.c-text-link_noline:hover,
.c-text-link.c-text-link_noline:hover {
  text-decoration: none !important;
}
a.c-text-link.c-text-link_underline,
.c-text-link.c-text-link_underline {
  text-decoration: underline !important;
}
a.c-text-link.c-text-link_underline:hover,
.c-text-link.c-text-link_underline:hover {
  text-decoration: underline !important;
}
input.c-text-link {
  background: none;
  border: none;
}
a.c-icon-link.c-icon-link_primary {
  color: #39A6DE;
  text-decoration: none;
}
a.c-icon-link.c-icon-link_primary:hover {
  color: #39A6DE;
  text-decoration: none;
}
.c-tooltip {
  font-size: 0.85em;
}
.c-tooltip .tooltip-inner {
  padding: 0.5em 0.75em;
  color: #444444;
  word-wrap: break-word;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.c-tooltip.c-tooltip--nowrap .tooltip-inner {
  white-space: nowrap;
}
.c-tooltip.c-tooltip--unlimited .tooltip-inner {
  max-width: none;
}
.c-tooltip > .tooltip-arrow,
.c-tooltip > .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.c-tooltip > .tooltip-arrow:after {
  content: "";
  border-width: 5px;
}
.c-tooltip.top > .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.c-tooltip.top > .tooltip-arrow:after {
  bottom: 1px;
  margin-left: -5px;
  content: " ";
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.c-tooltip.right > .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.c-tooltip.right > .tooltip-arrow:after {
  bottom: -5px;
  left: 1px;
  content: " ";
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.c-tooltip.bottom > .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.c-tooltip.bottom > .tooltip-arrow:after {
  top: 1px;
  margin-left: -5px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.c-tooltip.left > .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.c-tooltip.left > .tooltip-arrow:after {
  right: 1px;
  bottom: -5px;
  content: " ";
  border-right-width: 0;
  border-left-color: #FFFFFF;
}
.c-tooltip.c-tooltip-dark .tooltip-inner {
  padding: 0.5em 0.75em;
  color: #FFFFFF;
  background-color: #444444;
  border: 1px solid #444444;
}
.c-tooltip.c-tooltip-dark.top > .tooltip-arrow {
  border-top-color: #444444;
}
.c-tooltip.c-tooltip-dark.top > .tooltip-arrow:after {
  border-top-color: #444444;
}
.c-tooltip.c-tooltip-dark.right > .tooltip-arrow {
  border-right-color: #444444;
}
.c-tooltip.c-tooltip-dark.right > .tooltip-arrow:after {
  border-right-color: #444444;
}
.c-tooltip.c-tooltip-dark.bottom > .tooltip-arrow {
  border-bottom-color: #444444;
}
.c-tooltip.c-tooltip-dark.bottom > .tooltip-arrow:after {
  border-bottom-color: #444444;
}
.c-tooltip.c-tooltip-dark.left > .tooltip-arrow {
  border-left-color: #444444;
}
.c-tooltip.c-tooltip-dark.left > .tooltip-arrow:after {
  border-left-color: #444444;
}
.c-tooltip p {
  margin-bottom: 0.1em;
}
.c-date-picker {
  position: relative;
}
.c-date-picker__input {
  width: 120px;
  height: 30px;
  padding-right: 35px;
  text-align: right;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #cecece;
  outline: none;
  font-size: 0.857em;
}
.c-date-picker__input:active,
.c-date-picker__input:focus {
  border-color: #39A6DE;
  box-shadow: 0 0 2px 0 #39A6DE;
}
.c-date-picker__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-date-picker__btn .btn {
  padding: 5px 10px;
}
.c-date-picker__btn .btn:active {
  box-shadow: none;
}
.c-date-picker__btn i {
  font-size: 1.4em;
  color: #8d8d8d;
}
/* Scrollbar */
/* Bar width */
.scrollbox::-webkit-scrollbar {
  width: 0.5em;
}
/* Track */
.scrollbox::-webkit-scrollbar-track {
  width: 0.5em;
  border-radius: 6.25em;
  background-color: rgba(135,152,173 , 0.2);
}
/* Handle */
.scrollbox::-webkit-scrollbar-thumb {
  width: 0.5em;
  border-radius: 6.25em;
  background-color: #8798AD;
}
/* Handle on hover */
.scrollbox::-webkit-scrollbar-thumb:hover {
  background: #5F758C;
}
.scrollbox {
  overflow-y: auto;
  visibility: hidden;
}
.scrollbox__content,
.scrollbox:hover,
.scrollbox:focus {
  visibility: visible;
}
.mss-wrapper {
  display: grid;
  margin-bottom: 1.5em;
}
.mss-dropdown {
  position: relative;
  display: inline-block;
  width: 300px;
  padding-left: 0.5em;
}
.mss-dropdown.open .mss-dropdown-menu {
  display: block;
}
.mss-dropdown .mss-dropdown-trigger {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
  background-image: url("/OlrRedesign/img/caret-down.svg");
  background-position: 96% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}
.mss-dropdown .mss-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  min-width: 400px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.mss-dropdown .mss-dropdown-menu__list {
  max-height: 252px;
  overflow-y: auto;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.mss-dropdown .mss-dropdown-menu__list-item {
  padding: 0 8px;
}
.mss-dropdown .search-container {
  margin: 12px 10px 8px 10px;
  height: auto;
}
.mss-dropdown .search-container .c-form-control {
  height: 2.2em;
  padding: 0.5em 0.7em;
  padding-left: 2.2em !important;
}
.mss-dropdown .search-container .c-form-control-icon {
  width: 2em;
}
.mss-dropdown .search-container .olr-i-search {
  font-size: 0.875em;
}
.mss-dropdown .c-check__label {
  min-height: 2em;
  line-height: 2em;
}
html {
  font-size: 14px !important;
}
body {
  font-family: Helvetica;
  font-size: 1rem !important;
  color: #444;
  background-color: #F1F1F1;
}
.c-body {
  background-color: #F1F1F1 !important;
}
.c-body-modal-popup {
  background-color: white !important;
}
.inline-block {
  display: inline-block;
}
.с-widget-card {
  margin-bottom: 1.5em;
  background-color: #FFFFFF;
  border: 1px solid #cecece;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
  box-shadow: 1px 2px 4px 0 rgba(136, 136, 136, 0.5);
}
.h-scrollable {
  height: auto;
  max-height: 200px;
}
.c-close-control {
  cursor: pointer;
  color: #8d8d8d;
}
.c-close-control:hover {
  color: #444444;
}
.l-content--grid {
  display: grid;
}
.l-content--grid__first {
  padding-right: 0.4em;
}
.l-content--grid__second {
  padding-left: 0.4em;
}
.l-content--grid__span-2 {
  grid-column: span 2;
  min-height: 37em;
}
.l-content--grid.l-content--grid-40-60 {
  grid-template-columns: 40% 60%;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.ld-flex-line-list {
  display: flex;
  flex-wrap: wrap;
}
.ld-flex-line-list li {
  margin-left: 1.1em;
  padding-right: 1.1em;
}
.ld-flex-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.ld-flex-list li {
  margin-left: 1.1em;
  padding-right: 1.1em;
  width: 31.4%;
}
.ld-two-col-list.ld-flex-list li {
  width: 47.7%;
}
@media print {
  .h-hide-on-print {
    display: none!important;
  }
}
@media print {
  #map .mapboxgl-ctrl-top-right {
    display: none!important;
  }
}
.h-currency-symbol {
  position: relative;
}
.h-currency-symbol:before {
  content: '$';
  position: absolute;
  width: 10px;
  top: 50%;
  left: 7px;
  display: block;
  transform: translateY(-50%);
}
.h-currency-symbol input {
  padding-left: 1.5em !important;
}
.h-percentage-symbol {
  position: relative;
}
.h-percentage-symbol:before {
  content: '%';
  position: absolute;
  width: 10px;
  top: 50%;
  right: 7px;
  display: block;
  transform: translateY(-50%);
}
.h-percentage-symbol input {
  padding-right: 1.5em !important;
}
.olr-i-toogle-on,
.olr-i-toogle-off {
  position: relative;
}
.olr-i-toogle-on .path2,
.olr-i-toogle-off .path2 {
  position: absolute;
  top: 0;
  left: 0;
}
.olr-i-toogle-on .path2:before,
.olr-i-toogle-off .path2:before {
  margin-left: 0;
}
.section-title {
  font-weight: 700;
  color: #757575;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0.5em 0 0.75em;
}
#locationListDialog.locations {
  width: 100% !important;
  padding: 0 !important;
  visibility: visible;
}
#locationListDialog.locations .cs-autocomplete-list {
  margin: 0;
  padding: 0;
  padding-top: 7px;
}
#locationListDialog.locations .cs-autocomplete-item {
  display: inline-block;
  margin: 0 0.5em 0.35em 0;
  padding: 0.15em 0.5em;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background-color: #f1f1f1;
}
#locationListDialog.locations .cs-autocomplete-item__label {
  font-size: 1em;
  color: #444444;
}
#locationListDialog.locations .cs-autocomplete-item__icon {
  font-size: 0.7em;
  color: #cecece;
}
#locationListDialog.locations .cs-autocomplete-item__icon:hover {
  color: #757575;
}
#locationListDialog.locations .cs-size-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
  align-items: center;
  margin-bottom: 0.5em;
}
#locationListDialog.locations .cs-size-grid--sf {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 1em;
  align-items: center;
  margin-bottom: 0.5em;
}
#locationListDialog.locations .show-more-flters {
  color: #39A6DE;
  cursor: pointer;
}
#locationListDialog.locations .hide-more-filters {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  cursor: pointer;
}
.external-provider-button {
  display: flex;
  width: 350px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24), 0 2px 2px 0 rgba(0,0,0,0.12);
  align-items: center;
  height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1em 0.75em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-bottom: 20px;
}
.external-provider-button span {
  padding: 8px;
  padding-left: 16px;
  color: rgba(34,34,34,0.54);
}
.external-provider-button img {
  width: 36px;
}
.external-provider-button:hover {
  text-decoration: none;
}
.external-provider-button.Google {
  color: white;
}
.external-provider-button.Google img {
  background-color: white;
}
.broker-calendar .sign-in-btn-wrapper {
  display: flex;
  align-items: center;
}
.expert-step-popup .modal-dialog {
  width: 720px !important;
}
.expert-step-popup .embed-responsive-4by3 {
  padding-bottom: 56%;
}
.expert-congrats-popup .modal-dialog {
  width: 720px !important;
}
.expert-congrats-popup .c-modal-body {
  padding-top: 0;
}
.expert-congrats-popup .embed-responsive-4by3 {
  padding-bottom: 42%;
}
*[id*=dvSummaryresult] ul,
#notestabsid ul,
*[id*=dvSummaryresult] ol,
#notestabsid ol,
*[id*=dvSummaryresult] dl,
#notestabsid dl {
  padding-left: 20px;
}
.nychr-invite-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border: 1px solid #497d95;
  background-color: #f3f5f8;
  border-radius: 4px;
}
.nychr-invite-box label {
  color: #497d95;
  font-weight: bold;
}
.nychr-invite-box label input {
  margin-right: 5px;
  margin-top: 1px;
  position: relative;
  bottom: -1px;
}
.book-3-col {
  column-count: 3;
  column-gap: 1em;
}
.book-2-col {
  column-count: 2;
  column-gap: 1em;
}
.book-2-col > div,
.book-3-col > div {
  break-inside: avoid;
}
.key-value-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-column-gap: 1em;
  line-height: 1.7;
}
.key-value-grid .key-value-grid__key {
  color: #757575;
}
