/* Minification failed. Returning unminified contents.
(7730,45): run-time error CSS1031: Expected selector, found '-'
(7730,45): run-time error CSS1025: Expected comma or open brace, found '-'
(14746,15): run-time error CSS1031: Expected selector, found '{'
(15093,15): run-time error CSS1031: Expected selector, found '{'
 */
@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

/*html {
	margin-left: calc(100% - 100vw);
}*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #4F4E4E;
  background-color: #E5E6E5;
  line-height: 1;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #E5E6E5;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #00539F;
  text-decoration: none;
}

a:focus, a:hover {
  color: #002b53;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: #FFFFFF;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #E5E6E5;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: 'webfont';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/env-icons/envisionrx.eot);
  src: url(../fonts/env-icons/envisionrx.eot) format("embedded-opentype"), url(../fonts/env-icons/envisionrx.woff) format("woff"), url(../fonts/env-icons/envisionrx.ttf) format("truetype"), url(../fonts/env-icons/envisionrx.svg#webfont) format("svg");
}

.u-glyph,
.u-glyph-after:after,
.u-glyph-before:before {
  font-family: 'webfont';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  white-space: nowrap;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 47.75rem) {
  .u-glyph-after:after,
  .u-glyph-before:before,
  .u-glyph {
    font-family: 'webfont';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    white-space: nowrap;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 47.75rem) {
  .u-glyph-after:after,
  .u-glyph-before:before,
  .u-glyph {
    font-family: 'webfont';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    white-space: nowrap;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.u-glyph-after[data-icon]:after,
.u-glyph-before[data-icon]:before {
  content: attr(data-icon);
}

@media screen and (min-width: 47.75rem) {
  .u-glyph-after[data-icon]:after,
  .u-glyph-before[data-icon]:before {
    content: attr(data-icon);
  }
}

@media screen and (max-width: 47.75rem) {
  .u-glyph-after[data-icon]:after,
  .u-glyph-before[data-icon]:before {
    content: attr(data-icon);
  }
}

.u-glyph--no-speak,
.u-glyph-after--no-speak:after,
.u-glyph-before--no-speak:before {
  speak: none;
}

@media screen and (min-width: 47.75rem) {
  .u-glyph-after--no-speak:after,
  .u-glyph-before--no-speak:before {
    speak: none;
  }
}

@media screen and (max-width: 47.75rem) {
  .u-glyph-after--no-speak:after,
  .u-glyph-before--no-speak:before {
    speak: none;
  }
}

.u-glyph-after--circled:after,
.u-glyph-before--circled:before {
  font-size: 1.125rem;
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transform: translateY(-0.0625rem);
  transform: translateY(-0.0625rem);
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 50%;
  background-color: #ef3e42;
  will-change: background-color;
}

.u-glyph-after--circled:hover:after,
.u-glyph-before--circled:hover:before {
  background-color: #00539f;
}

.u-glyph-after--circled:hover:active:after,
.u-glyph-before--circled:hover:active:before {
  background-color: #1196d4;
}

.u-glyph--animate-after:after,
.u-glyph--animate-before:before {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: color;
  transition-property: color;
  will-change: color;
}

.u-glyph--animate-after:after:focus,
.u-glyph--animate-after:after:hover,
.u-glyph--animate-before:before:focus,
.u-glyph--animate-before:before:hover {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.u-glyph--animate-after:after:active,
.u-glyph--animate-after:after:active:focus,
.u-glyph--animate-after:after:active:hover,
.u-glyph--animate-before:before:active,
.u-glyph--animate-before:before:active:focus,
.u-glyph--animate-before:before:active:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 10ms;
          transition-duration: 10ms;
}

.u-glyph-after--circled,
.u-glyph-before--circled {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="phone"],
input[type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"] {
  width: auto;
}

select {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwIDciIHdpZHRoPSIxMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlLz48ZGVzYy8+PGRlZnMvPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiPjxnIGZpbGw9IiMwMDAwMDAiIGlkPSJDb3JlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDY5LjAwMDAwMCwgLTkuMDAwMDAwKSI+PGcgaWQ9ImFycm93LWRyb3AtZG93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDY5LjAwMDAwMCwgOS41MDAwMDApIj48cGF0aCBkPSJNMCwwIEw1LDUgTDEwLDAgTDAsMCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat right 10px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

address {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5 !important;
}

address h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #00539F;
}

select::-ms-expand {
  display: none;
}

strong {
  font-weight: 600;
}

option {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  color: #999B9B;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox */
  color: #999B9B;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE10–11 */
  color: #999B9B !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  /* Edge */
  color: #999B9B;
  font-weight: 400;
}

::-webkit-input-placeholder {
  /* CSS Working Draft */
  color: #999B9B;
  font-weight: 400;
}

::-moz-placeholder {
  /* CSS Working Draft */
  color: #999B9B;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* CSS Working Draft */
  color: #999B9B;
  font-weight: 400;
}

::placeholder {
  /* CSS Working Draft */
  color: #999B9B;
  font-weight: 400;
}

@media all and (-ms-high-contrast: active) {
  /* Remove purple highlight in HC mode */
  select:focus::-ms-value {
    background-color: transparent;
    /*make the select background transparent in ie */
    color: white;
  }
}

@media all and (-ms-high-contrast: none) {
  /* Remove blue highlight in Normal mode*/
  select:focus::-ms-value {
    background-color: transparent;
    color: black;
  }
}

.g-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .g-box {
    max-width: 748px;
  }
}

@media (min-width: 950px) {
    .g-box {
        max-width: 940px;
    }

    .c-global-header__firefox {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        color: #9F1F31;
        font-size: .7rem;
    }

    .c-global-header__firefox__img {
        float: left;
        max-width: 3rem;
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media screen and (max-width: 949px) {
    .c-global-header__firefox {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        color: #9F1F31;
        font-size: .7rem;
    }

    .c-global-header__firefox__img {
        float: left;
        max-width: 3rem;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1020px) {
  .g-box {
    max-width: 1004px;
  }
}

@media (min-width: 1240px) {
  .g-box {
    max-width: 1200px;
  }
}

@media (min-width: 1570px) {
  .g-box {
    max-width: 1500px;
  }
}

@media (min-width: 1900px) {
  .g-box {
    max-width: 1800px;
  }
}

.g-box--fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.g-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.g-box__1-col\@xs, .g-box__col\@xs, .g-box__2-col\@xs, .g-box__3-col\@xs, .g-box__4-col\@xs, .g-box__5-col\@xs, .g-box__6-col\@xs, .g-box__7-col\@xs, .g-box__8-col\@xs, .g-box__9-col\@xs, .g-box__10-col\@xs, .g-box__11-col\@xs, .g-box__12-col\@xs, .g-box__1-col\@sm, .g-box__col\@sm, .g-box__2-col\@sm, .g-box__3-col\@sm, .g-box__4-col\@sm, .g-box__5-col\@sm, .g-box__6-col\@sm, .g-box__7-col\@sm, .g-box__8-col\@sm, .g-box__9-col\@sm, .g-box__10-col\@sm, .g-box__11-col\@sm, .g-box__12-col\@sm, .g-box__1-col\@md, .g-box__col\@md, .g-box__2-col\@md, .g-box__3-col\@md, .g-box__4-col\@md, .g-box__5-col\@md, .g-box__6-col\@md, .g-box__7-col\@md, .g-box__8-col\@md, .g-box__9-col\@md, .g-box__10-col\@md, .g-box__11-col\@md, .g-box__12-col\@md, .g-box__1-col\@ml, .g-box__col\@ml, .g-box__2-col\@ml, .g-box__3-col\@ml, .g-box__4-col\@ml, .g-box__5-col\@ml, .g-box__6-col\@ml, .g-box__7-col\@ml, .g-box__8-col\@ml, .g-box__9-col\@ml, .g-box__10-col\@ml, .g-box__11-col\@ml, .g-box__12-col\@ml, .g-box__1-col\@lg, .g-box__col\@lg, .g-box__2-col\@lg, .g-box__3-col\@lg, .g-box__4-col\@lg, .g-box__5-col\@lg, .g-box__6-col\@lg, .g-box__7-col\@lg, .g-box__8-col\@lg, .g-box__9-col\@lg, .g-box__10-col\@lg, .g-box__11-col\@lg, .g-box__12-col\@lg, .g-box__1-col\@xl, .g-box__col\@xl, .g-box__2-col\@xl, .g-box__3-col\@xl, .g-box__4-col\@xl, .g-box__5-col\@xl, .g-box__6-col\@xl, .g-box__7-col\@xl, .g-box__8-col\@xl, .g-box__9-col\@xl, .g-box__10-col\@xl, .g-box__11-col\@xl, .g-box__12-col\@xl, .g-box__1-col\@2xl, .g-box__col\@2xl, .g-box__2-col\@2xl, .g-box__3-col\@2xl, .g-box__4-col\@2xl, .g-box__5-col\@2xl, .g-box__6-col\@2xl, .g-box__7-col\@2xl, .g-box__8-col\@2xl, .g-box__9-col\@2xl, .g-box__10-col\@2xl, .g-box__11-col\@2xl, .g-box__12-col\@2xl, .g-box__1-col\@3xl, .g-box__col\@3xl, .g-box__2-col\@3xl, .g-box__3-col\@3xl, .g-box__4-col\@3xl, .g-box__5-col\@3xl, .g-box__6-col\@3xl, .g-box__7-col\@3xl, .g-box__8-col\@3xl, .g-box__9-col\@3xl, .g-box__10-col\@3xl, .g-box__11-col\@3xl, .g-box__12-col\@3xl {
  position: relative;
  min-height: 1px;
  padding: 10px;
  width: 100%;
}

.g-box__col\@xs {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding: 10px;
}

.g-box__1-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.g-box__2-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.g-box__3-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.g-box__4-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.g-box__5-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.g-box__6-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.g-box__7-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.g-box__8-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.g-box__9-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.g-box__10-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.g-box__11-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.g-box__12-col\@xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.g-pull-0\@xs {
  right: auto;
}

.g-pull-1\@xs {
  right: 8.33333%;
}

.g-pull-2\@xs {
  right: 16.66667%;
}

.g-pull-3\@xs {
  right: 25%;
}

.g-pull-4\@xs {
  right: 33.33333%;
}

.g-pull-5\@xs {
  right: 41.66667%;
}

.g-pull-6\@xs {
  right: 50%;
}

.g-pull-7\@xs {
  right: 58.33333%;
}

.g-pull-8\@xs {
  right: 66.66667%;
}

.g-pull-9\@xs {
  right: 75%;
}

.g-pull-10\@xs {
  right: 83.33333%;
}

.g-pull-11\@xs {
  right: 91.66667%;
}

.g-pull-12\@xs {
  right: 100%;
}

.g-push-0\@xs {
  left: auto;
}

.g-push-1\@xs {
  left: 8.33333%;
}

.g-push-2\@xs {
  left: 16.66667%;
}

.g-push-3\@xs {
  left: 25%;
}

.g-push-4\@xs {
  left: 33.33333%;
}

.g-push-5\@xs {
  left: 41.66667%;
}

.g-push-6\@xs {
  left: 50%;
}

.g-push-7\@xs {
  left: 58.33333%;
}

.g-push-8\@xs {
  left: 66.66667%;
}

.g-push-9\@xs {
  left: 75%;
}

.g-push-10\@xs {
  left: 83.33333%;
}

.g-push-11\@xs {
  left: 91.66667%;
}

.g-push-12\@xs {
  left: 100%;
}

.g-offset-1\@xs {
  margin-left: 8.33333%;
}

.g-offset-2\@xs {
  margin-left: 16.66667%;
}

.g-offset-3\@xs {
  margin-left: 25%;
}

.g-offset-4\@xs {
  margin-left: 33.33333%;
}

.g-offset-5\@xs {
  margin-left: 41.66667%;
}

.g-offset-6\@xs {
  margin-left: 50%;
}

.g-offset-7\@xs {
  margin-left: 58.33333%;
}

.g-offset-8\@xs {
  margin-left: 66.66667%;
}

.g-offset-9\@xs {
  margin-left: 75%;
}

.g-offset-10\@xs {
  margin-left: 83.33333%;
}

.g-offset-11\@xs {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .g-box__col\@sm {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding: 10px;
  }
  .g-box__1-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .g-box__2-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .g-box__3-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .g-box__4-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .g-box__5-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .g-box__6-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .g-box__7-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .g-box__8-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .g-box__9-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .g-box__10-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .g-box__11-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .g-box__12-col\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .g-pull-0\@sm {
    right: auto;
  }
  .g-pull-1\@sm {
    right: 8.33333%;
  }
  .g-pull-2\@sm {
    right: 16.66667%;
  }
  .g-pull-3\@sm {
    right: 25%;
  }
  .g-pull-4\@sm {
    right: 33.33333%;
  }
  .g-pull-5\@sm {
    right: 41.66667%;
  }
  .g-pull-6\@sm {
    right: 50%;
  }
  .g-pull-7\@sm {
    right: 58.33333%;
  }
  .g-pull-8\@sm {
    right: 66.66667%;
  }
  .g-pull-9\@sm {
    right: 75%;
  }
  .g-pull-10\@sm {
    right: 83.33333%;
  }
  .g-pull-11\@sm {
    right: 91.66667%;
  }
  .g-pull-12\@sm {
    right: 100%;
  }
  .g-push-0\@sm {
    left: auto;
  }
  .g-push-1\@sm {
    left: 8.33333%;
  }
  .g-push-2\@sm {
    left: 16.66667%;
  }
  .g-push-3\@sm {
    left: 25%;
  }
  .g-push-4\@sm {
    left: 33.33333%;
  }
  .g-push-5\@sm {
    left: 41.66667%;
  }
  .g-push-6\@sm {
    left: 50%;
  }
  .g-push-7\@sm {
    left: 58.33333%;
  }
  .g-push-8\@sm {
    left: 66.66667%;
  }
  .g-push-9\@sm {
    left: 75%;
  }
  .g-push-10\@sm {
    left: 83.33333%;
  }
  .g-push-11\@sm {
    left: 91.66667%;
  }
  .g-push-12\@sm {
    left: 100%;
  }
  .g-offset-0\@sm {
    margin-left: 0%;
  }
  .g-offset-1\@sm {
    margin-left: 8.33333%;
  }
  .g-offset-2\@sm {
    margin-left: 16.66667%;
  }
  .g-offset-3\@sm {
    margin-left: 25%;
  }
  .g-offset-4\@sm {
    margin-left: 33.33333%;
  }
  .g-offset-5\@sm {
    margin-left: 41.66667%;
  }
  .g-offset-6\@sm {
    margin-left: 50%;
  }
  .g-offset-7\@sm {
    margin-left: 58.33333%;
  }
  .g-offset-8\@sm {
    margin-left: 66.66667%;
  }
  .g-offset-9\@sm {
    margin-left: 75%;
  }
  .g-offset-10\@sm {
    margin-left: 83.33333%;
  }
  .g-offset-11\@sm {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .g-box__col\@md {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding: 10px;
  }
  .g-box__1-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .g-box__2-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .g-box__3-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .g-box__4-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .g-box__5-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .g-box__6-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .g-box__7-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .g-box__8-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .g-box__9-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .g-box__10-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .g-box__11-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .g-box__12-col\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .g-pull-0\@md {
    right: auto;
  }
  .g-pull-1\@md {
    right: 8.33333%;
  }
  .g-pull-2\@md {
    right: 16.66667%;
  }
  .g-pull-3\@md {
    right: 25%;
  }
  .g-pull-4\@md {
    right: 33.33333%;
  }
  .g-pull-5\@md {
    right: 41.66667%;
  }
  .g-pull-6\@md {
    right: 50%;
  }
  .g-pull-7\@md {
    right: 58.33333%;
  }
  .g-pull-8\@md {
    right: 66.66667%;
  }
  .g-pull-9\@md {
    right: 75%;
  }
  .g-pull-10\@md {
    right: 83.33333%;
  }
  .g-pull-11\@md {
    right: 91.66667%;
  }
  .g-pull-12\@md {
    right: 100%;
  }
  .g-push-0\@md {
    left: auto;
  }
  .g-push-1\@md {
    left: 8.33333%;
  }
  .g-push-2\@md {
    left: 16.66667%;
  }
  .g-push-3\@md {
    left: 25%;
  }
  .g-push-4\@md {
    left: 33.33333%;
  }
  .g-push-5\@md {
    left: 41.66667%;
  }
  .g-push-6\@md {
    left: 50%;
  }
  .g-push-7\@md {
    left: 58.33333%;
  }
  .g-push-8\@md {
    left: 66.66667%;
  }
  .g-push-9\@md {
    left: 75%;
  }
  .g-push-10\@md {
    left: 83.33333%;
  }
  .g-push-11\@md {
    left: 91.66667%;
  }
  .g-push-12\@md {
    left: 100%;
  }
  .g-offset-0\@md {
    margin-left: 0%;
  }
  .g-offset-1\@md {
    margin-left: 8.33333%;
  }
  .g-offset-2\@md {
    margin-left: 16.66667%;
  }
  .g-offset-3\@md {
    margin-left: 25%;
  }
  .g-offset-4\@md {
    margin-left: 33.33333%;
  }
  .g-offset-5\@md {
    margin-left: 41.66667%;
  }
  .g-offset-6\@md {
    margin-left: 50%;
  }
  .g-offset-7\@md {
    margin-left: 58.33333%;
  }
  .g-offset-8\@md {
    margin-left: 66.66667%;
  }
  .g-offset-9\@md {
    margin-left: 75%;
  }
  .g-offset-10\@md {
    margin-left: 83.33333%;
  }
  .g-offset-11\@md {
    margin-left: 91.66667%;
  }
}

@media (min-width: 950px) {
  .g-box__col\@ml {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding: 10px;
  }
  .g-box__1-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .g-box__2-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .g-box__3-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .g-box__4-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .g-box__5-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .g-box__6-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .g-box__7-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .g-box__8-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .g-box__9-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .g-box__10-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .g-box__11-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .g-box__12-col\@ml {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .g-pull-0\@ml {
    right: auto;
  }
  .g-pull-1\@ml {
    right: 8.33333%;
  }
  .g-pull-2\@ml {
    right: 16.66667%;
  }
  .g-pull-3\@ml {
    right: 25%;
  }
  .g-pull-4\@ml {
    right: 33.33333%;
  }
  .g-pull-5\@ml {
    right: 41.66667%;
  }
  .g-pull-6\@ml {
    right: 50%;
  }
  .g-pull-7\@ml {
    right: 58.33333%;
  }
  .g-pull-8\@ml {
    right: 66.66667%;
  }
  .g-pull-9\@ml {
    right: 75%;
  }
  .g-pull-10\@ml {
    right: 83.33333%;
  }
  .g-pull-11\@ml {
    right: 91.66667%;
  }
  .g-pull-12\@ml {
    right: 100%;
  }
  .g-push-0\@ml {
    left: auto;
  }
  .g-push-1\@ml {
    left: 8.33333%;
  }
  .g-push-2\@ml {
    left: 16.66667%;
  }
  .g-push-3\@ml {
    left: 25%;
  }
  .g-push-4\@ml {
    left: 33.33333%;
  }
  .g-push-5\@ml {
    left: 41.66667%;
  }
  .g-push-6\@ml {
    left: 50%;
  }
  .g-push-7\@ml {
    left: 58.33333%;
  }
  .g-push-8\@ml {
    left: 66.66667%;
  }
  .g-push-9\@ml {
    left: 75%;
  }
  .g-push-10\@ml {
    left: 83.33333%;
  }
  .g-push-11\@ml {
    left: 91.66667%;
  }
  .g-push-12\@ml {
    left: 100%;
  }
  .g-offset-0\@ml {
    margin-left: 0%;
  }
  .g-offset-1\@ml {
    margin-left: 8.33333%;
  }
  .g-offset-2\@ml {
    margin-left: 16.66667%;
  }
  .g-offset-3\@ml {
    margin-left: 25%;
  }
  .g-offset-4\@ml {
    margin-left: 33.33333%;
  }
  .g-offset-5\@ml {
    margin-left: 41.66667%;
  }
  .g-offset-6\@ml {
    margin-left: 50%;
  }
  .g-offset-7\@ml {
    margin-left: 58.33333%;
  }
  .g-offset-8\@ml {
    margin-left: 66.66667%;
  }
  .g-offset-9\@ml {
    margin-left: 75%;
  }
  .g-offset-10\@ml {
    margin-left: 83.33333%;
  }
  .g-offset-11\@ml {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1020px) {
  .g-box__col\@lg {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding: 10px;
  }
  .g-box__1-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .g-box__2-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .g-box__3-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .g-box__4-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .g-box__5-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .g-box__6-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .g-box__7-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .g-box__8-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .g-box__9-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .g-box__10-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .g-box__11-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .g-box__12-col\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .g-pull-0\@lg {
    right: auto;
  }
  .g-pull-1\@lg {
    right: 8.33333%;
  }
  .g-pull-2\@lg {
    right: 16.66667%;
  }
  .g-pull-3\@lg {
    right: 25%;
  }
  .g-pull-4\@lg {
    right: 33.33333%;
  }
  .g-pull-5\@lg {
    right: 41.66667%;
  }
  .g-pull-6\@lg {
    right: 50%;
  }
  .g-pull-7\@lg {
    right: 58.33333%;
  }
  .g-pull-8\@lg {
    right: 66.66667%;
  }
  .g-pull-9\@lg {
    right: 75%;
  }
  .g-pull-10\@lg {
    right: 83.33333%;
  }
  .g-pull-11\@lg {
    right: 91.66667%;
  }
  .g-pull-12\@lg {
    right: 100%;
  }
  .g-push-0\@lg {
    left: auto;
  }
  .g-push-1\@lg {
    left: 8.33333%;
  }
  .g-push-2\@lg {
    left: 16.66667%;
  }
  .g-push-3\@lg {
    left: 25%;
  }
  .g-push-4\@lg {
    left: 33.33333%;
  }
  .g-push-5\@lg {
    left: 41.66667%;
  }
  .g-push-6\@lg {
    left: 50%;
  }
  .g-push-7\@lg {
    left: 58.33333%;
  }
  .g-push-8\@lg {
    left: 66.66667%;
  }
  .g-push-9\@lg {
    left: 75%;
  }
  .g-push-10\@lg {
    left: 83.33333%;
  }
  .g-push-11\@lg {
    left: 91.66667%;
  }
  .g-push-12\@lg {
    left: 100%;
  }
  .g-offset-0\@lg {
    margin-left: 0%;
  }
  .g-offset-1\@lg {
    margin-left: 8.33333%;
  }
  .g-offset-2\@lg {
    margin-left: 16.66667%;
  }
  .g-offset-3\@lg {
    margin-left: 25%;
  }
  .g-offset-4\@lg {
    margin-left: 33.33333%;
  }
  .g-offset-5\@lg {
    margin-left: 41.66667%;
  }
  .g-offset-6\@lg {
    margin-left: 50%;
  }
  .g-offset-7\@lg {
    margin-left: 58.33333%;
  }
  .g-offset-8\@lg {
    margin-left: 66.66667%;
  }
  .g-offset-9\@lg {
    margin-left: 75%;
  }
  .g-offset-10\@lg {
    margin-left: 83.33333%;
  }
  .g-offset-11\@lg {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1240px) {
  .g-box__col\@xl {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding: 10px;
  }
  .g-box__1-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .g-box__2-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .g-box__3-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .g-box__4-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .g-box__5-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .g-box__6-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .g-box__7-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .g-box__8-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .g-box__9-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .g-box__10-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .g-box__11-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .g-box__12-col\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .g-pull-0\@xl {
    right: auto;
  }
  .g-pull-1\@xl {
    right: 8.33333%;
  }
  .g-pull-2\@xl {
    right: 16.66667%;
  }
  .g-pull-3\@xl {
    right: 25%;
  }
  .g-pull-4\@xl {
    right: 33.33333%;
  }
  .g-pull-5\@xl {
    right: 41.66667%;
  }
  .g-pull-6\@xl {
    right: 50%;
  }
  .g-pull-7\@xl {
    right: 58.33333%;
  }
  .g-pull-8\@xl {
    right: 66.66667%;
  }
  .g-pull-9\@xl {
    right: 75%;
  }
  .g-pull-10\@xl {
    right: 83.33333%;
  }
  .g-pull-11\@xl {
    right: 91.66667%;
  }
  .g-pull-12\@xl {
    right: 100%;
  }
  .g-push-0\@xl {
    left: auto;
  }
  .g-push-1\@xl {
    left: 8.33333%;
  }
  .g-push-2\@xl {
    left: 16.66667%;
  }
  .g-push-3\@xl {
    left: 25%;
  }
  .g-push-4\@xl {
    left: 33.33333%;
  }
  .g-push-5\@xl {
    left: 41.66667%;
  }
  .g-push-6\@xl {
    left: 50%;
  }
  .g-push-7\@xl {
    left: 58.33333%;
  }
  .g-push-8\@xl {
    left: 66.66667%;
  }
  .g-push-9\@xl {
    left: 75%;
  }
  .g-push-10\@xl {
    left: 83.33333%;
  }
  .g-push-11\@xl {
    left: 91.66667%;
  }
  .g-push-12\@xl {
    left: 100%;
  }
  .g-offset-0\@xl {
    margin-left: 0%;
  }
  .g-offset-1\@xl {
    margin-left: 8.33333%;
  }
  .g-offset-2\@xl {
    margin-left: 16.66667%;
  }
  .g-offset-3\@xl {
    margin-left: 25%;
  }
  .g-offset-4\@xl {
    margin-left: 33.33333%;
  }
  .g-offset-5\@xl {
    margin-left: 41.66667%;
  }
  .g-offset-6\@xl {
    margin-left: 50%;
  }
  .g-offset-7\@xl {
    margin-left: 58.33333%;
  }
  .g-offset-8\@xl {
    margin-left: 66.66667%;
  }
  .g-offset-9\@xl {
    margin-left: 75%;
  }
  .g-offset-10\@xl {
    margin-left: 83.33333%;
  }
  .g-offset-11\@xl {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1570px) {
  .g-box__col\@2xl {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding: 10px;
  }
  .g-box__1-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .g-box__2-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .g-box__3-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .g-box__4-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .g-box__5-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .g-box__6-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .g-box__7-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .g-box__8-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .g-box__9-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .g-box__10-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .g-box__11-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .g-box__12-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .g-pull-0\@2xl {
    right: auto;
  }
  .g-pull-1\@2xl {
    right: 8.33333%;
  }
  .g-pull-2\@2xl {
    right: 16.66667%;
  }
  .g-pull-3\@2xl {
    right: 25%;
  }
  .g-pull-4\@2xl {
    right: 33.33333%;
  }
  .g-pull-5\@2xl {
    right: 41.66667%;
  }
  .g-pull-6\@2xl {
    right: 50%;
  }
  .g-pull-7\@2xl {
    right: 58.33333%;
  }
  .g-pull-8\@2xl {
    right: 66.66667%;
  }
  .g-pull-9\@2xl {
    right: 75%;
  }
  .g-pull-10\@2xl {
    right: 83.33333%;
  }
  .g-pull-11\@2xl {
    right: 91.66667%;
  }
  .g-pull-12\@2xl {
    right: 100%;
  }
  .g-push-0\@2xl {
    left: auto;
  }
  .g-push-1\@2xl {
    left: 8.33333%;
  }
  .g-push-2\@2xl {
    left: 16.66667%;
  }
  .g-push-3\@2xl {
    left: 25%;
  }
  .g-push-4\@2xl {
    left: 33.33333%;
  }
  .g-push-5\@2xl {
    left: 41.66667%;
  }
  .g-push-6\@2xl {
    left: 50%;
  }
  .g-push-7\@2xl {
    left: 58.33333%;
  }
  .g-push-8\@2xl {
    left: 66.66667%;
  }
  .g-push-9\@2xl {
    left: 75%;
  }
  .g-push-10\@2xl {
    left: 83.33333%;
  }
  .g-push-11\@2xl {
    left: 91.66667%;
  }
  .g-push-12\@2xl {
    left: 100%;
  }
  .g-offset-0\@2xl {
    margin-left: 0%;
  }
  .g-offset-1\@2xl {
    margin-left: 8.33333%;
  }
  .g-offset-2\@2xl {
    margin-left: 16.66667%;
  }
  .g-offset-3\@2xl {
    margin-left: 25%;
  }
  .g-offset-4\@2xl {
    margin-left: 33.33333%;
  }
  .g-offset-5\@2xl {
    margin-left: 41.66667%;
  }
  .g-offset-6\@2xl {
    margin-left: 50%;
  }
  .g-offset-7\@2xl {
    margin-left: 58.33333%;
  }
  .g-offset-8\@2xl {
    margin-left: 66.66667%;
  }
  .g-offset-9\@2xl {
    margin-left: 75%;
  }
  .g-offset-10\@2xl {
    margin-left: 83.33333%;
  }
  .g-offset-11\@2xl {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1900px) {
  .g-box__col\@3xl {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding: 10px;
  }
  .g-box__1-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .g-box__2-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .g-box__3-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .g-box__4-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .g-box__5-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .g-box__6-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .g-box__7-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .g-box__8-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .g-box__9-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .g-box__10-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .g-box__11-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .g-box__12-col\@3xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .g-pull-0\@3xl {
    right: auto;
  }
  .g-pull-1\@3xl {
    right: 8.33333%;
  }
  .g-pull-2\@3xl {
    right: 16.66667%;
  }
  .g-pull-3\@3xl {
    right: 25%;
  }
  .g-pull-4\@3xl {
    right: 33.33333%;
  }
  .g-pull-5\@3xl {
    right: 41.66667%;
  }
  .g-pull-6\@3xl {
    right: 50%;
  }
  .g-pull-7\@3xl {
    right: 58.33333%;
  }
  .g-pull-8\@3xl {
    right: 66.66667%;
  }
  .g-pull-9\@3xl {
    right: 75%;
  }
  .g-pull-10\@3xl {
    right: 83.33333%;
  }
  .g-pull-11\@3xl {
    right: 91.66667%;
  }
  .g-pull-12\@3xl {
    right: 100%;
  }
  .g-push-0\@3xl {
    left: auto;
  }
  .g-push-1\@3xl {
    left: 8.33333%;
  }
  .g-push-2\@3xl {
    left: 16.66667%;
  }
  .g-push-3\@3xl {
    left: 25%;
  }
  .g-push-4\@3xl {
    left: 33.33333%;
  }
  .g-push-5\@3xl {
    left: 41.66667%;
  }
  .g-push-6\@3xl {
    left: 50%;
  }
  .g-push-7\@3xl {
    left: 58.33333%;
  }
  .g-push-8\@3xl {
    left: 66.66667%;
  }
  .g-push-9\@3xl {
    left: 75%;
  }
  .g-push-10\@3xl {
    left: 83.33333%;
  }
  .g-push-11\@3xl {
    left: 91.66667%;
  }
  .g-push-12\@3xl {
    left: 100%;
  }
  .g-offset-0\@3xl {
    margin-left: 0%;
  }
  .g-offset-1\@3xl {
    margin-left: 8.33333%;
  }
  .g-offset-2\@3xl {
    margin-left: 16.66667%;
  }
  .g-offset-3\@3xl {
    margin-left: 25%;
  }
  .g-offset-4\@3xl {
    margin-left: 33.33333%;
  }
  .g-offset-5\@3xl {
    margin-left: 41.66667%;
  }
  .g-offset-6\@3xl {
    margin-left: 50%;
  }
  .g-offset-7\@3xl {
    margin-left: 58.33333%;
  }
  .g-offset-8\@3xl {
    margin-left: 66.66667%;
  }
  .g-offset-9\@3xl {
    margin-left: 75%;
  }
  .g-offset-10\@3xl {
    margin-left: 83.33333%;
  }
  .g-offset-11\@3xl {
    margin-left: 91.66667%;
  }
}

.no-gutter [class*=col] {
  padding: 0;
}

.no-h-gutter [class*=col] {
  padding-top: 0;
  padding-bottom: 0;
}

.no-v-gutter [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter [class*=col] {
  padding: 0;
}

.g-box.no-gutter {
  padding-left: 20px;
  padding-right: 20px;
}

.g-box.fill-bg > .g-box__row, .row-fix > .g-box__row {
  padding: 10px 20px;
}

@media (max-width: 575px) {
  .g-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-btn {
  display: inline-block;
  line-height: 26px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.o-btn:hover, .o-btn:focus, .o-btn:active {
  text-decoration: none;
}

.o-btn:active {
  padding-top: 12px;
  padding-bottom: 8px;
}

.o-btn--block {
  display: block;
  width: 100%;
}

.o-btn--block:hover, .o-btn--block:focus, .o-btn--block:active {
  text-decoration: none;
}

.o-btn .c-ico-slide--left {
  margin-left: -10px;
}

.o-btn .c-ico-slide--right {
  margin-right: -10px;
  margin-top: -2px;
}

.o-text-ip--block {
  display: block;
  width: 100%;
}

.o-txt-fld {
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  font-size: 1rem;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 2px;
}

.o-text-p-flf {
  /*height: 50px;*/
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 375px) {
  .o-btnxsm {
    font-size: 1rem !important;
  }
}

.u-mlr1px {
  margin: 0px 1px !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-lead {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.c-section-title {
  border-top: 1px solid #E5E6E5;
  margin-top: 46px;
  position: relative;
  margin-bottom: 30px;
}

.c-section-title__head {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  padding: 0 10px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .c-section-title__head--wrap\@xs {
    width: 250px;
    top: -30px;
    white-space: normal;
  }
}

.c-slide {
  position: relative;
}

.c-slide .c-ico-slide {
  position: absolute;
  top: 18px;
  right: 18px;
}

.c-slide.collapsed .c-ico-slide--up {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-slide\@md\- {
  cursor: default;
}

.c-slide\@md\- .c-ico-slide {
  display: none;
}

@media (max-width: 767px) {
  .c-slide .c-ico-slide {
    right: 8px;
  }
}

@media (max-width: 949px) {
  .c-slide\@md\- {
    position: relative;
  }
  .c-slide\@md\- .c-ico-slide {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 9px;
  }
  .collapsed .c-ico-slide--up {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.c-ico-search {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 21px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-ico-search--blue {
  background: url(../images/search_blue.svg);
}

.c-ico-search--white {
  background: url(../images/search_white.svg);
}

.c-ico-slide {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-ico-slide--blue {
  background: url(../images/arrow_blue.svg);
}

.c-ico-slide--white {
  background: url(../images/arrow_white.svg);
}

.c-ico-slide--down, .collapsed .c-ico-slide--up, .c-ico-slide--up.collapsed {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-ico-slide--up {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.c-ico-slide--left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-ico-slide--right {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-ico-printsave {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-ico-printsave--printer_icon {
  background: url(../images/printer_icon.svg);
}

.c-ico-printsave--printer_icon:hover {
  background: url(../images/printer_white_icon.svg);
}

.c-ico-printsave--save_icon {
  background: url(../images/save_icon.svg);
}

.c-ico-printsave--save_icon:hover {
  background: url(../images/save_white_icon.svg);
}

.c-btn--secondary .modify-search--edit_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 32px 32px;
  background: url(../images/modify_edit_icon.svg) no-repeat;
}

.c-btn--secondary:hover .modify-search--edit_icon {
  background: url(../images/modify_edit_icon_white_icon.svg) no-repeat;
}

.status {
  background-repeat: no-repeat !important;
  position: relative;
  background-size: cover !important;
}

.status--md {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  display: inline-block;
}

.status--lg {
  width: 30px;
  height: 30px;
  z-index: 1;
}

.status--xl {
  width: 42px;
  height: 42px;
  z-index: 1;
}

.status--custom {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  display: inline-block;
  z-index: 1;
}

.status--inProgress {
  background: url(../images/Order-Inprogress.svg);
}

.status--shipped {
  background: url(../images/Order-Shipped.svg);
}

.status--delivered {
  background: url(../images/Order-Delivered.svg);
}

.status--delivered_van {
  background: url(../images/Order-Van.svg);
}

.status--Completed {
  background: url(../images/Order-Completed.svg);
}

.status--shippedDate {
  background: url(../images/Calander_grey.svg);
}

.status--location {
  background: url(../images/Order-Location.svg);
}

.status--prescription {
  background: url(../images/Order-Prescription.svg);
}

.status--greybar {
  background: #E5E6E5;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 30px;
  z-index: 0;
  top: 18px;
}

.status--blackbar {
  background: #4F4E4E;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 30px;
  z-index: 0;
  top: 18px;
}

.status--count {
  background: #00539F;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
}

.c-ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-ico--lg {
  width: 96px;
  height: 50px;
  background-size: 100px 50px;
}

.c-ico--md {
  width: 40px;
  height: 40px;
  background-size: 100px 50px;
}

.c-ico--left {
  margin-left: -10px;
}

.c-ico--email {
  background: url(../images/icon_delivery.svg);
}

.c-ico--pill-clock {
  background: url(../images/icon_refillremainder.svg);
}

.c-ico--madicine {
  background: url(../images/icon_drugprog.svg);
}

.c-ico--truck {
  background: url(../images/icon_shipping.svg);
}

.c-ico--money {
  background: url(../images/icon_savemoney.svg);
}

.c-ico--lock {
  background: url(../images/icon_secure.svg);
}

.c-ico--certified {
  background: url(../images/icon_certified.svg);
}

.c-ico--compare {
  background: url(../images/icon_compare.svg);
}

.c-ico--home {
  background: url(../images/home_location_icon.svg) no-repeat center center;
  width: 50px;
}

.c-ico--computer {
  background: url(../images/computer_icon.svg) no-repeat center center;
}

.c-ico--call {
  background: url(../images/call_dc_icon.svg) no-repeat center center;
}

.c-ico--map-point {
  background: url(../images/current_location_icon.svg) no-repeat center center;
}

.c-ico--map-marker-plus {
  background: url(../images/search_location_icon.svg) no-repeat center center;
}

.c-ico--add-sign {
  background: url(../images/add_wob_icon.svg) no-repeat center center;
}

/* icons */
.icon {
  display: inline-block;
}

.icon:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  content: "\00a0";
  background-size: 32px 32px;
}

.icon--tickmark-primary:before {
  background-image: url(../images/ic_selected_tick.svg);
  padding-top: 6px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

.icon--alert_icon:before {
  background-image: url(../images/alert_icon.svg);
  width: 22px;
  height: 20px;
  background-size: contain;
}

.icon--pharmacy-information:before {
  background-image: url(../images/pharmacy_icon.svg);
  padding-top: 10px;
}

.icon--contact-information:before {
  background-image: url(../images/contactinformation.svg);
  padding-top: 10px;
}

.icon--privacy-info:before {
  background-image: url(../images/privacyinfo.svg);
  padding-top: 10px;
}

.icon--call:before {
  background-image: url(../images/call_dc_icon.svg);
}

.icon--mail:before {
  background-image: url(../images/mail_dc_icon.svg);
}

.icon--faq:before {
  background-image: url(../images/faq_dc_icon.svg);
}

.icon--live-chat:before {
  background-image: url(../images/livechat_dc_icon.svg);
}

.icon--phone:before {
  background-image: url(../images/phone_icon.svg);
}

.icon--low-cost:before {
  background-image: url(../images/pill_icon.svg);
  width: 50px !important;
  height: 50px !important;
  margin-right: 15px !important;
  background-size: 50px 50px !important;
}

.icon--fax:before {
  background-image: url(../images/fax_icon.svg);
}

.icon--envelope:before {
  background-image: url(../images/mail_icon.svg);
}

.icon--eprescribe:before {
  background-image: url(../images/eprescribe_icon.svg);
}

.icon--info:before {
  background-image: url(../images/info_icon.svg);
  position: relative;
  top: -2px;
  cursor: pointer;
}

.icon--map:before {
  background-image: url(../images/location_wb_icon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.icon--edit:before {
  background-image: url(../images/edit_wb_icon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.icon--download:before {
  background-image: url(../images/download_border_icon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.icon--files-history:before {
  background-image: url(../images/processed_files_history.svg);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.icon--remove:before {
  background-image: url(../images/remove_wb_icon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.icon--arrow:before {
  background-image: url(../images/down_arrow.svg);
  cursor: pointer;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon--rarrow {
  background-image: url(../images/arrow_white.svg);
  width: 10px;
  height: 17px;
  position: relative;
  top: 2px;
}

.icon--search--white:before {
  background-image: url(../images/search_white.svg);
  margin-right: -2px;
}

.icon--lock:before {
  background-image: url(../images/edit_wb_icon.svg);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.icon--doc-icon:before {
  width: 24px;
  height: 24px;
  background-image: url(../images/doc_icon.svg);
  background-size: 100%;
  margin-right: 15px;
}

.icon--doc-icon:before {
  width: 24px;
  height: 24px;
  background-image: url(../images/doc_icon.svg);
  background-size: 100%;
  margin-right: 15px;
}

.icon--blue_search:before {
  width: 24px;
  height: 24px;
  background-image: url(../images/searchstatic_icon.svg);
  background-size: 100%;
  margin-right: 15px;
}

.icon--addIconWhite {
  width: 16px;
  height: 16px;
  background-image: url(../images/addwhite_icon.svg);
  background-size: 100%;
  margin-right: 10px;
}

.icon--addressIcon:before {
  width: 32px;
  height: 32px;
  background-image: url(../images/address_icon.svg);
  margin-right: 3px;
}

.icon--contactInfoIcon:before {
  width: 32px;
  height: 32px;
  background-image: url(../images/contactinfo_icon.svg);
  margin-right: 3px;
}

.icon--prescription:before {
  width: 32px;
  height: 32px;
  background-image: url(../images/Order-Prescription.svg);
  margin-right: 3px;
}

.icon--accountinfo_icon:before {
  width: 32px;
  height: 32px;
  background-image: url(../images/accountinfo_icon.svg);
  margin-right: 3px;
}

.c-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.c-icon--arrow {
  background-image: url(../images/down_arrow_blue.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-icon--arrow.collapsed {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-icon--info {
  background-image: url(../images/info_icon.svg);
  margin-left: 5px;
  vertical-align: middle;
}

.c-icon--info:hover, .c-icon--info:focus, .c-icon--info:active {
  text-decoration: none;
}

.c-icon--info-white {
  background-image: url(../images/info_white.svg);
  margin-left: 5px;
  vertical-align: middle;
}

.c-icon--info-white:hover, .c-icon--info-white:focus, .c-icon--info-white:active {
  text-decoration: none;
}

.c-icon--shipDelivery {
  background: url(../images/delivery_icon.svg);
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.c-icon--delivery {
  background: url(../images/delivery_icon.svg);
  width: 64px;
  height: 64px;
  vertical-align: middle;
  margin-right: 15px;
}

.c-icon--patientId-icon {
  background: url(../images/membershipcard_icon.svg);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.c-icon--patientDob-icon {
  background: url(../images/dob_icon.svg);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.c-icon--patientDate-icon {
  background: url(../images/date_icon.svg);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.c-icon--patientSign-icon {
  background: url(../images/signature_icon.svg);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.c-icon--general {
  background: url(../images/general_icon.svg);
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.c-icon--medication-myaccount {
  background: url(../images/ic_prescription_billing.svg);
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.c-icon--optional {
  background: url(../images/optional_icon.svg);
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.c-icon--settings {
  background: url(../images/settings_icon.svg);
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.c-icon--security {
  background: url(../images/privacyinfo.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.c-icon--shipping {
  background: url(../images/shipping_icon.svg);
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.c-icon--srch {
  background-image: url(../images/search_white.svg);
  top: 3px;
  left: 3px;
}

.c-icon--previous {
  background-image: url(../images/next_active.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  top: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-icon--next {
  background-image: url(../images/next_active.svg);
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
  top: 1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-icon--calendar {
  background-image: url(../images/calender_icon.svg);
  cursor: default;
}

.c-icon--sm-txt {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  vertical-align: middle;
  margin-top: -5px;
}

.c-icon--blue_doc {
  width: 32px;
  height: 32px;
}

.c-icon--blue_search {
  width: 32px;
  height: 32px;
}

.c-icon--blue_doc:before {
  width: 32px;
  height: 32px;
  display: inline-block;
  content: '\00a0';
  background: url(../images/blue_doc_icon.svg) no-repeat;
}

.c-icon--blue_search:before {
  width: 32px;
  height: 32px;
  display: inline-block;
  content: '\00a0';
  background: url(../images/blue_search_icon.svg) no-repeat;
}

.c-icon--info_fill {
  width: 20px;
  height: 20px;
  background: url(../images/info_fill.svg);
  top: 5px;
}

.collapsed .c-icon--arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.disabled .c-icon--previous {
  background-image: url(../images/back_disabled.svg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.disabled .c-icon--next {
  background-image: url(../images/back_disabled.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-ico-txt {
  font-weight: 600;
  position: relative;
  font-size: 1.25rem;
}

.c-ico-link {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}

.c-ico-link:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-ico-link--print:before {
  background-image: url(../images/print_icon.svg);
}

.c-ico-link--download:before {
  background-image: url(../images/download_border_icon.svg);
}

.c-ico-link--change:before {
  background-image: url(../images/change_icon.svg);
}

.c-ico-link--stop:before {
  background-image: url(../images/stop_icon.svg);
}

.c-ico-link--rest:before {
  background-image: url(../images/rest_blue.svg);
}

.c-ico-link--edit:before {
  background-image: url(../images/edit_wb_icon.svg);
}

.c-ico-link--printer_icon:before {
  background-image: url(../images/printer_icon.svg);
}

.c-ico-link--modify:before {
  background-image: url(../images/modify_icon.svg);
}

.c-ico-link--search:before {
  background-image: url(../images/search_icon.svg);
  top: -5px;
}

.c-ico-link--validate:before {
  background-image: url(../images/validate_icon.svg);
}

._success_icon {
  width: 32px;
  height: 33px;
  border-radius: 50%;
  background: #2ABDC7;
}

.downloadselected__icn span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/download_icon.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.c-txt-slide.collapsed {
  text-decoration: none;
}

@media (max-width: 575px) {
  .c-txt-slide {
    position: relative;
    display: block;
    padding-right: 30px;
  }
  .c-txt-slide .c-ico-slide {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.card-select .js-box-select-icon {
  margin-left: 10px;
  margin-top: -5px;
}

.card-select .js-box-select-icon.hide {
  visibility: hidden;
}

.c-main-nav__list--ctrl {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 949px) {
  a.c-main-nav__btn {
    color: #00539F;
    text-decoration: none;
  }
  .c-main-nav__btn {
    display: inline-block;
    width: 75px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #E5E6E5;
    color: #00539F;
    text-decoration: none;
    font-size: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .c-main-nav__btn:before {
    content: 'x';
  }
  .c-main-nav__btn.collapsed {
    background-color: #FFFFFF;
  }
  .c-main-nav__btn.collapsed:before {
    content: '=';
  }
  .c-main-nav__list--ctrl {
    padding: 15px;
    text-align: right;
  }
  .c-btn--sign-out {
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .c-main-nav__item .c-sub-nav {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .c-main-nav__item--active .c-sub-nav {
    max-height: 500px;
  }
  .c-main-nav__item--closed .c-sub-nav {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .c-main-nav__item--opened .c-sub-nav {
    max-height: 500px;
  }
  .c-main-nav__item--opened.has-sub-nav .c-main-nav__link:after {
    -webkit-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
  }
  .c-main-nav__item--active.has-sub-nav .c-main-nav__link:after {
    background: url(../images/arrow_white.svg) no-repeat !important;
  }
  .c-main-nav__item.has-sub-nav .c-main-nav__link {
    position: relative;
  }
  .c-main-nav__item.has-sub-nav .c-main-nav__link:after {
    content: '\00a0';
    display: block;
    background: url(../images/arrow_blue.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .c-main-nav__list, .c-sub-nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .c-main-nav__item, .c-sub-nav__item {
    border-bottom: 1px solid #999B9B;
  }
  .c-main-nav__link, .c-sub-nav__link {
    height: 60px;
    line-height: 60px;
    background-color: #E5E6E5;
    display: block;
    padding: 0 30px;
    color: #4F4E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-main-nav__link:hover, .c-main-nav__link:focus, .c-sub-nav__link:hover, .c-sub-nav__link:focus {
    text-decoration: none;
    background-color: #00539F;
    color: #FFFFFF;
  }
  .c-main-nav__item--active .c-main-nav__link, .c-sub-nav__item--active .c-main-nav__link, .c-main-nav__item--active .c-sub-nav__link, .c-sub-nav__item--active .c-sub-nav__link {
    background-color: #00539F;
    color: #FFFFFF;
  }
  .c-sub-nav__item {
    border-top: 1px solid #999B9B;
    border-bottom: 0;
  }
  .c-sub-nav__link {
    padding-left: 60px;
  }
  .c-sub-nav__item--active .c-sub-nav__link {
    background-color: #003366;
  }
  .c-main-nav__list--ctrl {
    position: relative;
    padding-bottom: 65px;
  }
  .c-main-nav__list--ctrl li {
    display: block;
  }
  .c-main-nav__list--ctrl li .c-nav-link-text {
    display: block;
    color: #4F4E4E;
    text-align: left;
    margin-bottom: 20px;
  }
  .c-main-nav__list--ctrl li .c-nav-link-text--lang {
    position: absolute;
    bottom: 18px;
    margin-bottom: 0;
    padding: 0 20px;
    border: 1px solid #E5E6E5;
  }
  .c-main-nav__list--ctrl li .c-nav-link-text:hover, .c-main-nav__list--ctrl li .c-nav-link-text:focus {
    text-decoration: none;
    color: #00539F;
  }
}

@media (min-width: 950px) {
  .c-main-nav__btn {
    display: none;
  }
  .u-dn\@ml\+ {
    display: none;
  }
  .c-main-nav__list--ctrl {
    position: absolute;
    top: -62px;
    right: 10px;
  }
  .c-main-nav__list--ctrl::after {
    content: "";
    display: table;
    clear: both;
  }
  .c-main-nav__list--ctrl li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }
  .c-main-nav__list--ctrl li:last-child {
    margin-right: 0;
  }
  .c-main-nav__list--ctrl li .c-nav-link-text {
    display: block;
    line-height: 40px;
    color: #4E4E4E;
  }
  .c-main-nav__list--ctrl li .c-nav-link-text:hover, .c-main-nav__list--ctrl li .c-nav-link-text:focus {
    text-decoration: none;
    color: #00539F;
  }
  .c-main-nav {
    -webkit-transition: padding-bottom 0.3s ease;
    transition: padding-bottom 0.3s ease;
  }
  .c-main-nav__item {
    height: 60px;
    line-height: 60px;
  }
  .c-main-nav, .c-sub-nav {
    background-color: #E5E6E5;
    font-size: 1.125rem;
    position: relative;
  }
  .c-main-nav__list, .c-sub-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
    padding: 0 10px;
    margin: auto;
    position: relative;
  }
}

@media (min-width: 950px) and (min-width: 768px) {
  .c-main-nav__list, .c-sub-nav__list {
    max-width: 748px;
  }
}

@media (min-width: 950px) and (min-width: 950px) {
  .c-main-nav__list, .c-sub-nav__list {
    max-width: 940px;
  }
}

@media (min-width: 950px) and (min-width: 1020px) {
  .c-main-nav__list, .c-sub-nav__list {
    max-width: 1004px;
  }
}

@media (min-width: 950px) and (min-width: 1240px) {
  .c-main-nav__list, .c-sub-nav__list {
    max-width: 1200px;
  }
}

@media (min-width: 950px) and (min-width: 1580px) {
  .c-main-nav__list, .c-sub-nav__list {
    max-width: 1500px;
  }
}

@media (min-width: 950px) and (min-width: 1900px) {
  .c-main-nav__list, .c-sub-nav__list {
    max-width: 1800px;
  }
}

@media (min-width: 950px) {
  .c-main-nav__item, .c-sub-nav__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    text-align: center;
  }
  .c-main-nav__item + .c-main-nav__item:before, .c-sub-nav__item + .c-main-nav__item:before, .c-main-nav__item + .c-sub-nav__item:before, .c-sub-nav__item + .c-sub-nav__item:before {
    float: left;
    content: "|";
    margin-left: -5px;
    color: #999B9B;
  }
  .c-main-nav__link, .c-sub-nav__link {
    display: block;
    color: #4F4E4E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-main-nav__link:hover, .c-main-nav__link:active, .c-main-nav__link:focus, .c-sub-nav__link:hover, .c-sub-nav__link:active, .c-sub-nav__link:focus {
    text-decoration: none;
    color: #FFFFFF;
  }
  .c-main-nav__link:hover, .c-sub-nav__link:hover {
    background-color: #00539F;
  }
  .c-main-nav__link:active, .c-main-nav__link:focus, .c-sub-nav__link:active, .c-sub-nav__link:focus {
    background-color: #003366;
  }
  .c-main-nav__item--active .c-main-nav__link, .c-sub-nav__item--active .c-main-nav__link, .c-main-nav__item--active .c-sub-nav__link, .c-sub-nav__item--active .c-sub-nav__link {
    background-color: #00539F;
    color: #FFFFFF;
  }
  .c-main-nav__item--active:before, .c-main-nav__item--active + .c-main-nav__item:before, .c-sub-nav__item--active:before, .c-sub-nav__item--active + .c-main-nav__item:before, .c-main-nav__item--active + .c-sub-nav__item:before, .c-sub-nav__item--active + .c-sub-nav__item:before {
    visibility: hidden;
  }
  .c-main-nav.opened {
    padding-bottom: 60px;
  }
  .c-main-nav.opened .c-main-nav__item--active.has-sub-nav .c-sub-nav__item {
    height: 60px;
    line-height: 60px;
  }
  .c-sub-nav {
    overflow: hidden;
    position: absolute;
    left: -50vw;
    right: 0;
    margin-left: 50%;
    width: 100vw;
    background-color: #00539F;
  }
  .c-sub-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background-color: #00539F;
  }
  .c-sub-nav__item {
    height: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .c-sub-nav__link {
    color: #FFFFFF;
  }
  .c-sub-nav__link:hover, .c-sub-nav__link:active, .c-sub-nav__link:focus {
    text-decoration: none;
    color: #FFFFFF;
  }
  .c-sub-nav__link:hover {
    background-color: #1196D4;
  }
  .c-sub-nav__link:active, .c-sub-nav__link:focus {
    background-color: #003366;
  }
  .c-sub-nav__item--active .c-sub-nav__link {
    background-color: #003366;
  }
}

._footer-no-bottom {
  position: static !important;
}

.c-footer--bottom {
  height: 60px;
  display: table;
  width: 100%;
}

.c-footer--bottom .footer-right {
  float: right;
}

.c-footer-text {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.c-footer-sep {
  border: 0;
  height: 1px;
  background-color: rgba(153, 155, 155, 0.3);
  margin-top: 25px;
}

.c-footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 24px 0;
}

.c-footer-nav__list::after {
  content: "";
  display: table;
  clear: both;
}

.c-footer-nav__item {
  display: inline;
  float: left;
}

.c-footer-nav__item:after {
  content: " | ";
  margin: 0 10px;
}

.c-footer-nav__item:last-child:after {
  content: "";
  margin: 0;
}

.c-footer-nav__link {
  color: #4F4E4E;
  float: left;
}

@media (max-width: 767px) {
  .c-footer-nav__list--left {
    padding-bottom: 8.5px;
  }
  .c-footer-nav__list--right {
    padding-top: 8.5px;
  }
  .c-footer-nav__item {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  .c-footer-nav__item:after {
    content: none;
  }
  .c-footer-nav__item:last-child {
    margin-bottom: 0;
  }
  .c-footer-nav__link {
    display: block;
    float: none;
  }
}

@media (min-width: 768px) {
  .c-footer-nav__list--right {
    float: right;
  }
}

.c-banner {
  height: 220px;
  background-color: #999B9B;
  background: -webkit-linear-gradient(#999B9B, #F5F5F5);
  background: linear-gradient(#999B9B, #F5F5F5);
  background-image: url(../images/banner.png);
  background-position: right center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.c-banner--gradient {
  position: relative;
  z-index: 0;
}

/*.c-banner--gradient:after {
  content: "\00a0";
  position: absolute;
  top: 0;
  height: 220px;
  width: 100%;
  height: 220px;
  width: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, rgba(6, 25, 71, 0.4) 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
  background: linear-gradient(to top, rgba(6, 25, 71, 0.4) 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
}*/

.c-banner__box {
  height: 220px;
  overflow: hidden;
}

.c-banner__heading {
  color: #FFFFFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
}

.c-banner__characters {
  height: 220px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-banner__text {
  font-size: 1.875rem;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.c-banner__page-title {
  font-size: 1.125rem;
  margin-bottom: 5px;
  line-height: 1.2;
}

.c-banner__title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1.2;
}

.c-banner__desc {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 7px;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .c-banner__box {
    position: relative;
  }
  .c-banner__heading {
    position: absolute;
    width: 100%;
    top: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 2;
  }
  .c-banner__characters {
    height: 230px;
  }
}

@media (min-width: 576px) {
  /*.c-banner--gradient:after {
    background: -webkit-linear-gradient(left, #061947 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
    background: linear-gradient(to right, #061947 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
  }*/
  .c-banner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media (min-width: 768px) {
  .c-banner__page-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .c-banner__title {
    font-size: 3.125rem;
    margin-bottom: 10px;
  }
  .c-banner__desc {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}

/*$personalized-bar-head-bg: $color-utility-2;
$personalized-bar-head-focus: $color-utility-1;
$personalized-bar-head-text: $color-white;
$personalized-bar-body: $color-white;
$personalized-bar-body-text: $color-brand-text;*/
.c-personalized-bar__head {
  display: block;
  text-decoration: none;
  background-color: #1196D4;
  color: #FFFFFF;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-personalized-bar__head:hover, .c-personalized-bar__head:active, .c-personalized-bar__head:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar__head:active {
  background-color: #003366;
}

.c-personalized-bar__id {
  display: block;
  text-decoration: none;
  background-color: #1196D4;
  color: #FFFFFF;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-personalized-bar__id:hover, .c-personalized-bar__id:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar__accHead {
  display: block;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #4F4E4E;
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-personalized-bar__accHead:hover, .c-personalized-bar__accHead:active, .c-personalized-bar__accHead:focus {
  text-decoration: none;
  color: #4F4E4E;
}

.c-personalized-bar__accHead:active {
  background-color: #FFFFFF;
}

.c-personalized-bar__ctrl {
  position: relative;
  padding-right: 30px;
}

.c-personalized-bar__ctrl:after {
  content: '\00a0';
  background: url(../images/arrow_white.svg) no-repeat right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.c-personalized-bar__ctrl--close-text {
  display: none;
}

.c-personalized-bar__expand {
  position: relative;
  padding-right: 30px;
}

.c-personalized-bar__body-xl {
  background-color: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.c-personalized-bar--opened .c-personalized-bar__body-xl {
  max-height: 1300px;
}

.c-personalized-bar__expand:after {
  content: '\00a0';
  background: url(../images/expand-dev-ex.svg) no-repeat right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.c-personalized-bar__expand--close-text {
  display: none;
}

.c-personalized-bar--opened .c-personalized-bar__expand:after {
  background: url(../images/collapse-dev-ex.svg) no-repeat right center;
}

.c-personalized-bar--opened .c-personalized-bar__ctrl:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.c-personalized-bar--opened .c-personalized-bar__ctrl--open-text {
  display: none;
}

.c-personalized-bar--opened .c-personalized-bar__ctrl--close-text {
  display: inline;
}

.c-personalized-bar__body {
  background-color: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.c-personalized-bar--opened .c-personalized-bar__body {
  max-height: 500px;
}

.c-personalized-bar-custom__head {
  display: block;
  text-decoration: none;
  background-color: #1196D4;
  color: #FFFFFF;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-personalized-bar-custom__head:hover, .c-personalized-bar-custom__head:active, .c-personalized-bar-custom__head:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar-custom__head:active {
  background-color: #003366;
}

.c-personalized-bar-custom__head--unactive {
  background-color: #FFFFFF;
  color: #4F4E4E;
}

.c-personalized-bar-custom__head--unactive:hover, .c-personalized-bar-custom__head--unactive:focus {
  text-decoration: none;
  color: #4F4E4E;
}

.c-personalized-bar-custom__head--unactive:active {
  color: #FFFFFF;
}

.c-personalized-bar-custom__head--active {
  background-color: #002250;
  color: #FFFFFF;
}

.c-personalized-bar-custom__head--active:hover, .c-personalized-bar-custom__head--active:active, .c-personalized-bar-custom__head--active:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar-custom__head--completed {
  background-color: #4F4E4E;
  color: #FFFFFF;
}

.c-personalized-bar-custom__head--completed:hover, .c-personalized-bar-custom__head--completed:active, .c-personalized-bar-custom__head--completed:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar-custom__ctrl {
  position: relative;
  padding-right: 30px;
}

.c-personalized-bar-custom__ctrl:after {
  content: '\00a0';
  background: url(../images/arrow_white.svg) no-repeat right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 8px;
  right: 6px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.c-personalized-bar-custom__ctrl--close-text {
  display: none;
}

.c-personalized-bar-custom__head--unactive .c-personalized-bar-custom__ctrl:after {
  background: none;
}

.c-personalized-bar-custom--opened .c-personalized-bar-custom__ctrl:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.c-personalized-bar-custom--opened .c-personalized-bar-custom__ctrl--open-text {
  display: none;
}

.c-personalized-bar-custom--opened .c-personalized-bar-custom__ctrl--close-text {
  display: inline;
}

.c-personalized-bar-custom__body {
  background-color: #FFFFFF;
  overflow: hidden;
}

.c-personalized-bar-edit {
  border-top: 1px solid #e7e6e7;
}

.c-personalized-bar-edit__head {
  display: block;
  text-decoration: none;
  background-color: #1196D4;
  color: #FFFFFF;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-personalized-bar-edit__head:hover, .c-personalized-bar-edit__head:active, .c-personalized-bar-edit__head:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar-edit__head:active {
  background-color: #003366;
}

.c-personalized-bar-edit__head--unactive {
  background-color: #FFFFFF;
  color: #4F4E4E;
}

.c-personalized-bar-edit__head--unactive:hover, .c-personalized-bar-edit__head--unactive:focus {
  text-decoration: none;
  color: #4F4E4E;
}

.c-personalized-bar-edit__head--unactive:active {
  color: #FFFFFF;
}

.c-personalized-bar-edit__head--active {
  background-color: #1196D4;
  color: #FFFFFF;
}

.c-personalized-bar-edit__head--active:hover, .c-personalized-bar-edit__head--active:active, .c-personalized-bar-edit__head--active:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar-edit__head--completed {
  background-color: #4F4E4E;
  color: #FFFFFF;
}

.c-personalized-bar-edit__head--completed:hover, .c-personalized-bar-edit__head--completed:active, .c-personalized-bar-edit__head--completed:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-personalized-bar-edit-ctrl {
  position: relative;
  padding-right: 30px;
}

.c-personalized-bar-edit-ctrl--close-text {
  display: none;
}

.c-personalized-bar-edit__head--unactive .c-personalized-bar-edit-ctrl:after {
  background: none;
}

.c-personalized-bar-edit__body {
  background-color: #FFFFFF;
  overflow: hidden;
}

.c-bar-login {
  border-top: 1px solid #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
}

.c-bar-login__head {
  display: block;
  text-decoration: none;
  background-color: #F2F2F2;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #4E4E4E;
}

.c-bar-login__head .title {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.c-bar-login__head .arrow {
  background-image: url(../images/ic_login_expand.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  float: right;
  width: 24px;
  height: 24px;
}

.c-bar-login__head:hover, .c-bar-login__head:active, .c-bar-login__head:focus {
  text-decoration: none;
  color: #444444;
}

.c-bar-login__body {
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.c-bar-login__opened .c-bar-login__head {
  background-color: #F2F2F2;
  color: #4E4E4E;
}

.c-bar-login__opened .c-bar-login__head .arrow {
  background-image: url(../images/ic_login_collapse.svg);
}

.c-contact-bar {
  background-color: #FFFFFF;
  margin-top: 20px;
}

.c-contact-bar__head {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 10px;
}

.c-contact-bar__head:hover, .c-contact-bar__head:active, .c-contact-bar__head:focus {
  text-decoration: none;
}

.c-contact-bar__title {
  color: #4F4E4E;
  margin-bottom: 0;
}

.c-contact-bar__ctrl {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 8px;
  background: url(../images/arrow_blue.svg) no-repeat right center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.c-contact-bar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.c-contact-bar__item {
  padding: 10px 20px;
}

.c-contact-bar__item::after {
  content: "";
  display: table;
  clear: both;
}

.c-contact-bar__icon {
  float: left;
  width: 40px;
}

.c-contact-bar__text {
  float: left;
}

.c-contact-bar__link {
  font-weight: 600;
  font-size: 1.375rem;
  white-space: nowrap;
}

.c-contact-bar__align {
  margin-top: -3px;
  position: relative;
}

.c-contact-bar--opened .c-contact-bar__ctrl {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.c-contact-bar--opened .c-contact-bar__body {
  max-height: 500px;
}

@media (min-width: 768px) {
  .c-contact-bar__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 500px;
  }
  .c-contact-bar__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .c-contact-bar__ctrl {
    display: none;
    right: 18px;
  }
  .c-contact-bar__head {
    padding: 20px;
  }
}

@media (min-width: 950px) {
  .c-contact-bar__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-contact-bar__item {
    -ms-flex-preferred-size: 24.5%;
        flex-basis: 24.5%;
    display: block;
  }
  .c-contact-bar__listitem {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: block;
  }
  .c-contact-bar__icon {
    display: block;
  }
  .c-contact-bar__link {
    display: block;
  }
}

@media (min-width: 1240px) {
  .c-contact-bar__item::after {
    content: "";
    display: table;
    clear: both;
  }
  .c-contact-bar__icon {
    float: left;
  }
  .c-contact-bar__text {
    text-align: left;
  }
  .c-contact-bar__link {
    display: inline;
  }
}

@media (min-width: 1570px) {
  .c-contact-bar__item {
    -ms-flex-preferred-size: 24.5%;
        flex-basis: 24.5%;
  }
}

/*$tab-bg: $color-white;
$tab-border: $color-utility-2;
$tab-item-bg: $color-utility-2;
$tab-item-active-bg: $color-white;
$tab-item-text: $color-white;
$tab-item-active-text: $color-brand-text;*/
.c-tab {
  background-color: #FFFFFF;
}

.c-tab__list {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #1196D4;
}

.c-tab__list::after {
  content: "";
  display: table;
  clear: both;
}

.c-tab__link {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #1196D4;
  border: 1px solid #1196D4;
  color: #FFFFFF;
  font-weight: 600;
}

.c-tab__link:link, .c-tab__link:hover, .c-tab__link:active, .c-tab__link:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.c-tab__item--active .c-tab__link {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  color: #4F4E4E;
}

.c-tab__pane {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.c-tab__pane--active {
  opacity: 1;
  height: auto;
}

@media (max-width: 767px) {
  .c-tab__btn {
    display: block;
    margin: 0 10px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #1196D4;
    background-color: #FFFFFF;
    position: relative;
    color: #4F4E4E;
  }
  .c-tab__btn:focus, .c-tab__btn:active, .c-tab__btn:link {
    text-decoration: none;
    color: #4F4E4E;
  }
  .c-tab__ico {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .c-tab__list {
    margin: -1px  10px 0 10px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .c-tab__btn--open + .c-tab__list {
    max-height: 500px;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
  }
  .c-tab__item--active {
    display: none;
  }
  .c-tab__content {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .c-tab__btn {
    display: none;
  }
  .c-tab__content {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .c-tab__list {
    margin: 0;
  }
  .c-tab__item {
    float: left;
    margin-left: 10px;
    margin-bottom: -1px;
  }
  .c-tab__item:first-child {
    margin-left: 20px;
  }
}

@media (min-width: 1240px) {
  /* XL */
}

.c-vertical-tab {
  border-top: 1px solid #E5E6E5;
  margin: 10px -20px 0 -20px;
}

.c-vertical-tab__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-vertical-tab__item {
  border-top: 1px solid #E5E6E5;
}

.c-vertical-tab__item:first-child {
  border-top: 0;
}

.c-vertical-tab__item--active .c-vertical-tab__link {
  color: #4F4E4E;
  font-weight: 600;
  background-color: #F5F5F5;
}

.c-vertical-tab__item--active .c-vertical-tab__link:hover, .c-vertical-tab__item--active .c-vertical-tab__link:focus, .c-vertical-tab__item--active .c-vertical-tab__link:active {
  color: #4F4E4E;
  text-decoration: none;
}

.c-vertical-tab__item--active .c-vertical-tab__link--cc:before {
  background-image: url(../images/card_icon.svg);
}

.c-vertical-tab__item--active .c-vertical-tab__link--ba:before {
  background-image: url(../images/bank_icon.svg);
}

.c-vertical-tab__link {
  display: block;
  height: 70px;
  line-height: 70px;
  padding-left: 80px;
  color: #00539F;
  position: relative;
}

.c-vertical-tab__link:hover, .c-vertical-tab__link:focus, .c-vertical-tab__link:active {
  color: #00539F;
  text-decoration: none;
}

.c-vertical-tab__link:before {
  position: absolute;
  left: 20px;
  content: "\00a0";
  width: 44px;
  height: 70px;
  line-height: 70px;
}

.c-vertical-tab__link--cc:before {
  background: url(../images/cardactive_icon.svg) no-repeat left center;
  background-size: 44px 44px;
}

.c-vertical-tab__link--ba:before {
  background: url(../images/bankactive_icon.svg) no-repeat left center;
  background-size: 44px 44px;
}

.c-vertical-tab__pane {
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-vertical-tab__pane--active {
  max-height: 1200px;
  border-top: 1px solid #E5E6E5;
}

.c-vertical-tab__frame {
  display: block;
  padding: 20px 15px;
}

@media (min-width: 576px) {
  .c-vertical-tab {
    margin-top: 20px;
  }
}

@media (min-width: 1020px) {
  .c-vertical-tab::after {
    content: "";
    display: table;
    clear: both;
  }
  .c-vertical-tab__nav {
    float: left;
    width: 326px;
  }
  .c-vertical-tab__content {
    margin-left: 326px;
  }
  .c-vertical-tab__item {
    border-bottom: 1px solid #E5E6E5;
    border-top: 0;
  }
  .c-vertical-tab__item:first-child {
    border-top: 0;
  }
  .c-vertical-tab__item--active .c-vertical-tab__link {
    border-left: 6px solid #1196D4;
    border-right: 1px solid #FFFFFF;
    margin-right: -1px;
    padding-left: 74px;
    background: none;
  }
  .c-vertical-tab__item--active .c-vertical-tab__link:before {
    left: 14px;
  }
  .c-vertical-tab__item--active .c-vertical-tab__link--cc:before {
    background-image: url(../images/card_icon.svg);
  }
  .c-vertical-tab__item--active .c-vertical-tab__link--ba:before {
    background-image: url(../images/bank_icon.svg);
  }
  .c-vertical-tab__pane {
    border: 0;
    border-left: 1px solid #E5E6E5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .c-vertical-tab__pane--active {
    opacity: 1;
    height: auto;
  }
  .c-vertical-tab__frame {
    padding: 20px 20px 20px 40px;
  }
}

.c-radio-tab__content {
  display: none;
}

@media (max-width: 767px) {
  .c-radio-tab__content {
    display: none;
  }
  .c-radio-tab__items label {
    line-height: 1.5;
    margin-top: -5px;
    margin-right: 30px !important;
  }
  .c-radio-tab__items label:last-child {
    margin-right: 0 !important;
  }
  .c-radio-tab__items [class^="iradio"] {
    position: relative;
    top: -12px;
    margin-right: 8px;
  }
  .c-radio-tab__items .rdo-txt {
    display: inline-block;
    width: 100px;
  }
}

.c-btn--primary {
  background-color: #00539F;
  border: 2px solid #00539F;
  color: #FFFFFF;
}

.c-btn--primary:hover {
  background-color: #003366;
  border-color: #003366;
  color: #FFFFFF;
}

.c-btn--primary:active, .c-btn--primary:focus {
  background-color: #1196D4;
  border-color: #1196D4;
  color: #FFFFFF;
}

.c-btn--primary.inactive {
  background: #999B9B !important;
  border-color: #999B9B !important;
  cursor: default;
}

.c-btn--secondary {
  background-color: #FFFFFF;
  border: 2px solid #00539F;
  color: #00539F;
}

.c-btn--secondary:hover {
  background-color: #003366;
  border-color: #003366;
  color: #FFFFFF;
}

.c-btn--secondary:active, .c-btn--secondary:focus {
  background-color: #1196D4;
  border-color: #1196D4;
  color: #FFFFFF;
}

.c-btn--secondary:hover .c-ico-slide--blue, .c-btn--secondary:active .c-ico-slide--blue, .c-btn--secondary:focus .c-ico-slide--blue {
  background-image: url(../images/arrow_white.svg);
}

.c-btn--tertiary {
    background: #999B9B;
    border-color: #999B9B;
    color: #FFFFFF !important;
    cursor: default;
}

.c-btn-tab {
  position: relative;
}

.c-btn-tab:before {
  content: "";
  display: block;
  background-color: #4F4E4E;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -12px;
  left: -10px;
  margin-left: 50%;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-btn-tab--active {
  background-color: #4F4E4E;
  border: 2px solid #4F4E4E;
  color: #FFFFFF;
  cursor: default;
}

.c-btn-tab--active:hover, .c-btn-tab--active:active, .c-btn-tab--active:focus {
  background-color: #4F4E4E;
  border: 2px solid #4F4E4E;
  color: #FFFFFF;
}

.c-btn-tab--active:before {
  visibility: visible;
  opacity: 1;
}

.c-btn--txt {
  padding: 0;
  line-height: 1;
  height: auto;
  color: #00539F;
  text-transform: uppercase;
  font-weight: 600;
}

.c-btn--txt:focus, .c-btn--txt:active {
  color: #1196D4;
}

.c-txt-fld {
  border-color: #E5E6E5;
  border-bottom-color: #999B9B;
  color: #4F4E4E;
  background-color: #FFFFFF;
}

.c-txt-fld:focus, .c-txt-fld:active {
  border-bottom-color: #1196D4;
  outline: none;
}

.c-txt-fld.error, .c-txt-fld.input-validation-error {
  border-color: #EF3E42;
}

.c-txt-fld--full-width {
  width: 100%;
  display: block;
}

select.c-txt-fld {
  padding-right: 28px;
}

.c-currency-ip {
  position: relative;
  display: inline-block;
  max-width: 180px;
}

.c-currency-ip .c-txt-fld {
  padding-left: 2.875rem;
  font-size: 1.5rem;
  color: #003366;
  width: 100%;
}

.c-currency-ip:before {
  content: "$";
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 50px;
  font-size: 1.5rem;
  color: #003366;
  display: inline-block;
  z-index: 1;
}

form em, .c-mandatory {
  color: #EF3E42;
  font-style: normal;
  font-weight: normal;
}

.c-mandatory--toperror {
  margin-left: 20px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.c-highlight {
  border: 1px solid #E5E6E5;
  padding: 20px;
  background: #fbfbfb;
  margin-top: 30px;
}

label {
  font-weight: 600;
  margin-bottom: 10px;
}

.error {
  color: #EF3E42;
}

select.error, input.error {
  color: #4F4E4E;
}

label.error {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
}

.c-notification {
  text-align: center;
  margin-top: 175px;
  margin-bottom: 50px;
}

.c-notification--hidden {
  display: none;
}

.c-notification__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 32px;
}

.c-notification__title:before {
  display: inline-block;
  content: '\00a0';
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.c-notification__title--success:before {
  background-image: url(../images/success_icon.svg);
}

.c-notification__title--warning:before {
  background-image: url(../images/alert_icon.svg);
}

.c-notification__title--error:before {
  background-image: url(../images/error_icon.svg);
}

.c-notification__text {
  margin: 0;
}

.c-radio__label {
  display: inline-block;
  margin-left: 14px;
}

.c-radio__label:first-child {
  margin-left: 0;
}

.c-date-fld {
  background: #FFFFFF url("../images/datepicker_icon.svg") no-repeat right 15px center;
  background-size: 22px;
  padding-right: 40px;
}

.c-icon--calender {
  background: url("../images/datepicker_icon.svg") no-repeat;
  position: absolute !important;
  top: 13px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}

.c-lable-of-icons {
  margin-left: 24px;
  padding-left: 5px;
  margin-bottom: 0;
}

.c-locate {
  position: relative;
  display: block;
}

.c-locate__btn {
  position: absolute;
  top: 26px;
  right: 10px;
  text-indent: -99999px;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  border: none;
  background-color: #FFFFFF;
  background: url(../images/gps_blue.svg) no-repeat center center;
  background-size: 18px 18px;
}

.c-locate__btn:active {
  background-size: 19px 19px;
  opacity: 0.9;
}

.c-option {
  position: relative;
}

.c-option::after {
  content: "";
  display: table;
  clear: both;
}

.c-option__label {
  float: left;
  margin-left: 24px;
  padding-left: 5px;
  line-height: 1.3;
  margin-bottom: 0;
}

.c-option__label .icheckbox_square-blue {
  margin-left: -28px;
  margin-right: 5px;
}

.c-option__label .iradio_square-blue {
  margin-left: -30px;
  margin-right: 5px;
}

.c-option__ip {
  margin-left: -23px;
  margin-right: 5px;
}

.c-option__item {
  font-weight: normal;
  float: left;
  margin: 10px 10px 0 0;
  cursor: pointer;
  color: #00539F;
}

.c-option--group .c-option__item {
  margin-right: 0;
}

.c-option--num .c-option__item {
  width: 50px;
  text-align: center;
}

.c-option__btn {
  display: block;
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  border-style: solid;
  border-color: #00539F;
  border-width: 1px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-option__ip:checked + .c-option__btn {
  background-color: #1196D4;
  color: #FFFFFF;
}

.c-option__ip:checked + .c-option__btn--red {
  background-color: #F6624C;
}

.c-option__ip:checked + .c-option__btn--teal {
  background-color: #2ABDC7;
}

.c-option__ip:checked + .c-option__btn--orange {
  background-color: #FF9933;
}

.c-option__ip:checked + .c-option__btn--blue {
  background-color: #003366;
}

.c-option--group .c-option__btn {
  border-width: 1px 1px 1px 0;
}

.c-option--num .c-option__btn {
  padding: 0 10px;
}

.c-option--group .c-option__item:first-child .c-option__btn {
  border-left-width: 1px;
}

.c-option__radioBtn {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  border-style: solid;
  border-color: #00539F;
  border-width: 1px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-option__radioBtn--checked {
  background-color: #1196D4;
  color: #FFFFFF;
}

.c-option b {
  display: inline-block;
  margin-right: 10px;
}

.c-option__tick {
  color: #FFFFFF;
  position: absolute;
  right: 15px;
}

@media (min-width: 768px) and (max-width: 1019px) {
  .c-option b {
    margin-right: 5px;
  }
  .c-option__tick {
    right: 10px;
  }
}

.c-or-seperator {
  display: block;
  background: url(../images/or_horizontal_ic.svg) no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
  margin: 10px auto 0 auto;
}

.c-or-seperator-history {
  display: block;
  background: url(../images/or_horizontal_ic.svg) no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
  margin: 10px auto 0 auto;
}

@media (max-width: 575px) {
  .c-option--full-width\@xs .c-option__item, .c-btn--full-width\@xs {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .c-btn--full-width\@sm\- {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .c-or-seperator {
    background: url(../images/or_vertical_ic.svg) no-repeat;
    margin-top: 40px;
    margin-bottom: auto;
  }
  .c-or-seperator-history {
    background: url(../images/or_vertical_l_ic.svg) no-repeat;
    margin-top: 40px;
    margin-bottom: auto;
    width: 45px;
    height: 205px;
  }
}

@media (min-width: 1240px) {
  .c-or-seperator {
    background: url(../images/or_vertical_ic.svg) no-repeat;
    margin-top: 40px;
    margin-bottom: auto;
  }
  .c-or-seperator-history {
    background: url(../images/or_vertical_l_ic.svg) no-repeat;
    margin-top: 35px;
    margin-bottom: auto;
    width: 45px;
    height: 205px;
  }
}

@media (max-width: 330px) {
  .c-btn--full-width\@2xs {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .c-or-seperator-history {
    background: url(../images/or_vertical_l_ic.svg) no-repeat;
    margin-top: 40px;
    margin-bottom: auto;
    width: 45px;
    height: 205px;
    right: 65px;
    position: absolute;
  }
}

.c-field-toggle__input:checked + .c-field-toggle__text:after {
  opacity: 1;
}

.c-field-toggle__input[disabled],
.c-field-toggle__input[disabled] + .c-field-toggle__text,
.c-field-toggle__input[disabled]:checked {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.c-checkbox__input[disabled] + label:after {
  color: #b1b4b1;
  text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.1), 0 -0.0625rem 0 rgba(0, 0, 0, 0.1);
}

.c-field-toggle__text:after {
  color: #00539f;
}

.label-check .icheckbox_square-blue.checked:after {
  color: #b1b4b1 !important;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.c-option__btn--checked {
  background-color: #1196D4;
  color: #FFFFFF;
}

.c-nav-box {
  border-style: solid;
  border-color: #00539F;
  border-width: 1px 1px 0 0;
}

.c-nav-box__item {
  display: block;
  text-align: center;
  border-style: solid;
  border-color: #00539F;
  padding: 10px;
  margin: 0;
  color: #4F4E4E;
  border-width: 0 0 1px 1px;
  font-weight: normal;
  cursor: pointer;
}

.c-nav-box__item:link, .c-nav-box__item:active, .c-nav-box__item:hover, .c-nav-box__item:focus {
  color: #4F4E4E;
  text-decoration: none;
}

.c-nav-box__item--checked {
  background-color: #E5E6E5;
}

.c-nav-box__icon {
  width: 40px;
  height: 40px;
}

.c-nav-box__title, .c-nav-box__text {
  margin: 0;
  line-height: 1.5;
  color: #00539F;
  text-align: left;
}

.c-nav-box__title {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.c-nav-box__item--checked .c-nav-box__title, .c-nav-box__item--checked .c-nav-box__text {
  color: #4F4E4E;
}

.c-nav-box__expand-item {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-nav-box__item--expanded .c-nav-box__expand-item {
  opacity: 1;
  max-height: 500px;
}

@media (min-width: 576px) {
  .c-nav-box__item {
    padding: 20px;
  }
  .c-nav-box__title, .c-nav-box__text {
    margin: 20px 0 0 0;
    line-height: 1;
    text-align: center;
  }
}

@media (min-width: 1020px) {
  .c-nav-box {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    border-width: 1px  0   0  1px;
  }
  .c-nav-box__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    border-width: 0 1px 1px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nav-box__item--closed {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-nav-box__item div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.supply_tble {
  width: 100%;
}

.supply_tble th {
  padding: 20px 0;
  font-weight: 600;
}

.supply_tble, .supply_tble td, .supply_tble th {
  border: 1px solid #E5E6E5;
  text-align: center;
}

.supply_tble td, .supply_tble th {
  padding: 13px 15px;
  line-height: 1.5;
}

.supply_tble tr.no-sep td:not(:first-child):not(:last-child) {
  border-left: 0;
  border-right: 0;
}

.supply_tble tr.no-sep td:last-child {
  border-left: 0;
  border-left-style: initial;
}

.supply_tble p {
  margin-bottom: 0;
}

.supply_tble strong, .supply_tble b {
  font-weight: 600;
}

.u-color-light-bg, .u-light-bg {
  color: #4F4E4E;
  background-color: #F5F5F5;
}

.tblHeadingBlue {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #00539F;
}

.u-accent-palette {
  background: rgba(17, 150, 212, 0.05);
}

.u-txt-left {
  text-align: left !important;
}

.u-fnt-25 {
  font-size: 25px !important;
}

.u-b-bold {
  font-weight: 600;
}

.u-pant-blue {
  color: #00539F !important;
}

.cost-share__table {
  border: 1px solid #dcdcdc;
  width: 100%;
}

.cost-share__table th {
  background: #e5e6e5;
  border-left: 2px solid #fff;
}

.cost-share__table thead th {
  width: 15.4%;
  border-bottom: 0 !important;
}

.cost-share__table tbody td {
  border-top: 1px solid #e5e6e5 !important;
}

.cost-share__table .column-2 {
  width: 23.2%;
  text-align: left;
  padding-left: 20px;
}

.cost-share__table th, .cost-share__table td {
  text-align: center;
  padding: 10px 20px;
  vertical-align: middle !important;
}

.cost-share__table th p {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 24px;
}

.cost-share__table .js-preferred-retail {
  background: #1196d4;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  width: 12%;
  border-top: 1px solid #e5e6e5;
  padding: 10px 20px;
}

.cost-share__table .js-day__supply {
  background: rgba(42, 189, 189, 0.1);
  font-weight: normal;
  border-top: 1px solid #e5e6e5;
  padding: 10px 20px;
}

.txt-left {
  text-align: left !important;
}

.cost-share__table td:before, .cost-share__table th.js-preferred-retail:before, .cost-share__table th.js-day__supply:before {
  position: static;
}

@media screen and (max-width: 768px) {
  .cost__share__ctrl .navbar-toggle, .navbar-header, .nav-tab-title {
    display: block !important;
  }
  .colltxt.opened {
    height: 110px;
  }
  .cost-share__tab--content .radio-buttons {
    margin-bottom: 20px;
  }
  .cost-share__tab li, .cost-share__tab li:first-child {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 999px) {
  /* Force table to not be like tables anymore */
  .cost-share__table table, .cost-share__table thead, .cost-share__table tbody, .cost-share__table th, .cost-share__table td, .cost-share__table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .cost-share__table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cost-share__table tr {
    border: 1px solid #ccc;
  }
  .cost-share__table td, .cost-share__table th.js-preferred-retail, .cost-share__table th.js-day__supply {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 60% !important;
    text-align: left;
    font-weight: normal;
  }
  .cost-share__table th.js-preferred-retail, .cost-share__table th.js-day__supply {
    background: #1196d4;
    color: #fff;
    cursor: pointer;
  }
  .cost-share__table th.js-preferred-retail {
    border-bottom: 0;
    padding-bottom: 0 !important;
    line-height: 22px;
  }
  .cost-share__table th.js-day__supply {
    padding-top: 5px !important;
  }
  .cost-share__table td:before, .cost-share__table th.js-preferred-retail:before, .cost-share__table th.js-day__supply:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 20px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .cost-share__table th.js-preferred-retail:after {
    font-family: 'webfont';
    content: attr(data-content);
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .cost-share__table th:before, .cost-share__table td:before {
    content: attr(data-th);
    z-index: 1;
  }
  .cost-share__table tr td {
    display: none;
  }
  .cost-share__table .js-preferred-retail, .cost-share__table .js-day__supply {
    pointer-events: auto;
  }
  .cost-share__table .js-preferred-retail {
    width: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .cost-share__table td, .cost-share__table th.js-preferred-retail, .cost-share__table th.js-day__supply {
    padding-left: 53% !important;
  }
  .cost-share__table td:before, .cost-share__table th.js-preferred-retail:before, .cost-share__table th.js-day__supply:before {
    white-space: inherit !important;
  }
  .cost-share__table tbody td {
    min-height: 80px !important;
  }
}

/* Dev Express Table */
.table-container {
  overflow-x: auto;
  border: 1px solid #FFFFFF;
  position: relative;
}

.dxgvControl {
  width: 100%;
}

.empty-row {
  height: 5px;
}

.empty-row td {
  border: 0 !important;
  padding: 0 !important;
  font-size: 7px;
}

.dxgvTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  margin: 0;
  table-layout: auto;
}

.dxgvTable > thead > tr > td, .dxgvTable > tbody > tr > td {
  border-top: 1px solid #E5E6E5;
  border-bottom: 1px solid #E5E6E5;
  padding: 20px 15px;
  text-align: left;
}

.dxgvTable > thead > tr > td:first-child, .dxgvTable > tbody > tr > td:first-child {
  border-left: 1px solid #E5E6E5;
}

.dxgvTable > thead > tr > td:last-child, .dxgvTable > tbody > tr > td:last-child {
  border-right: 1px solid #E5E6E5;
}

.dxgvTable > thead > tr > td.dxgvDetailButton, .dxgvTable > tbody > tr > td.dxgvDetailButton {
  width: 55px;
}

.dxgvTable > thead > tr > td.dxgvHeader, .dxgvTable > tbody > tr > td.dxgvHeader {
  font-weight: bold;
  border: 0;
  border-bottom: 3px solid #4F4E4E;
  text-transform: uppercase;
}

.dxgvTable > thead > tr > td.dxgvHeader .dx-vam, .dxgvTable > tbody > tr > td.dxgvHeader .dx-vam {
  display: block;
  background: url("../images/Sort_default.svg") no-repeat top right;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.dxgvTable > thead > tr > td.dxgvHeader .dx-vam.dxGridView_gvHeaderSortUp, .dxgvTable > tbody > tr > td.dxgvHeader .dx-vam.dxGridView_gvHeaderSortUp {
  background-image: url("../images/Sort_ascending.svg");
}

.dxgvTable > thead > tr > td.dxgvHeader .dx-vam.dxGridView_gvHeaderSortDown, .dxgvTable > tbody > tr > td.dxgvHeader .dx-vam.dxGridView_gvHeaderSortDown {
  background-image: url("../images/Sort_decending.svg");
}

.dxgvTable > thead > tr > td.dxgvHeader > .dxGridView_gvDetailCollapsedButton, .dxgvTable > thead > tr > td.dxgvHeader > .dxGridView_gvDetailExpandedButton, .dxgvTable > tbody > tr > td.dxgvHeader > .dxGridView_gvDetailCollapsedButton, .dxgvTable > tbody > tr > td.dxgvHeader > .dxGridView_gvDetailExpandedButton {
  display: none;
}

.dxgvTable table.dxgvControl {
  width: auto;
  float: right;
}

img.dxGridView_gvDetailCollapsedButton, img.dxGridView_gvDetailExpandedButton {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dxgvPagerBottomPanel {
  margin-top: 30px;
}

.dxgvPagerBottomPanel .dxpLite {
  display: block !important;
}

.dxgvPagerBottomPanel .dxpLite a {
  cursor: pointer;
}

.dxgvPagerBottomPanel .dxpLite::after {
  content: "";
  display: table;
  clear: both;
}

.dxgvPagerBottomPanel .dxpLite .dxp-lead.dxp-summary {
  float: right;
  font-weight: normal;
  font-style: italic;
  line-height: 50px;
}

.dxgvPagerBottomPanel .dxpLite .dxp-button, .dxgvPagerBottomPanel .dxpLite .dxp-num {
  float: left;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #00539F;
  border-bottom: 1px solid #00539F;
  border-left: 1px solid #00539F;
}

.dxgvPagerBottomPanel .dxpLite .dxp-button:last-child, .dxgvPagerBottomPanel .dxpLite .dxp-num:last-child {
  border-right: 1px solid #00539F;
}

.dxgvPagerBottomPanel .dxpLite .dxp-button {
  line-height: 46px;
}

.dxgvPagerBottomPanel .dxpLite .dxp-num {
  line-height: 50px;
  color: #00539F;
}

.dxgvPagerBottomPanel .dxpLite .dxp-num.dxp-current {
  color: #FFFFFF;
  background-color: #1196D4;
}

.dxgvPagerBottomPanel .dxpLite .dxp-button img {
  width: 20px;
  height: 20px;
}

.dxgvLoadingPanel {
  width: 250px !important;
  height: 150px !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -75px !important;
  margin-left: -125px !important;
  text-align: center;
  vertical-align: middle;
  z-index: 111;
  border: 2px solid #1196D4;
  background-color: rgba(255, 255, 255, 0.6);
}

.dxgvLoadingPanel td.dx:first-child {
  text-align: right;
  width: 45%;
  padding-right: 20px;
}

.dxgvLoadingPanel td.dx:last-child {
  text-align: left;
  width: 55%;
}

.dxlp-loadingImage {
  width: 50px;
  height: auto;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.dxgvLoadingDiv {
  display: none !important;
}

.dxGridView_gvDragAndDropArrowDown,
.dxGridView_gvDragAndDropArrowUp,
.dxGridView_gvDragAndDropArrowLeft,
.dxGridView_gvDragAndDropArrowRight,
.dxGridView_gvDragAndDropHideColumn {
  display: none;
}

@media (max-width: 768px) {
  #GridView_DXMainTable td:nth-last-child(2) {
    border-right: none !important;
  }
  #GridView_DXMainTable td:last-child {
    border-right: 1px solid #E5E6E5;
    border-right-width: 2px !important;
  }
  .dxgvDetailCell_iOS tr {
    background: none !important;
  }
  tr.dxgvDetailRow_iOS {
    background: none !important;
  }
  .dxgvDetailRow_iOS .dxgvDetailCell_iOS td {
    background: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}

/* /Dev Express Table */
.dxgvEmptyDataRow_iOS, .dxgvEmptyDataRow_iOS td {
  border: none !important;
  background: none !important;
}

.dxgvDetailRow_iOS.dxgvADR .dxgvADT > tbody > tr > td {
  font-size: 15px !important;
}

tr.dxgvDataRow_iOS.dxgvLVR:last-of-type, tr.dxgvDetailRow_iOS.dxgvADR:last-of-type {
  border-bottom-width: 3px  !important;
}

.table-devex {
  border: none !important;
}

.table-devex.supply_tble th {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 3px solid #4E4E4E !important;
  font-weight: bold;
}

.c-login-banner {
  position: relative;
}

.c-login-banner--login-portal-img {
  background-image: url(../images/login-banner.jpg);
  background-position: 0 13%;
  background-size: 103%;
}

.c-login-banner--login-img, .c-login-banner--forgot-img {
  background-image: url(../images/banner-forgot-page.jpg);
  background-position: right 0;
  background-size: cover;
}

.c-login-banner--forgot-portal-img {
  background-image: url(../images/login-banner.jpg);
  background-position: right 0;
  background-size: cover;
}

.c-login-banner__logo {
  margin-top: 60px;
  margin-left: 30px;
  width: 292px;
  height: 75px;
  background: #fff url(../images/logo.svg) no-repeat right top;
  background-size: 262px auto;
}

.c-login-banner__logo--small, .c-login-banner__logo--small\@md {
  margin-top: 20px;
  margin-left: 20px;
  width: 200px;
  height: 51px;
  background-size: 180px auto;
}

.c-login-banner--gradient:after {
  content: "\00a0";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
  background: -webkit-linear-gradient(bottom, #061947 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
  background: linear-gradient(to top, #061947 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
  z-index: 1;
}

.c-login-banner__heading {
  position: absolute;
  color: #FFFFFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  z-index: 2;
}

.c-login-banner__page-title {
  font-size: 1.875rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.1;
}

.c-login-banner__section-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.1;
}

.c-login-banner__disclaimer {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.logo--login {
  margin-top: 30px;
}

.logo--login a:hover, .logo--login a:focus {
  text-decoration: none !important;
}

.c-sign-in-text {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.forgot-form-heading {
  margin-top: 80px;
  margin-bottom: 40px;
}

.c-login-form {
  display: block;
  padding: 40px;
}

@media (max-width: 767px) {
  .c-login-banner {
    position: relative;
  }
  .c-login-banner--login-img {
    padding: 130px !important;
  }
  .c-login-banner--login-portal-img {
    padding: 120px !important;
  }
  .c-login-banner--forgot-img {
    padding: 110px !important;
  }
  .c-login-banner--forgot-portal-img {
    padding: 120px !important;
  }
  .c-login-banner__heading {
    bottom: 0;
    left: 15px;
  }
  .c-login-banner__page-title {
    font-size: 1.1875rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .c-login-banner__section-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.1;
  }
  .c-footer--bottom {
    height: auto;
  }
  .c-footer--bottom .c-footer-text {
    display: block;
    padding: 20px 15px 0 15px;
    text-align: center;
  }
  .c-footer--bottom .footer-right {
    text-align: center;
    float: none;
  }
  .c-footer--bottom .footer-right .c-footer-nav__item {
    float: none;
    display: block;
    margin-right: 15px;
  }
  .c-footer--bottom .footer-right .c-footer-nav__item a {
    float: none;
    display: inline-block;
  }
  .c-footer--bottom .footer-right .c-footer-nav__item:after {
    content: "  " !important;
    margin: 0 !important;
  }
  .c-footer--bottom .footer-right .c-footer-nav__item:last-child:after {
    content: "" !important;
    margin: 0 !important;
  }
  .c-login-form {
    padding: 25px;
  }
  .u-mt-90 {
    margin-top: 50px !important;
  }
  .forgot-form-heading {
    margin-top: 50px;
  }
}

.c-logo .c-separator {
  border-right: 1px solid #999b9b;
  padding-right: 6px;
  margin-right: 6px;
  height: 18px;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
}

.logo--login .c-site-logo {
  height: 35px;
}

.c-logo .c-site-logo {
  height: 35px;
}

@media (max-width: 575px) {
  .logo--login {
    margin-top: 20px;
  }
  .logo--login .c-site-logo {
    height: 24px;
  }
  .c-logo .c-site-logo {
    height: 24px;
  }
  .c-logo .c-separator {
    padding-right: 2px;
    margin-right: 2px;
  }
  .c-login-banner__heading {
    margin-right: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  .footer-right .c-footer-nav__item:last-child {
    margin: 0;
  }
  .footer-right .c-footer-nav__item:last-child:after {
    content: "" !important;
    margin: 0 !important;
  }
  .c-main-nav__btn {
    width: 45px;
    height: 55px;
    line-height: 50px;
  }
  .c-main-nav__btn:before {
    content: 'x';
    font-size: 35px;
  }
  .c-main-nav__btn.collapsed:before {
    font-size: 35px;
  }
}

@media screen and (max-width: 390px) {
  .c-bar-login__head .title {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  /* SM to XL */
  .c-login-form {
    min-height: 560px;
  }
  .c-login-form.c-benefit-form {
    min-height: inherit;
    padding-bottom: 40px;
  }
  .forgot-username-form {
    min-height: 335px;
  }
  .forgot-password-form {
    min-height: 335px;
  }
  .reset-password-form {
    min-height: 300px;
  }
  .c-notification {
    min-height: 320px;
  }
}

@media (min-width: 768px) {
  .c-login-banner {
    min-height: 310px;
  }
  .c-login-banner--gradient:after {
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(6, 25, 71, 0.7) 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
    background: linear-gradient(to right, rgba(6, 25, 71, 0.7) 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
  }
  .c-login-banner__heading {
    bottom: 0;
    left: 15px;
    margin-right: 350px;
  }
  .c-login-banner--login-portal-img .c-login-banner__heading {
    margin-right: 0px;
  }
  .c-login-banner__page-title {
    font-size: 1.5625rem;
    margin-bottom: 10px;
  }
  .c-login-banner__section-title {
    font-size: 1.875rem;
  }
  .c-sign-in-text {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media (min-width: 1020px) {
  .c-login-form {
    padding: 40px 40px 0 40px;
  }
  .forgot-form-heading {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .c-login-banner {
    min-height: calc(100vh - 60px);
    z-index: 0;
  }
  .c-login-banner--gradient:after {
    height: 450px;
    background: -webkit-linear-gradient(bottom, #061947 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
    background: linear-gradient(to top, #061947 0%, rgba(92, 113, 144, 0.8) 30%, rgba(109, 131, 159, 0.1) 80%, rgba(109, 131, 159, 0) 100%);
  }
  .c-login-banner--login-img {
    background-position: 18% 100% !important;
    background-size: cover;
  }
  .c-login-banner--login-portal-img {
    background-position: 60% 100%;
    background-size: cover;
  }
  .c-login-banner--forgot-img {
    background-position: -180px top;
  }
  .c-login-banner--forgot-portal-img {
    background-position: 60% top;
  }
  .c-login-banner__logo {
    margin-top: 50px;
    margin-left: 50px;
  }
  .c-login-banner__heading {
    /*left: 40px;
			margin-right: 40px;
			bottom: 20px;*/
    left: 0;
    margin-right: 0;
    bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    z-index: 2;
  }
  .c-login-banner__page-title {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
  .c-login-banner__section-title {
    font-size: 2.1875rem;
    margin-bottom: 10px;
    width: 100%;
  }
  .c-login-banner__disclaimer {
    font-size: 1.125rem;
  }
  .c-sign-in-text {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media (min-width: 1240px) {
  .logo--login {
    margin-top: 80px;
  }
  .c-login-banner--login-img {
    background-position: right top;
  }
  .c-login-banner--forgot-img {
    background-position: -220px top;
  }
  .c-login-banner__heading {
    width: auto;
  }
  .c-login-banner__page-title {
    font-size: 2.1875rem;
  }
  .c-login-banner__section-title {
    font-size: 3.125rem;
  }
  .c-login-banner__logo--small\@md {
    width: 292px;
    height: 75px;
    background-size: 262px auto;
  }
}

@media (min-width: 1340px) {
  .c-login-banner--forgot-img {
    background-position: -120px top;
  }
}

@media (min-width: 1240px) and (max-width: 1899px) {
  .logo--login {
    margin-top: 30px !important;
  }
}

@media (min-width: 1570px) {
  .c-login-banner__heading {
    width: auto;
  }
  .c-login-banner__page-title {
    font-size: 2.5rem;
  }
  .c-login-banner__section-title {
    font-size: 3.125rem;
  }
}

.c-wizard__item {
  display: none;
}

.c-wizard__item--visible {
  display: block;
}

.c-wizard-bar--bordered {
  border: 1px solid #E5E6E5;
}

.c-wizard-bar__nav {
  list-style: none;
  margin: -1px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-wizard-bar__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-wizard-bar__link {
  display: block;
  height: 72px;
  line-height: 70px;
  border-top: 1px solid #E5E6E5;
  border-bottom: 1px solid #E5E6E5;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  color: #4F4E4E;
  cursor: default;
}

.c-wizard-bar__link:link, .c-wizard-bar__link:hover, .c-wizard-bar__link:focus {
  color: #4F4E4E;
  font-size: 1.125rem;
  text-decoration: none;
}

.c-wizard-bar__link:after {
  content: '\00a0';
  position: absolute;
  right: 0;
  top: -1px;
  width: 22px;
  height: 72px;
  background: #FFFFFF url(../images/wizard-inactive.png) no-repeat right center;
  z-index: 1;
}

.c-wizard-bar__num {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #4F4E4E;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
}

.c-wizard-bar__text {
  display: inline-block;
}

.c-wizard-bar__item--active .c-wizard-bar__link {
  background-color: #80BC00;
  border-bottom: none;
  color: #FFFFFF;
}

.c-wizard-bar__item--active .c-wizard-bar__link:link, .c-wizard-bar__item--active .c-wizard-bar__link:hover, .c-wizard-bar__item--active .c-wizard-bar__link:focus {
  color: #FFFFFF;
  font-weight: bold;
}

.c-wizard-bar__item--active .c-wizard-bar__link:after {
  background-image: url(../images/wizard-active-green-right.png);
}

.c-wizard-bar__item--active .c-wizard-bar__link:before {
  content: '\00a0';
  position: absolute;
  left: -22px;
  top: -1px;
  width: 22px;
  height: 72px;
  background: #FFFFFF url(../images/wizard-active-green-left.png) no-repeat left center;
  z-index: 1;
}

.c-wizard-bar__item:first-child .c-wizard-bar__link:before, .c-wizard-bar__item:last-child .c-wizard-bar__link:after {
  content: none;
}

.c-wizard-bar__item--completed .c-wizard-bar__link {
  cursor: pointer;
}

.c-wizard-bar__item--disabled .c-wizard-bar__link {
  cursor: default !important;
}

.c-wizard-bar__item--active .c-wizard-bar__num {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #80BC00 !important;
  font-weight: 900;
}

.c-wizard-bar__item--completed .c-wizard-bar__num {
  background-color: #2ABDC7;
  border-color: #2ABDC7;
  color: #FFFFFF;
  font-weight: 900;
}

.c-wizard-bar__body {
  padding: 20px 20px 30px 20px;
}

.c-wizard-bar__content {
  display: none;
}

.c-wizard-bar__content--open {
  display: block;
}

@media (max-width: 767px) {
  .c-wizard-bar__text {
    display: none;
  }
}

@media (min-width: 576px) {
  .epharm-wizard .c-wizard-bar__body {
    padding-bottom: 10px;
  }
}

@media (min-width: 1020px) {
  .filedCustomWidth\@lg\+ {
    max-width: 135px;
  }
  .epharm-wizard .c-wizard-bar__num {
    margin-top: 8px;
    margin-left: -15px;
  }
}

@media (min-width: 1240px) {
  /* XL */
  .c-wizard-bar__body {
    padding-bottom: 40px;
  }
  .epharm-wizard .c-wizard-bar__num {
    margin-top: 0;
  }
}

/*-------------------Double Line Wizard Bar-------------------*/
/* don't remove this code if it messup with other jsut comment it */
/*
.c-wizard-bar__link:after{
		background: $color-white url(../images/wizard_tab_3.svg) no-repeat right center;
		background-position-x:0px;
		background-size: contain;
}
.c-wizard-bar__item--active .c-wizard-bar__link:after{
	background-image: url(../images/wizard_tab_1.svg);
}
.c-wizard-bar__item--active .c-wizard-bar__link:before{
	background: $color-white url(../images/wizard_tab_2.svg) no-repeat left center;
	background-position-x:10px;
	background-size: contain;
}
.c-wizard-bar__link{
    line-height:1!important;
    padding-top:15px!important;
    padding-left:10px !important;
}
.c-wizard-bar__num{
    margin-right:0px!important;
    margin-top:0px !important;
    float:left!important;
}
.c-wizard-bar__text {
    padding-left: 40px!important;
    text-align: left!important;
    padding-top: 8px!important;
}
@media (max-width:949px) and (min-width:768px){
    .c-wizard-bar__num{
      float: none!important;
    }
    .c-wizard-bar__text {
        text-align: center!important;
        padding: 0px!important;
        padding-top: 5px!important;
    }
    .c-wizard-bar__link{
        padding-top:10px!important;
        padding-left: 0px!important;
        padding-right: 10px!important;
        text-align: center!important;
        height: 95px;
    }
    .c-wizard-bar__link:after{
      height: 95px;
      width: 24px;
      background-position-x:-1px;
    }
    .c-wizard-bar__link:before{
      height: 95px;
      width: 24px;
      background-position-x:10px;
    }
}

@media (max-width:767px){
    .c-wizard-bar__num{
      float: none!important;
    }
    .c-wizard-bar__link{
        padding-top:18px!important;
        padding-left: 0px!important;
        padding-right: 10px!important;
        text-align: center!important;
    }
    .c-wizard-bar__num{
        float:none!important;
    }
}
*/
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-full-width {
  width: 100%;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  padding-top: 14px;
  border-width: 0;
  outline-width: 0;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header__alerticon {
  content: "";
  background: url(../images/alert_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: inline-block;
  position: relative;
  top: 2px;
  right: 10px;
}

.modal-header__successicon {
  content: "";
  background: url(../images/ic_completed.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: inline-block;
  position: relative;
  top: 6px;
  right: 10px;
}

.modal-header__erroricon {
  content: "";
  background: url(../images/error_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: inline-block;
  position: relative;
  top: 6px;
  right: 10px;
}

.modal-active .modal-header {
  background-color: #4F4E4E;
  border: 2px solid #4F4E4E;
  color: #FFFFFF;
  cursor: default;
}

.modal-header .close {
  padding: 0;
  cursor: pointer;
  background: url(../images/close_icon.svg) no-repeat;
  border: 0;
  float: right;
  color: #00539F;
  width: 12px;
  height: 12px;
  background-size: 12px;
  text-indent: -9999px;
}

.modal-active .modal-header .close {
  color: #ffffff;
  background: url(../images/close_icon_white.svg) no-repeat;
}

.modal-title {
  margin: 0 0 0 5px;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 0 20px;
}

.modal-body:after {
  content: "";
  height: 20px;
  display: block;
}

.modal-footer {
  padding: 0 20px;
  text-align: right;
  border-width: 0;
  outline-width: 0;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-footer:after {
  content: "";
  height: 20px;
  display: block;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-body-container {
  border: 1px solid #E5E6E5;
  padding: 20px;
}

body.modal-open {
  padding-right: 0px !important;
}

@media (max-width: 575px) {
  .modal-full-width\@xs\- {
    width: 100%;
    max-width: 95%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    min-width: 300px;
  }
  .modal-500-width\@sm\+ {
    width: 100%;
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .modal-full-width {
    max-width: 95%;
  }
  .modal-full-width\@md\+ {
    width: 100%;
    max-width: 600px;
  }
  .modal-700-width\@md\+ {
    width: 100%;
    max-width: 700px;
  }
  .modal-500-width\@md\+ {
    width: 100%;
    max-width: 500px;
  }
  .modal-600-width\@md\+ {
    width: 100%;
    max-width: 600px;
  }
  .modal-730-width\@md\+ {
    width: 100%;
    max-width: 730px !important;
  }
  .modal-1180-width\@ml\+ {
    width: 100%;
    max-width: 730px;
  }
}

@media (min-width: 950px) {
  .modal-full-width {
    max-width: 940px;
  }
  .modal-1180-width\@ml\+ {
    width: 100%;
    max-width: 1180px;
  }
}

@media (min-width: 1020px) {
  /* LG to XL */
  .modal-full-width {
    max-width: 1004px;
  }
  .modal-835-width\@lg\+ {
    width: 100%;
    max-width: 835px !important;
  }
}

@media (min-width: 1240px) {
  /* XL */
  .modal-full-width {
    max-width: 1200px;
  }
}

@media (min-width: 1570px) {
  /* 2XL */
  .modal-full-width {
    max-width: 1500px;
  }
}

@media (min-width: 1900px) {
  /* 3XL */
  .modal-full-width {
    max-width: 1800px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .modal-full-height {
    height: 748px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .modal-full-height {
    height: 1004px;
  }
  .modal-dialog--customPos {
    top: 35%;
  }
}

.c-registration-banner {
  background-image: url(../images/banner-registration.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 254px;
  background-size: cover;
}

.c-registration-banner__heading {
  margin-top: 100px;
  color: #FFFFFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

.c-registration-banner__section-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.c-registration-banner__disclaimer {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.reg-label {
  font-weight: 600;
}

.reg-field-label {
  color: #999B9B;
  margin-bottom: 0;
  padding: 0 0 10px;
}
.cop-msg {
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.cop-msgAnchor {
    font-weight: 400;
}
.epharm-wizard .icheckbox_square-blue, .epharm-wizard .iradio_square-blue {
  float: left;
}

.js-wizard-registration:after {
  background: url(../images/arrow_white.svg) no-repeat;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  right: -5px;
}

select option {
  color: #4F4E4E;
}

.emptySelect {
  color: #999999;
}

select option:first-child {
  color: #999999;
}

select.error.emptySelect {
  color: #999999;
}

.c-highlight .error {
  margin-bottom: 12px !important;
}

.height-minvh {
  height: 52vh;
  padding-top: 100px;
}

.u-dn-regwiz {
  display: none;
}

@media (min-width: 1020px) {
  .reg-label {
    padding: 17px 0;
    margin-bottom: 0;
  }
  .reg-options {
    margin-top: 20px;
  }
  .c-highlight {
    margin-top: 50px;
  }
}

@media (min-width: 300px) and (max-width: 760px) {
  .reg-wiz-currenttabtitle\@xs {
    display: block !important;
    color: #1196D4 !important;
    font-weight: 800;
  }
}

@media (min-width: 300px) and (max-width: 1239px) {
  .epharm-wizard .glyph--ok {
    display: none !important;
  }
  .c-personalized-bar-custom__head--completed .glyph--ok {
    display: inline-block !important;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 260px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 0.9375rem;
  position: relative;
  padding-right: 30px;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.pop_close {
  padding: 0;
  cursor: pointer;
  background: url(../images/close_icon.svg) no-repeat;
  border: 0;
  float: right;
  color: #00539F;
  width: 12px;
  height: 12px;
  background-size: 12px;
  margin-top: 6px;
  text-indent: -9999px;
  position: absolute;
  top: 7px;
  right: 10px;
}

@media (min-width: 1020px) {
  .popover {
    max-width: 260px;
  }
}

@media (max-width: 360px) {
  .popover {
    max-width: 230px !important;
  }
  .pricedrug-popover .popover {
    max-width: 180px !important;
  }
}

@media (max-width: 420px) and (min-width: 361px) {
  .pricedrug-popover .popover {
    max-width: 200px !important;
  }
}

@media (max-width: 510px) and (min-width: 421px) {
  .pricedrug-popover .popover {
    max-width: 230px !important;
  }
}

.popper {
  position: absolute;
  z-index: 1051;
  display: block;
  max-width: 260px;
  padding: 10px 15px;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.popper .popover-title {
  font-weight: bold;
  padding: 0 0 10px;
}

.popper .popover-content {
  padding: 0;
}

.popper .popper__arrow {
  border-style: solid;
  position: absolute;
}

.popper[x-placement^="top"] {
  margin-bottom: 10px;
}

.popper[x-placement^="top"] .popper__arrow {
  border-width: 10px 10px 0 10px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  bottom: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^="top"] .popper__arrow:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
  top: -10px;
}

.popper[x-placement^="bottom"] {
  margin-top: 10px;
}

.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
  top: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^="bottom"] .popper__arrow:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
  bottom: -10px;
}

.popper[x-placement^="right"] {
  margin-left: 10px;
}

.popper[x-placement^="right"] .popper__arrow {
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  left: -10px;
  top: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^="right"] .popper__arrow:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #ffffff;
  border-width: 8px;
  margin-left: -6px;
  bottom: -8px;
}

.popper[x-placement^="left"] {
  margin-right: 10px;
}

.popper[x-placement^="left"] .popper__arrow {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
  right: -10px;
  top: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^="left"] .popper__arrow:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #ffffff;
  border-width: 8px;
  margin-left: -10px;
  bottom: -8px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000000;
  background-color: #FCFCDC;
  border: 1px solid #000000;
}

@media (min-width: 1240px) {
  .tooltip-inner {
    max-width: 700px;
  }
}

.c-pwindicator {
  display: none;
  border: 1px solid #E5E6E5;
  padding: 20px;
  background-color: #FFFFFF;
  position: absolute;
  top: 93px;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 111;
}

.c-pwindicator--reg {
  top: 74px;
}

.c-pwindicator__notch {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #E5E6E5;
  border-bottom: 1px solid #E5E6E5;
  left: -10px;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #FFFFFF;
}

.c-pwindicator__bar {
  height: 6px;
  background: #E5E6E5;
  margin-top: 10px;
  margin-bottom: 30px;
}

.c-pwindicator__bar:after {
  content: '\00a0';
  display: block;
  height: 6px;
}

.c-pwindicator--strength-level-0 .c-pwindicator__bar:after {
  width: 20%;
  background: #9F1F31;
}

.c-pwindicator--strength-level-1 .c-pwindicator__bar:after {
  width: 40%;
  background: #F6624C;
}

.c-pwindicator--strength-level-2 .c-pwindicator__bar:after {
  width: 60%;
  background: #FF9933;
}

.c-pwindicator--strength-level-3 .c-pwindicator__bar:after {
  width: 80%;
  background: #2ABDC7;
}

.c-pwindicator--strength-level-4 .c-pwindicator__bar:after {
  width: 100%;
  background: #1196D4;
}

.epharm-wizard .c-pwindicator {
  top: 83px;
}

.c-pw-rules {
  list-style: none;
  margin: 0 0 0 23px;
  padding: 0;
}

.c-pw-rules__txt {
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 8px;
}

.c-pw-rules__txt:before {
  font-family: 'webfont';
  content: 'Y';
  color: #E5E6E5;
  margin-right: 10px;
  margin-left: -25px;
}

.c-pw-rules__txt--ok:before {
  color: #2ABDC7;
}

.c-pwindicator--bottom .c-pwindicator__notch {
  left: 15px;
  top: -10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 1239px) {
  .c-pwindicator__notch, .c-pwindicator--bottom__notch {
    left: 15px;
    top: -10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media (max-width: 575px) {
  .epharm-wizard .c-pwindicator {
    top: 73px;
  }
}

.c-pwindicator_pi, .c-pwindicator_myaccount {
  top: 57% !important;
  width: 334px;
  position: absolute;
}

@media (max-width: 767px) {
  .c-pwindicator_pi, .c-pwindicator_myaccount {
    top: 90px !important;
    margin-top: 10px;
    width: 320px;
  }
}

@media (min-width: 768px) {
  .c-pwindicator_pi, .c-pwindicator_myaccount {
    position: fixed;
  }
}

@media (min-width: 1240px) {
  .c-pwindicator:not(.c-pwindicator--bottom) {
    top: 30px;
    right: -365px;
    width: 350px;
  }
  .c-pwindicator:not(.c-pwindicator--bottom)--reg {
    top: 10px;
    right: -354px;
  }
  .epharm-wizard .c-pwindicator:not(.c-pwindicator--bottom) {
    top: 10px;
  }
  /*.c-pwindicator_pi {
		top: 240px;
		left: 0;
		width: 350px;
        position: fixed;
	}*/
  /*@media all and (min-width:1240px)*/
  .c-pwindicator_pi, .c-pwindicator_myaccount {
    top: 58% !important;
    left: 74%;
    margin-left: 150px;
    margin-top: -67px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1240px), (-ms-high-contrast: active) and (min-width: 1240px) {
  .c-pwindicator_pi {
    top: 58% !important;
    left: 59.5%;
    margin-left: 150px;
    margin-top: -67px;
  }
  .c-pwindicator_myaccount {
    top: 56% !important;
    left: 59.5%;
    margin-left: 120px;
    margin-top: -92px;
  }
}

@media all and (min-width: 620px) and (max-width: 650px) {
  .c-pwindicator_pi, .c-pwindicator_myaccount {
    top: 72% !important;
    margin-top: 10px;
  }
}

@media all and (min-width: 651px) and (max-width: 680px) {
  .c-pwindicator_pi, .c-pwindicator_myaccount {
    top: 70% !important;
    margin-top: 10px;
  }
}

@media all and (min-width: 481px) and (max-width: 767px) {
  .c-pwindicator_pi, .c-pwindicator_myaccount {
    top: 65% !important;
    margin-top: 10px;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  display: none;
  z-index: 3001;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #00539F;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
  display: none !important;
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.u-posr {
  position: relative;
}

.no-gutter {
  padding-left: 10px;
  padding-right: 10px;
}

.no-gutter [class*=col-] {
  margin: 0;
  padding: 0;
}

.g-box {
  overflow-x: hidden;
}

/* /--Locate Pharmacy-- */
/* /My Pharmacy */
/* 5 column */
@media (min-width: 992px) {
  .bdr-l-0\@md {
    border-left: 0;
  }
  .bdr-r-0\@md {
    border-right: 0;
  }
}

/* 5 column */
/*locate a pharmacy start here*/
.locate__heading {
  padding: 0 0 10px 20px;
  margin-top: 0;
}

.locate__addressCtr {
  border: 1px solid #E5E6E5;
  padding: 20px 20px 18px;
  position: relative;
  min-height: 115px;
  margin-bottom: -1px;
}

#map-view .locate__addressCtr.locate-more, #visit-map-view .locate__addressCtr.locate-more {
  margin: 0;
}

.locate__addressCtr.locate-more {
  min-height: auto;
  margin: 0 10px;
}

.locate__numbers {
  background: #E5E6E5;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}

.locate__addressCtr address {
  margin-bottom: 5px;
}

.locate__addressCtr h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}

.locate--options, .more-top {
  font-weight: 600;
}

.locate__flag {
  float: right;
  margin-top: -10px;
}

.locate__preferrred, .locate__primary {
  display: inline-block;
  padding: 10px;
  border-radius: 18px;
  font-size: 14px;
}

.locate__preferrred {
  border: 1px solid #EF3E42;
}

.locate__primary {
  border: 1px solid #1196D4;
}

.locate__addressCtr--highlighted {
  border: 1px solid #1196D4 !important;
  margin-top: -1px;
}

.locate__addressCtr--highlighted:first-of-type {
  margin-top: 0;
}

#visit-map-view .locate__addressCtr:last-of-type, #map-view .locate__addressCtr:last-of-type {
  border-bottom: 1px solid #E5E6E5;
}

#visit-map-view .locate__addressCtr, #map-view .locate__addressCtr {
  border-bottom: 0;
}

.viewCtr {
  float: right;
}

.view {
  border: 1px solid #00539F !important;
  padding: 10px 15px 10px 35px !important;
  float: left !important;
  background: #00539F !important;
  color: #fff !important;
  position: relative !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
}

.view:hover {
  text-decoration: none !important;
}

.view--grid.active, .view--list.active {
  background: #E5E6E5 !important;
  position: relative;
  color: #4F4E4E !important;
  text-decoration: none;
  cursor: default;
}

.search-result__ctr {
  border-bottom: 1px solid #E5E6E5;
}

.listGrid__ctr {
  padding-bottom: 10px;
}

.savedPrint__icons {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}

.savedPrint__icons a {
  margin-left: 40px;
  display: block;
  float: left;
}

.icn-deactive {
  opacity: 0.5;
  pointer-events: none;
}

.locate-search-result__ctr {
  padding: 20px;
}

.filter-select {
  width: 60%;
}

.filter-label {
  margin-right: 10px;
  font-weight: 600;
}

.searched-results {
  border: 1px solid #1196D4;
  padding: 4px 10px 8px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 10px;
  float: left;
}

.search-close {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/remove_wob_icon.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
}

.locate__addressCtr .search-close {
  position: absolute;
  right: 5px;
  border: 1px solid #1196D4;
  top: 5px;
  width: 22px;
  height: 22px;
}

.modify-search__icn {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 25px;
  background: url(../images/edit_wob_icon.svg) no-repeat;
  background-size: 25px 25px;
  position: relative;
}

.savedpharmacy__icn span:first-child {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/add_pharmacy_icon.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.printselected__icn span, .printAll__icn span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/print_icon.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.phrmcyrectently__visited {
  font-size: 18px;
}

.phrmcyrectently__visited span {
  font-weight: bold;
}

.locate__modify-search {
  position: relative;
}

.modify-search {
  text-transform: uppercase;
  border: 1px solid #1196D4;
  position: absolute;
  right: -12px;
  top: -9px;
  padding: 16px 17px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #1196D4;
}

.locate__modify-search {
  padding: 17px 20px 17px 10px;
}

.viewCtr span {
  cursor: pointer;
}

.viewCtr span:hover {
  background: #00539F;
  color: #FFFFFF;
}

.filter-select {
  padding: 8px;
  border: 1px solid #1196D4;
}

.js-preferred-retail, .js-day__supply {
  pointer-events: none;
}

.locate__addressCtr--highlighted .locate__numbers {
  background: #1196D4;
  color: #FFFFFF;
}

.locate-more {
  text-align: center;
  border: 1px solid #E5E6E5;
  padding: 20px;
}

.locate-more a {
  color: #1196D4 !important;
}

.locate-more a:visited, .locate-more a:active, .locate-more a:hover {
  color: #1196D4;
}

.view--list:before, .view--grid:before {
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  content: "";
  position: absolute;
  left: 10px;
}

.view--list:before {
  background: url(../images/list_icon_hover.svg) no-repeat;
  top: 12px;
}

.view--list.active:before {
  background: url(../images/list_icon.svg) no-repeat;
}

.view--grid:before {
  background: url(../images/grid_icon_hover.svg) no-repeat;
  top: 8px;
}

.view--grid.active:before {
  background: url(../images/grid_icon.svg) no-repeat;
}

.locate-more .locate--options, .locate-more .more-top {
  position: relative;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.locate-more .locate--options:after, .locate-more .more-top:after {
  background: url(../images/down_arrow_blue.svg) no-repeat;
  height: 14px;
  width: 14px;
  background-size: 14px 14px;
  content: "";
  position: absolute;
  top: 5px;
  right: -20px;
}

.locate-more .more-top:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gutter [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.or-nls {
  color: #4F4E4E;
  margin-top: 10px;
  float: left;
  margin-left: -6px;
}

.modal-large .modal-dialog {
  width: 1030px;
}

.options-ctr {
  position: relative;
  margin-top: 10px;
  display: none;
}

.options-ctr__inner {
  padding-top: 10px;
  padding-bottom: 20px;
}

.locate-tab, .locate-tab--col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.locate-tab--col a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
}

.map-container {
  height: 100%;
}

.scroll-list, .scroll-list-saved {
  height: calc(100% - 62px);
  overflow-y: scroll;
  padding-bottom: 2px;
}

.map_device-height {
  height: 80vh;
}

.cost-share__tab--content .pagination {
  margin: 0;
  padding-left: 10px;
  border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.list-check {
  width: auto;
  margin-right: 10px !important;
}

.savedpharmacy__icn:after {
  content: "";
}

#visit-grid-view .locate__addressCtr, #grid-view .locate__addressCtr {
  top: 100px;
  position: relative;
}

.locate__addressCtr--animation {
  top: 0px !important;
  -webkit-animation-name: bottomToTop;
          animation-name: bottomToTop;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

/* Standard syntax */
@-webkit-keyframes bottomToTop {
  0% {
    top: 100px;
  }
  25% {
    top: 100px;
  }
  50% {
    top: 100px;
  }
  75% {
    top: 100px;
  }
  100% {
    top: 0px;
  }
}
@keyframes bottomToTop {
  0% {
    top: 100px;
  }
  25% {
    top: 100px;
  }
  50% {
    top: 100px;
  }
  75% {
    top: 100px;
  }
  100% {
    top: 0px;
  }
}

.grid-view-ctr {
  overflow: hidden;
}

.nav-tabs {
  border-bottom: 1px solid #E5E6E5;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav > li {
  position: relative;
  display: block;
}

nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #4F4E4E;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

@media screen and (max-width: 767px) {
  .modal-full-width {
    width: 95% !important;
  }
  .filter-select {
    width: 80%;
    margin: 15px 0;
  }
  .search-pharmacy .savedPrint__icons {
    margin-right: 0;
  }
  /*.options-ctr{
		display: block;
	}*/
  .mobile-map-icon, .map-close {
    display: inline-block;
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -25px;
  }
  .mobile-map-icon {
    background-image: url(../images/locationrx_icon.svg);
  }
  .map-close {
    background-image: url(../images/remove_wob_icon.svg);
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: -25px;
    right: -10px;
  }
  .locate__flag {
    margin-top: -5px;
    margin-right: 30px;
  }
  /*.c-tab__pane--active,.c-tab__pane{
        padding: 0 15px;
    }*/
  .map-mobile-ctrl.u-mb-20 {
    margin-bottom: 0 !important;
  }
  #visit-grid-view .locate__addressCtr, #grid-view .locate__addressCtr {
    top: 0 !important;
  }
  .savedpharmacy__icn:after {
    content: "Add";
  }
  .options-ctr .locate--options {
    margin-left: 0;
    position: relative;
    top: 5px;
  }
  .savedpharmacy__icn .add_mobile {
    display: none;
  }
  .locate-tab--col .ico-md {
    float: left;
  }
  .locate-tab--col .h3, .locate-tab--col p {
    text-align: left;
    text-indent: 10px;
  }
  .locate-tab, .locate-tab--col, #map-view, .navbar-toggle, #visit-map-view {
    display: block;
  }
  .savedPrint__icons a {
    margin-left: 15px;
    line-height: 1.7;
  }
  .modify-search {
    position: static;
    margin: 5px 0 0;
    float: left;
  }
  .map_device-height {
    height: 100%;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .map-container-parent {
    position: absolute;
    display: none;
  }
  .map-mobile-show {
    display: none;
    height: 150px;
    background-color: #F5F5F5;
    top: -1px;
  }
  .scroll-list, .scroll-list-saved {
    height: 78vh;
  }
  .viewCtr, #list-view, #visit-list-view {
    display: none;
  }
  .top-panel {
    position: relative;
    z-index: 9;
  }
  .top-panel--item.lang {
    float: left;
    top: 0;
    width: 100%;
  }
  .lang__item {
    width: 100%;
    padding-left: 20px;
    line-height: auto;
  }
  .mobile-order-change {
    position: absolute;
    bottom: 0;
  }
  .navbar-default.navctrl {
    height: auto;
    background: #FFFFFF;
    margin-top: -40px;
  }
  .navbar-default.navctrl .navbar-toggle {
    position: relative;
    z-index: 99;
  }
  .top-panel--right {
    margin-right: 20px;
  }
  .viewCtr {
    margin-top: 20px;
    float: left;
    margin-right: 0;
  }
  .savedPrint__icons {
    float: right;
    margin-right: 0;
  }
  .savedPrint__icons.u-mt-10 {
    margin-top: 0 !important;
  }
  .phrmcyrectently__visited {
    margin-bottom: 0;
    line-height: 22px;
  }
  .map_device-height {
    padding-top: 0 !important;
  }
  .navctrl .navbar-nav {
    margin: 0;
    background: #E5E6E5;
  }
  .navctrl .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #E5E6E5;
  }
  .js-preferred-retail, .js-day__supply {
    pointer-events: auto;
  }
  .submenu .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .locate__addressCtr {
    min-height: inherit;
  }
  .mobile-u-dn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .modify-search {
    margin-top: 0px;
  }
  .viewCtr {
    margin-top: 10px;
  }
  /*.c-tab__pane--active, .c-tab__pane{
        padding: 0 15px;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .modify-search {
    margin-top: 10px;
    margin-right: 10px;
  }
  .locate__primary {
    margin-top: 20px;
  }
}

.pagination {
  margin: 0;
  padding-left: 0;
  border-radius: 0;
  display: inline-block;
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.c-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-color: #00539F;
  border-width: 1px 1px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-pagination__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: center;
}

.c-pagination__link {
  display: block;
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  border-style: solid;
  border-color: #00539F;
  border-width: 0 0 1px 1px;
}

.c-pagination__link:hover, .c-pagination__link:active, .c-pagination__link:focus {
  text-decoration: none;
}

.c-pagination__link--active {
  background-color: #1196D4;
  color: #FFFFFF;
}

.c-pagination__link--active:hover {
  color: #FFFFFF;
}

.c-pagination__link--disabled {
  color: #999B9B;
  cursor: default;
}

.c-pagination__link--disabled:hover {
  color: #999B9B;
}

.c-pagination__link--ico {
  font-size: 30px;
  line-height: 44px;
}

.c-scroll__btn {
  display: none;
}

@media (max-width: 949px) {
  .c-scroll {
    overflow-x: auto;
    border: 1px solid #FFFFFF;
    position: relative;
    padding-right: 0;
  }
  .c-scroll > .c-scroll__content, .c-scroll > .dxgvControl {
    border-right: 20px solid #FFFFFF;
  }
  .c-scroll__btn {
    /*display: block;*/
    font-family: 'webfont';
    font-size: 60px;
    position: fixed;
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 80px;
    line-height: 80px;
    background-color: #F5F5F5;
    color: #999B9B;
    text-align: center;
    opacity: 0.7;
  }
  .c-scroll__btn:link, .c-scroll__btn:active, .c-scroll__btn:focus {
    text-decoration: none;
    color: #999B9B;
  }
  .c-scroll__btn--left {
    content: '(';
    left: 0;
  }
  .c-scroll__btn--right {
    content: ')';
    right: 0;
  }
}

.toast {
  background-color: #030303;
}

.toast-title {
  font-weight: bold;
  line-height: 1.5;
}

.toast-message {
  word-wrap: break-word;
  line-height: 1.5;
}

.toast-message a, .toast-message label {
  color: #00539F;
}

.toast-message a:hover {
  color: #4F4E4E;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #00539F;
  text-shadow: 0 1px 0 #FFFFFF;
}

.toast-close-button:hover, .toast-close-button:focus {
  color: #4F4E4E;
  text-decoration: none;
  cursor: pointer;
}

.toast-top-left {
  top: 40px;
  left: 12px;
}

.toast-top-right {
  top: 40px;
  right: 12px;
}

.toast-top-center, .toast-top-full-width {
  top: 40px;
  right: 0;
  width: 100%;
}

.toast-bottom-left {
  bottom: 40px;
  left: 12px;
}

.toast-bottom-right {
  right: 40px;
  bottom: 12px;
}

.toast-bottom-center, .toast-bottom-full-width {
  bottom: 40px;
  right: 0;
  width: 100%;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.2;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 20px 20px 20px 70px;
  width: 350px;
  border: 1px solid #999B9B;
  border-radius: 3px 3px 3px 3px;
  background-color: #F5F5F5;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px #999B9B;
  color: #4F4E4E;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url(../images/error_icon.svg) !important;
  background-size: 32px 32px;
}

#toast-container > .toast-success {
  background-image: url(../images/success_icon.svg) !important;
  background-size: 32px 32px;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
  width: 350px;
  margin: auto;
  padding: 20px 20px 20px 70px;
}

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.coverctr {
  border: 1px solid #1196d4;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
}

.stg1_ctr {
  position: relative;
  background: #1196d4;
  border: 4px solid #1196d4;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  min-height: 207px;
}

.stg1_ctr:after, .stg1_ctr:before {
  left: 100%;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ranslrdlr {
  font-size: 10px;
  position: relative;
  top: -5px;
}

.stg1_ctr:after {
  border-color: rgba(17, 150, 212, 0);
  border-left-color: #1196d4;
  border-width: 7px;
  margin-top: -7px;
}

.stg1_ctr:before {
  border-color: rgba(17, 150, 212, 0);
  border-left-color: #1196d4;
  border-width: 13px;
  margin-top: -13px;
}

.stg_gry {
  background-color: #dcdcdc;
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
  border-radius: 5px;
  min-height: 210px;
}

.viewbtn {
  padding: 20px;
  border: 1px solid #1196d4;
  float: left;
  width: 100%;
  text-align: center;
}

.bdrl_gry {
  border-left: 1px solid #ccc;
}

.prem_price {
  color: #00539f;
  font-size: 30px;
}

.prem_price span {
  font-size: 15px;
  position: relative;
  top: -10px;
}

.details_txt {
  float: right;
  color: #286090;
}

.paid_hdg {
  text-align: center;
  color: #1196d4;
}

.cov_paidctr {
  text-align: center;
}

.lthrdrow input {
  border: 1px solid #1196D4;
  padding: 10px;
  width: 96%;
}

.blu_txt {
  color: #1196d4;
}

.lthrdrow address {
  margin-bottom: 0;
}

.drgprcg {
  min-height: 190px;
}

.fnt22 {
  font-size: 22px;
}

.fnt16 {
  font-size: 16px;
}

.needhlp p {
  margin-bottom: 3px;
  font-size: 16px;
}

.lbdrgry {
  border-right: 1px solid #777;
}

#ex1Slider .slider-selection {
  background: #1196d4;
}

.lscndrow .slider.slider-horizontal {
  width: 100%;
}

.lscndrow .slider-handle.round {
  border-radius: 0;
}

.lscndrow .slider-handle {
  width: 10px;
  height: 25px;
  top: -2px;
  background: red;
}

.slr100 {
  margin-left: 10%;
}

.slr400 {
  margin-left: 20%;
}

.covbox span {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 5px;
  margin-bottom: 0;
}

.covbox {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 15px;
}

.blubox span {
  background: #1196d4;
}

.grebox span {
  background: green;
}

.grybox span {
  background: #ddd;
}

.bwhtbox span {
  border: 1px solid #333;
}

.u-wd100 {
  width: 100%;
}

[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

[data-aos=fade-up] {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

[data-aos=fade-down] {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

[data-aos=fade-right] {
  -webkit-transform: translate(-100px);
          transform: translate(-100px);
}

[data-aos=fade-left] {
  -webkit-transform: translate(100px);
          transform: translate(100px);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translateY(100px) scale(0.6);
          transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translateY(-100px) scale(0.6);
          transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate(-100px) scale(0.6);
          transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate(100px) scale(0.6);
          transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translateY(100px) scale(1.2);
          transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translateY(-100px) scale(1.2);
          transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate(-100px) scale(1.2);
          transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate(100px) scale(1.2);
          transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate(0);
          transform: translate(0);
}

[data-aos=slide-up] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

[data-aos=slide-down] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-aos=slide-right] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[data-aos=slide-left] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/*# sourceMappingURL=aos.css.map*/
.c-thumbnail {
  border-spacing: 0;
  border-collapse: collapse;
}

.c-thumbnail__item {
  width: 260px;
  padding: 10px;
  border: 1px solid #E5E6E5;
  position: relative;
}

.c-thumbnail__item--selected {
  background-color: #2ABDC7;
}

.c-thumbnail__img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 100%;
  height: auto;
}

.c-thumbnail__item--selected .c-thumbnail__img {
  -webkit-transform: scale(1.05, 1.12);
          transform: scale(1.05, 1.12);
}

.c-thumbnail__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  line-height: 44px;
  font-size: 1.25rem;
  border: 2px solid #FFFFFF;
  background-color: #2ABDC7;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.75);
}

.c-thumbnail__link, .c-thumbnail__next {
  display: block;
}

@media (max-width: 575px) {
  .c-thumbnail-container {
    height: 420px;
  }
}

@media (max-width: 400px) {
  .c-thumbnail-container {
    height: 375px;
  }
}

@media (max-width: 767px) {
  .c-thumbnail {
    display: block;
  }
  .c-thumbnail tr, .c-thumbnail__item {
    display: block;
  }
  .c-thumbnail__item {
    float: left;
    padding: 5px;
    width: 50%;
  }
  .c-thumbnail__icon {
    margin-left: -18px;
    margin-top: -18px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 1rem;
  }
  .c-thumbnail__item--selected .c-thumbnail__img {
    -webkit-transform: scale(1.02, 1.06);
            transform: scale(1.02, 1.06);
  }
}

@media (min-width: 450px) and (max-width: 740px) {
  .c-thumbnail-container {
    height: 190px;
  }
  .c-thumbnail__item {
    width: 33.33%;
  }
  ._thumbnail-footer-fix {
    margin-top: 10px;
  }
}

.c-secret-image-placeholder {
  width: 240px;
  margin-left: 1px;
  height: 110px;
  padding-left: 60px;
  padding-right: 10px;
  color: #00539F;
  line-height: 108px;
  display: block;
  border: 1px solid #E5E6E5;
  background: url(../images/secretimg_icon.svg) no-repeat 15px center;
  background-size: 36px 36px;
}

.c-secret-image-placeholder:hover, .c-secret-image-placeholder:focus {
  text-decoration: none;
  border-color: #1196D4;
}

.c-secret-image-placeholder--selected {
  background-position: 0 0;
  background-size: cover;
  text-indent: -9999px;
}

.c-payment-card-ico {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-payment-card-ico::after {
  content: "";
  display: table;
  clear: both;
}

.c-payment-card-ico > li {
  float: left;
  margin-right: 5px;
}

.c-payment-card-ico > li:last-child {
  margin-right: 0;
}

.c-lbl-ico {
  position: relative;
  margin-bottom: 10px;
}

.c-lbl-ico .c-icon {
  position: absolute;
  left: 37px;
  top: -1px;
}

.c-assurance-txt {
  margin-top: 20px;
  margin-bottom: 0;
}

.c-price-text {
  font-size: 2.625rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 0;
}

.c-price-text sup {
  font-size: 1.75rem;
  top: -10px;
  font-weight: normal;
}

.c-price-text .priceSymbol {
  font-size: 1.75rem;
  top: -10px;
  font-weight: normal;
}

.egwp-txt {
  padding: 80px 20px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.paymentOuter .c-price-label {
  font-size: 1.25rem;
  font-weight: 600;
}

.c-pay-typ {
  width: 210px;
}

.c-payment-ul {
  line-height: 32px;
  padding: 0;
  list-style-position: inside;
  margin: 0;
}

.c-payment__pane {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.c-payment__pane--active {
  opacity: 1;
  height: auto;
  overflow: inherit;
}

#payment-details-content .flexbox2, #payment-information-panel .flexbox2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#payment-details-content .flexbox2 .flexbox2, #payment-information-panel .flexbox2 .flexbox2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.credit-card-outer.u-block {
  display: block !important;
}

.make-pay-buttons .inactive {
  background: #999B9B !important;
  border-color: #999B9B !important;
  cursor: default;
}

.changeCardBtn {
  border: 1px solid #1196D4;
}

@media (min-width: 1570px) {
  .c-pay-typ {
    width: 250px;
  }
}

@media (max-width: 949px) {
  .c-price-text\@md {
    font-size: 2rem;
  }
  .c-price-text-home\@md sup {
    top: -4px !important;
  }
}

@media (min-width: 768px) {
  .c-assurance-txt {
    margin-top: 35px;
  }
  .u-bdrtmarginsm {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .c-wizard-bar__body .g-box {
    border: 1px solid #E5E6E5;
  }
  .u-bdrtmarginsm {
    margin-bottom: 20px;
  }
  .c-pay-options label {
    line-height: 1.5;
    margin-top: -5px;
    margin-right: 30px !important;
  }
  .c-pay-options label:last-child {
    margin-right: 0 !important;
  }
  .c-pay-options input[type='radio'], .c-pay-options [class^="iradio"] {
    position: relative;
    top: -12px;
    margin-right: 8px;
  }
  .c-pay-options__txt {
    display: inline-block;
    width: 100px;
  }
  .cheque-box {
    margin-left: -10px;
    margin-right: -10px;
  }
  .egwp-txt {
    padding: 40px 20px;
  }
}

@media (max-width: 375px) {
  .c-pay-options__txt__xsm {
    width: 84px !important;
  }
  .g-box__tboxsm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen\0 {
  .c-price-text sup {
    top: -14px;
  }
  .c-price-text .priceSymbol {
    top: -14px;
  }
}

@media (min-width: 950px) and (max-width: 1019px) {
  .paymentOuter .u-tac\@md\- {
    text-align: center !important;
  }
  .paymentOuter .u-bdrt_gry_acc\@md {
    border-top: 1px solid #E5E6E5;
    padding-top: 30px;
  }
}

/* iCheck plug-in Square skin, blue */
.icheckbox_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: -2px 7px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}

.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: -3px 7px 0 0;
  padding: 0;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-blue {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022.04%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bstroke%3A%2300539f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck_default%3C%2Ftitle%3E%3Cg%20id%3D%22check_default-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22check_default-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cg%20id%3D%22check_default-CheckBox_Default%22%3E%3Crect%20id%3D%22check_default-_Rectangle_%22%20data-name%3D%22%26lt%3BRectangle%26gt%3B%22%20width%3D%2220.5%22%20y%3D%22.75%22%20x%3D%22.75%22%20height%3D%2220.54%22%20class%3D%22cls-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.icheckbox_square-blue.hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022.04%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bstroke%3A%231196d4%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck_hover%3C%2Ftitle%3E%3Cg%20id%3D%22check_hover-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22check_hover-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Crect%20id%3D%22check_hover-_Rectangle_%22%20data-name%3D%22%26lt%3BRectangle%26gt%3B%22%20width%3D%2220.5%22%20y%3D%22.75%22%20x%3D%22.75%22%20height%3D%2220.54%22%20class%3D%22cls-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*.icheckbox_square-blue.checked {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022.04%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2300539f%3Bstroke%3A%2300539f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck_selected%3C%2Ftitle%3E%3Cg%20id%3D%22check_selected-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22check_selected-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Crect%20id%3D%22check_selected-_Rectangle_%22%20data-name%3D%22%26lt%3BRectangle%26gt%3B%22%20width%3D%2220.5%22%20y%3D%22.75%22%20x%3D%22.75%22%20height%3D%2220.54%22%20class%3D%22cls-1%22%2F%3E%3Cpolygon%20id%3D%22check_selected-_Path_%22%20class%3D%22cls-2%22%20points%3D%2218.01%207.21%2016.51%205.76%209.25%2013.29%205.44%209.63%203.99%2011.13%209.33%2016.27%2010.78%2014.77%2010.75%2014.74%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}*/
.icheckbox_square-blue.checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022.04%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2300539f%3Bstroke%3A%2300539f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck_selected%3C%2Ftitle%3E%3Cg%20id%3D%22check_selected-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22check_selected-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Crect%20id%3D%22check_selected-_Rectangle_%22%20data-name%3D%22%26lt%3BRectangle%26gt%3B%22%20width%3D%2220.5%22%20y%3D%22.75%22%20x%3D%22.75%22%20height%3D%2220.54%22%20class%3D%22cls-1%22%2F%3E%3Cpolygon%20id%3D%22check_selected-_Path_%22%20class%3D%22cls-2%22%20points%3D%2218.01%207.21%2016.51%205.76%209.25%2013.29%205.44%209.63%203.99%2011.13%209.33%2016.27%2010.78%2014.77%2010.75%2014.74%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: #00539F;
}

.icheckbox_square-blue.checked:after {
  font-family: 'webfont';
  display: inline-block;
  content: 'Y';
  color: #FFFFFF;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.icheckbox_square-blue.disabled {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022.04%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5e6e5%3Bstroke%3A%23999b9b%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck_disabled%3C%2Ftitle%3E%3Cg%20id%3D%22check_disabled-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22check_disabled-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cg%20id%3D%22check_disabled-CheckBox_Default%22%3E%3Crect%20id%3D%22check_disabled-_Rectangle_%22%20data-name%3D%22%26lt%3BRectangle%26gt%3B%22%20width%3D%2220.5%22%20y%3D%22.75%22%20x%3D%22.75%22%20height%3D%2220.54%22%20class%3D%22cls-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  cursor: not-allowed;
}

.icheckbox_square-blue.checked.disabled {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022.04%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5e6e5%3Bstroke%3A%23999b9b%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D.cls-2%7Bfill%3A%23999b9b%3Bopacity%3A0.5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echeck_selected_disabled%3C%2Ftitle%3E%3Cg%20id%3D%22check_selected_disabled-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22check_selected_disabled-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Crect%20id%3D%22check_selected_disabled-_Rectangle_%22%20data-name%3D%22%26lt%3BRectangle%26gt%3B%22%20width%3D%2220.5%22%20y%3D%22.75%22%20x%3D%22.75%22%20height%3D%2220.54%22%20class%3D%22cls-1%22%2F%3E%3Cpolygon%20id%3D%22check_selected_disabled-_Path_%22%20class%3D%22cls-2%22%20points%3D%2218.01%207.21%2016.51%205.76%209.25%2013.29%205.44%209.63%203.99%2011.13%209.33%2016.27%2010.78%2014.77%2010.75%2014.74%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  cursor: default;
}

.iradio_square-blue {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bstroke%3A%2300539f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eradio_default%3C%2Ftitle%3E%3Cg%20id%3D%22radio_default-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22radio_default-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cg%20id%3D%22radio_default-RadioBtn_Default%22%3E%3Ccircle%20id%3D%22radio_default-_Path_%22%20cx%3D%2211%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%20cy%3D%2211%22%20r%3D%2210.25%22%20class%3D%22cls-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.iradio_square-blue.hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bstroke%3A%231196d4%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eradio_hover%3C%2Ftitle%3E%3Cg%20id%3D%22radio_hover-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22radio_hover-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Ccircle%20id%3D%22radio_hover-_Path_%22%20cx%3D%2211%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%20cy%3D%2211%22%20r%3D%2210.25%22%20class%3D%22cls-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.iradio_square-blue.checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2300539f%3Bstroke%3A%2300539f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eradio_selected%3C%2Ftitle%3E%3Cg%20id%3D%22radio_selected-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22radio_selected-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cg%20id%3D%22radio_selected-RadioBtn_Selected%22%3E%3Ccircle%20id%3D%22radio_selected-_Path_%22%20cx%3D%2211%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%20cy%3D%2211%22%20r%3D%2210%22%20class%3D%22cls-1%22%2F%3E%3Ccircle%20id%3D%22radio_selected-_Path_2%22%20cx%3D%2211%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%20cy%3D%2211%22%20r%3D%224%22%20class%3D%22cls-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.iradio_square-blue.disabled {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022.04%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5e6e5%3Bstroke%3A%23999b9b%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eradio_disabled%3C%2Ftitle%3E%3Cg%20id%3D%22radio_disabled-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22radio_disabled-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Cg%20id%3D%22radio_disabled-RadioBtn_Disabled%22%3E%3Cellipse%20id%3D%22radio_disabled-_Path_%22%20ry%3D%2210.27%22%20rx%3D%2210.25%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%20cy%3D%2211.02%22%20cx%3D%2211%22%20class%3D%22cls-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  cursor: default;
}

.iradio_square-blue.checked.disabled {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.5%2021.5%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5e6e5%3Bstroke%3A%23999b9b%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.5px%3B%7D.cls-2%7Bfill%3A%23999b9b%3Bopacity%3A0.5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eradio_selected_disabled%3C%2Ftitle%3E%3Cg%20id%3D%22radio_selected_disabled-Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22radio_selected_disabled-Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%3Ccircle%20id%3D%22radio_selected_disabled-_Path_%22%20cx%3D%2210.75%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%20cy%3D%2210.75%22%20r%3D%2210%22%20class%3D%22cls-1%22%2F%3E%3Ccircle%20id%3D%22radio_selected_disabled-_Path_2%22%20cx%3D%2210.75%22%20data-name%3D%22%26lt%3BPath%26gt%3B%22%20cy%3D%2210.75%22%20r%3D%224%22%20class%3D%22cls-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  cursor: default;
}

.c-grey-box {
  border-style: solid;
  border-color: #E5E6E5;
  border-width: 1px 1px 0 0;
}

.c-grey-box__item {
  border-style: solid;
  border-color: #E5E6E5;
  border-width: 0 0 1px 1px;
  text-align: center;
}

.c-grey-box__title, .c-grey-box__text {
  margin: 0;
  line-height: 1;
}

.c-grey-box__title {
  margin-top: 10px;
}

.c-grey-box__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.c-grey-box__text--amt {
  font-weight: bold;
  color: #00539F;
}

.c-grey-box__text--amt span {
  font-weight: normal;
}

.c-grey-box__text--date {
  position: relative;
  display: inline-block;
}

.c-grey-box__text--visa {
  position: relative;
  display: inline-block;
}

.c-grey-box_center_item {
  border: 1px solid #E5E6E5;
}

.c-info-box, .c-error-box {
  padding: 20px 10px;
  border: 1px solid #E5E6E5;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
}

.c-info-box::after, .c-error-box::after {
  content: "";
  display: table;
  clear: both;
}

.c-info-box__icon, .c-error-box__icon {
  float: left;
  margin-right: 20px;
}

.c-info-box__message, .c-error-box__message {
  overflow: hidden;
}

.c-info-box__message p, .c-error-box__message p {
  margin: 0;
}

.c-info-box__message p:first-child, .c-error-box__message p:first-child {
  margin-top: 4px;
}

.c-info-box__message ul, .c-error-box__message ul {
  margin: 0;
  padding-left: 20px;
}

.c-info-box__message ul li, .c-error-box__message ul li {
  margin-bottom: 20px;
  line-height: 1.5;
}

.c-info-box__message ul li:last-child, .c-error-box__message ul li:last-child {
  margin-bottom: 0;
}

.c-info-grid {
  border: 1px solid #E5E6E5;
}

.c-info-grid__block {
  display: block;
  margin-bottom: 5px;
}

.c-info-grid__block:last-child {
  margin-bottom: 0;
}

.c-info-grid__item {
  padding: 15px;
  text-align: center;
}

.c-info-grid__main {
  border-top: 1px solid #E5E6E5;
}

.c-info-grid__ctrl {
  margin-top: 15px;
  margin-bottom: 5px;
}

.c-info-grid__pay-info {
  margin-bottom: 0;
  margin-top: 15px;
}

@media (min-width: 576px) and (max-width: 1239px) {
  .c-info-grid {
    position: relative;
  }
  .c-info-grid__aside p {
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 576px) {
  .c-info-grid {
    border: 1px solid #E5E6E5;
  }
  .c-info-grid::after {
    content: "";
    display: table;
    clear: both;
  }
  .c-info-grid__item {
    float: left;
    width: 50%;
  }
  .c-info-grid__main {
    border-top: none;
    border-left: 1px solid #E5E6E5;
  }
}

@media (min-width: 1240px) {
  .c-info-grid {
    border: 1px solid #E5E6E5;
  }
  .c-info-grid__block {
    display: inline;
  }
  .c-info-grid__item {
    text-align: left;
  }
  .c-info-grid__aside {
    width: 300px;
  }
  .c-info-grid__main {
    width: calc(100% - 300px);
  }
  .c-info-grid__main::after {
    content: "";
    display: table;
    clear: both;
  }
  .c-info-grid__main p:first-child {
    float: left;
  }
  .c-info-grid__ctrl {
    float: right;
    margin-top: 6px;
  }
  .c-info-grid__pay-info {
    clear: left;
    margin-top: 40px;
  }
}

.transaction-head::after {
  content: "";
  display: table;
  clear: both;
}

.transaction-head--info {
  float: right;
}

.transaction-form::after {
  content: "";
  display: table;
  clear: both;
}

.transaction-form__item {
  float: left;
  margin-right: 30px;
}

.transaction-form__item:last-child {
  margin-right: 0;
}

.transaction-form__item--entries span {
  display: inline-block;
  margin-left: 7px;
}

.transaction-form__lbl {
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .transaction-head--info {
    text-align: right;
    line-height: 1.5;
    margin-top: -50px;
  }
  .transaction-form__item {
    margin-bottom: 20px;
    margin-right: 0;
    float: none;
  }
  .transaction-form__item::after {
    content: "";
    display: table;
    clear: both;
  }
  .transaction-form__item:last-child {
    margin-bottom: 0;
    margin-top: -10px;
  }
  .transaction-form__item--year select {
    width: 100px;
  }
  .transaction-form__item--type select {
    width: 175px;
  }
  .transaction-form__item--entries span {
    width: 63px;
    line-height: 1.5;
    position: relative;
    top: 9px;
  }
  .transaction-form__lbl {
    line-height: 50px;
  }
  .transaction-form__fld {
    float: right;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .transaction-head--info {
    line-height: 1;
    margin-top: -25px;
  }
  .transaction-form__item:last-child {
    margin-bottom: -5px;
    margin-top: 0;
  }
  .transaction-form__item--year select {
    width: 55%;
  }
  .transaction-form__item--type select {
    width: 55%;
  }
  .transaction-form__item--entries span {
    width: auto;
    line-height: 50px;
    top: 0;
  }
}

@media (min-width: 768px) {
  .transaction-head::after {
    content: "";
    display: table;
    clear: both;
  }
  .transaction-head--form {
    float: left;
  }
  .transaction-head--info {
    float: right;
    line-height: 50px;
    margin-top: 20px;
  }
  .transaction-form__item {
    float: left;
    margin-right: 15px;
  }
  .transaction-form__item label, .transaction-form__item span {
    line-height: 1.3;
    margin-bottom: 0;
    position: relative;
    top: 6px;
  }
  .transaction-form__item select {
    padding-left: 10px;
    padding-right: 10px;
  }
  .transaction-form__item:last-child {
    margin-right: 0;
  }
  .transaction-form__item--year label {
    width: 145px;
  }
  .transaction-form__item--year select {
    width: 70px;
  }
  .transaction-form__item--type label {
    width: 92px;
  }
  .transaction-form__item--type select {
    width: 155px;
  }
  .transaction-form__item--entries span {
    display: inline-block;
    margin-left: 7px;
    width: 63px;
  }
  .transaction-form__item--entries label {
    top: 0;
  }
  .transaction-form__item--entries select {
    width: 53px;
  }
  .transaction-form__lbl {
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
  }
}

@media (min-width: 1020px) {
  .transaction-form::after {
    content: "";
    display: table;
    clear: both;
  }
  .transaction-form__item {
    margin-right: 30px;
  }
  .transaction-form__item--year label {
    top: 0;
    width: auto;
  }
  .transaction-form__item--year select {
    width: 80px;
  }
  .transaction-form__item--type label {
    top: 0;
    width: auto;
  }
  .transaction-form__item--type select {
    width: 205px;
  }
  .transaction-form__item--entries span {
    top: 0;
    width: auto;
  }
  .transaction-form__item--entries select {
    width: 65px;
  }
}

@media (min-width: 1240px) {
  .transaction-head--info {
    margin-top: 0;
  }
}

.c-months-slide {
  width: 274px;
  height: 162px;
  position: relative;
}

.c-months-slide__nav {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #E5E6E5;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-align: center;
  font-size: 0;
}

.c-months-slide__nav:link, .c-months-slide__nav:hover, .c-months-slide__nav:focus {
  text-decoration: none;
}

.c-months-slide__nav:after {
  content: "\00a0";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_blue.svg);
}

.c-months-slide__nav--prev {
  left: 0;
}

.c-months-slide__nav--prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-months-slide__nav--next {
  right: 0;
}

.c-months-slide__nav--next:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-months-slide__nav--disabled {
  cursor: default;
  opacity: 0.7;
}

.c-months-slide__nav--disabled:after {
  opacity: 0.4;
}

.c-months-slide__buttons-container {
  width: 170px;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  overflow: hidden;
  white-space: nowrap;
}

.c-months-slide__buttons-container::after {
  content: "";
  display: table;
  clear: both;
}

.c-months-slide__buttons {
  margin-top: -10px;
  display: inline-block;
  width: 170px;
}

.c-months-slide__buttons::after {
  content: "";
  display: table;
  clear: both;
}

.c-months-slide__buttons:first-child {
  -webkit-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
}

.c-months-slide__btn:nth-child(even) {
  margin-right: 0;
}

.c-months-slide--set-1 .c-months-slide__buttons:first-child {
  margin-left: 0;
}

.c-months-slide--set-2 .c-months-slide__buttons:first-child {
  margin-left: -174px;
}

.c-months-slide--set-3 .c-months-slide__buttons:first-child {
  margin-left: -348px;
}

.c-year-month-btn {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.c-year-month-btn--lg {
  width: 80px;
  height: 76px;
  line-height: 76px;
}

.c-year-month-btn--sm {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding-left: 0;
  padding-right: 0;
}

.c-months-slide .c-year-month-btn, .c-year-month-btn--lg {
  width: 80px;
  height: 76px;
  line-height: 76px;
}

.c-months-slide-3-by-4 .c-year-month-btn, .c-year-month-btn--sm {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.c-year-month-btn.c-year-month-btn-3-by-4 {
  padding-left: 0;
  padding-right: 0;
}

.c-months-slide-3-by-4__box {
  width: 210px;
  height: 110px;
  position: relative;
  left: 50%;
  margin-left: -102px;
}

.c-months-slide-3-by-4__buttons-container {
  width: 206px;
  position: absolute;
  left: 50%;
  margin-left: -103px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 3px;
}

.c-months-slide-3-by-4__buttons-container::after {
  content: "";
  display: table;
  clear: both;
}

.c-months-slide-3-by-4__buttons {
  margin-top: -10px;
  display: inline-block;
  width: 200px;
}

.c-months-slide-3-by-4__buttons::after {
  content: "";
  display: table;
  clear: both;
}

.c-months-slide-3-by-4__buttons:first-child {
  -webkit-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
}

.c-months-slide-3-by-4__btn {
  padding: 0;
  margin-top: 0;
}

.c-months-slide-3-by-4__btn:last-child {
  margin-right: 0;
}

.c-months-slide-3-by-4 .c-option__btn {
  padding-left: 0;
  padding-right: 0;
}

.c-months-slide-3-by-4--set-1 .c-months-slide-3-by-4__buttons:first-child {
  margin-left: 0;
}

.c-months-slide-3-by-4--set-2 .c-months-slide-3-by-4__buttons:first-child {
  margin-left: -204px;
}

.c-months-slide-3-by-4--set-3 .c-months-slide-3-by-4__buttons:first-child {
  margin-left: -408px;
}

.c-months-slide-3-by-4--set-4 .c-months-slide-3-by-4__buttons:first-child {
  margin-left: -612px;
}

.c-months-slide-3-by-4__ctrl {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
}

.c-months-slide-3-by-4__nav {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #F5F5F5;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}

.c-months-slide-3-by-4__nav:link, .c-months-slide-3-by-4__nav:hover, .c-months-slide-3-by-4__nav:focus {
  text-decoration: none;
}

.c-months-slide-3-by-4__nav:after {
  content: "\00a0";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_blue.svg);
}

.c-months-slide-3-by-4__nav--prev {
  left: 0;
  margin-right: 6px;
}

.c-months-slide-3-by-4__nav--prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-months-slide-3-by-4__nav--next {
  right: 0;
}

.c-months-slide-3-by-4__nav--next:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-months-slide-3-by-4__nav--disabled {
  cursor: default;
  opacity: 0.7;
}

.c-months-slide-3-by-4__nav--disabled:after {
  opacity: 0.4;
}

@media (max-width: 767px) {
  .c-months-slide {
    height: 162px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .c-months-slide__nav {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #E5E6E5;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    font-size: 0;
  }
  .c-months-slide__nav:link, .c-months-slide__nav:hover, .c-months-slide__nav:focus {
    text-decoration: none;
  }
  .c-months-slide__nav:after {
    content: "\00a0";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/arrow_blue.svg);
  }
  .c-months-slide__nav--prev {
    left: 180px;
  }
  .c-months-slide__nav--prev:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-months-slide__nav--next {
    right: 180px;
  }
  .c-months-slide__nav--next:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .c-months-slide__nav--disabled {
    cursor: default;
    opacity: 0.7;
  }
  .c-months-slide__nav--disabled:after {
    opacity: 0.4;
  }
}

@media (max-width: 575px) {
  .c-months-slide {
    height: 162px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .c-months-slide__nav {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #E5E6E5;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    font-size: 0;
  }
  .c-months-slide__nav:link, .c-months-slide__nav:hover, .c-months-slide__nav:focus {
    text-decoration: none;
  }
  .c-months-slide__nav:after {
    content: "\00a0";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/arrow_blue.svg);
  }
  .c-months-slide__nav--prev {
    left: 40px;
  }
  .c-months-slide__nav--prev:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-months-slide__nav--next {
    right: 40px;
  }
  .c-months-slide__nav--next:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .c-months-slide__nav--disabled {
    cursor: default;
    opacity: 0.7;
  }
  .c-months-slide__nav--disabled:after {
    opacity: 0.4;
  }
}

.c-membershipcard-icon {
  width: 80px;
  height: 80px;
  background-image: url(../images/membership_card.svg);
  display: inline-block;
}

.c-membershipcard__back {
  display: none;
}

.c-membershipcard__fz80 {
  font-size: 3.75rem;
}

.c-membershipcard__display {
  height: 245px;
  padding: 20px;
  border: 1px solid #E5E6E5;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.c-membershipcard__table tr td {
  font-size: 0.75rem;
  font-family: inherit;
  line-height: normal;
}

.c-membershipcard__table tr td:last-child {
  font-weight: bold;
}

.c-membershipcard__back ul li {
  line-height: 20px;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .c-membershipcard__photodisplay\@md\+ {
    padding: 54px 53px !important;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0.6cm;
  }
  .c-membershipcard__display {
    border: 1px solid #999B9B;
    box-shadow: none;
  }
  .c-membershipcard__back {
    display: block !important;
    width: 3.2in;
  }
  .print-col-left {
    width: 1.8in;
  }
  .print-col-right {
    width: 1.2in;
  }
  .c-membershipcard__back ul li, .c-membershipcard__table tr td {
    line-height: 1;
  }
  .c-membershipcard__display {
    padding: 10px !important;
    width: 3.25in;
    height: 2in;
  }
  .hide-at-print, .c-footer, .c-membershipcard__icons, .c-banner--page, .c-main-nav, .c-top-panel, .c-membershipcard__photodisplaycard {
    display: none;
  }
}

.c-gogreen-registerbox {
  border: 1px solid #E5E6E5;
}

.c-gogreen-registerbox__bgcolor {
  background: #E5E6E5;
}

.c-gogreen__year-navs li {
  float: left !important;
  margin-right: -4px;
  list-style-type: none;
}

.c-gogreen__year-nav-link {
  padding: 6px 20px;
  text-decoration: none;
  background: #fff;
  font-weight: bold;
  border: 1px solid #00539F;
}

.c-gogreen__year-nav-link:hover, .c-gogreen__year-nav-link:active, .c-gogreen__year-nav-link:focus {
  text-decoration: none;
}

.c-gogreen__year-nav-link-active {
  background: #E5E6E5;
  color: #4F4E4E;
}

.c-month-box {
  border: 1px solid #E5E6E5;
}

.c-month-box::after {
  content: "";
  display: table;
  clear: both;
}

.c-month-box__pdf-icon {
  background: url(../images/pdf_icon.svg) no-repeat;
  width: 48px;
  height: 48px;
}

@media (max-width: 949px) {
  .gogreen-tabmenu {
    width: 100%;
  }
  .c-gogreen__year-navs li {
    float: none;
  }
  .c-gogreen__year-nav-link {
    width: 126px;
    margin-top: -3px;
    padding: 13px 30px;
    border: 1px solid #1196D4;
    display: inline-block;
  }
  .c-gogreen-tab__btn {
    width: 100px;
    display: inline;
    padding: 10px 30px;
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #1196D4;
    background-color: #FFFFFF;
    position: relative;
    color: #4F4E4E;
  }
  .c-gogreen__year-navs,
  .c-gogreen__year-navs .c-gogreen__year-nav-link-active {
    display: none;
  }
}

@media (max-width: 767px) {
  .c-gogreen__year-navs {
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
  }
  .c-gogreen__year-nav-link {
    width: 140px;
    padding: 15px 45px 15px 30px;
    border: 1px solid #1196D4;
    margin-top: 0px;
  }
  .c-gogreen-tab__btn {
    display: inline-block;
    width: 140px;
    padding: 0px 45px 10px 30px;
  }
  .c-tab__ico {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

/*$numberText-bar-title-bg: $color-white;
$numberText-bar-title-text: $color-brand-text;
$numberText-bar-title-bg-on-focus: $color-brand-text;*/
.c-numberText-bar {
  pointer-events: none;
}

.c-numberText-bar__title {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #4F4E4E;
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-numberText-bar__title--active {
  background-color: #4F4E4E;
  color: #FFFFFF;
}

.c-numberText-bar__num {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid #4F4E4E;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin: 15px 10px 15px 20px;
  font-weight: bold;
  background-color: #FFF;
}

.c-numberText-bar__num--active {
  color: #4F4E4E;
}

.c-numberText-bar__text {
  color: #4F4E4E;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.c-numberText-bar__text--active {
  color: #FFF;
}

.c-numberText-bar__num-color-utility-3 {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid #2ABDC7;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin: 15px 10px 15px 20px;
  font-weight: bold;
  background-color: #2ABDC7;
}

.c-numberText-bar__num-color-utility-3--active {
  color: #FFF;
}

.c-logo {
  position: relative;
  top: 10px;
  left: 0px;
  margin: 0;
  display: block;
}

.c-logo__img {
  height: 35px;
  width: auto;
}

.c-logo--450 {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.c-logo a:hover, .c-logo a:focus {
  text-decoration: none !important;
}

.c-top-panel {
  min-height: 55px;
}

.c-top-panel--menu {
  float: right;
  margin-bottom: 0;
  margin-top: 15px;
}

.c-top-panel--menu__item {
  list-style: none;
  float: left;
  margin-left: 40px;
}

.c-top-panel--menu__item a {
  color: #4F4E4E;
}

.c-anchor--primary {
  padding: 0 10px;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  border-width: 1px !important;
}

.c-radio input {
  margin-right: 10px;
}

.c-radio label {
  font-weight: normal;
}

.o-hdg--h4 {
  margin-bottom: 2px !important;
}

.c-filter-panel__radio {
  padding-top: 26px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #E5E6E5;
  border-right: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.c-faq:hover {
  text-decoration: none;
}

.c-faq:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/faq_icon.svg) no-repeat;
  background-size: 24px 24px;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -1px;
}

.c-radio-tab__content {
  display: none;
}

.glyphicon-chevron-left, .glyphicon-chevron-right {
  background: url("../images/down_arrow_blue.svg") no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.glyphicon-chevron-right {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.c-note {
  color: #1196D4;
}

.links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.links-list li {
  line-height: 1;
  margin-top: 10px;
}

.links-list li:first-child {
  margin-top: 0;
}

.c-link-box {
  display: block;
  padding: 20px 10px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.c-link-box:active, .c-link-box.active {
  background-color: #E5E6E5;
}

.c-link-box:hover, .c-link-box:active, .c-link-box:focus {
  text-decoration: none;
}

.c-link-box--primary {
  border-color: #00539F;
}

.c-link-box__logo {
  max-height: 20px;
  width: auto;
}

.c-link-box__text {
  color: #4F4E4E;
  margin: 20px auto 30px auto;
  font-size: 1.125rem;
}

.c-link-box__lead {
  color: #00539F;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-right: 30px;
  position: absolute;
  bottom: -5px;
  width: 100%;
}

.c-link-box__lead .ico {
  background: url(../images/arrow_blue.svg) no-repeat;
  background-position: center right;
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -4px;
}

.u-strech-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-sep {
  border: 0;
  height: 1px;
  background-color: #E5E6E5;
}

.c-sep--form {
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-hd-box {
  padding: 15px;
  border-color: #E5E6E5;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  background-color: #F5F5F5;
}

.c-hd-box::after {
  content: "";
  display: table;
  clear: both;
}

.c-hd-box h4 {
  margin: 3px 0 0 0;
}

.c-ico-link--delete:before {
  background-image: url(../images/remove_wb_icon.svg);
}

.c-icon--info-grey {
  background-image: url(../images/info_icon-grey.svg);
}

@media (min-width: 576px) {
  .c-filter-panel__radio {
    padding-top: 26px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #E5E6E5;
    border-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .c-logo {
    left: 10px;
  }
}

@media (min-width: 768px) {
  .c-filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-filter-panel__radio {
    border-bottom: 1px solid #E5E6E5;
    padding-bottom: 10px;
    padding-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-filter-panel__date {
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-top: 10px;
  }
  .c-filter-panel__date .pdgl-ctrl {
    padding: 0 10px 0 10px;
  }
  .c-filter-panel__date .pdgr-ctrl {
    padding: 0 20px 0 10px;
    border-right: 1px solid #E5E6E5;
  }
  .c-filter-panel__btn {
    padding-left: 15px;
    padding-top: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 950px) {
  .c-top-panel {
    min-height: 80px;
  }
  .c-logo {
    top: 25px;
    margin-bottom: 0;
  }
  .c-filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-filter-panel__radio {
    padding-top: 26px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #E5E6E5;
    border-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .c-filter-panel__date {
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
  }
  .c-filter-panel__date .pdgl-ctrl {
    padding: 0 10px 0 10px;
  }
  .c-filter-panel__date .pdgr-ctrl {
    padding: 0 20px 0 10px;
    border-right: 1px solid #E5E6E5;
  }
  .c-filter-panel__btn {
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
  }
}

.c-lbl-col-group {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
}

.modal-map {
  height: 70vh;
}

.coming-soon {
  text-align: center;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 330px) {
  .c-hd-box {
    padding: 15px 10px;
  }
}

@media (min-width: 1240px) {
  .c-sep--form {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .c-filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-filter-panel__radio {
    padding-top: 26px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
    border-bottom: 0;
  }
  .c-filter-panel__date {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    max-width: 41%;
  }
  .c-filter-panel__date .pdgl-ctrl {
    padding: 0 10px 0 20px;
    border-left: 1px solid #E5E6E5;
  }
  .c-filter-panel__date .pdgr-ctrl {
    padding: 0 20px 0 10px;
    border-right: 1px solid #E5E6E5;
  }
  .c-filter-panel__btn {
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
}

/* Utility Classes with Emmet Syntax prefixed with u- */
input[type=number], input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
  /* Removes leftover margin */
}

.u-dn\@xs\+ {
  display: none !important;
}

@media (max-width: 575px) {
  .u-dn\@xs\- {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .u-dn\@sm\+ {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-dn\@sm\- {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-dn\@md\+ {
    display: none !important;
  }
}

@media (max-width: 949px) {
  .u-dn\@md\- {
    display: none !important;
  }
}

@media (min-width: 950px) {
  .u-dn\@ml\+ {
    display: none !important;
  }
}

@media (max-width: 1019px) {
  .u-dn\@ml\- {
    display: none !important;
  }
}

@media (min-width: 1020px) {
  .u-dn\@lg\+ {
    display: none !important;
  }
}

@media (max-width: 1239px) {
  .u-dn\@lg\- {
    display: none !important;
  }
}

@media (min-width: 1240px) {
  .u-dn\@xl\+ {
    display: none !important;
  }
}

@media (max-width: 1569px) {
  .u-dn\@xl\- {
    display: none !important;
  }
}

@media (min-width: 1570px) {
  .u-dn\@2xl\+ {
    display: none !important;
  }
}

@media (max-width: 1899px) {
  .u-dn\@2xl\- {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .u-dn\@3xl\+ {
    display: none !important;
  }
}

.u-dn\@3xl\- {
  display: none !important;
}

.u-m-auto {
  margin: auto;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-lh-27 {
  line-height: 27px;
}

.u-ww {
  word-wrap: break-word !important;
}

.u-h90 {
  height: 90px;
}

.u-fs-i {
  font-style: italic;
}

.u-h110 {
  height: 110px !important;
}

.u-wa\@flex {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  width: inherit;
  display: inline-block;
}

.u-mlr-10-rev {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.c-or-icon {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  font-size: 14px;
  border: 1px solid #4F4E4E;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
  padding-right: 2px;
}

.dependentArrow {
  display: none;
}

.u-pl-0 {
  left: 0 !important;
}

.c-or-icon:before {
  content: '';
  width: 1px;
  top: -20px;
  left: 13px;
  position: absolute;
  height: 20px;
  background: #4F4E4E;
}

.c-or-icon:after {
  content: '';
  width: 1px;
  height: 20px;
  bottom: -20px;
  left: 13px;
  position: absolute;
  background: #4F4E4E;
}

.c-or-icon-custom {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #4F4E4E;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
}

.c-or-icon-custom:before {
  content: '';
  width: 1px;
  top: -30px;
  left: 13px;
  position: absolute;
  height: inherit;
  background: #4F4E4E;
}

.c-or-icon-custom:after {
  content: '';
  width: 1px;
  height: inherit;
  bottom: -30px;
  left: 13px;
  position: absolute;
  background: #4F4E4E;
}

.c-or-iconCircle-custom {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border: 2px solid #4F4E4E;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  font-weight: bold;
}

.u-ml--60 {
  margin-left: -60px;
}

.u-pdt-31 {
  padding-top: 31px !important;
}

.u-pdl-15 {
  padding-left: 15px !important;
}

.u-pdr-15 {
  padding-right: 15px !important;
}

.u-pdlr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-pdt-40 {
  padding-top: 40px !important;
}

.u-pdb-40 {
  padding-bottom: 40px !important;
}

.u-pdt-100 {
  padding-top: 100px !important;
}

.u-pdb-100 {
  padding-bottom: 100px !important;
}

.u-ml-rev20 {
  margin-left: -20px !important;
}

.u-bdrlb {
  border-right: 1px solid #E5E6E5;
  border-left: 1px solid #E5E6E5;
  border-bottom: 1px solid #E5E6E5;
}

.fw-bold {
  font-weight: bold;
}

.u-bdr {
  border-right: 1px solid #E5E6E5;
}

.u-bdr-none {
  border-right: none !important;
}

.u-bdl-none {
  border-left: none !important;
}

.u-tal\@lg\+u-tac\@lg\- {
  text-align: left;
}

.u-tar\@lg\+u-tac\@lg\- {
  text-align: right;
}

.u-tar\@lg\+ {
  text-align: right;
}

.u-bdr\@lg\+ {
  border-right: 1px solid #E5E6E5;
}

.u-bdr\@md\- {
  border-right: 1px solid #E5E6E5;
}

.u-bdt {
  border-top: 1px solid #E5E6E5;
}

.u-fb {
  font-weight: bold !important;
}

.h-100p {
  height: 100%;
}

.u-ff-cn {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: column nowrap !important;
          flex-flow: column nowrap !important;
}

.u-vc-hc {
  position: absolute;
  width: 80%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.u-vc-rel {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-vc-abs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.none {
  display: none;
}

.u-pdtb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h-130 {
  height: 130px;
}

.u-lh-normal {
  line-height: normal !important;
}

.icon-20 {
  width: 20px !important;
}

.u-fs-26 {
  font-size: 26px;
}

.u-pdtb-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.u-b-0 {
  border: none !important;
}

.u-bdt-0 {
  border-top: none !important;
}

.u-bdb-0 {
  border-bottom: none !important;
}

@media (min-width: 768px) {
  .u-vc-hc\@md\+ {
    position: absolute;
    width: 80%;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .u-vc-abs\@md\+ {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .u-pdr-40\@md\+ {
    padding-right: 40px !important;
  }
  .u-mt-45\@md\+ {
    margin-top: 45px !important;
  }
  .u-pdl-30\@md\+ {
    padding-left: 30px !important;
  }
  .u-pdl-20\@md\+ {
    padding-left: 20px !important;
  }
}

@media (max-width: 1019px) {
  .c-or-seperator-history\@lg- {
    background: url(../images/or_horizontal_ic.svg) no-repeat !important;
    margin-top: 0px;
    margin-bottom: auto;
  }
  .c-or-icon {
    padding-right: 0;
  }
  .c-or-icon:before {
    width: 20px;
    height: 1px;
    left: -20px;
    top: 13px;
  }
  .c-or-icon:after {
    width: 20px;
    height: 1px;
    left: 26px;
    bottom: 12px;
  }
}

@media (max-width: 767px) {
  .u-bdr\@md\- {
    border-right: 0;
  }
  .c-or-icon-custom {
    padding-right: 0;
  }
  .c-or-icon-custom:before {
    width: inherit;
    height: 1px;
    left: -20px;
    top: 13px;
  }
  .c-or-icon-custom:after {
    width: inherit;
    height: 1px;
    left: 26px;
    bottom: 12px;
  }
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-bxsn {
  box-shadow: none !important;
}

.u-ha {
  height: auto !important;
}

.u-cp {
  cursor: pointer;
}

.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-clear {
  clear: both;
}

.u-ul {
  text-decoration: underline !important;
}

.u-color-u2 {
  color: #1196D4 !important;
}

.u-color-red {
  color: red  !important;
}

.u-color-grey {
  color: #999B9B !important;
}

.u-txt {
  color: #4F4E4E;
}

.u-txt:hover, .u-txt:focus, .u-txt:active, .u-txt:link {
  color: #4F4E4E;
  text-decoration: none;
}

.u-tdn, .u-tdn:hover, .u-tdn:active, .u-tdn:focus {
  text-decoration: none !important;
}

.u-gutter-10 [class^=g-box] {
  padding-left: 5px;
  padding-right: 5px;
}

.u-gutter-10 [class^=g-box]:first-child {
  padding-left: 10px;
}

.u-gutter-10 [class^=g-box]:last-child {
  padding-right: 10px;
}

.u-zi-1 {
  z-index: 1 !important;
}

.u-zi-2 {
  z-index: 2 !important;
}

.u-db {
  display: block !important;
  width: 100%;
}

.u-dtable {
  display: table !important;
}

.u-dtr {
  display: table-row !important;
}

.u-dtc {
  display: table-column !important;
}

.u-dtcell {
  display: table-cell !important;
}

.u-di {
  display: inline !important;
}

.u-dib {
  display: inline-block !important;
}

.u-pt-12 {
  top: 12px;
}

.u-dn {
  display: none !important;
}

.u-hide {
  display: none;
}

.u-center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-fws {
  font-weight: 600;
}

.u-t-0 {
  top: 0 !important;
}

.u-t-30 {
  top: 30px;
}

.u-dit {
  display: inline-table !important;
}

.u-r-0 {
  right: 0 !important;
}

.u-r-10 {
  right: 10px !important;
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mlr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-t-cell {
  display: table-cell;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mt-1-rev {
  margin-top: -1px !important;
}

.u-mt-10-rev {
  margin-top: -10px !important;
}

.u-mt-25-rev {
  margin-top: -25px !important;
}

.u-mt-5-rev {
  margin-top: -5px !important;
}

.u-ml-5-rev {
  margin-left: -5px !important;
}

.u-mt-3-rev {
  margin-top: -3px !important;
}

.u-mb-10-rev {
  margin-bottom: -10px !important;
}

.u-ml-20-rev {
  margin-left: -20px !important;
}

.u-ml-15-rev {
  margin-left: -15px !important;
}

.u-mr-20-rev {
  margin-right: -20px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mtb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-pd-0 {
  padding: 0 !important;
}

.u-pdtb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-pdtb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-pdtb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-pdtb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-pdtb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-pdtb-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-pdlr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-pdlr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-pd-5 {
  padding: 5px !important;
}

.u-pd-10 {
  padding: 10px !important;
}

.u-pd-15 {
  padding: 15px !important;
}

.u-pd-20 {
  padding: 20px !important;
}

.u-pd-30 {
  padding: 30px !important;
}

.u-pd-40 {
  padding: 40px !important;
}

.u-pdb-5 {
  padding-bottom: 5px !important;
}

.u-pdb-2 {
  padding-bottom: 2px !important;
}

.u-pdt-7 {
  padding-top: 7px !important;
}

.u-pdt-10 {
  padding-top: 10px !important;
}

.u-pdt-3 {
  padding-top: 3px !important;
}

.u-pdt-5 {
  padding-top: 5px !important;
}

.u-pdt-15 {
  padding-top: 15px !important;
}

.u-pdb-10 {
  padding-bottom: 10px !important;
}

.u-pdb-25 {
  padding-bottom: 25px !important;
}

.u-pdb-30 {
  padding-bottom: 30px !important;
}

.u-pdb-15 {
  padding-bottom: 15px !important;
}

.u-pdr-5 {
  padding-right: 5px !important;
}

.u-pdr-10 {
  padding-right: 10px !important;
}

.u-pdr-20 {
  padding-right: 20px !important;
}

.u-pdr-13 {
  padding-right: 13px !important;
}

.u-pdr-32 {
  padding-right: 32px !important;
}

.u-pdr-60 {
  padding-right: 60px !important;
}

.u-pdl-0 {
  padding-left: 0 !important;
}

.u-pdl-5 {
  padding-left: 5px !important;
}

.u-pdl-10 {
  padding-left: 10px !important;
}

.u-pdl-15 {
  padding-left: 15px !important;
}

.u-pdl-13 {
  padding-left: 13px !important;
}

.u-pdl-33 {
  padding-left: 33px !important;
}

.u-pdl-54 {
  padding-left: 54px !important;
}

.u-pdl-60 {
  padding-left: 60px !important;
}

.u-pdt-0 {
  padding-top: 0 !important;
}

.u-pdb-0 {
  padding-bottom: 0px !important;
}

.u-pdt-20 {
  padding-top: 20px !important;
}

.u-pdt-25 {
  padding-top: 25px !important;
}

.u-pdt-30 {
  padding-top: 30px !important;
}

.u-pdt-40 {
  padding-top: 40px !important;
}

.u-pdt-15 {
  padding-top: 15px !important;
}

.u-pdt-70 {
  padding-top: 70px !important;
}

.u-pdt-60 {
  padding-top: 60px !important;
}

.u-pdr-20 {
  padding-right: 20px !important;
}

.u-pdr-25 {
  padding-right: 25px !important;
}

.u-pdr-30 {
  padding-right: 30px !important;
}

.u-pdb-20 {
  padding-bottom: 20px !important;
}

.u-pdb-30 {
  padding-bottom: 30px !important;
}

.u-pdb-35 {
  padding-bottom: 35px !important;
}

.u-pdb-60 {
  padding-bottom: 60px !important;
}

.u-pdb-40 {
  padding-bottom: 40px !important;
}

.u-pdb-70 {
  padding-bottom: 70px !important;
}

.u-pdl-45 {
  padding-left: 45px !important;
}

.u-pdl-40 {
  padding-left: 40px !important;
}

.u-pdr-40 {
  padding-right: 40px !important;
}

.u-pdl-20 {
  padding-left: 20px !important;
}

.u-pdl-30 {
  padding-left: 30px !important;
}

.u-pdl-0 {
  padding-left: 0 !important;
}

.u-pdr-0 {
  padding-right: 0 !important;
}

.u-pdlr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pdlr-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.u-pdlr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-pdlr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-pdlr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.u-pdlr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-pdlr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-pdlr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.u-lh {
  line-height: 1.5 !important;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-32 {
  line-height: 32px !important;
}

.u-lh-30 {
  line-height: 30px !important;
}

.u-lh-18 {
  line-height: 18px !important;
}

.u-lh-24 {
  line-height: 24px !important;
}

.u-lh-23 {
  line-height: 23px !important;
}

.u-lh-20 {
  line-height: 20px !important;
}

.u-lh-50 {
  line-height: 50px !important;
}

.u-lh-initial {
  line-height: initial !important;
}

.u-h-100p {
  height: 100% !important;
}

.u-fr {
  float: right !important;
}

.u-fl {
  float: left !important;
}

.u-fn {
  float: none !important;
}

.u-pa {
  position: absolute !important;
}

.u-pb-0 {
  bottom: 0 !important;
}

.u-tar {
  text-align: right !important;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tt {
  text-transform: uppercase !important;
}

.u-tti {
  text-transform: initial !important;
}

.u-ttc {
  text-transform: capitalize !important;
}

.u-fz-12 {
  font-size: 0.75rem;
}

.u-pr {
  position: relative !important;
}

.u-mt-rev-62 {
  margin-top: -62px !important;
}

.u-fz-14 {
  font-size: 0.875rem;
}

.u-fz-15 {
  font-size: 0.9375rem;
}

.u-fz-16 {
  font-size: 1rem !important;
}

.u-fz-18 {
  font-size: 1.125rem;
}

.u-fz-20 {
  font-size: 1.25rem !important;
}

.u-fz-22 {
  font-size: 1.375rem !important;
}

.u-fz-24 {
  font-size: 1.5rem !important;
}

.u-fz-34 {
  font-size: 2.125rem !important;
}

.u-fz-50 {
  font-size: 3.125rem !important;
}

.u-fz-64 {
  font-size: 4rem !important;
}

.u-posr {
  position: relative !important;
}

.u-posa {
  position: absolute !important;
}

.u-posa-bl-30 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.u-posr-t-7 {
  position: relative;
  top: 7px;
}

.u-posr-t-40-rev {
  position: relative;
  top: -40px;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fws {
  font-weight: 600 !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-bg-cbp {
  background: #00539F !important;
}

.u-bg-cu1 {
  background: #003366 !important;
}

.u-bg-black {
  background-color: #4F4E4E;
}

.u-bgc-cbp {
  background-color: #00539F !important;
}

.u-bgc-cbpl {
  background-color: #E5EDF5 !important;
}

.u-bgc-cgl {
  background-color: #F5F5F5 !important;
}

.u-bgc-cu1 {
  background-color: #003366 !important;
}

.u-bgc-gray {
  background-color: #999B9B !important;
}

.u-bgc-white {
  background-color: #FFFFFF !important;
}

.u-bg-graylight {
  background: #E5E6E5;
}

.u-w-a {
  width: auto !important;
}

.u-v-h {
  visibility: hidden !important;
}

.u-w-150 {
  width: 150px !important;
}

.u-w-110 {
  width: 110px !important;
}

.u-w-80 {
  width: 80px !important;
}

.u-w-32 {
  width: 32px !important;
}

.u-w-42 {
  width: 42px !important;
}

.u-w-100p,
.u-width100 {
  width: 100% !important;
  max-width: 100% !important;
}

.u-width50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-width18 {
  width: 18% !important;
  max-width: 100% !important;
}

.u-width16 {
  width: 16% !important;
  max-width: 100% !important;
}

.u-width9 {
  width: 9% !important;
  max-width: 100% !important;
}

.u-width80 {
  width: 80% !important;
  max-width: 100% !important;
}

.u-width82 {
  width: 82% !important;
  max-width: 100% !important;
}

.u-reset-list {
  list-style: none;
}

.u-mt-rev3 {
  margin-top: -3px !important;
}

.u-break-all {
  word-break: break-all;
}

.u-ul-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.u-mxh-50 {
  max-height: 50px;
}

.u-flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-mt-rev15 {
  margin-top: -15px !important;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-fade-in {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-fade-out {
  max-height: 1200px;
}

.u-oh {
  overflow: hidden;
}

.u-ov {
  overflow: visible !important;
}

.u-oa-x {
  overflow-x: auto !important;
}

.u-oa-y {
  overflow-y: auto !important;
}

.u-responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/*--------make even div gray-------------*/
.u-ev-glr:nth-of-type(even) {
  background-color: #F5F5F5 !important;
}

.u-sep--right {
  border-right: 1px solid #E5E6E5;
}

.u-bd {
  border: 1px solid #E5E6E5;
}

.u-bd-0 {
  border: 0px solid #E5E6E5 !important;
}

.u-bd_primary {
  border: 1px solid #00539F;
}

.u-bdb-grey {
  border-bottom: 1px solid #999B9B;
}

.u-bdtf {
  border-top: 1px solid #999B9B;
}

.u-bdrt_gry {
  border-top: 1px solid #E5E6E5;
}

.u-bdtb {
  border-top: 1px solid #E5E6E5;
  border-bottom: 1px solid #E5E6E5;
}

.u-bdb {
  border-bottom: 1px solid #E5E6E5;
}

.u-bdb-3 {
  border-bottom: 3px solid #E5E6E5;
}

.u-bdt {
  border-top: 1px solid #E5E6E5;
}

.bdrl_gry_acc {
  border-left: 1px solid #E5E6E5;
}

.u-bdb-3_text {
  border-bottom: 3px solid #4F4E4E;
}

.bdrl_primary_acc {
  border-left: 1px solid #00539F;
}

.u-fxww {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-txt-white {
  color: #FFFFFF !important;
}

.u-txt-brand-primary, .u-text-primary {
  color: #00539F !important;
}

.u-txt-utility-1 {
  color: #003366 !important;
}

.u-txt-utility-2 {
  color: #1196D4 !important;
}

.u-txt-utility-3 {
  color: #4F4E4E !important;
}

.u-mt-12 {
  margin-top: 12px;
}

@media (min-width: 1240px) {
  .u-tar\@xl\+ {
    text-align: right !important;
  }
  .u-tac\@xl\+ {
    text-align: center !important;
  }
  .u-dn\@xl\+ {
    display: none !important;
  }
  .u-tal\@xl\+ {
    text-align: left !important;
  }
  .u-center-8 {
    margin-left: 16.833335%;
  }
  .u-ml-20\@xl\+ {
    margin-left: 20px !important;
  }
  .u-mt-90\@xl\+ {
    margin-top: 90px !important;
  }
  .u-mt-0\@xl\+ {
    margin-top: 0px !important;
  }
  .u-mr-0\@xl\+ {
    margin-right: 0px !important;
  }
  .jq-u-mt-40_xl {
    margin-top: 40px !important;
  }
  .u-mt-rev10\@xl\+ {
    margin-top: -10px !important;
  }
  .jq-u-sep--right_xl {
    border-right: 1px solid #E5E6E5;
  }
  .u-brg-2\@xl\+ {
    border-right: 2px solid #999B9B !important;
  }
  .jq-u-mt-15_xl {
    margin-top: 15px;
  }
  .u-mr-rev20\@xl\+ {
    margin-right: -20px !important;
  }
  .u-mr-rev10\@xl\+ {
    margin-right: -10px !important;
  }
  .u-ml-rev10\@xl\+ {
    margin-left: -10px !important;
  }
  .u-ml-rev20\@xl\+ {
    margin-left: -20px !important;
  }
  .u-pdl-40\@xl\+ {
    padding-left: 40px !important;
  }
  .u-pdl-15\@xl\+ {
    padding-left: 15px !important;
  }
  .u-pdl-50\@xl\+ {
    padding-left: 50px !important;
  }
  .u-pdl-60\@xl\+ {
    padding-left: 60px !important;
  }
  .u-pdl-100\@xl\+ {
    padding-left: 100px !important;
  }
  .u-mt-10\@xl\+ {
    margin-top: 10px !important;
  }
  .u-pdl-30\@xl\+ {
    padding-left: 30px !important;
  }
  .u-pdr-30\@xl\+ {
    padding-right: 30px !important;
  }
  .u-pdb-15\@xl\+ {
    padding-right: 15px !important;
  }
  .u-pdl-20\@xl\+ {
    padding-left: 20px !important;
  }
  .u-pdlr-20\@xl\+ {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-pdlr-0\@xl\+ {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-pdb-20\@xl\+ {
    padding-bottom: 20px !important;
  }
  .u-pdb-15\@xl\+ {
    padding-bottom: 15px !important;
  }
  .u-pdb-5\@xl\+ {
    padding-bottom: 5px !important;
  }
  .u-pdb-0\@xl\+ {
    padding-bottom: 0px !important;
  }
  .u-pdb-10\@xl\+ {
    padding-bottom: 10px !important;
  }
  .u-pdt-7\@xl\+ {
    padding-top: 7px !important;
  }
  .u-pdt-60\@xl\+ {
    padding-top: 60px !important;
  }
  .u-pdt-20\@xl\+ {
    padding-top: 20px !important;
  }
  .u-pdr-20\@xl\+ {
    padding-right: 20px !important;
  }
  .u-pdr-0\@xl\+ {
    padding-right: 0px !important;
  }
  .u-pdl-10\@xl\+ {
    padding-left: 10px !important;
  }
  .u-pdr-10\@xl\+ {
    padding-right: 10px !important;
  }
  .u-fz-20\@xl\+ {
    font-size: 1.25rem !important;
  }
  .u-pdl-0\@xl\+ {
    padding-left: 0px !important;
  }
  .u-pd-0\@xl\+ {
    padding: 0 !important;
  }
  .u-pdt-0\@xl\+ {
    padding-top: 0 !important;
  }
  .u-mt-50\@xl\+ {
    margin-top: 50px !important;
  }
  .u-bd-0\@xl\+ {
    border: 0 !important;
  }
  .u-bbg-1\@xl\+ {
    border-bottom: 1px solid #E5E6E5;
  }
  .u-pdtb-20\@xl\+ {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pdtb-12\@xl\+ {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .u-r-90\@xl\+ {
    right: 90px !important;
  }
  .u-posr-t-115\@xl\+ {
    position: relative;
    top: 115px;
  }
  .u-lh-20\@xl\+ {
    line-height: 20px !important;
  }
  .u-posr-t-45\@xl\+ {
    position: relative !important;
    top: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-tar\@md\+ {
    text-align: right !important;
  }
  .u-tac\@md\+ {
    text-align: center !important;
  }
  .u-tal\@md\+ {
    text-align: left !important;
  }
  .u-lh-50\@md\+ {
    line-height: 50px !important;
  }
  .u-pdr-0\@md\+ {
    padding-right: 0px !important;
  }
  .u-pdl-0\@md\+ {
    padding-left: 0px !important;
  }
  .u-pdb-5\@md\+ {
    padding-bottom: 5px !important;
  }
  .u-pdb-25\@md\+ {
    padding-bottom: 25px !important;
  }
  .u-pdt-30\@md\+ {
    padding-top: 30px !important;
  }
  .u-pdt-15\@md\+ {
    padding-top: 15px !important;
  }
  .u-pdb-0\@md\+ {
    padding-bottom: 0 !important;
  }
  .u-pdtb-0\@md\+ {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .u-mb-10\@md\+ {
    margin-bottom: 10px !important;
  }
  .u-w-100p\@md\+ {
    width: 100% !important;
  }
  .u-mb-0\@md\+ {
    margin-bottom: 0 !important;
  }
  .u-mt-10\@md\+ {
    margin-top: 10px !important;
  }
  .u-mr-10\@md\+ {
    margin-right: 10px !important;
  }
  .u-mr-20\@md\+ {
    margin-right: 20px !important;
  }
  .u-mb-18\@md\+ {
    margin-bottom: 18px !important;
  }
  .u-mt-20\@md\+ {
    margin-top: 20px !important;
  }
  .u-m-0\@md\+ {
    margin: 0px !important;
  }
  .u-pd-0\@md\+ {
    padding: 0px !important;
  }
  .u-pdl-10\@md\+ {
    padding-left: 10px !important;
  }
  .u-pdr-8\@md\+ {
    padding-right: 8px !important;
  }
  .u-pdt-0\@md\+ {
    padding-top: 0px !important;
  }
  .u-pdr-10\@md\+ {
    padding-right: 10px !important;
  }
  .u-pdlr-10\@md\+ {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-pdlr-15\@md\+ {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-pdlr-25\@md\+ {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-mlr-15\@md\+ {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .u-fr\@md\+ {
    float: right !important;
  }
  .u-fl\@md\+ {
    float: left !important;
  }
  .u-posa-bl-30\@md\+ {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .u-pdlr-30\@md\+ {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-pdl-40\@md\+ {
    padding-left: 40px !important;
  }
  .u-pdr-40\@md\+ {
    padding-right: 40px !important;
  }
  .u-pdlr-40\@md\+ {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-pdlr-20\@md\+ {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-pdlr-0\@md\+ {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-w-280\@md\+ {
    width: 280px !important;
  }
  .u-dn\@md + {
    display: none !important;
  }
  .u-db\@md\+ {
    display: block !important;
  }
  .u-b-0\@md\+ {
    border: none !important;
  }
  .u-ml-15-rev\@md\- {
    margin-left: -15px !important;
  }
  .u-bbg-1\@md\+ {
    border-bottom: 1px solid #E5E6E5;
  }
  .u-btg-1\@md\+ {
    border-top: 1px solid #E5E6E5;
  }
  .u-posr-r-65\@lg\+ {
    position: relative;
    right: 65px;
  }
  .u-mt-40\@lg\+ {
    margin-top: 40px !important;
  }
  .u-dtr\@md\+ {
    display: table-row !important;
  }
  .u-dtcell\@md\+ {
    display: table-cell !important;
  }
  .u-posr-t-60\@md\+ {
    position: relative !important;
    top: 60px !important;
  }
  .u-posr-t-85\@md\+ {
    position: relative !important;
    top: 85px !important;
  }
  .u-m0-tvc\@md\+ {
    margin-bottom: 0;
    position: relative;
    top: 38px;
  }
  .u-bdr\@md\+ {
    border-right: 1px solid #E5E6E5;
  }
}

@media (max-width: 1569px) {
  .u-pdl-0\@xl\- {
    padding-left: 0 !important;
  }
  .u-m-0\@xl\- {
    margin: 0 !important;
  }
  .u-posr-t-5\@xl\- {
    position: relative;
    top: 5px;
  }
}

@media (min-width: 1020px) and (max-width: 1030px) {
  .u-ml-0\@lg {
    margin-left: 0 !important;
  }
  .u-mt-10\@lg {
    margin-top: 10px !important;
  }
}

@media (max-width: 1239px) {
  .u-w-100p\@lg\- {
    width: 100% !important;
    max-width: 100% !important;
  }
  .u-pdr-0\@lg {
    padding-right: 0px !important;
  }
  .u-pdr-10\@lg {
    padding-right: 10px !important;
  }
  .u-pdl-10\@lg\- {
    padding-left: 10px !important;
  }
  .u-pdl-20\@lg\- {
    padding-left: 20px !important;
  }
  .u-pdb-0\@lg {
    padding-bottom: 0px !important;
  }
  .u-mt-20\@lg\- {
    margin-top: 20px !important;
  }
  .u-pdt-0\@lg {
    padding-top: 0px !important;
  }
  .u-tac\@lg {
    text-align: center !important;
  }
  .u-pd-0\@lg\- {
    padding: 0 !important;
  }
  .u-pdlr-0\@lg {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .u-pdtb-0\@lg\- {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pdt-0\@lg\- {
    padding-top: 0px !important;
  }
  .u-pdt-20\@lg\- {
    padding-top: 20px !important;
  }
  .u-mt-rev-10\@lg\- {
    margin-top: -10px !important;
  }
  .u-pdl-40\@lg {
    padding-left: 40px !important;
  }
  .u-wt\@lg\- {
    width: calc(100% - 36px);
    text-align: left;
  }
  .u-pdr-10\@lg\- {
    padding-right: 10px !important;
  }
  .u-mb-60\@lg {
    margin-bottom: 60px !important;
  }
  .u-mt-10\@lg\- {
    margin-top: 10px !important;
  }
  .u-mt-50\@lg\- {
    margin-top: 50px !important;
  }
  .u-mb-20\@lg\- {
    margin-bottom: 20px !important;
  }
  .u-mb-0\@lg\- {
    margin-bottom: 0px !important;
  }
  .u-pdl-20\@lg\- {
    padding-left: 20px !important;
  }
  .u-dn\@lg\- {
    display: none !important;
  }
  .u-dib\@lg\- {
    display: inline-block !important;
  }
  .u-din\@lg\- {
    display: initial !important;
  }
  .u-dtcell\@lg\- {
    display: table-cell !important;
  }
  .u-d-inherit\@lg\- {
    display: inherit !important;
  }
  .u-db_lg, .u-db\@lg\- {
    display: block !important;
  }
  .u-vt\@lg\- {
    vertical-align: top !important;
  }
  .u-fl\@lg\- {
    float: left !important;
  }
  .u-mt-76\@lg\- {
    margin-top: 76px !important;
  }
}

@media (min-width: 1020px) {
  .u-pdr-10\@lg\+ {
    padding-right: 10px !important;
  }
  .border-after-77:after {
    height: 85%;
  }
  .u-ml-1\@lg\+ {
    margin-left: 1px !important;
  }
  .u-mb-10\@lg\+ {
    margin-bottom: 10px !important;
  }
  .u-bd-0\@lg\+ {
    border: 0px !important;
  }
  .u-wa\@lg\+ {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: inherit;
    display: inline-block;
    max-width: inherit;
  }
  .u-mb-rev10\@lg\+ {
    margin-bottom: -10px !important;
  }
  .u-ml-rev20\@lg\+ {
    margin-left: -20px !important;
  }
  .u-ml-0\@lg\+ {
    margin-left: 0 !important;
  }
  .u-ml-10\@lg\+ {
    margin-left: 10px !important;
  }
  .u-mt-rev10\@lg\+ {
    margin-top: -10px !important;
  }
  .u-mt-10\@lg\+ {
    margin-top: 10px !important;
  }
  .u-mt-50\@sm\+ {
    margin-top: 50px !important;
  }
  .u-mt-40\@sm\+ {
    margin-top: 40px !important;
  }
  .u-mt-90\@lg\+ {
    margin-top: 90px !important;
  }
  .u-mt-100\@lg\+ {
    margin-top: 100px !important;
  }
  .u-tar\@lg\+ {
    text-align: right !important;
  }
  .u-bp-10\@lg {
    background-position-x: 10% !important;
  }
  .u-bp-50\@lg {
    background-position-x: 50% !important;
  }
  .u-bp-70\@lg {
    background-position-x: 70% !important;
  }
  .u-pdb-70\@lg\+ {
    padding-bottom: 70px !important;
  }
  .u-w-100\@lg\+ {
    width: 100% !important;
    max-width: 100% !important;
  }
  .u-w-72\@lg\+ {
    width: 72% !important;
    max-width: 100% !important;
  }
  .u-w-10\@lg\+ {
    width: 10% !important;
    max-width: 100% !important;
  }
  .u-w-20\@lg\+ {
    width: 20% !important;
    max-width: 100% !important;
  }
  .u-w-30\@lg\+ {
    width: 30% !important;
    max-width: 100% !important;
  }
  .u-w-35\@lg\+ {
    width: 35% !important;
    max-width: 100% !important;
  }
  .u-w-40\@lg\+ {
    width: 40% !important;
    max-width: 100% !important;
  }
  .u-w-50\@lg\+ {
    width: 50% !important;
    max-width: 100% !important;
  }
  .u-w-60\@lg\+ {
    width: 60% !important;
    max-width: 100% !important;
  }
  .u-db\@lg\+ {
    display: block !important;
  }
  .u-dn\@lg\+ {
    display: none !important;
  }
  .u-mr-80\@lg\+ {
    margin-right: 80px !important;
  }
  .u-mr-20\@lg\+ {
    margin-right: 20px !important;
  }
  .u-mr-10\@lg\+ {
    margin-right: 10px !important;
  }
  .u-mr-100\@lg\+ {
    margin-right: 100px !important;
  }
  .u-mr-55\@lg\+ {
    margin-right: 55px !important;
  }
  .u-mr-115\@lg\+ {
    margin-right: 115px !important;
  }
  .u-mt-50\@lg\+ {
    margin-top: 50px !important;
  }
  .u-mr-70\@lg\+ {
    margin-right: 70px !important;
  }
  .u-pdtb-0\@lg\+ {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pdlr-0\@lg\+ {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-pdt-30\@lg\+ {
    padding-top: 30px !important;
  }
  .u-pdb-0\@lg\+ {
    padding-bottom: 0px !important;
  }
  .u-pdr-40\@lg\+ {
    padding-right: 40px !important;
  }
  .u-pdr-30\@lg\+ {
    padding-right: 30px !important;
  }
  .u-pdr-10\@lg\+ {
    padding-right: 10px !important;
  }
  .u-pdl-40\@lg\+ {
    padding-left: 40px !important;
  }
  .u-pdl-30\@lg\+ {
    padding-left: 30px !important;
  }
  .u-pdl-20\@lg\+ {
    padding-left: 20px !important;
  }
  .u-pdl-80\@lg\+ {
    padding-left: 80px !important;
  }
  .u-dn\@lg + {
    display: none !important;
  }
  .u-posa-r-30-rev\@lg\+ {
    position: absolute;
    right: -30px;
  }
  .u-posr-t-30\@lg\+ {
    position: relative;
    top: 25px;
  }
  .u-posr-r-110\@lg\+ {
    position: relative;
    right: 110px;
  }
  .u-vc-hc\@lg\+ {
    position: absolute;
    width: 80%;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .u-vc-abs\@lg\+ {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .u-bdr\@lg\+ {
    border-right: 1px solid #E5E6E5;
  }
  .u-tac\@lg\+ {
    text-align: center !important;
  }
  .u-pdr-0\@lg\+ {
    padding-right: 0px !important;
  }
  .u-pdl-10\@lg\+ {
    padding-left: 10px !important;
  }
}

@media (max-width: 949px) {
  .u-bdb\@md\- {
    border-bottom: 1px solid #E5E6E5;
  }
  .u-bd-0\@md\- {
    border: 0px !important;
  }
  .u-w-100p\@md\- {
    width: 100% !important;
    max-width: 100% !important;
  }
  .u-w-80p\@md\- {
    width: 80% !important;
    max-width: 100% !important;
  }
  .u-mt-120\@md\- {
    margin-top: 120px !important;
  }
  .u-pdl-80\@sm {
    padding-left: 80px !important;
  }
  .u-pdr-80\@sm {
    padding-right: 80px !important;
  }
  .u-pdl-0\@md\- {
    padding-left: 0px !important;
  }
  .u-pdl-20\@md\- {
    padding-left: 20px !important;
  }
  .u-pdl-15\@md\- {
    padding-left: 15px !important;
  }
  .u-pdl-30\@md\- {
    padding-left: 30px !important;
  }
  .u-pdt-30\@md\- {
    padding-top: 30px !important;
  }
  .u-pdl-40\@md\- {
    padding-left: 40px !important;
  }
  .u-pdr-25\@md\- {
    padding-right: 25px !important;
  }
  .u-pdl-3\@md\- {
    padding-left: 3px !important;
  }
  .u-pdr-0\@md\- {
    padding-right: 0px !important;
  }
  .u-pdr-5\@md\- {
    padding-right: 5px !important;
  }
  .u-pdt-8\@md\- {
    padding-top: 8px !important;
  }
  .u-pdt-15\@md\- {
    padding-top: 15px !important;
  }
  .u-pdt-10\@md\- {
    padding-top: 10px !important;
  }
  .u-pdt-5\@md\- {
    padding-top: 5px !important;
  }
  .u-pdb-25\@md\- {
    padding-bottom: 25px !important;
  }
  .u-pdb-15\@md\- {
    padding-bottom: 15px !important;
  }
  .u-pdb-60\@md\- {
    padding-bottom: 60px !important;
  }
  .u-pdt-20\@md\- {
    padding-top: 20px !important;
  }
  .u-pdr-0\@md {
    padding-right: 0px !important;
  }
  .u-pd-0\@md\- {
    padding: 0px !important;
  }
  .u-pdlr-0\@md {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .u-mlr-15\@md\- {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .u-pdtb-0\@md\- {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt-rev-10\@md\- {
    margin-top: -10px !important;
  }
  .u-pdtb-15\@md\- {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pdtb-10\@md\- {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-pdlr-20\@md\- {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .u-mt-20\@md\- {
    margin-top: 20px !important;
  }
  .u-mt-10\@md\- {
    margin-top: 10px !important;
  }
  .u-mb-10\@md\- {
    margin-bottom: 10px !important;
  }
  .u-mb-20\@md\- {
    margin-bottom: 20px !important;
  }
  .u-mt-15\@md\- {
    margin-top: 15px !important;
  }
  .u-pdb-0\@md\- {
    padding-bottom: 0px !important;
  }
  .u-pdb-5\@md\- {
    padding-bottom: 5px !important;
  }
  .u-pdt-0\@md\- {
    padding-top: 0px !important;
  }
  .u-fws\@md\+ {
    font-weight: 600;
  }
  .u-pd-10\@md {
    padding: 10px !important;
  }
  .u-pd-0\@md {
    padding: 0 !important;
  }
  .u-ml-15\@md\- {
    margin-left: 15px !important;
  }
  .u-lh-35\@md\- {
    line-height: 35px !important;
  }
  .u-wt\@md\- {
    width: calc(100% - 36px);
    text-align: left;
  }
  .u-pdb-10\@md {
    padding-bottom: 10px !important;
  }
  .u-pdt-10\@md\- {
    padding-top: 10px !important;
  }
  .u-bp-30\@md {
    background-position-x: 30% !important;
  }
  .u-bp-60\@md {
    background-position-x: 60% !important;
  }
  .u-bp-70\@md {
    background-position-x: 70% !important;
  }
  .u-bp-80\@md {
    background-position-x: 80% !important;
  }
  .u-mb-60\@md {
    margin-bottom: 60px !important;
  }
  .u-w-56p\@md\- {
    width: 56% !important;
    max-width: 100% !important;
  }
  .u-pdr-20\@md- {
    padding-right: 20px !important;
  }
  .u-pdb-15\@md\- {
    padding-bottom: 15px !important;
  }
  .u-db\@md\- {
    display: block !important;
  }
  .u-dn\@md- {
    display: none !important;
  }
  .u-din\@md- {
    display: initial !important;
  }
  .u-dtr\@md- {
    display: table-row !important;
  }
  .u-dib\@md- {
    display: inline-block !important;
  }
  .u-dtcell\@md- {
    display: table-cell !important;
  }
  .u-oh\@md- {
    overflow: hidden !important;
  }
  .u-pr\@md- {
    position: relative !important;
  }
  .btn-select\@md- {
    position: relative !important;
    display: block !important;
    padding-left: 40px !important;
    padding-left: 40px;
  }
  .btn-select\@md- > .txt {
    padding-right: 20px !important;
  }
  .u-pdlr-0\@md- {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-pdtb-20\@md- {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pdtb-15\@md- {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pdl-40\@md- {
    padding-left: 40px !important;
  }
  .u-pdr-10\@md- {
    padding-right: 10px !important;
  }
  .u-pdl-10\@md- {
    padding-left: 10px !important;
  }
  .u-pdr-20\@md- {
    padding-right: 20px !important;
  }
  .u-pdr-50\@md- {
    padding-right: 50px !important;
  }
  .u-bg-1\@md- {
    border: 1px solid #999B9B !important;
  }
  .u-b-0\@md- {
    border: 0 !important;
  }
  .u-colspan-2\@md- {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .u-mr-0\@md- {
    margin-right: 0 !important;
  }
  .u-mr-27\@md- {
    margin-right: 27px !important;
  }
  .u-m-0\@md\- {
    margin: 0px !important;
  }
  .u-ml-0\@md\- {
    margin-left: 0px !important;
  }
  .u-mt-0\@md\- {
    margin-top: 0px !important;
  }
  .u-mlr-10\@md\- {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-ml-15\@md\- {
    margin-left: 15px !important;
  }
  .u-ml-50\@md\- {
    margin-left: 50px !important;
  }
  .u-mb-5\@md\- {
    margin-bottom: 5px !important;
  }
  .u-mb-6\@md\- {
    margin-bottom: 6px !important;
  }
  .u-l-63\@md\- {
    left: 63px !important;
  }
  .u-l-55\@md\- {
    left: 55px !important;
  }
  .u-l-30\@md\- {
    left: 30px !important;
  }
  .u-l-103\@md\- {
    left: 103px !important;
  }
  .u-m-a\@md\- {
    margin: auto !important;
  }
  .u-tar\@md\- {
    text-align: right !important;
  }
  .u-tac\@md\- {
    text-align: center !important;
  }
  .u-tal\@md\- {
    text-align: left !important;
  }
  .u-dn\@md\- {
    display: none !important;
  }
  .u-fz-18\@md\- {
    font-size: 1.125rem !important;
  }
  .u-fz-16\@md\- {
    font-size: 1rem !important;
  }
  .u-fn\@md\- {
    float: none !important;
  }
  .u-fl\@md\- {
    float: left !important;
  }
  .u-fr\@md\- {
    float: right !important;
  }
  .u-mt-rev10\@md\- {
    margin-top: -10px !important;
  }
  .u-mt-rev-30\@md\- {
    margin-top: -30px !important;
  }
  .u-pdl-10\@md\- {
    padding-left: 10px !important;
  }
  .u-pdl-15\@md\- {
    padding-left: 15px !important;
  }
  .u-pdb-20\@md\- {
    padding-bottom: 20px !important;
  }
  .u-vt\@md\- {
    vertical-align: top !important;
  }
  .u-mt-62\@md\- {
    margin-top: 62px !important;
  }
  .u-bb-0\@md\- {
    border-bottom: 0 !important;
  }
  .u-mt-5\@md\- {
    margin-top: 5px !important;
  }
  .u-mb-15\@md\- {
    margin-bottom: 15px !important;
  }
  .u-mt-15\@md\- {
    margin-top: 15px !important;
  }
  .u-w-33p\@md\- {
    width: 33.33% !important;
  }
}

@media (max-width: 767px) {
  .u-w-100p\@sm\- {
    width: 100% !important;
    max-width: 100% !important;
  }
  .u-lt-initial\@sm\- {
    left: initial !important;
  }
  .u-dn\@sm\- {
    display: none !important;
  }
  .u-pa\@sm\- {
    position: absolute !important;
  }
  .u-rt-initial\@sm\- {
    right: initial !important;
  }
  .u-t-18\@sm\- {
    top: -18px;
  }
  .u-mt-0\@sm\- {
    margin-top: 0px !important;
  }
  .u-mb-0\@sm\- {
    margin-top: 0px !important;
  }
  .u-mt-80\@sm\- {
    margin-top: 80px !important;
  }
  .u-mt-5\@sm\- {
    margin-top: 5px !important;
  }
  .u-mt-16\@sm\- {
    margin-top: 16px !important;
  }
  .u-mt-30\@sm\- {
    margin-top: 30px !important;
  }
  .u-mt-20\@sm\- {
    margin-top: 20px !important;
  }
  .u-mt-10\@sm\- {
    margin-top: 10px !important;
  }
  .u-mb-10\@sm\- {
    margin-bottom: 10px !important;
  }
  .u-mtb-10\@sm\- {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .u-mb-20\@sm\- {
    margin-bottom: 20px !important;
  }
  .u-pdl-30\@sm\- {
    padding-left: 30px !important;
  }
  .u-mb-30\@sm\- {
    margin-bottom: 30px !important;
  }
  .u-mb-5\@sm\- {
    margin-bottom: 5px !important;
  }
  .u-mb-0\@sm\- {
    margin-bottom: 0px !important;
  }
  .u-pd-0\@sm\- {
    padding: 0 !important;
  }
  .u-pd-10\@sm\- {
    padding: 10px !important;
  }
  .u-pdlr-0\@sm\- {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-pdlr-15\@sm\- {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-pdlr-20\@sm\- {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-pdlr-30\@sm\- {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-pdl-10\@sm\- {
    padding-left: 10px !important;
  }
  .u-pdr-10\@sm\- {
    padding-right: 10px !important;
  }
  .u-pdlr-10\@sm\- {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-bdrt_2_gry_acc\@sm {
    border-bottom: 2px solid #E5E6E5;
  }
  .u-bdrt_2_gry_txt\@sm {
    border-bottom: 2px solid #4F4E4E;
  }
  .u-tac\@sm {
    text-align: center !important;
  }
  .u-tar\@sm {
    text-align: right !important;
  }
  .u-tal\@sm {
    text-align: right !important;
  }
  .u-img-fw-15 {
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .u-tac\@sm\- {
    text-align: center !important;
  }
  .u-pd-10\@sm {
    padding: 10px !important;
  }
  .u-tal\@sm {
    text-align: left !important;
  }
  .u-pdlr-20\@sm\- {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-pdtb-20\@sm\- {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pdb-10\@sm\- {
    padding-bottom: 10px !important;
  }
  .u-pdb-15\@sm\- {
    padding-bottom: 15px !important;
  }
  .u-pdt-20\@sm\- {
    padding-top: 20px !important;
  }
  .u-pdt-10\@sm\- {
    padding-top: 10px !important;
  }
  .u-pdt-0\@sm\- {
    padding-top: 0 !important;
  }
  .u-pdb-20\@sm\- {
    padding-bottom: 20px !important;
  }
  .u-pdlr-10\@sm\- {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-mlr-20-rev\@sm\- {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .u-ml-6-rev\@sm\- {
    margin-left: -6px !important;
  }
  .u-pdlr-15\@sm\- {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-pdl-15\@sm\- {
    padding-left: 15px !important;
  }
  .u-mb-80\@sm {
    margin-bottom: 80px !important;
  }
  .u-mt-10\@sm {
    margin-top: 10px !important;
  }
  .u-mb-20\@sm {
    margin-bottom: 20px !important;
  }
  .u-mt-30\@sm {
    margin-bottom: 30px !important;
  }
  .u-mt-20\@sm {
    margin-top: 20px !important;
  }
  .u-mt-0\@sm {
    margin-top: 0px !important;
  }
  .u-mlr-15\@sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .u-ml-15\@sm {
    margin-left: 15px !important;
  }
  .u-pdt-10\@sm {
    padding-top: 10px !important;
  }
  .u-pdt-25\@sm {
    padding-top: 25px !important;
  }
  .u-pdtb-5\@sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-fn\@sm\- {
    float: none !important;
  }
  .u-fl\@sm {
    float: left !important;
  }
  .u-fr\@sm {
    float: right !important;
  }
  .u-db\@sm\- {
    display: block !important;
  }
  .u-pdr-0\@sm {
    padding-right: 0 !important;
  }
  .u-pdt-0\@sm {
    padding-top: 0 !important;
  }
  .u-pdb-0\@sm {
    padding-bottom: 0 !important;
  }
  .u-pdl-0\@sm {
    padding-left: 0 !important;
  }
  .u-pdlr-0\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-pdl-5\@sm {
    padding-left: 5px !important;
  }
  .u-pdl-10\@sm {
    padding-left: 10px !important;
  }
  .u-pdl-15\@sm {
    padding-left: 15px !important;
  }
  .u-pdl-20\@sm {
    padding-left: 20px !important;
  }
  .u-pdr-20\@sm {
    padding-right: 20px !important;
  }
  .u-pdb-10\@sm {
    padding-bottom: 10px !important;
  }
  .u-mh-50\@sm {
    max-height: 50vh !important;
  }
  .u-bp-50\@sm {
    background-position-x: 50% !important;
  }
  .u-bp-71\@sm {
    background-position-x: 71% !important;
  }
  .u-bp-75\@sm {
    background-position-x: 75% !important;
  }
  .u-bp-85\@sm {
    background-position-x: 85% !important;
  }
  .u-mb-15\@sm\- {
    margin-bottom: 15px !important;
  }
  .u-mb-30\@sm\- {
    margin-bottom: 30px !important;
  }
  .u-wp-20\@sm {
    width: auto !important;
    padding: 10px 20px !important;
  }
  .u-wtr\@md {
    width: 100%;
    text-align: right;
  }
  .u-pdr-20\@md- {
    padding-right: 20px !important;
  }
  .u-mt-rev-10\@sm\- {
    margin-top: -10px !important;
  }
  .u-fz-16\@sm\- {
    font-size: 1rem !important;
  }
  .u-bdr\@sm\- {
    border-right: 1px solid #E5E6E5;
  }
  .u-bdb\@sm\- {
    border-bottom: 1px solid #E5E6E5;
  }
  .u-ml-150\@sm\- {
    margin-left: 150px;
  }
}

.u-pdlr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-pdr-40\xs\+ {
  padding-right: 40px !important;
}

.u-pdl-40\xs\+ {
  padding-left: 40px !important;
}

.u-dn\@xs\+ {
  display: none !important;
}

@media (max-width: 575px) {
  .u-mlr-20\@xs {
    margin-left: 20px;
    margin-right: 20px;
  }
  .u-dtr\@xs- {
    display: table-row !important;
  }
  .u-dib\@xs- {
    display: inline-block !important;
  }
  .u-mh-160\@xs\- {
    min-height: 160px;
  }
  .u-mt-rev-10\@xs\- {
    margin-top: -10px !important;
  }
  .bdrl_gry_acc {
    border-left: none;
  }
  .u-clear\@xs {
    clear: both;
  }
  .u-bg-2\@xs {
    border: 2px solid #4F4E4E !important;
  }
  .u-bbg-1\@xs\+ {
    border-bottom: 1px solid #E5E6E5;
  }
  .u-fn\@xs\- {
    float: none !important;
  }
  .u-w-100p\@xs- {
    width: 100% !important;
  }
  .u-dn\@xs\- {
    display: none !important;
  }
  .u-mb-10\@xs\- {
    margin-bottom: 10px !important;
  }
  .u-mb-5\@xs\- {
    margin-bottom: 5px !important;
  }
  .u-mb-0\@xs\- {
    margin-bottom: 0px !important;
  }
  .c-btn--full-width\@xs\- {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-bb-cbt-2\@xs {
    border-bottom: 2px solid #4F4E4E !important;
  }
  .u-mt-10\@xs {
    margin-top: 10px !important;
  }
  .u-mt-0\@xs {
    margin-top: 0px !important;
  }
  .u-mt-20\@xs {
    margin-top: 20px !important;
  }
  .u-mb-10\@xs {
    margin-bottom: 10px !important;
  }
  .u-mb-20\@xs {
    margin-bottom: 20px !important;
  }
  .u-mt-30\@xs {
    margin-top: 30px !important;
  }
  .u-ml-20\@xs {
    margin-left: 20px !important;
  }
  .u-ml-30\@xs {
    margin-left: 30px !important;
  }
  .u-ml-0\@xs {
    margin-left: 0px !important;
  }
  .u-mr-0\@xs {
    margin-right: 0px !important;
  }
  .u-ml-10\@xs\- {
    margin-left: 10px !important;
  }
  .u-mr-10\@xs\- {
    margin-right: 10px !important;
  }
  .u-mt-40\@xs\- {
    margin-top: 40px !important;
  }
  .u-ml-15\@xs {
    margin-left: 15px !important;
  }
  .u-ml-5\@xs {
    margin-left: 5px !important;
  }
  .u-ml-50\@xs {
    margin-left: 50px !important;
  }
  .u-fl\@xs {
    float: left !important;
  }
  .u-fr\@xs {
    float: right !important;
  }
  .u-flex\@xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-tal\@xs {
    text-align: left !important;
  }
  .u-tac\@xs {
    text-align: center !important;
  }
  .u-pdb-10\@xs {
    padding-bottom: 10px !important;
  }
  .u-pd-0\@xs {
    padding: 0px !important;
  }
  .u-pdtb-0\@xs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pdb-15\@xs {
    padding-bottom: 15px !important;
  }
  .u-pdb-5\@xs {
    padding-bottom: 5px !important;
  }
  .u-pdt-10\@xs\- {
    padding-top: 10px !important;
  }
  .u-pdt-15\@xs {
    padding-top: 15px !important;
  }
  .u-pdt-20\@xs\- {
    padding-top: 20px !important;
  }
  .u-pdl-40\@xs\- {
    padding-left: 40px !important;
  }
  .u-pdl-5\@xs\- {
    padding-left: 5px !important;
  }
  .u-pdl-35\@xs\- {
    padding-left: 35px !important;
  }
  .u-pdtb-5\@xs\- {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-mt-15\@xs {
    margin-top: 15px !important;
  }
  .u-mt-37\@xs\- {
    margin-top: 37px !important;
  }
  .u-mb-5\@xs {
    margin-bottom: 5px !important;
  }
  .u-mt-10\@xs {
    margin-top: 10px !important;
  }
  .u-mt-40\@xs\- {
    margin-top: 40px !important;
  }
  .u-mt-10\@xs {
    margin-top: 10px !important;
  }
  .u-mt-0\@xs\- {
    margin-top: 0px !important;
  }
  .u-mr-15\@xs\- {
    margin-right: 15px !important;
  }
  .u-mr-5\@xs\- {
    margin-right: 5px !important;
  }
  .u-mb-15\@xs {
    margin-bottom: 15px !important;
  }
  .u-mt-rev-10\@xs {
    margin-top: -10px !important;
  }
  .u-mb-rev-10\@xs {
    margin-bottom: -10px !important;
  }
  .u-pdt-30\@xs {
    padding-top: 30px !important;
  }
  .u-pdlr-0\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-pdtb-0\@xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-pdtb-10\@xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-pdtb-20\@xs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-mtb-20\@xs\- {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-pdlr-5\@xs\- {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-pdtb-5\@xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-pdtb-15\@xs\- {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pdlr-20\@xs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-pdlr-10\@xs\- {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-pdlr-0\@xs\- {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-pdlr-15\@xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-pdtb-0\@xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-pd-10\@xs\- {
    padding: 10px !important;
  }
  .u-fn\@xs {
    float: none !important;
  }
  .u-fz-15\@xs {
    font-size: 0.9375rem !important;
  }
  .u-fz-17\@xs {
    font-size: 1.0625rem;
  }
  .u-fz-16\@xs {
    font-size: 1rem !important;
  }
  .u-fz-13\@xs {
    font-size: 0.8125rem !important;
  }
  .u-fz-14\@xs {
    font-size: 0.875rem !important;
  }
  .u-fz-18\@xs {
    font-size: 1.125rem;
  }
  .u-bdrt_gry_acc\@sm {
    border-top: 1px solid #E5E6E5;
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-fwn\@xs {
    font-weight: normal !important;
  }
  .u-fwb\@xs- {
    font-weight: bold !important;
  }
  .u-tac\@xs {
    text-align: center;
  }
  .u-pdb-0\@xs {
    padding-bottom: 0px !important;
  }
  .u-pdb-10\@xs {
    padding-bottom: 10px !important;
  }
  .u-pb-15\@xs {
    padding-bottom: 15px;
  }
  .u-pdr-12\@xs {
    padding-right: 12px !important;
  }
  .u-pdl-11\@xs {
    padding-left: 11px !important;
  }
  .u-pdl-5\@xs {
    padding-left: 5px !important;
  }
  .u-pdl-10\@xs\- {
    padding-left: 10px !important;
  }
  .u-pdr-0\@xs {
    padding-right: 0 !important;
  }
  .u-pdl-0\@xs {
    padding-left: 0 !important;
  }
  .u-pdr-150\@xs {
    padding-right: 150px !important;
  }
  .u-pdt-0\@xs {
    padding-top: 0 !important;
  }
  .u-pdt-10\@xs\- {
    padding-top: 10px !important;
  }
  .u-pdt-5\@xs\- {
    padding-top: 5px !important;
  }
  .u-pdb-0\@xs {
    padding-bottom: 0 !important;
  }
  .u-pdl-10\@xs {
    padding-left: 10px !important;
  }
  .u-pdb-75\@xs\- {
    padding-bottom: 75px !important;
  }
  .u-pdl-0\@xs {
    padding-left: 0px !important;
  }
  .u-pdr-20\@xs {
    padding-right: 20px !important;
  }
  .u-pdr-5\@xs\- {
    padding-right: 5px !important;
  }
  .u-pdl-20\@xs- {
    padding-left: 20px !important;
  }
  .u-pdl-30\@xs- {
    padding-left: 30px !important;
  }
  .u-pdl-15\@xs- {
    padding-left: 15px !important;
  }
  .u-pdb-20\@xs- {
    padding-bottom: 20px !important;
  }
  .u-tar\@xs- {
    text-align: right !important;
  }
  .jq-u-ml-10xs {
    margin-top: 10 !important;
  }
  .jq-u-ml-0xs {
    margin-left: 0 !important;
  }
  .jq-u-mt-20xs {
    margin-top: 20px !important;
  }
  .jq-u-mt-50xs {
    margin-top: 50px !important;
  }
  .jq-u-mr-0xs {
    margin-right: 0 !important;
  }
  .jq-u-pdl-0xs {
    padding-left: 0 !important;
  }
  .jq-u-pdt-0xs {
    padding-top: 0 !important;
  }
  .jq-u-pdr-0xs {
    padding-right: 0 !important;
  }
  .u-mlr-20-rev\@xs {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .u-mlr-0\@xs\- {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-posa-l-180\@xs {
    position: absolute;
    left: 180px;
  }
  .u-posa-l-30\@xs\- {
    position: absolute;
    left: 30px;
  }
  .u-posr-r-rev-70\@xs\- {
    position: relative;
    right: -70px;
  }
  .u-posa-t-55\@xs {
    position: absolute;
    top: 55px;
  }
  .u-posa-t-165\@xs {
    position: absolute;
    top: 165px;
  }
  .u-di\@xs {
    display: initial !important;
  }
  .u-t-0\@xs {
    top: 0px !important;
  }
  .u-r-0\@xs\- {
    right: 0px !important;
  }
  .u-r-7-rev\@xs\- {
    right: -7px !important;
  }
  .u-l-53\@xs {
    left: 53px !important;
  }
  .u-l-57\@xs {
    left: 57px !important;
  }
  .u-l-0\@xs\- {
    left: 0 !important;
  }
  .u-l-10\@xs\- {
    left: 10px !important;
  }
  .u-lh-20\@xs\- {
    line-height: 20px !important;
  }
  .u-zi-9\@xs\- {
    z-index: 9 !important;
  }
  .u-t-20-rev\@xs\- {
    top: -20px !important;
  }
  .u-t-10\@xs\- {
    top: 10px !important;
  }
  .u-t-7\@xs\- {
    top: 7px !important;
  }
  .u-posa-t-85\@xs\- {
    position: absolute;
    top: 85px;
  }
  .u-posr-t-45-rev\@xs\- {
    position: relative;
    top: -45px;
  }
  .u-posr-t-55-rev\@xs\- {
    position: relative;
    top: -55px;
  }
  .u-bd-0\@xs\- {
    border: 0px !important;
  }
  .u-db\@xs\- {
    display: block !important;
  }
  .u-dtcell\@xs\- {
    display: table-cell !important;
  }
  .u-bg-1\@xs\- {
    border: 1px solid #E5E6E5 !important;
  }
  .u-dn\@xs\- {
    display: none !important;
  }
  .u-bb-0\@xs\- {
    border-bottom: none !important;
  }
  .u-br-0\@xs\- {
    border-right: none !important;
  }
  .u-mb-0\@xs\- {
    margin-bottom: 0 !important;
  }
  .u-post-60\@xs\- {
    position: relative !important;
    top: 60px !important;
  }
}

@media (min-width: 576px) {
  .u-pdt-0\@sm\+ {
    padding-top: 0 !important;
  }
  .u-pdb-0\@sm\+ {
    padding-bottom: 0 !important;
  }
  .u-pd-0\@sm\+ {
    padding: 0 !important;
  }
  .u-pdtb-0\@sm\+ {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-m-0\@sm\+ {
    margin: 0 !important;
  }
  .u-db\@sm\+ {
    display: block !important;
  }
  .u-tar\@sm\+ {
    text-align: right !important;
  }
  .u-t-4-rev\@sm\+ {
    top: -4px !important;
  }
  .u-fz-16\@sm\+ {
    font-size: 1rem !important;
  }
  .u-pdr-20\sm\+ {
    padding-right: 20px !important;
  }
  .u-pdr-40\sm\+ {
    padding-right: 40px !important;
  }
  .u-pdl-20\sm\+ {
    padding-left: 20px !important;
  }
  .u-pdl-30\sm\+ {
    padding-left: 30px !important;
  }
  .u-dn\@sm\+ {
    display: none !important;
  }
  .u-mb-10\@sm\+ {
    margin-bottom: 10px !important;
  }
  .u-w-100p\@sm\+ {
    width: 100% !important;
  }
}

.t-bdr-red {
  border: 1px solid red !important;
}

@media (min-width: 1570px) {
  .u-center-7-col\@2xl {
    margin-left: 20.833335%;
  }
  .u-mt-0\@2xl\+ {
    margin-top: 0 !important;
  }
}

.hide-box\@lg {
  display: initial;
}

.show-box\@lg {
  display: none;
}

input {
  box-shadow: none;
}

input:-moz-placeholder {
  box-shadow: none !important;
}

input:invalid {
  box-shadow: none;
}

@media (min-width: 1570px) {
  .\+\+col-width .g-box__1-col\@2xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.33333%;
            flex: 0 0 9.33333%;
    max-width: 9.33333%;
  }
}

@media (min-width: 768px) {
  ._center_7-col\@md {
    margin-left: 20.833333%;
  }
}

@media (min-width: 1570px) {
  ._center_5-col\@2xl {
    margin-left: 29.166666%;
  }
}

.content {
  padding: 20px;
}

.content-extra {
  padding: 0px 20px 20px 20px;
  font-weight: bold;
}

a:hover img, button:hover img {
  border: 0px solid #000000 !important;
}

.no-gutter .content {
  padding: 10px;
}

.u-mb-1rem {
  margin-bottom: 1rem !important;
}

.u-vtb {
  vertical-align: text-bottom !important;
}

.u-ffc {
  font-family: "Open Sans Condensed", sans-serif;
}

.u-text-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.text-center {
  text-align: center;
}

.fill-bg {
  background-color: #FFFFFF;
  background-clip: content-box;
}

.u-divider__child {
  position: relative;
  margin-right: 15px;
}

.u-divider__child:before {
  font-size: 1em;
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  content: '';
  border-left: 2px solid #E5E6E5;
  width: 2px;
  height: 26px;
}

.u-glossary-pagination li a:hover {
  color: #00539F !important;
}

button:focus, a:focus {
  outline: 0;
}

.btn-span {
  color: #00539F;
  cursor: pointer;
  display: inline-block;
  margin: 25px 0 0 10px;
}

.btn-span:hover {
  color: #003366;
}

.btn-span:active {
  color: #1196D4;
}

.btns-signin-crl {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.c-btn--64-width\@lg {
  width: 64%;
}

.c-btn--30-width\@lg {
  width: 30%;
}

.contact-icon {
  background: #aba8a8;
  padding: 15px;
  float: left;
  border-radius: 50%;
}

a.c-logo:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .btns-signin-crl button, .btns-signin-crl a {
    margin-top: 10px;
    width: 100% !important;
  }
}

@media (max-width: 1019px) and (min-width: 767px) {
  .c-footer--bottom .c-footer-text {
    display: block;
    padding: 20px 0 0 0 !important;
    text-align: center;
  }
  .c-footer--bottom .footer-right {
    text-align: center;
    float: none;
  }
  .c-footer--bottom .footer-right .c-footer-nav__item {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.search-brdr-ctrl {
  padding-left: 0;
  padding-right: 0;
}

.srch-ctr label {
  font-weight: 600;
}

.c-mandatory--toperror::-ms-selection {
  background: #3399ff;
  color: #fff;
}

.c-mandatory--toperror::-moz-selection {
  background: #3399ff;
  color: #fff;
}

.c-mandatory--toperror::selection {
  background: #3399ff;
  color: #fff;
}

.dataTables_wrapper {
  padding: 0 20px 20px;
}

.dataTables_info {
  float: right !important;
  font-style: italic;
}

.dataTables_paginate {
  float: left !important;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}

.dataTables_paginate .paginate_button {
  border: 1px solid #00539F !important;
  margin-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

.dataTables_paginate .paginate_button.last {
  border-right: 1px solid #00539F !important;
}

table.dataTable.display tbody td {
  border-right: 0 !important;
  border-left: 0 !important;
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #1196D4 !important;
  color: #FFFFFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #999B9B !important;
  background: #FFFFFF !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border: 1px solid #E5E6E5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #00539F !important;
}

.dataTables_info {
  padding-top: 38px !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background: #FFFFFF !important;
}

table.dataTable thead .sorting_asc span, table.dataTable thead .sorting_desc span, table.dataTable thead .sorting span {
  background: url(../images/Sort_ascending.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
}

table.dataTable thead .sorting_desc span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 3px;
}

table.dataTable thead .sorting span {
  background: url(../images/Sort_default.svg) no-repeat;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background: #FFFFFF !important;
  color: #00539F;
  border: 1px solid #00539F;
  border-radius: 0;
  box-shadow: none;
  padding: 2px;
  line-height: 15px;
  font-weight: bold;
  font-size: 1.25rem;
  top: 26px;
  left: 10px;
}

table.dataTable thead th:first-child {
  padding-left: 5px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 10px 18px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 45px;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background: #FFFFFF;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: #FFFFFF;
}

table.dataTable > tbody > tr.child ul li {
  float: left;
  width: 100%;
  padding: 20px 0 17px 25px;
}

table.dataTable > tbody > tr.child span.dtr-title {
  float: left;
  margin-right: 20px;
  min-width: 150px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

table.dataTable > tbody > tr.child span.dtr-data {
  float: left;
  line-height: 26px;
  position: relative;
  top: -4px;
}

table.dataTable.no-footer {
  width: 100%;
  border-collapse: collapse;
}

table.dataTable.display tbody:before {
  content: "-";
  color: #fff;
  line-height: 15px;
}

table.dataTable.display tbody tr:first-child {
  border-top: 1px solid #E5E6E5 !important;
}

table.dataTable.display tbody tr {
  border-right: 1px solid #E5E6E5 !important;
  border-left: 1px solid #E5E6E5 !important;
  width: 100%;
}

table.dataTable thead th {
  border-bottom: 3px solid #4F4E4E;
  text-transform: uppercase;
  padding: 10px 18px 15px;
  font-weight: 600;
}

.dataTables_paginate a {
  padding: 11px 15px !important;
}

.dataTable tr.child td.child {
  padding: 20px !important;
}

.dataTable tr.child td.child li:last-child {
  padding-bottom: 0 !important;
}

.source-radio .c-option__label .iradio_square-blue {
  float: left;
}

.source-radio .c-option__label .icheckbox_square-blue {
  float: left;
}

@media (max-width: 767px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-extra {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-dialog {
    width: 95% !important;
  }
}

@media (min-width: 1240px) {
  /* XL */
  .search-brdr-ctrl {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #E5E6E5;
    border-right: 1px solid #E5E6E5;
  }
  .search-brdr-ctrl .g-box__row {
    padding: 0 10px;
  }
  .search-brdr-ctrl .g-box__row .g-box__6-col\@md {
    padding: 0 10px;
  }
}

.resetClose {
  color: #00539F;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.resetClose:after {
  background: url(../images/reset-close.svg) no-repeat;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}

.validate-icon {
  color: #00539F;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.validate-icon:after {
  background: url(../images/validate_icon.svg) no-repeat;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}

.backIcon {
  color: #00539F;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.backIcon:after {
  background: url(../images/back_icon.svg) no-repeat;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}

.resetCloseICon {
  width: 18px;
  height: 18px;
}

@media (max-width: 1239px) {
  .hide-box\@lg {
    display: none;
  }
  .show-box\@lg {
    display: initial;
  }
}

@media (max-width: 330px) {
  .u-mt-20\@2xs {
    margin-top: 20px;
  }
  .u-fz-14\@2xs {
    font-size: 0.875rem;
  }
  .u-mb-20\@2xs {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 760px) {
  .u-fws\@mi {
    font-weight: 600 !important;
  }
}

.c-nav-box--ctrl .c-nav-box__item, .c-nav-box--ctrl {
  border: 0 !important;
  cursor: auto !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-doc-list {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 767px) {
  .c-nav-box--ctrl .c-nav-box__item + .c-nav-box__item {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .c-nav-box.c-nav-box--ctrl {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    border-width: 1px 0 0 1px;
  }
  .c-nav-box.c-nav-box--ctrl__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    border-width: 0 1px 1px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .c-nav-box.c-nav-box--ctrl__item--closed {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-nav-box.c-nav-box--ctrl__item div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .u-doc-list ul li a {
    width: 91%;
  }
}

.u-glyph-language {
  background: url(../images/ic_globe_hover.svg) no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
}

.u-mail-com {
  background: url(../images/mail-com.png) no-repeat;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  background-size: 20px;
}

.u-rss {
  background: url(../images/rss.svg) no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  background-size: 18px;
}

.u-arrow {
  background: url(../images/arrow_icon.svg) no-repeat;
  width: 18px;
  height: 8px;
  vertical-align: middle;
  display: inline-block;
  background-size: 18px;
}

/* Need to Update */
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb--item {
  float: left;
}

.breadcrumb:after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb.active {
  color: #636c72;
}

.breadcrumb--item + .breadcrumb--item:before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #636c72;
  content: "/";
}

.calendar-table .fa-chevron-left {
  color: transparent;
}

.calendar-table .fa-chevron-right {
  color: transparent;
}

/* Panel Accordion */
.panel-accordion .c-slide {
  position: relative;
  text-decoration: none !important;
}

.panel-accordion .c-slide .c-icon--open {
  background-image: url(../images/collapse_icon.svg);
  background-color: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: 18px;
  right: 15px;
  position: absolute;
}

.panel-accordion .c-slide.collapsed .c-icon--open {
  background-image: url(../images/expand_icon.svg);
  background-color: none;
  background-repeat: no-repeat;
  background-position: center center;
}

.panel-accordion .c-slide .c-icon--updown {
  background-image: url(../images/ic_accordion_up.svg);
  background-color: none;
  background-repeat: no-repeat;
  background-size: center center;
  background-position: 18px;
  width: 18px;
  height: 18px;
  top: 22px;
  right: 0;
  position: absolute;
}

.panel-accordion .c-slide.collapsed .c-icon--updown {
  background-image: url(../images/ic_accordion_down.svg);
  background-color: none;
  background-repeat: no-repeat;
  background-size: center center;
}

.panel-accordion .c-slide .c-icon--opentab {
  background: url(../images/collapse_border_icon.svg) no-repeat left center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: 7px;
  left: 0;
  position: absolute;
}

.panel-accordion .c-slide.collapsed .c-icon--opentab {
  background: url(../images/expand_border_icon.svg) no-repeat left center;
  background-color: none;
  background-repeat: no-repeat;
  background-size: center center;
}

@media (min-width: 951px) {
  .tranferUpdateButtton {
    float: right;
    position: relative;
    margin-top: -62px;
  }
}

.reviewPlanTable .supply_tble {
  font-size: 1rem;
}

/* Tab Count Customize  CSS Start */
.badgeCount {
  display: inline-block;
  min-width: 10px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #1196D4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 5px;
}

.c-tab__btn--open .badgeCount {
  color: #fff;
  background: #444444;
}

.faqTable {
  width: 100%;
  margin-top: 10px;
}

.faqTable tr {
  border-bottom: 1px solid #dddddd;
}

.faqTable tr th, .faqTable tr td {
  padding: 10px 0;
}

.icon--phone:before {
  background-image: url(../images/phone_icon.svg);
}

.c-search-alpha {
  float: left;
  width: 7.692%;
  padding: 22px 0;
  font-size: 1.2rem;
}

.credit-card-outer .c-option__label .icheckbox_square-blue {
  margin-left: 0 !important;
}

.o-btn:hover .icon--edit:before, .o-btn:focus .icon--edit:before {
  background-image: url(../images/edit_wb_white_icon.svg);
}

.price-drug-grid {
  position: relative;
}

/* custom Pagination */
.c-pagination.paginationButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}

.c-pagination.paginationButton > li .c-pagination__link {
  background: #ffffff;
}

.c-pagination.paginationButton > li .c-pagination__link.c-pagination__link--active {
  background-color: #1196D4;
  color: #FFFFFF;
}

.circleRound {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50%;
}

.c-wizard-bar__link.c-wizard-bar_no-arrow:after {
  display: none !important;
}

.paymentOuter .checkbox-outer .icheckbox_square-blue.checked, .personalInfoCard .checkbox-outer .icheckbox_square-blue.checked {
  display: none;
}

.personalInfoCard .payment-method-box, #add-creditCard-popup .payment-method-box {
  height: 140px;
}

.paymentOuter .payment-method-box {
  height: 170px;
}

.personalInfoCard .payment-method-box.expiredCard {
  height: 165px;
}

.expiredCard {
  cursor: not-allowed;
  background: #ffffff !important;
  border: 1px solid #eae5e5 !important;
}

.paymentOuter .payment-method-box + label .icheckbox_square-blue {
  margin-top: -1px !important;
}

.checkbox-outer .icheckbox_square-blue,
.checkbox-outer .iradio_square-blue {
  float: left;
}

.paymentOuter .payment-method-box .card-select {
  color: #00539F;
}

.paymentOuter .payment-method-box-preferred .card-select {
  color: #4F4E4E;
}

.paymentOuter .make-pay-buttons .inactive {
  color: #ffffff;
}

.paymentOuter .make-pay-buttons .c-btn--secondary.inactive:before {
  background-color: #999B9B !important;
  border: 2px solid #999B9B !important;
  visibility: visible;
  opacity: 1;
  cursor: default;
}

#pay-now.c-btn--primary.disabled {
  background-color: #999B9B !important;
  border: 2px solid #999B9B !important;
  cursor: default;
}

.paymentOuter #payment-details-pane .c-wizard-bar__item--completed .c-wizard-bar__link {
  border-left: 1px solid #dddddd;
}

.paymentOuter #payment-details-pane .c-wizard-bar__item--active .c-wizard-bar__link:before {
  top: 0px;
  height: 70px;
}

.paymentOuter #payment-details-content .c-tab__list {
  margin: 0px !important;
  max-height: inherit !important;
  overflow: visible;
}

.paymentOuter #payment-details-content .c-tab__list .c-tab__item--active {
  display: inline-block !important;
  margin-left: 20px;
}

.paymentOuter #payment-details-content .c-tab__list .c-tab__item--active .c-tab__link {
  padding: 0 10px;
  margin-bottom: -1px;
}

.paymentOuter .c-wizard-bar__content {
  padding: 0 20px;
}

.c-option__label .iradio_square-blue {
  margin-top: -1px;
}

.alergyCheckbox {
  margin-top: -2px;
}

.preferCardText {
  margin-left: 3px;
}

@media (max-width: 575px) and (min-width: 200px) {
  .paymentOuter .c-option__label .icheckbox_square-blue {
    float: left;
  }
  .paymentOuter #payment-details-content, .paymentOuter #confirmation-details-content {
    padding: 0;
  }
  .paymentOuter #payment-details-content .c-currency-ip {
    width: 160px;
  }
  .paymentOuter #payment-details-content .c-tab__list {
    margin-left: 10px !important;
  }
  .paymentOuter #payment-details-content .c-tab__list .c-tab__item--active {
    margin-left: 10px;
  }
}

@media screen and (max-width: 950px) and (min-width: 768px) {
  .my-prescription .devExpressDataTable .c-tab__link {
    padding: 0 5px;
  }
}

@media (max-width: 949px) and (min-width: 768px) {
  #search-claim-panel {
    margin-top: 62px;
  }
}

@media (max-width: 1019px) and (min-width: 950px) {
  #search-claim-panel {
    margin-top: 65px;
  }
}

@media screen and (max-width: 1018px) {
  .border-after-80:after {
    background: none !important;
  }
}

@media (max-width: 1239px) and (min-width: 768px) {
  .btnSearchTxt {
    display: none;
  }
  .paymentOuter #payment-details-pane .c-wizard-bar__link {
    padding: 0px !important;
    height: 72px;
    line-height: 70px;
  }
  .paymentOuter #payment-details-pane .c-wizard-bar__link .c-wizard-bar__num {
    margin-right: 5px !important;
  }
  .paymentOuter #payment-details-pane .c-wizard-bar__link .c-wizard-bar__text {
    padding: 0px !important;
    display: inline-block;
  }
  .paymentOuter #payment-details-pane .c-wizard-bar__link:after {
    width: 22px;
    height: 72px;
  }
}

/* Custom Style */
.flexbox {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexbox2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox3 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flexbox4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertically-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertically-center-2 {
  height: 50px;
  line-height: 50px;
}

.custom-icon-manager:after {
  content: '';
  top: 50%;
}

.border-after:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 110px;
  background: #ccc;
  top: 30px;
}

.border-after-80:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
  top: 20px;
}

.border-after-77:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 84%;
  background: #ccc;
  top: 20px;
}

.translate-y-p18 {
  -webkit-transform: translateY(18%);
          transform: translateY(18%);
}

.translate-y-p25 {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #1196D4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 5px;
}

.badge.badge-primary {
  color: #fff;
  background: #00539F;
}

.c-tab__item--active .badge {
  color: #fff;
  background: #444;
}

.c-btn--primary .badge {
  color: #00539F;
}

.add-icon {
  width: 22px;
  cursor: pointer;
  margin-right: 9px;
  margin-top: -3px;
}

.custom-icon {
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.close-icon {
  width: 25px;
  top: 7px;
  right: 7px;
}

.close-icon:hover {
  border: 1px solid #00539F;
  border-radius: 5px;
  cursor: pointer;
}

.btn-custom-red {
  width: 80px;
  border-radius: 14px;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  border: 1px solid red;
  background-color: #fff;
}

.btn-custom-red:hover {
  cursor: pointer;
}

.u-c-fn .icheckbox_square-blue,
.u-c-fn .iradio_square-blue {
  float: none !important;
}

.payment-method-box {
  height: 128px;
  padding: 20px;
  border: 1px solid #eae5e5;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
}

.payment-method-box:hover {
  background: #f9f9f9;
  border: 1px solid #00539F;
}

.expirePayment:hover {
  background: #ffffff !important;
  border: 1px solid #eae5e5 !important;
}

.payment-method-box-preferred {
  background: #f9f9f9;
  border: 1px solid #00539F;
}

.payment-method-box strong {
  padding-top: 6px;
}

.bdr-0 .u-bdrt_gry:nth-of-type(1) {
  border: 0 !important;
}

.d-block {
  display: block;
}

.wd-100px {
  width: 100px;
}

.m-auto {
  margin: auto;
}

.wd-100 {
  width: 100%;
}

.u-width25 {
  width: 25% !important;
  max-width: 25% !important;
}

.claim-history-table .claim-expand {
  background: url(../images/minus_icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.claim-history-table .claim-expand.collapsed {
  background: url(../images/plus_icon.svg) no-repeat;
}

.claim-round {
  border: 5px solid #00539F;
  color: #00539F;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.c-h2 {
  font-size: 36px;
  font-weight: 700;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 10px !important;
  left: 10px !important;
  color: #00539F !important;
  border-radius: 0 !important;
  border: 1px solid #4F4E4E !important;
  box-shadow: none !important;
  background: transparent !important;
  text-indent: 0 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background: #fff !important;
}

/** My Prescription page **/
.table-bn:after {
  content: none !important;
}

.table_non_filed-prescriptions .table.dataTable thead th:first-child {
  padding-left: 0 !important;
}

@media screen and (max-width: 1019px) {
  .c-membershipcard__fz80 {
    width: 80px !important;
    margin: auto !important;
  }
  .border-after:after {
    width: 0;
    height: 0;
  }
  .c-h2 {
    width: 100%;
  }
  .pd-0-md {
    padding: 0 !important;
  }
  .pd-0-md .content {
    padding: 0 !important;
  }
  .s-pre-h3 {
    display: none;
  }
  .s-pre-h4 {
    margin-bottom: 20px !important;
  }
  .s-pre-sel {
    width: 36%;
  }
  .border-after-67:after {
    content: '';
    width: 0;
    height: 0;
  }
  .search-bar {
    border-bottom: 1px solid #999B9B;
  }
}

.prescriptionSearchLoad {
  margin-bottom: 15px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.squish-custom .c-pwindicator {
  max-width: 360px;
}

.squish-custom .c-site-logo {
  height: 45px;
}

.u-h-72 {
  height: 72px;
}

input:disabled, input[readonly="readonly"], select:disabled, select[readonly="readonly"], .disabled-input {
  background: #f0f0f0;
  cursor: default;
}

.u-w-240 {
  width: 240px !important;
}

.password-meter-custom.c-pwindicator--strength-level-0 .c-pwindicator__bar:after {
  width: 26% !important;
}

.password-meter-custom.c-pwindicator--strength-level-1 .c-pwindicator__bar:after {
  width: 48% !important;
}

.password-meter-custom.c-pwindicator--strength-level-2 .c-pwindicator__bar:after {
  width: 70% !important;
  background: #FF9933 !important;
}

.password-meter-custom.c-pwindicator--strength-level-3 .c-pwindicator__bar:after {
  width: 70% !important;
  background: #FF9933 !important;
}

.password-meter-custom.c-pwindicator--strength-level-4 .c-pwindicator__bar:after {
  width: 100% !important;
  background: #2ABDC7 !important;
}

.u-bdw-1 {
  border-width: 1px !important;
}

.mail-order .box-selected > div {
  background-color: #f5f5f5;
}

@media (max-width: 575px) {
  .c-logo {
    margin-top: 7px;
  }
  .mobile-claim-border {
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .mobile-list-sep-0 {
    border-bottom: none !important;
    margin: 0 !important;
  }
  .mobile-presHistory-sep:nth-child(2n+1) {
    border-top: 1px solid #999B9B;
    padding-top: 10px;
    margin-top: 10px;
  }
  .mobile-presHistory-sep:first-child {
    border-top: none !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.overlayBtn {
  width: 100%;
}

.claim-medication-loop {
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.claim-medication-loop:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.logo-site {
    display: inline-flex;
}
.logo-site:first-child:after {
  content: "";
  border-right: 1px solid #999b9b;
  margin-right: 2px;
  padding-right: 5px;
}

@media (max-width: 575px) {
  .logo-site:first-child:after {
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 7px;
  }
  .c-option-button-auto {
    height: auto !important;
    line-height: 24px !important;
    padding: 10px 15px !important;
  }
  .claim-round {
    width: 80px;
    height: 80px;
    font-size: 15px;
    margin-right: 15px;
  }
}

.claim-history-table .collapse {
  display: none !important;
  height: auto !important;
}

.claim-history-table .collapse.in {
  display: table-row !important;
}

.claim-history-table .collapsing[aria-expanded=false] {
  display: none !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .claim-history-table .collapse.in {
    display: table !important;
  }
  .claim-history-table tr {
    float: left;
    width: 100%;
  }
  .claim-td-sm {
    float: left;
    width: 50%;
  }
  .claim-td-full-sm {
    float: left;
    width: 100%;
  }
  .claim-td-img {
    position: absolute;
    left: 10px;
  }
  .claim-hints-view {
    padding-left: 10px !important;
  }
}

@media (max-width: 445px) {
  .squish-custom .c-pwindicator {
    max-width: 300px;
  }
}

@media (min-width: 576px) {
  .reviewPlanTable {
    position: relative;
  }
  .reviewPlanTable .reviewPlanTableScroll {
    overflow-x: auto;
    overflow-y: visible;
  }
  .reviewPlanTable .reviewPlanTableScroll table thead th:nth-child(2n) {
    background-color: #4F4E4E;
    color: #ffffff;
  }
  .reviewPlanTable .reviewPlanTableScroll table thead th:nth-child(2n+1) {
    background-color: #00539F;
    color: #ffffff;
  }
  .reviewPlanTable .reviewPlanTableScroll table thead th:nth-child(1) {
    position: absolute;
    background-color: #F5F5F5;
    color: #4F4E4E;
    text-align: left;
    display: block;
    left: 0;
    border-right: none;
    border-bottom: none;
  }
  .reviewPlanTable .reviewPlanTableScroll table thead th .c-icon--info {
    background-image: url(../images/info_white.svg);
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody th {
    word-wrap: break-word;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody th:nth-child(1) {
    position: absolute;
    text-align: left;
    background-color: #ffffff;
    display: block;
    font-weight: normal;
    left: 0;
    border-right: none;
    border-bottom: none;
    padding: 14px 15px;
    margin: 0px 0px -1px 0px;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody tr:last-child th:nth-child(1) {
    border-bottom: 1px solid #E5E6E5;
    padding: 14px 15px;
    margin: 0px 0px -1px 0px;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody td {
    font-weight: 600;
    font-size: 20px;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody td:nth-child(2n) {
    background-color: #F5F5F5;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody td:nth-child(2n+1) {
    background-color: #E5EDF5;
  }
}

@media (max-width: 767px) {
  .reviewPlanTable {
    position: relative;
  }
  .reviewPlanTable .reviewPlanTableScroll {
    overflow-x: auto;
    overflow-y: visible;
  }
  .reviewPlanTable .reviewPlanTableScroll table thead th:nth-child(2n) {
    background-color: #4F4E4E;
    color: #ffffff;
  }
  .reviewPlanTable .reviewPlanTableScroll table thead th:nth-child(2n+1) {
    background-color: #00539F;
    color: #ffffff;
  }
  .reviewPlanTable .reviewPlanTableScroll table thead th:nth-child(1) {
    position: absolute;
    background-color: #F5F5F5;
    color: #4F4E4E;
    text-align: left;
    display: block;
    left: 0;
    border-right: none;
    border-bottom: none;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody tr th .c-icon--info {
    background-image: url(../images/info_white.svg);
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody tr:last-child th {
    word-wrap: break-word;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody tr:last-child th:nth-child(1) {
    border-bottom: 1px solid #E5E6E5;
    padding: 14px 15px;
    margin: 0px 0px -1px 0px;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody td {
    font-weight: 600;
    font-size: 20px;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody td:nth-child(2n) {
    background-color: #F5F5F5;
  }
  .reviewPlanTable .reviewPlanTableScroll table tbody td:nth-child(2n+1) {
    background-color: #E5EDF5;
  }
  #price-drug-location-result-modal .scroll-list {
    height: auto;
    overflow: auto;
  }
}

@media (max-width: 575px) {
  .reviewPlanTable .reviewPlanTableScroll table tbody tr th, .reviewPlanTable .reviewPlanTableScroll table tbody tr td {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .personalInfoCard .payment-method-box, #add-creditCard-popup .payment-method-box, .paymentOuter .payment-method-box {
    height: auto;
  }
  .payment-method-box .btn-custom-red {
    margin-top: 10px;
  }
}

@media (min-width: 1020px) {
  .modal-mobile-width {
    min-width: 910px !important;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .modal-mobile-width {
    min-width: 738px !important;
  }
}

.my-prescription .dxgvLoadingPanel_iOS .dxlp-loadingImage,
.my-prescription .dxlpLoadingPanel .dxlp-loadingImage {
  background-image: none !important;
}

.my-prescription .dxlpLoadingPanel .dxlp-loadingImage {
  height: 32px;
  width: 32px;
}

@media (max-width: 576px) {
  .mail-order .c-personalized-bar__ctrl:after {
    top: 0;
  }
}

.c-icon--info-mouseover {
  background-image: url(../images/info_icon.svg);
  top: 4px;
  left: 5px;
}

/* Auto payment setup CSS */
.payment-method {
  display: table;
  margin: 0 auto;
  border: 1px solid #DCDCDC;
  padding: 20px 60px;
}

.payment-method__title,
.payment-method__text {
  margin: 0;
  line-height: 1;
}

.payment-method__title {
  margin-top: 10px;
}

.payment-method__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.prescriptionSearchLoad {
  margin-bottom: 15px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.my-prescription .dxgvDetailRow_iOS.dxgvADR td.dxgvAIC {
  border-right: 2px solid #dddddd !important;
}

.js-single-dependent {
  width: 100%;
}

.my-prescription .dx-nowrap {
  white-space: normal !important;
}

.claim-hints-view {
  padding-left: 65px;
}

.daterangepicker.single.ltr {
  padding-top: 40px;
}

.daterangepicker.single.ltr .ranges {
  display: block !important;
  position: absolute;
  margin: 0;
  width: 100%;
  top: 10px;
  text-align: right;
  padding-right: 10px;
}

.message-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

@media (min-width: 1240px) {
  .c-full-width\@xl\+ {
    min-width: 1180px;
  }
}

@media (min-width: 1020px) {
  .c-full-width\@lg\+ {
    min-width: 990px;
  }
}

@media (max-width: 1239px) {
  .c-full-width\@lg\- {
    min-width: 97%;
  }
  .u-bd-0\@lg\- {
    border: 0px !important;
  }
}

.c-contact-required {
  position: absolute;
  margin-top: -38px;
}

.c-search-alpha {
  width: 10%;
}

@media (min-width: 576px) {
  #price-drug-location-result-modal .map_device-height {
    height: calc(72vh - 140px);
  }
}

@media (min-width: 576px) {
  .seperator-or {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .seperator-or:after {
    content: "";
    border-left: 1px solid #999999;
    position: absolute;
    height: 150px;
    width: 1px;
    left: 50%;
    z-index: 1;
  }
  .seperator-or span {
    border: 1px solid #999999;
    z-index: 2;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0;
  }
}

@media (max-width: 575px) {
  .seperator-or {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .seperator-or:after {
    content: "";
    border-bottom: 1px solid #999999;
    position: absolute;
    width: 80%;
    height: 1px;
    z-index: 1;
  }
  .seperator-or span {
    border: 1px solid #999999;
    z-index: 2;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0;
  }
  .c-contact-required {
    position: static;
    margin-top: 20px;
    text-align: left;
  }
  .slectDrugBtnSection, .DrugViewBtnSection {
    position: relative;
    width: 100%;
    height: 110px;
  }
  .slectDrugBtnSection .c-btn--secondary, .DrugViewBtnSection .c-btn--secondary {
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
  }
  .slectDrugBtnSection .c-btn--primary, .DrugViewBtnSection .c-btn--primary {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .priceDrugFooterButton {
    position: relative;
    width: 100%;
    height: 110px;
  }
  .priceDrugFooterButton .c-btn--secondary {
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
  }
  .priceDrugFooterButton .c-btn--primary {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .claim-search-section {
    position: relative;
  }
  .claim-search-section .u-ps\@xs {
    position: static;
  }
  .claim-search-section .c-btn--primary {
    position: absolute;
    bottom: 0;
  }
  .claim-search-section .claim-search-mar {
    margin-bottom: 90px;
  }
  .claim-td-full-xs {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1019px) {
  .u-dn\@tablet\- {
    display: none !important;
  }
  .u-pdb-0\@tablet\- {
    padding-bottom: 0px !important;
  }
  .u-pdt-0\@tablet\- {
    padding-top: 0px !important;
  }
  .u-mt-rev-10\@tablet\- {
    margin-top: -10px !important;
  }
  .u-mb-0\@tablet\- {
    margin-bottom: 0px !important;
  }
  .u-flex-middle\@tablet\- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-tal\@tablet\- {
    text-align: left !important;
  }
  .u-tc-0\@tablet\- {
    text-align: center !important;
  }
  .u-mt-0\@tablet\- {
    margin-top: 0px !important;
  }
  .u-mt-10\@tablet\- {
    margin-top: 10px !important;
  }
  .u-mt-20\@tablet\- {
    margin-top: 20px !important;
  }
  .u-mb-10\@tablet\- {
    margin-bottom: 10px;
  }
  .u-mb-20\@tablet\- {
    margin-bottom: 20px;
  }
  .u-bdr-0\@tablet\- {
    border-right: 0px !important;
  }
  .u-bdt-2\@tablet\- {
    border-top: 2px solid #E5E6E5;
  }
  .u-bdt-1\@tablet\- {
    border-top: 1px solid #E5E6E5;
  }
  .u-pdlr-10\@tablet\- {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-pdtb-0\@tablet\- {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-mt-30\@tablet\- {
    margin-top: 30px !important;
  }
  .u-mt-0\@tablet\- {
    margin-top: 0px !important;
  }
  .u-pdt-20\@tablet\- {
    padding-top: 20px !important;
  }
  .u-pdt-30\@tablet\- {
    padding-top: 30px !important;
  }
  .u-pdl-10\@tablet\- {
    padding-left: 10px !important;
  }
  .claim-medication-loop:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (min-width: 1020px) {
  #search-claim-panel {
    margin-top: 55px;
  }
  .u-dn\@tablet\+ {
    display: none !important;
  }
  .u-mt-0\@tablet\+ {
    margin-top: 0px !important;
  }
  .u-bdt-0\@tablet\+ {
    border-top: none !important;
  }
  .u-pdl-30\@tablet\+ {
    padding-left: 30px !important;
  }
  .u-pdlr-10\@tablet\+ {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-pdl-0\@tablet\+ {
    padding-left: 0px !important;
  }
  .u-pdr-0\@tablet\+ {
    padding-right: 0px !important;
  }
}

@media (max-width: 600px) {
  .devExpressDataTable .dxgvTable_iOS .dxgvDataRow_iOS td:first-child {
    white-space: pre-line !important;
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;
    /*Chrome & Safari */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
  }
}

.drug-label {
  padding: 17px 0;
  margin-bottom: 0;
}

.orderLightBg {
  background: rgba(229, 230, 229, 0.15);
  padding: 15px 20px;
}

.drugList {
  background: rgba(229, 230, 229, 0.15);
  padding: 20px 15px 10px 15px;
  display: none;
}

.Bgwhite {
  background: #FFFFFF;
}

.order-info.active .status--count {
  background: #4F4E4E;
}

.order-info.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 60px;
  width: 15px;
  z-index: 10;
  height: 15px;
  background: #FFFFFF;
  border-right: 1px solid #CAD5E0;
  border-bottom: 1px solid #CAD5E0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.locate__addressCtr .icheckbox_square-blue {
  position: absolute;
  margin: 0 10px 0 0 !important;
  left: 10px;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-object .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1 0%;
}

.u-btg-1 {
  border-top: 1px solid #E5E6E5;
}

@media (min-width: 768px) and (max-width: 1239px) {
  .custom_width {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: inherit;
    display: inline-block;
    padding-right: 30px !important;
    max-width: inherit;
  }
  .u-mb-20\@btablet\+ {
    margin-bottom: 20px !important;
  }
}

.daterangepicker.single.ltr .ranges {
  display: block !important;
}

.daterangepicker.single.ltr .ranges .applyBtn {
  display: none !important;
}

.o-btn-small {
  display: inline-block;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 5px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .u-bbg-1\@sm\- {
    border-bottom: 1px solid #E5E6E5;
  }
  .u-mb-20\@tablet\+ {
    margin-bottom: 20px !important;
  }
}

.icon--modify:before {
  background-image: url(../images/edit_wb_icon_plain.svg);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.o-btn:hover .icon--modify:before, .o-btn:focus .icon--modify:before {
  background-image: url(../images/edit_wb_white_icon.svg);
}

@media (min-width: 1240px) {
  .u-pdtb-25-xls {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.dxpc-shadow {
  box-shadow: none !important;
}

.anchor-transfer-next-collapse[disabled="disabled"] {
  background: #999B9B !important;
  border-color: #999B9B !important;
  color: #ffffff !important;
  cursor: default !important;
}

/*# sourceMappingURL=style.css.map */

