@charset "UTF-8";
/*@font-face {
  font-family: "GlosaTextBlack";
  src: url("../fonts/glosa/GlosaText-Black.woff2") format("woff2"),
    url("../fonts/glosa/GlosaText-Black.woff")
      format("woff"); 
} */
@font-face {
  font-family: "GlosaDisaplyBlack";
  src: url("../fonts/glosa/GlosaDisplay-Black.woff") format("woff"), url("../fonts/glosa/GlosaDisplay-Black.woff2") format("woff2");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: "GlosaHeadline-Black";
  src: url("../fonts/glosa/GlosaHeadline-Black.woff") format("woff"), url("../fonts/glosa/GlosaHeadline-Black.woff2") format("woff2");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: "GlosaTextRoman";
  src: url("../fonts/glosa/GlosaText-Roman.woff2") format("woff2"), url("../fonts/glosa/GlosaText-Roman.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: "GlosaTextRomanItalic";
  src: url("../fonts/glosa/GlosaText-Roman-Italic.woff2") format("woff2"), url("../fonts/glosa/GlosaText-Roman-Italic.woff2") format("woff");
  /* Pretty Modern Browsers */ }

:root {
  --blue: #0288d1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #e56400;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0288d1;
  --orange: #e56400;
  --secondary: #e5eef5;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", Arial, sans serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #111111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: black;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.81rem; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 1.93rem; }

h4, .h4 {
  font-size: 1.68rem; }

h5, .h5 {
  font-size: 1.375rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8def2; }

.table-hover .table-primary:hover {
  background-color: #a2d4ee; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a2d4ee; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f8d4b8; }

.table-hover .table-orange:hover {
  background-color: #f6c6a1; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #f6c6a1; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8fafc; }

.table-hover .table-secondary:hover {
  background-color: #e6edf4; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e6edf4; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .ais-RangeInput-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand, .ais-RangeInput-form input::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .ais-RangeInput-form input:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #55c2fd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.25); }
  .form-control::-webkit-input-placeholder, .ais-RangeInput-form input::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder, .ais-RangeInput-form input::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder, .ais-RangeInput-form input::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, .ais-RangeInput-form input::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .ais-RangeInput-form input:disabled, .form-control[readonly], .ais-RangeInput-form input[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.88rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .ais-RangeInput-form .input-group-sm > input.form-control-plaintext,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.ais-RangeInput-submit,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.ais-RangeInput-submit, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .ais-RangeInput-form .input-group-lg > input.form-control-plaintext,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.ais-RangeInput-submit,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.ais-RangeInput-submit {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .ais-RangeInput-form .input-group-sm > input,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .ais-RangeInput-submit,
.input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .ais-RangeInput-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.ais-RangeInput-submit:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.ais-RangeInput-submit:not([size]):not([multiple]) {
  height: calc( 1.82rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .ais-RangeInput-form .input-group-lg > input,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .ais-RangeInput-submit,
.input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .ais-RangeInput-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.ais-RangeInput-submit:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.ais-RangeInput-submit:not([size]):not([multiple]) {
  height: calc( 2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated .ais-RangeInput-form input:valid, .ais-RangeInput-form .was-validated input:valid, .form-control.is-valid, .ais-RangeInput-form input.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .ais-RangeInput-form input:valid:focus, .ais-RangeInput-form .was-validated input:valid:focus, .form-control.is-valid:focus, .ais-RangeInput-form input.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .ais-RangeInput-form input:valid ~ .valid-feedback, .ais-RangeInput-form .was-validated input:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .ais-RangeInput-form input:valid ~ .valid-tooltip,
  .ais-RangeInput-form .was-validated input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .ais-RangeInput-form input.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .ais-RangeInput-form input.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .was-validated .ais-RangeInput-form input:invalid, .ais-RangeInput-form .was-validated input:invalid, .form-control.is-invalid, .ais-RangeInput-form input.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .ais-RangeInput-form input:invalid:focus, .ais-RangeInput-form .was-validated input:invalid:focus, .form-control.is-invalid:focus, .ais-RangeInput-form input.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .ais-RangeInput-form input:invalid ~ .invalid-feedback, .ais-RangeInput-form .was-validated input:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .ais-RangeInput-form input:invalid ~ .invalid-tooltip,
  .ais-RangeInput-form .was-validated input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .ais-RangeInput-form input.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .ais-RangeInput-form input.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 600px) {
    .form-inline label {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .ais-RangeInput-form input, .ais-RangeInput-form .form-inline input {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .ais-RangeInput-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .ais-RangeInput-submit:hover, .btn:focus, .ais-RangeInput-submit:focus {
    text-decoration: none; }
  .btn:focus, .ais-RangeInput-submit:focus, .btn.focus, .focus.ais-RangeInput-submit {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.25); }
  .btn.disabled, .disabled.ais-RangeInput-submit, .btn:disabled, .ais-RangeInput-submit:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .ais-RangeInput-submit:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .ais-RangeInput-submit:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .ais-RangeInput-submit:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled, a.disabled.ais-RangeInput-submit,
fieldset:disabled a.btn,
fieldset:disabled a.ais-RangeInput-submit {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #0288d1;
  border-color: #0288d1; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #026fab;
    border-color: #02679e; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #0288d1;
    border-color: #0288d1; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #02679e;
    border-color: #015f92; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.5); }

.btn-orange, .ais-RangeInput-submit {
  color: #ffffff;
  background-color: #e56400;
  border-color: #e56400; }
  .btn-orange:hover, .ais-RangeInput-submit:hover {
    color: #ffffff;
    background-color: #bf5300;
    border-color: #b24e00; }
  .btn-orange:focus, .ais-RangeInput-submit:focus, .btn-orange.focus, .focus.ais-RangeInput-submit {
    box-shadow: 0 0 0 0.2rem rgba(229, 100, 0, 0.5); }
  .btn-orange.disabled, .disabled.ais-RangeInput-submit, .btn-orange:disabled, .ais-RangeInput-submit:disabled {
    color: #ffffff;
    background-color: #e56400;
    border-color: #e56400; }
  .btn-orange:not(:disabled):not(.disabled):active, .ais-RangeInput-submit:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .ais-RangeInput-submit:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle,
  .show > .dropdown-toggle.ais-RangeInput-submit {
    color: #ffffff;
    background-color: #b24e00;
    border-color: #a54800; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .ais-RangeInput-submit:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .ais-RangeInput-submit:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus,
    .show > .dropdown-toggle.ais-RangeInput-submit:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 100, 0, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #e5eef5;
  border-color: #e5eef5; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #c9dcea;
    border-color: #c0d6e7; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 238, 245, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #e5eef5;
    border-color: #e5eef5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #c0d6e7;
    border-color: #b7d0e3; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 238, 245, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #0288d1;
  background-color: transparent;
  background-image: none;
  border-color: #0288d1; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0288d1;
    border-color: #0288d1; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0288d1;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0288d1;
    border-color: #0288d1; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.5); }

.btn-outline-orange {
  color: #e56400;
  background-color: transparent;
  background-image: none;
  border-color: #e56400; }
  .btn-outline-orange:hover {
    color: #ffffff;
    background-color: #e56400;
    border-color: #e56400; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 100, 0, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #e56400;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #ffffff;
    background-color: #e56400;
    border-color: #e56400; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 100, 0, 0.5); }

.btn-outline-secondary {
  color: #e5eef5;
  background-color: transparent;
  background-image: none;
  border-color: #e5eef5; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #e5eef5;
    border-color: #e5eef5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 238, 245, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e5eef5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e5eef5;
    border-color: #e5eef5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 238, 245, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #111111;
  background-color: transparent; }
  .btn-link:hover {
    color: black;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .ais-RangeInput-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .ais-RangeInput-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #111111;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0288d1; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.88rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .ais-RangeInput-submit,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .ais-RangeInput-submit {
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
    .btn-group > .btn:hover, .btn-group > .ais-RangeInput-submit:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .ais-RangeInput-submit:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .ais-RangeInput-submit:focus, .btn-group > .btn:active, .btn-group > .ais-RangeInput-submit:active, .btn-group > .btn.active, .btn-group > .active.ais-RangeInput-submit,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .ais-RangeInput-submit:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .ais-RangeInput-submit:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.ais-RangeInput-submit {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .ais-RangeInput-submit + .btn, .btn-group .btn + .ais-RangeInput-submit, .btn-group .ais-RangeInput-submit + .ais-RangeInput-submit,
  .btn-group .btn + .btn-group,
  .btn-group .ais-RangeInput-submit + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .ais-RangeInput-submit,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .ais-RangeInput-submit + .btn,
  .btn-group-vertical .btn + .ais-RangeInput-submit,
  .btn-group-vertical .ais-RangeInput-submit + .ais-RangeInput-submit,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .ais-RangeInput-submit + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .ais-RangeInput-submit,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .btn-group > .ais-RangeInput-submit:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .ais-RangeInput-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .ais-RangeInput-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > .ais-RangeInput-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .ais-RangeInput-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .ais-RangeInput-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .ais-RangeInput-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .ais-RangeInput-submit,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .btn-group-vertical > .ais-RangeInput-submit + .btn, .btn-group-vertical > .btn + .ais-RangeInput-submit, .btn-group-vertical > .ais-RangeInput-submit + .ais-RangeInput-submit,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .ais-RangeInput-submit + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .ais-RangeInput-submit,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .ais-RangeInput-submit:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > .ais-RangeInput-submit {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .ais-RangeInput-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .ais-RangeInput-submit {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .ais-RangeInput-submit,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .ais-RangeInput-submit {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .ais-RangeInput-submit input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .ais-RangeInput-submit input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .ais-RangeInput-submit input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .ais-RangeInput-submit input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .ais-RangeInput-form .input-group > input,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus, .ais-RangeInput-form .input-group > input:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control, .ais-RangeInput-form .input-group > input + .form-control, .ais-RangeInput-form .input-group > .form-control + input, .ais-RangeInput-form .input-group > input + input,
    .input-group > .form-control + .custom-select,
    .ais-RangeInput-form .input-group > input + .custom-select,
    .input-group > .form-control + .custom-file,
    .ais-RangeInput-form .input-group > input + .custom-file,
    .input-group > .custom-select + .form-control,
    .ais-RangeInput-form .input-group > .custom-select + input,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .ais-RangeInput-form .input-group > .custom-file + input,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child), .ais-RangeInput-form .input-group > input:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .ais-RangeInput-form .input-group > input:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .ais-RangeInput-submit,
  .input-group-append .btn,
  .input-group-append .ais-RangeInput-submit {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .ais-RangeInput-submit + .btn, .input-group-prepend .btn + .ais-RangeInput-submit, .input-group-prepend .ais-RangeInput-submit + .ais-RangeInput-submit,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .ais-RangeInput-submit + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .ais-RangeInput-submit,
  .input-group-append .btn + .btn,
  .input-group-append .ais-RangeInput-submit + .btn,
  .input-group-append .btn + .ais-RangeInput-submit,
  .input-group-append .ais-RangeInput-submit + .ais-RangeInput-submit,
  .input-group-append .btn + .input-group-text,
  .input-group-append .ais-RangeInput-submit + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .ais-RangeInput-submit {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .ais-RangeInput-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .ais-RangeInput-submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .ais-RangeInput-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .ais-RangeInput-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .ais-RangeInput-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .ais-RangeInput-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #0288d1; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(2, 136, 209, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #88d4fe; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0288d1; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0288d1; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 136, 209, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(2, 136, 209, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0288d1; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 136, 209, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #55c2fd;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(85, 194, 253, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc( 1.82rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc( 2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #55c2fd;
    box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #55c2fd; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0288d1; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 599.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 600px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc( 0.25rem - 1px) calc( 0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc( 0.25rem - 1px) calc( 0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc( 0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc( 0.25rem - 1px);
  border-top-right-radius: calc( 0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc( 0.25rem - 1px);
  border-bottom-left-radius: calc( 0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 600px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 600px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 600px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(2, 136, 209, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #0288d1;
  border-color: #0288d1; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.88rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .ais-RangeInput-submit .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #0288d1; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #02679e; }

.badge-orange {
  color: #ffffff;
  background-color: #e56400; }
  .badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #b24e00; }

.badge-secondary {
  color: #212529;
  background-color: #e5eef5; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #c0d6e7; }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 600px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #01476d;
  background-color: #cce7f6;
  border-color: #b8def2; }
  .alert-primary hr {
    border-top-color: #a2d4ee; }
  .alert-primary .alert-link {
    color: #01263a; }

.alert-orange {
  color: #773400;
  background-color: #fae0cc;
  border-color: #f8d4b8; }
  .alert-orange hr {
    border-top-color: #f6c6a1; }
  .alert-orange .alert-link {
    color: #441e00; }

.alert-secondary {
  color: #777c7f;
  background-color: #fafcfd;
  border-color: #f8fafc; }
  .alert-secondary hr {
    border-top-color: #e6edf4; }
  .alert-secondary .alert-link {
    color: #5e6265; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #0288d1;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #111111;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #0288d1;
    border-color: #0288d1; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #01476d;
  background-color: #b8def2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #01476d;
    background-color: #a2d4ee; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #01476d;
    border-color: #01476d; }

.list-group-item-orange {
  color: #773400;
  background-color: #f8d4b8; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #773400;
    background-color: #f6c6a1; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #773400;
    border-color: #773400; }

.list-group-item-secondary {
  color: #777c7f;
  background-color: #f8fafc; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #777c7f;
    background-color: #e6edf4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #777c7f;
    border-color: #777c7f; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.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-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[dir="ltr"] .tooltip{
  text-align: left; }

[dir="rtl"] .tooltip{
  text-align: right; }

.tooltip {
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.88rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[dir="ltr"] .popover{
  text-align: left; }

[dir="rtl"] .popover{
  text-align: right; }

.popover {
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.88rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #111111; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #0288d1 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #02679e !important; }

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

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #b24e00 !important; }

.bg-secondary {
  background-color: #e5eef5 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c0d6e7 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0288d1 !important; }

.border-orange {
  border-color: #e56400 !important; }

.border-secondary {
  border-color: #e5eef5 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 600px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #0288d1 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #02679e !important; }

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

a.text-orange:hover, a.text-orange:focus {
  color: #b24e00 !important; }

.text-secondary {
  color: #e5eef5 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #c0d6e7 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.ais-RangeInput-submit) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.divider-left {
  border-left: 1px solid #dee2e6 !important; }

.divider-right {
  border-right: 1px solid #dee2e6 !important; }

.divider {
  display: block; }

@media (max-width: 599.98px) {
  .divider-only {
    display: block !important; } }

@media (max-width: 599.98px) {
  .divider-down {
    display: block !important; } }

@media (min-width: 600px) {
  .divider-sm-left {
    border-left: 1px solid #dee2e6 !important; }
  .divider-sm-right {
    border-right: 1px solid #dee2e6 !important; }
  .divider-sm {
    display: block; } }

@media (min-width: 600px) and (max-width: 767.98px) {
  .divider-sm-only {
    display: block !important; } }

@media (max-width: 767.98px) {
  .divider-sm-down {
    display: block !important; } }

@media (min-width: 768px) {
  .divider-md-left {
    border-left: 1px solid #dee2e6 !important; }
  .divider-md-right {
    border-right: 1px solid #dee2e6 !important; }
  .divider-md {
    display: block; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .divider-md-only {
    display: block !important; } }

@media (max-width: 991.98px) {
  .divider-md-down {
    display: block !important; } }

@media (min-width: 992px) {
  .divider-lg-left {
    border-left: 1px solid #dee2e6 !important; }
  .divider-lg-right {
    border-right: 1px solid #dee2e6 !important; }
  .divider-lg {
    display: block; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .divider-lg-only {
    display: block !important; } }

@media (max-width: 1199.98px) {
  .divider-lg-down {
    display: block !important; } }

@media (min-width: 1200px) {
  .divider-xl-left {
    border-left: 1px solid #dee2e6 !important; }
  .divider-xl-right {
    border-right: 1px solid #dee2e6 !important; }
  .divider-xl {
    display: block; } }

@media (min-width: 1200px) {
  .divider-xl-only {
    display: block !important; } }

.divider-xl-down {
  display: block !important; }

/* Section theme on HP */
.bg-top-stories {
  background-color: #013D6C !important; }

a.bg-top-stories:hover, a.bg-top-stories:focus,
button.bg-top-stories:hover,
button.bg-top-stories:focus {
  background-color: #012039 !important; }

.hp-top-stories .section-header,
.more-from-article.top-stories .section-header,
.more-stories-list.top-stories .section-header {
  border-color: #013D6C; }
  .hp-top-stories .section-header h3,
  .more-from-article.top-stories .section-header h3,
  .more-stories-list.top-stories .section-header h3 {
    color: #013D6C; }
    .hp-top-stories .section-header h3 a,
    .more-from-article.top-stories .section-header h3 a,
    .more-stories-list.top-stories .section-header h3 a {
      color: #013D6C; }

.hp-top-stories .card-title a:hover,
.more-from-article.top-stories .card-title a:hover,
.more-stories-list.top-stories .card-title a:hover {
  color: #013D6C; }

.col-right .subscribe.top-stories {
  border-color: #013D6C !important; }

.subscribe.top-stories {
  border-color: #013D6C; }
  .subscribe.top-stories .sbox-article-title {
    color: #013D6C; }
  .subscribe.top-stories .btn, .subscribe.top-stories .ais-RangeInput-submit {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.top-stories .btn:active, .subscribe.top-stories .ais-RangeInput-submit:active, .subscribe.top-stories .btn:focus, .subscribe.top-stories .ais-RangeInput-submit:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }

.bg-default {
  background-color: #013D6C !important; }

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #012039 !important; }

.hp-default .section-header,
.more-from-article.default .section-header,
.more-stories-list.default .section-header {
  border-color: #013D6C; }
  .hp-default .section-header h3,
  .more-from-article.default .section-header h3,
  .more-stories-list.default .section-header h3 {
    color: #013D6C; }
    .hp-default .section-header h3 a,
    .more-from-article.default .section-header h3 a,
    .more-stories-list.default .section-header h3 a {
      color: #013D6C; }

.hp-default .card-title a:hover,
.more-from-article.default .card-title a:hover,
.more-stories-list.default .card-title a:hover {
  color: #013D6C; }

.col-right .subscribe.default {
  border-color: #013D6C !important; }

.subscribe.default {
  border-color: #013D6C; }
  .subscribe.default .sbox-article-title {
    color: #013D6C; }
  .subscribe.default .btn, .subscribe.default .ais-RangeInput-submit {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.default .btn:active, .subscribe.default .ais-RangeInput-submit:active, .subscribe.default .btn:focus, .subscribe.default .ais-RangeInput-submit:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }

.bg-local-news {
  background-color: #DD5928 !important; }

a.bg-local-news:hover, a.bg-local-news:focus,
button.bg-local-news:hover,
button.bg-local-news:focus {
  background-color: #b5461d !important; }

.hp-local-news .section-header,
.more-from-article.local-news .section-header,
.more-stories-list.local-news .section-header {
  border-color: #DD5928; }
  .hp-local-news .section-header h3,
  .more-from-article.local-news .section-header h3,
  .more-stories-list.local-news .section-header h3 {
    color: #DD5928; }
    .hp-local-news .section-header h3 a,
    .more-from-article.local-news .section-header h3 a,
    .more-stories-list.local-news .section-header h3 a {
      color: #DD5928; }

.hp-local-news .card-title a:hover,
.more-from-article.local-news .card-title a:hover,
.more-stories-list.local-news .card-title a:hover {
  color: #DD5928; }

.col-right .subscribe.local-news {
  border-color: #DD5928 !important; }

.subscribe.local-news {
  border-color: #DD5928; }
  .subscribe.local-news .sbox-article-title {
    color: #DD5928; }
  .subscribe.local-news .btn, .subscribe.local-news .ais-RangeInput-submit {
    background-color: #DD5928;
    border-color: #DD5928; }
    .subscribe.local-news .btn:active, .subscribe.local-news .ais-RangeInput-submit:active, .subscribe.local-news .btn:focus, .subscribe.local-news .ais-RangeInput-submit:focus {
      background-color: #DD5928;
      border-color: #DD5928;
      box-shadow: none; }

.bg-uae {
  background-color: #DD5928 !important; }

a.bg-uae:hover, a.bg-uae:focus,
button.bg-uae:hover,
button.bg-uae:focus {
  background-color: #b5461d !important; }

.hp-uae .section-header,
.more-from-article.uae .section-header,
.more-stories-list.uae .section-header {
  border-color: #DD5928; }
  .hp-uae .section-header h3,
  .more-from-article.uae .section-header h3,
  .more-stories-list.uae .section-header h3 {
    color: #DD5928; }
    .hp-uae .section-header h3 a,
    .more-from-article.uae .section-header h3 a,
    .more-stories-list.uae .section-header h3 a {
      color: #DD5928; }

.hp-uae .card-title a:hover,
.more-from-article.uae .card-title a:hover,
.more-stories-list.uae .card-title a:hover {
  color: #DD5928; }

.col-right .subscribe.uae {
  border-color: #DD5928 !important; }

.subscribe.uae {
  border-color: #DD5928; }
  .subscribe.uae .sbox-article-title {
    color: #DD5928; }
  .subscribe.uae .btn, .subscribe.uae .ais-RangeInput-submit {
    background-color: #DD5928;
    border-color: #DD5928; }
    .subscribe.uae .btn:active, .subscribe.uae .ais-RangeInput-submit:active, .subscribe.uae .btn:focus, .subscribe.uae .ais-RangeInput-submit:focus {
      background-color: #DD5928;
      border-color: #DD5928;
      box-shadow: none; }

.bg-news {
  background-color: #DD5928 !important; }

a.bg-news:hover, a.bg-news:focus,
button.bg-news:hover,
button.bg-news:focus {
  background-color: #b5461d !important; }

.hp-news .section-header,
.more-from-article.news .section-header,
.more-stories-list.news .section-header {
  border-color: #DD5928; }
  .hp-news .section-header h3,
  .more-from-article.news .section-header h3,
  .more-stories-list.news .section-header h3 {
    color: #DD5928; }
    .hp-news .section-header h3 a,
    .more-from-article.news .section-header h3 a,
    .more-stories-list.news .section-header h3 a {
      color: #DD5928; }

.hp-news .card-title a:hover,
.more-from-article.news .card-title a:hover,
.more-stories-list.news .card-title a:hover {
  color: #DD5928; }

.col-right .subscribe.news {
  border-color: #DD5928 !important; }

.subscribe.news {
  border-color: #DD5928; }
  .subscribe.news .sbox-article-title {
    color: #DD5928; }
  .subscribe.news .btn, .subscribe.news .ais-RangeInput-submit {
    background-color: #DD5928;
    border-color: #DD5928; }
    .subscribe.news .btn:active, .subscribe.news .ais-RangeInput-submit:active, .subscribe.news .btn:focus, .subscribe.news .ais-RangeInput-submit:focus {
      background-color: #DD5928;
      border-color: #DD5928;
      box-shadow: none; }

.bg-business {
  background-color: #0090C5 !important; }

a.bg-business:hover, a.bg-business:focus,
button.bg-business:hover,
button.bg-business:focus {
  background-color: #006b92 !important; }

.hp-business .section-header,
.more-from-article.business .section-header,
.more-stories-list.business .section-header {
  border-color: #0090C5; }
  .hp-business .section-header h3,
  .more-from-article.business .section-header h3,
  .more-stories-list.business .section-header h3 {
    color: #0090C5; }
    .hp-business .section-header h3 a,
    .more-from-article.business .section-header h3 a,
    .more-stories-list.business .section-header h3 a {
      color: #0090C5; }

.hp-business .card-title a:hover,
.more-from-article.business .card-title a:hover,
.more-stories-list.business .card-title a:hover {
  color: #0090C5; }

.col-right .subscribe.business {
  border-color: #0090C5 !important; }

.subscribe.business {
  border-color: #0090C5; }
  .subscribe.business .sbox-article-title {
    color: #0090C5; }
  .subscribe.business .btn, .subscribe.business .ais-RangeInput-submit {
    background-color: #0090C5;
    border-color: #0090C5; }
    .subscribe.business .btn:active, .subscribe.business .ais-RangeInput-submit:active, .subscribe.business .btn:focus, .subscribe.business .ais-RangeInput-submit:focus {
      background-color: #0090C5;
      border-color: #0090C5;
      box-shadow: none; }

.bg-sport {
  background-color: #CE181E !important; }

a.bg-sport:hover, a.bg-sport:focus,
button.bg-sport:hover,
button.bg-sport:focus {
  background-color: #a01317 !important; }

.hp-sport .section-header,
.more-from-article.sport .section-header,
.more-stories-list.sport .section-header {
  border-color: #CE181E; }
  .hp-sport .section-header h3,
  .more-from-article.sport .section-header h3,
  .more-stories-list.sport .section-header h3 {
    color: #CE181E; }
    .hp-sport .section-header h3 a,
    .more-from-article.sport .section-header h3 a,
    .more-stories-list.sport .section-header h3 a {
      color: #CE181E; }

.hp-sport .card-title a:hover,
.more-from-article.sport .card-title a:hover,
.more-stories-list.sport .card-title a:hover {
  color: #CE181E; }

.col-right .subscribe.sport {
  border-color: #CE181E !important; }

.subscribe.sport {
  border-color: #CE181E; }
  .subscribe.sport .sbox-article-title {
    color: #CE181E; }
  .subscribe.sport .btn, .subscribe.sport .ais-RangeInput-submit {
    background-color: #CE181E;
    border-color: #CE181E; }
    .subscribe.sport .btn:active, .subscribe.sport .ais-RangeInput-submit:active, .subscribe.sport .btn:focus, .subscribe.sport .ais-RangeInput-submit:focus {
      background-color: #CE181E;
      border-color: #CE181E;
      box-shadow: none; }

.bg-opinion {
  background-color: #0FACBD !important; }

a.bg-opinion:hover, a.bg-opinion:focus,
button.bg-opinion:hover,
button.bg-opinion:focus {
  background-color: #0b818e !important; }

.hp-opinion .section-header,
.more-from-article.opinion .section-header,
.more-stories-list.opinion .section-header {
  border-color: #0FACBD; }
  .hp-opinion .section-header h3,
  .more-from-article.opinion .section-header h3,
  .more-stories-list.opinion .section-header h3 {
    color: #0FACBD; }
    .hp-opinion .section-header h3 a,
    .more-from-article.opinion .section-header h3 a,
    .more-stories-list.opinion .section-header h3 a {
      color: #0FACBD; }

.hp-opinion .card-title a:hover,
.more-from-article.opinion .card-title a:hover,
.more-stories-list.opinion .card-title a:hover {
  color: #0FACBD; }

.col-right .subscribe.opinion {
  border-color: #0FACBD !important; }

.subscribe.opinion {
  border-color: #0FACBD; }
  .subscribe.opinion .sbox-article-title {
    color: #0FACBD; }
  .subscribe.opinion .btn, .subscribe.opinion .ais-RangeInput-submit {
    background-color: #0FACBD;
    border-color: #0FACBD; }
    .subscribe.opinion .btn:active, .subscribe.opinion .ais-RangeInput-submit:active, .subscribe.opinion .btn:focus, .subscribe.opinion .ais-RangeInput-submit:focus {
      background-color: #0FACBD;
      border-color: #0FACBD;
      box-shadow: none; }

.bg-entertainment {
  background-color: #FF5E5E !important; }

a.bg-entertainment:hover, a.bg-entertainment:focus,
button.bg-entertainment:hover,
button.bg-entertainment:focus {
  background-color: #ff2b2b !important; }

.hp-entertainment .section-header,
.more-from-article.entertainment .section-header,
.more-stories-list.entertainment .section-header {
  border-color: #FF5E5E; }
  .hp-entertainment .section-header h3,
  .more-from-article.entertainment .section-header h3,
  .more-stories-list.entertainment .section-header h3 {
    color: #FF5E5E; }
    .hp-entertainment .section-header h3 a,
    .more-from-article.entertainment .section-header h3 a,
    .more-stories-list.entertainment .section-header h3 a {
      color: #FF5E5E; }

.hp-entertainment .card-title a:hover,
.more-from-article.entertainment .card-title a:hover,
.more-stories-list.entertainment .card-title a:hover {
  color: #FF5E5E; }

.col-right .subscribe.entertainment {
  border-color: #FF5E5E !important; }

.subscribe.entertainment {
  border-color: #FF5E5E; }
  .subscribe.entertainment .sbox-article-title {
    color: #FF5E5E; }
  .subscribe.entertainment .btn, .subscribe.entertainment .ais-RangeInput-submit {
    background-color: #FF5E5E;
    border-color: #FF5E5E; }
    .subscribe.entertainment .btn:active, .subscribe.entertainment .ais-RangeInput-submit:active, .subscribe.entertainment .btn:focus, .subscribe.entertainment .ais-RangeInput-submit:focus {
      background-color: #FF5E5E;
      border-color: #FF5E5E;
      box-shadow: none; }

.bg-going-out {
  background-color: #00C6AE !important; }

a.bg-going-out:hover, a.bg-going-out:focus,
button.bg-going-out:hover,
button.bg-going-out:focus {
  background-color: #009381 !important; }

.hp-going-out .section-header,
.more-from-article.going-out .section-header,
.more-stories-list.going-out .section-header {
  border-color: #00C6AE; }
  .hp-going-out .section-header h3,
  .more-from-article.going-out .section-header h3,
  .more-stories-list.going-out .section-header h3 {
    color: #00C6AE; }
    .hp-going-out .section-header h3 a,
    .more-from-article.going-out .section-header h3 a,
    .more-stories-list.going-out .section-header h3 a {
      color: #00C6AE; }

.hp-going-out .card-title a:hover,
.more-from-article.going-out .card-title a:hover,
.more-stories-list.going-out .card-title a:hover {
  color: #00C6AE; }

.col-right .subscribe.going-out {
  border-color: #00C6AE !important; }

.subscribe.going-out {
  border-color: #00C6AE; }
  .subscribe.going-out .sbox-article-title {
    color: #00C6AE; }
  .subscribe.going-out .btn, .subscribe.going-out .ais-RangeInput-submit {
    background-color: #00C6AE;
    border-color: #00C6AE; }
    .subscribe.going-out .btn:active, .subscribe.going-out .ais-RangeInput-submit:active, .subscribe.going-out .btn:focus, .subscribe.going-out .ais-RangeInput-submit:focus {
      background-color: #00C6AE;
      border-color: #00C6AE;
      box-shadow: none; }

.bg-food {
  background-color: #A2BC07 !important; }

a.bg-food:hover, a.bg-food:focus,
button.bg-food:hover,
button.bg-food:focus {
  background-color: #788b05 !important; }

.hp-food .section-header,
.more-from-article.food .section-header,
.more-stories-list.food .section-header {
  border-color: #A2BC07; }
  .hp-food .section-header h3,
  .more-from-article.food .section-header h3,
  .more-stories-list.food .section-header h3 {
    color: #A2BC07; }
    .hp-food .section-header h3 a,
    .more-from-article.food .section-header h3 a,
    .more-stories-list.food .section-header h3 a {
      color: #A2BC07; }

.hp-food .card-title a:hover,
.more-from-article.food .card-title a:hover,
.more-stories-list.food .card-title a:hover {
  color: #A2BC07; }

.col-right .subscribe.food {
  border-color: #A2BC07 !important; }

.subscribe.food {
  border-color: #A2BC07; }
  .subscribe.food .sbox-article-title {
    color: #A2BC07; }
  .subscribe.food .btn, .subscribe.food .ais-RangeInput-submit {
    background-color: #A2BC07;
    border-color: #A2BC07; }
    .subscribe.food .btn:active, .subscribe.food .ais-RangeInput-submit:active, .subscribe.food .btn:focus, .subscribe.food .ais-RangeInput-submit:focus {
      background-color: #A2BC07;
      border-color: #A2BC07;
      box-shadow: none; }

.bg-travel {
  background-color: #7A72C4 !important; }

a.bg-travel:hover, a.bg-travel:focus,
button.bg-travel:hover,
button.bg-travel:focus {
  background-color: #584eb5 !important; }

.hp-travel .section-header,
.more-from-article.travel .section-header,
.more-stories-list.travel .section-header {
  border-color: #7A72C4; }
  .hp-travel .section-header h3,
  .more-from-article.travel .section-header h3,
  .more-stories-list.travel .section-header h3 {
    color: #7A72C4; }
    .hp-travel .section-header h3 a,
    .more-from-article.travel .section-header h3 a,
    .more-stories-list.travel .section-header h3 a {
      color: #7A72C4; }

.hp-travel .card-title a:hover,
.more-from-article.travel .card-title a:hover,
.more-stories-list.travel .card-title a:hover {
  color: #7A72C4; }

.col-right .subscribe.travel {
  border-color: #7A72C4 !important; }

.subscribe.travel {
  border-color: #7A72C4; }
  .subscribe.travel .sbox-article-title {
    color: #7A72C4; }
  .subscribe.travel .btn, .subscribe.travel .ais-RangeInput-submit {
    background-color: #7A72C4;
    border-color: #7A72C4; }
    .subscribe.travel .btn:active, .subscribe.travel .ais-RangeInput-submit:active, .subscribe.travel .btn:focus, .subscribe.travel .ais-RangeInput-submit:focus {
      background-color: #7A72C4;
      border-color: #7A72C4;
      box-shadow: none; }

.bg-lifestyle {
  background-color: #BA006F !important; }

a.bg-lifestyle:hover, a.bg-lifestyle:focus,
button.bg-lifestyle:hover,
button.bg-lifestyle:focus {
  background-color: #870051 !important; }

.hp-lifestyle .section-header,
.more-from-article.lifestyle .section-header,
.more-stories-list.lifestyle .section-header {
  border-color: #BA006F; }
  .hp-lifestyle .section-header h3,
  .more-from-article.lifestyle .section-header h3,
  .more-stories-list.lifestyle .section-header h3 {
    color: #BA006F; }
    .hp-lifestyle .section-header h3 a,
    .more-from-article.lifestyle .section-header h3 a,
    .more-stories-list.lifestyle .section-header h3 a {
      color: #BA006F; }

.hp-lifestyle .card-title a:hover,
.more-from-article.lifestyle .card-title a:hover,
.more-stories-list.lifestyle .card-title a:hover {
  color: #BA006F; }

.col-right .subscribe.lifestyle {
  border-color: #BA006F !important; }

.subscribe.lifestyle {
  border-color: #BA006F; }
  .subscribe.lifestyle .sbox-article-title {
    color: #BA006F; }
  .subscribe.lifestyle .btn, .subscribe.lifestyle .ais-RangeInput-submit {
    background-color: #BA006F;
    border-color: #BA006F; }
    .subscribe.lifestyle .btn:active, .subscribe.lifestyle .ais-RangeInput-submit:active, .subscribe.lifestyle .btn:focus, .subscribe.lifestyle .ais-RangeInput-submit:focus {
      background-color: #BA006F;
      border-color: #BA006F;
      box-shadow: none; }

.bg-technology {
  background-color: #0288D1 !important; }

a.bg-technology:hover, a.bg-technology:focus,
button.bg-technology:hover,
button.bg-technology:focus {
  background-color: #02679e !important; }

.hp-technology .section-header,
.more-from-article.technology .section-header,
.more-stories-list.technology .section-header {
  border-color: #0288D1; }
  .hp-technology .section-header h3,
  .more-from-article.technology .section-header h3,
  .more-stories-list.technology .section-header h3 {
    color: #0288D1; }
    .hp-technology .section-header h3 a,
    .more-from-article.technology .section-header h3 a,
    .more-stories-list.technology .section-header h3 a {
      color: #0288D1; }

.hp-technology .card-title a:hover,
.more-from-article.technology .card-title a:hover,
.more-stories-list.technology .card-title a:hover {
  color: #0288D1; }

.col-right .subscribe.technology {
  border-color: #0288D1 !important; }

.subscribe.technology {
  border-color: #0288D1; }
  .subscribe.technology .sbox-article-title {
    color: #0288D1; }
  .subscribe.technology .btn, .subscribe.technology .ais-RangeInput-submit {
    background-color: #0288D1;
    border-color: #0288D1; }
    .subscribe.technology .btn:active, .subscribe.technology .ais-RangeInput-submit:active, .subscribe.technology .btn:focus, .subscribe.technology .ais-RangeInput-submit:focus {
      background-color: #0288D1;
      border-color: #0288D1;
      box-shadow: none; }

.bg-how-to {
  background-color: #F9A825 !important; }

a.bg-how-to:hover, a.bg-how-to:focus,
button.bg-how-to:hover,
button.bg-how-to:focus {
  background-color: #e59006 !important; }

.hp-how-to .section-header,
.more-from-article.how-to .section-header,
.more-stories-list.how-to .section-header {
  border-color: #F9A825; }
  .hp-how-to .section-header h3,
  .more-from-article.how-to .section-header h3,
  .more-stories-list.how-to .section-header h3 {
    color: #F9A825; }
    .hp-how-to .section-header h3 a,
    .more-from-article.how-to .section-header h3 a,
    .more-stories-list.how-to .section-header h3 a {
      color: #F9A825; }

.hp-how-to .card-title a:hover,
.more-from-article.how-to .card-title a:hover,
.more-stories-list.how-to .card-title a:hover {
  color: #F9A825; }

.col-right .subscribe.how-to {
  border-color: #F9A825 !important; }

.subscribe.how-to {
  border-color: #F9A825; }
  .subscribe.how-to .sbox-article-title {
    color: #F9A825; }
  .subscribe.how-to .btn, .subscribe.how-to .ais-RangeInput-submit {
    background-color: #F9A825;
    border-color: #F9A825; }
    .subscribe.how-to .btn:active, .subscribe.how-to .ais-RangeInput-submit:active, .subscribe.how-to .btn:focus, .subscribe.how-to .ais-RangeInput-submit:focus {
      background-color: #F9A825;
      border-color: #F9A825;
      box-shadow: none; }

.bg-podcast {
  background-color: #013D6C !important; }

a.bg-podcast:hover, a.bg-podcast:focus,
button.bg-podcast:hover,
button.bg-podcast:focus {
  background-color: #012039 !important; }

.hp-podcast .section-header,
.more-from-article.podcast .section-header,
.more-stories-list.podcast .section-header {
  border-color: #013D6C; }
  .hp-podcast .section-header h3,
  .more-from-article.podcast .section-header h3,
  .more-stories-list.podcast .section-header h3 {
    color: #013D6C; }
    .hp-podcast .section-header h3 a,
    .more-from-article.podcast .section-header h3 a,
    .more-stories-list.podcast .section-header h3 a {
      color: #013D6C; }

.hp-podcast .card-title a:hover,
.more-from-article.podcast .card-title a:hover,
.more-stories-list.podcast .card-title a:hover {
  color: #013D6C; }

.col-right .subscribe.podcast {
  border-color: #013D6C !important; }

.subscribe.podcast {
  border-color: #013D6C; }
  .subscribe.podcast .sbox-article-title {
    color: #013D6C; }
  .subscribe.podcast .btn, .subscribe.podcast .ais-RangeInput-submit {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.podcast .btn:active, .subscribe.podcast .ais-RangeInput-submit:active, .subscribe.podcast .btn:focus, .subscribe.podcast .ais-RangeInput-submit:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }

.bg-video {
  background-color: #013D6C !important; }

a.bg-video:hover, a.bg-video:focus,
button.bg-video:hover,
button.bg-video:focus {
  background-color: #012039 !important; }

.hp-video .section-header,
.more-from-article.video .section-header,
.more-stories-list.video .section-header {
  border-color: #013D6C; }
  .hp-video .section-header h3,
  .more-from-article.video .section-header h3,
  .more-stories-list.video .section-header h3 {
    color: #013D6C; }
    .hp-video .section-header h3 a,
    .more-from-article.video .section-header h3 a,
    .more-stories-list.video .section-header h3 a {
      color: #013D6C; }

.hp-video .card-title a:hover,
.more-from-article.video .card-title a:hover,
.more-stories-list.video .card-title a:hover {
  color: #013D6C; }

.col-right .subscribe.video {
  border-color: #013D6C !important; }

.subscribe.video {
  border-color: #013D6C; }
  .subscribe.video .sbox-article-title {
    color: #013D6C; }
  .subscribe.video .btn, .subscribe.video .ais-RangeInput-submit {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.video .btn:active, .subscribe.video .ais-RangeInput-submit:active, .subscribe.video .btn:focus, .subscribe.video .ais-RangeInput-submit:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }

.bg-gulfnews {
  background-color: #001E36 !important; }

a.bg-gulfnews:hover, a.bg-gulfnews:focus,
button.bg-gulfnews:hover,
button.bg-gulfnews:focus {
  background-color: #000203 !important; }

.hp-gulfnews .section-header,
.more-from-article.gulfnews .section-header,
.more-stories-list.gulfnews .section-header {
  border-color: #001E36; }
  .hp-gulfnews .section-header h3,
  .more-from-article.gulfnews .section-header h3,
  .more-stories-list.gulfnews .section-header h3 {
    color: #001E36; }
    .hp-gulfnews .section-header h3 a,
    .more-from-article.gulfnews .section-header h3 a,
    .more-stories-list.gulfnews .section-header h3 a {
      color: #001E36; }

.hp-gulfnews .card-title a:hover,
.more-from-article.gulfnews .card-title a:hover,
.more-stories-list.gulfnews .card-title a:hover {
  color: #001E36; }

.col-right .subscribe.gulfnews {
  border-color: #001E36 !important; }

.subscribe.gulfnews {
  border-color: #001E36; }
  .subscribe.gulfnews .sbox-article-title {
    color: #001E36; }
  .subscribe.gulfnews .btn, .subscribe.gulfnews .ais-RangeInput-submit {
    background-color: #001E36;
    border-color: #001E36; }
    .subscribe.gulfnews .btn:active, .subscribe.gulfnews .ais-RangeInput-submit:active, .subscribe.gulfnews .btn:focus, .subscribe.gulfnews .ais-RangeInput-submit:focus {
      background-color: #001E36;
      border-color: #001E36;
      box-shadow: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "GlosaHeadline-Black", Georgia, serif; }

.h1-lg {
  font-size: 3.375rem; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s; }

.icon {
  width: 1rem;
  height: 1rem;
  display: inline-block; }
  .icon > svg {
    padding: 15%;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top; }
  .icon.medium {
    width: 2rem;
    height: 2rem; }
  .icon.large {
    width: 3rem;
    height: 3rem; }

.icon-orange {
  fill: #ffffff;
  background-color: #e56400; }
  .icon-orange path {
    stroke-width: 1px; }

.icon-gray {
  fill: #ffffff;
  background-color: #dee2e6; }
  .icon-gray path {
    stroke-width: 1px; }

::-moz-selection {
  background-color: #e56400;
  color: #ffffff; }

::selection {
  background-color: #e56400;
  color: #ffffff; }

[role="main"] {
  min-height: 50vh; }

.ad-unit-300x600 {
  max-width: 300px;
  margin: 0 auto; }

.label-adv {
  padding-bottom: 1rem;
  padding-top: .25rem; }
  .label-adv:before {
    content: "Advertisement";
    font-size: 10px;
    color: #6c757d;
    font-family: "Montserrat", Arial, sans serif;
    display: block;
    margin: 2px 0 5px; }
  .label-adv:after {
    content: ""; }

.lb-ad-sticky .ad-close {
  display: none; }

@media (max-width: 767.98px) {
  .lb-ad-sticky {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    text-align: center;
    margin: 0;
    z-index: 1000; }
    .lb-ad-sticky .ad-close {
      display: block;
      right: 2px;
      top: 2px;
      position: absolute;
      background: #fff;
      width: 26px;
      height: 26px;
      padding: 3px 0 0 0;
      border-radius: 13px; }
      .lb-ad-sticky .ad-close:before {
        content: "";
        background: url("../../images/icons/icon-close.svg") no-repeat 50% 50%/contain;
        display: inline-block;
        width: 12px;
        height: 12px; }
    .lb-ad-sticky .adv {
      margin-bottom: 0 !important; }
    .lb-ad-sticky .adv-loaded + .divider {
      display: none !important; } }

.adv {
  text-align: center;
  margin-bottom: .25rem; }
  .adv + .divider {
    display: none; }
  .adv + div.divider {
    height: 1rem; }
  .adv [data-gpt] {
    height: 1px;
    overflow: hidden; }
  .adv img {
    max-width: 100%; }
  .lb .adv {
    margin-bottom: 1rem; }
  .adv-bg {
    background: #F5F5F2; }
  .article-body .adv-loaded {
    margin-bottom: 1rem; }
  .adv-loaded + .divider {
    display: block !important; }
  .adv-loaded [data-gpt] {
    height: auto; }

/*
.ar-sticky-wrap {
  @include media-breakpoint-up(sm) {
    .adv{
      position:relative;
      background:transparent;
      &.enabled{
        min-height:750px;
        & >div{
          background: $light-grey-v2;
          position: -webkit-sticky;
          position: sticky;
          top:110px;
          padding:10px 0 25px;
        }
      }
    }
  }
}

*/
@media (min-width: 992px) {
  .adv-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 5; } }

.bg-widget, .bg-blue {
  background-color: #e5eef5; }

.align-vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.chevron-down {
  position: relative; }
  .chevron-down::after {
    content: "";
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%; }

.col-rr {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 600px) {
    .col-rr {
      width: auto;
      max-width: 300px; } }

.d-line {
  border-top: 1px #dee2e6 solid;
  border-bottom: 1px #dee2e6 solid;
  padding: 2px; }

.list-no {
  color: #ebebeb;
  font-family: "GlosaHeadline-Black", Georgia, serif;
  font-size: 2.81rem;
  line-height: 2.81rem; }

.sm-only {
  display: block; }
  @media (min-width: 600px) {
    .sm-only {
      display: none; } }

.lg-only {
  display: none; }
  @media (min-width: 600px) {
    .lg-only {
      display: block; } }

hr {
  display: none;
  width: 100%;
  border-color: #dee2e6; }

.gn-grid-row > .col,
.gn-grid-row > [class^="col-"] {
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-top: none; }

.bg-gray {
  background-color: #f5f5f5; }

.bg-gray-300 {
  background-color: #dee2e6; }

.bg-light-gold {
  background-color: #F6F3E2; }

.gn-d-hide {
  display: none; }

.gn-pointer {
  cursor: pointer; }

.gn-d-show {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

.btn-close::before {
  content: "";
  background: url("../../svg/icon-close.svg") no-repeat 50% 50%/contain;
  display: inline-block;
  width: 18px;
  height: 18px; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gnFade {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes gnFade {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

.gn-flag {
  background: url("../images/flags.png") no-repeat;
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  width: 14px; }
  .gn-flag.INR {
    background-position: 0 -1856px; }
  .gn-flag.PHP {
    background-position: 0 -2912px; }
  .gn-flag.PKR {
    background-position: 0 -2928px; }
  .gn-flag.GBP {
    background-position: 0 -1457px; }
  .gn-flag.BDT {
    background-position: 0 -642px; }
  .gn-flag.UAE {
    background-position: 0 -369px; }
  .gn-flag.EGP {
    background-position: 0 -1281px; }
  .gn-flag.LKR {
    background-position: 0 -2242px; }
  .gn-flag.NPR {
    background-position: 0 -2786px; }

.bg-black {
  background-color: #000000; }

.bg-persimmon {
  background-color: #e56400; }

.bg-olive-green {
  background-color: #f7f7f4; }

.bg-light-blue {
  background-color: #e5eef5; }

.a-link {
  color: #0288d1; }
  .a-link:hover {
    color: #015f92; }

.gn-btn-outline-orng {
  color: #e56400;
  background-color: transparent;
  background-image: none;
  border-color: #e56400; }
  .gn-btn-outline-orng:hover {
    color: #fff;
    background-color: #e56400;
    border-color: #e56400; }

.gn-search .gn-search-icon {
  font-size: 13px;
  padding: 12px 25px 12px 10px;
  background: #ffffff url(../images/icons/icon-search.svg) no-repeat 61% 54%;
  background-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%; }

.gn-search .gn-input {
  padding-right: 4%; }

.gn-search .gn-search-icon-cnt {
  position: absolute;
  right: 3px;
  top: 4px;
  z-index: 10; }

.gn-search button {
  outline: none; }

.gn-pills-selector .gn-pills-nav {
  color: #013d6c;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  cursor: pointer; }

.gn-pills-selector .nav-pills .active {
  color: #ffffff;
  background-color: #013d6c; }

.gn-pills-selector .nav-pills .gn-pills-active {
  color: #ffffff;
  background-color: #e56400; }

.gn-pills-selector .nav-pills .gn-link-active {
  color: #e56400;
  font-weight: 600; }

.gn-pills-selector .nav-pills .gn-link {
  text-decoration: underline; }

.gn-pills-selector .nav-pills .gn-pill-bg {
  background-color: #fcdebf; }

.gn-pills-selector .nav-pills-border {
  border: 1px solid #fcdebf; }

.disclaimer-text {
  font-size: 0.75rem;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 300;
  color: #767676; }

.header-wo-nav .gn-logo {
  text-align: center;
  margin-top: 30px; }
  .header-wo-nav .gn-logo svg {
    height: 50px; }

.gn-accordion .card {
  border: none; }
  .gn-accordion .card .card-header {
    border: none; }
  .gn-accordion .card .card-body {
    font-size: 0.88rem; }
  .gn-accordion .card .btn-link.collapsed {
    background-color: #e5eef5;
    border: 2px solid #013d6c;
    color: #013d6c; }
    .gn-accordion .card .btn-link.collapsed .expand-colsp-plus {
      display: block;
      font-size: 3rem;
      position: absolute;
      right: 19px;
      text-align: right;
      top: -15px; }
    .gn-accordion .card .btn-link.collapsed .expand-colsp-minus {
      display: none; }
  .gn-accordion .card .btn-link {
    background-color: #013d6c;
    border-radius: 0;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1.125rem;
    font-weight: 500; }
    .gn-accordion .card .btn-link .expand-colsp-minus {
      display: block;
      font-size: 3rem;
      position: absolute;
      right: 19px;
      text-align: right;
      top: -15px; }
    .gn-accordion .card .btn-link .expand-colsp-plus {
      display: none; }

.gn-send-me-btn {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.75rem;
  font-weight: 500; }
  .gn-send-me-btn .icon svg {
    fill: #ffffff; }

.feeback-sec {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 100%; }
  .feeback-sec img {
    margin-top: 0;
    height: 90px;
    display: none;
    width: 90px; }
  .feeback-sec a {
    width: 100%;
    border-radius: 0; }
  @media (min-width: 600px) {
    .feeback-sec {
      width: auto; }
      .feeback-sec img {
        margin-top: -36px;
        display: inline-block; }
      .feeback-sec a {
        width: auto;
        border-radius: 3px; } }

.feedback-btn {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase; }

@media (max-width: 767.98px) {
  .sm-no-gutter {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 768px) {
  .md-no-gutter {
    margin-left: -15px;
    margin-right: -15px; } }

.vertical-divider {
  border-right: 1px solid #dee2e6 !important;
  display: inline-block;
  height: 100%;
  width: .3rem;
  margin-right: .3rem; }
  .vertical-divider:after {
    content: ' ';
    display: inline-block; }

.gn-swipe-ind {
  border-bottom: double #e9ecef 5px;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.75rem;
  font-weight: 600; }
  .gn-swipe-ind .icon {
    width: 1.5rem;
    height: 1.5rem; }

.gn-profile-img {
  background-color: #013d6c;
  border-radius: 50%;
  height: 147px;
  width: 147px; }
  .gn-profile-img svg {
    fill: #ffffff;
    padding-top: 11%;
    width: 96px; }

.card-number {
  background-color: transparent !important;
  min-width: 2.5rem;
  font-weight: 600;
  font-size: 2rem; }

.latest-story-list.card .media .img-wrapper {
  width: 30%; }

.latest-story-list .card.card-premium .media .img-wrapper {
  width: 30%; }

.latest-story-list .card.card-premium .media .media-body {
  padding-left: 10px; }
  .latest-story-list .card.card-premium .media .media-body .tag-container {
    margin-top: 7px; }

#gn-video-modal .modal-dialog {
  max-width: 70%;
  margin: 30px auto; }

#gn-video-modal .modal-body {
  position: relative;
  padding: 0px; }

#gn-video-modal .close {
  position: absolute;
  right: -35px;
  top: -32px;
  z-index: 999;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  opacity: 1; }

.border-lg {
  border-width: 4px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .md-align-divider-bottom {
    margin-bottom: -30px; }
    .md-align-divider-bottom .card {
      margin-bottom: 30px; }
    .md-align-divider-bottom hr {
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      width: auto; } }

.gn-backtotop {
  background-color: #dee2e6;
  display: table;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 500;
  height: 45px;
  width: 100%; }
  .gn-backtotop a {
    color: #000000;
    display: table-cell;
    vertical-align: middle; }
  .gn-backtotop .icon {
    height: 1.4rem;
    width: 1.2rem; }
    .gn-backtotop .icon svg {
      padding: 10%; }

.gn-progress-ctnr {
  width: 100%;
  height: 2px;
  background-color: transparent; }
  .gn-progress-ctnr .gn-progress-bar {
    height: 2px;
    background: #e56400;
    width: 0%; }

.adv-outofpage, .outofpage-wrap {
  position: absolute;
  height: 1px;
  width: 1px; }

/* Cookies Popup */
.gn-cookies-warning {
  position: fixed;
  display: none;
  width: 100%;
  border: none;
  min-height: 50px;
  z-index: 99999;
  background-color: #013d6c;
  color: #ffffff;
  bottom: 0;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 600; }
  .gn-cookies-warning .msg-body {
    padding: 15px 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .gn-cookies-warning .msg-body {
        padding-right: 24px;
        padding-left: 15px; } }
    @media (max-width: 767.98px) {
      .gn-cookies-warning .msg-body {
        padding-right: 34px;
        padding-left: 15px; } }
    .gn-cookies-warning .msg-body a {
      text-decoration: underline;
      font: inherit;
      color: inherit; }
  .gn-cookies-warning .close-btn {
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    position: absolute;
    width: 20px;
    background-color: #ffffff; }

/* **************** */
/* Reach Search Page Intro */
.gn-reach-search div p {
  color: #656565; }

/* **************** */
/**** Spinner ***/
.spinner {
  margin: .25rem auto;
  min-width: 70px;
  text-align: center; }

.spinner > div {
  width: .9rem;
  height: .9rem;
  background-color: #282828;
  margin: 0 3px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: gn-bouncedelay 1.4s infinite ease-in-out both;
  animation: gn-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes gn-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes gn-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.podcast-ctnr {
  margin-left: 15px;
  margin-right: 15px; }

.lazy {
  opacity: 0; }

.img-loaded {
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out; }

.main-header {
  z-index: 1000; }

.gn-sticky-fill {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.top-navbar {
  height: 36px;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .top-navbar {
      height: 44px;
      padding: 0; } }
  .top-navbar svg {
    height: 18px;
    width: auto;
    padding-top: 1px;
    fill: white; }
  .top-navbar .menu-left {
    padding: 0 !important; }
    .top-navbar .menu-left svg {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-54%);
              transform: translateY(-54%);
      fill: white; }
  .top-navbar .nav-sm {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .top-navbar .nav-sm .icon {
      width: 44px;
      height: 44px; }
    .top-navbar .nav-sm .logo-wrapper svg {
      height: 24px;
      margin-top: 1px; }
    .top-navbar .nav-sm .menu-btn svg {
      margin: 9px 1px 0px 12px; }
  .top-navbar .pt-name {
    padding-right: 0.25rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .top-navbar .top-nav li {
      display: none; }
    .top-navbar .top-nav li:nth-child(-n+4) {
      display: list-item; } }
  @media (min-width: 992px) {
    .top-navbar .top-nav {
      max-width: 440px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .top-navbar .top-nav {
      max-width: 624px;
      overflow: hidden; } }
  .top-navbar .top-nav .nav-item-red {
    background-color: #d72027; }
  .top-navbar .top-nav .nav-link {
    line-height: 22px;
    height: 36px;
    padding: 0 0 0 15px;
    cursor: pointer; }
    .top-navbar .top-nav .nav-link span {
      font-weight: 600; }
    .top-navbar .top-nav .nav-link.home svg {
      fill: #ffffff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      max-width: 17px; }
    .top-navbar .top-nav .nav-link.home:hover svg {
      fill: #6c757d;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .top-navbar .top-nav .logo-wrapper {
    height: 36px; }
    .top-navbar .top-nav .logo-wrapper .gn-logo {
      width: 117px; }
    .top-navbar .top-nav .logo-wrapper path {
      fill: white; }
  .top-navbar .top-nav .partner-logo {
    padding-left: 0 !important;
    padding-right: 0.5rem; }
    .top-navbar .top-nav .partner-logo svg {
      height: 20px;
      width: 70px; }
  .top-navbar .top-nav .logo-text {
    color: #adb5bd; }
  .top-navbar .top-nav-toggle .navbar-nav {
    display: none; }
  .top-navbar .top-nav-toggle .menu-visible {
    display: -webkit-box !important;
    display: flex !important; }
    .top-navbar .top-nav-toggle .menu-visible .menu-left {
      width: 17px; }
  .top-navbar .navbar-nav .nav-link,
  .top-navbar .nav-sm .nav-link {
    color: white;
    font-size: 0.75rem;
    padding: 0.5rem; }
    @media (max-width: 767.98px) {
      .top-navbar .navbar-nav .nav-link,
      .top-navbar .nav-sm .nav-link {
        padding-top: 6px; } }
  .top-navbar .navbar-nav .nav-link {
    line-height: 22px;
    height: 36px;
    outline: none; }
  .top-navbar.navbar-dark {
    background: #001627; }
    .top-navbar.navbar-dark .nav-item {
      border-color: rgba(226, 221, 221, 0.35) !important; }

.top-navbar-right {
  height: 36px; }
  .top-navbar-right svg {
    height: 24px;
    width: 24px;
    margin-top: 0;
    fill: white; }
  .top-navbar-right .nav-item {
    border-right: 1px rgba(226, 221, 221, 0.35) solid; }
    .top-navbar-right .nav-item:first-child {
      border-left: 1px rgba(226, 221, 221, 0.35) solid; }
    .top-navbar-right .nav-item .subscribe {
      background-color: #0288d1;
      color: #ffffff;
      line-height: 20px;
      font-size: 0.75rem;
      font-weight: 700;
      padding-left: 12px;
      padding-right: 12px; }
      .top-navbar-right .nav-item .subscribe:hover {
        background-color: #015f92; }

.menu-icon {
  width: 20px;
  cursor: pointer; }

.menu-btn svg {
  height: 24px;
  padding: 4px 2px !important; }

.home-icon {
  text-align: center; }
  @media (min-width: 600px) {
    .home-icon {
      width: 40px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gn-sec-logo {
    height: 45px; } }

.home-link svg {
  fill: #ffffff;
  height: 16px;
  margin-bottom: -3px; }

.offcanvas-collapse {
  position: fixed;
  z-index: 1060;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  background-color: #001627;
  /* Track */
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .offcanvas-collapse::-webkit-scrollbar {
    width: 3px; }
  @media (min-width: 600px) {
    .offcanvas-collapse {
      width: 360px;
      background-color: #001e36;
      border-right: 4px solid #637a86;
      /* Handle */
      /* Handle on hover */ }
      .offcanvas-collapse::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .offcanvas-collapse::-webkit-scrollbar-thumb {
        background: #888; }
      .offcanvas-collapse::-webkit-scrollbar-thumb:hover {
        background: #555; } }
  .offcanvas-collapse .logo a {
    display: inline-block;
    margin: 1rem 0; }
  .offcanvas-collapse .logo svg {
    width: 76%;
    fill: white; }
  .offcanvas-collapse .heading {
    color: #767676;
    font-size: 1rem; }
  .offcanvas-collapse .trending .nav-link {
    padding: 0.2rem 1rem 0.2rem 0; }
  .offcanvas-collapse .navbar-nav,
  .offcanvas-collapse .btn,
  .offcanvas-collapse .ais-RangeInput-submit,
  .offcanvas-collapse .heading,
  .offcanvas-collapse .latest-links {
    font-family: "Montserrat", Arial, sans serif; }
  .offcanvas-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #282828; }
    .offcanvas-collapse .navbar-nav .nav-item .parent {
      display: inline-block;
      width: 70%; }
  .offcanvas-collapse .navbar-nav .chevron-down {
    padding-top: 7%;
    width: 30%;
    display: inline-block; }
    .offcanvas-collapse .navbar-nav .chevron-down:after {
      right: 1rem; }
  .offcanvas-collapse .navbar-nav .m-bell-icon {
    padding-right: 5px;
    width: 13%;
    display: inline-block;
    outline: none; }
    .offcanvas-collapse .navbar-nav .m-bell-icon svg {
      height: 24px;
      width: 24px;
      margin-top: 0;
      fill: white;
      float: right; }
  
  .offcanvas-collapse .btn,
  .offcanvas-collapse .ais-RangeInput-submit {
    color: white; }
  .offcanvas-collapse .nav-link {
    color: white; }
  .offcanvas-collapse .sub-menu .nav-item {
    padding-left: 1.5rem;
    border-bottom: none; }
  .offcanvas-collapse .sub-menu .nav-link {
    border: none; }
  .offcanvas-collapse .latest-links > li {
    display: inline-block;
    width: 50%; }
  .offcanvas-collapse .latest-links .nav-link {
    padding: 0.2rem 1rem 0.2rem 0; }
  .offcanvas-collapse .search-group {
    padding: 3px;
    background: white;
    width: 100%; }
    .offcanvas-collapse .search-group .form-control, .offcanvas-collapse .search-group .ais-RangeInput-form input, .ais-RangeInput-form .offcanvas-collapse .search-group input {
      border: none; }
    .offcanvas-collapse .search-group .form-control, .offcanvas-collapse .search-group .ais-RangeInput-form input, .ais-RangeInput-form .offcanvas-collapse .search-group input,
    .offcanvas-collapse .search-group .btn,
    .offcanvas-collapse .search-group .ais-RangeInput-submit {
      padding-top: 1px;
      padding-bottom: 1px; }
  .offcanvas-collapse .icon-close {
    background-color: #1f3b52; }
    .offcanvas-collapse .icon-close svg {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .offcanvas-collapse .icon {
    border: none !important; }
    .offcanvas-collapse .icon > svg {
      fill: white;
      padding: 25% !important; }
  .offcanvas-collapse .footer {
    background-color: #1F3240;
    font-family: "Montserrat", Arial, sans serif; }
    .offcanvas-collapse .footer .nav-link {
      padding-left: 0.5rem;
      font-size: 0.88rem; }
    .offcanvas-collapse .footer .share-link {
      width: 40px;
      height: 40px;
      display: inline-block;
      border: 1px #637a86 solid;
      border-radius: 50%;
      background: #788792;
      padding: 5px 4px 4px;
      background-color: #637a86;
      border-color: #637a86; }
      .offcanvas-collapse .footer .share-link:not(:last-child) {
        margin-right: 10px; }
      .offcanvas-collapse .footer .share-link:hover {
        background-color: #212529; }
        .offcanvas-collapse .footer .share-link:hover svg {
          fill: white; }
      .offcanvas-collapse .footer .share-link svg {
        fill: #000000;
        height: 28px;
        width: 28px; }
    .offcanvas-collapse .footer .footer-copyright {
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 300;
      font-family: "Montserrat", Arial, sans serif;
      padding: 0.5rem 0;
      margin: 0;
      text-align: center; }

.offcanvas-collapse.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.logo-container {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.8rem; }
  @media (max-width: 767.98px) {
    .logo-container {
      padding-bottom: 0;
      border-bottom: none; } }
  .logo-container .logo {
    height: 32px;
    padding: 0 1.5rem;
    max-width: 100%;
    margin: auto; }
    .logo-container .logo svg {
      fill: #333E48; }
  @media (min-width: 768px) {
    .logo-container {
      border-bottom: none;
      margin-bottom: 0; }
      .logo-container .logo {
        width: 420px;
        height: auto; } }
  .logo-container .logo svg {
    height: 66px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .logo-container .logo svg {
        height: 32px; } }
  .logo-container .tm {
    font-size: 0.88rem;
    display: none; }
    @media (min-width: 600px) {
      .logo-container .tm {
        display: block; } }
  .logo-container .banner-small {
    width: 160px;
    height: 90px; }
    .logo-container .banner-small img {
      max-width: 100%; }
  .logo-container .icon {
    border: none;
    border-radius: 0.25rem;
    background: transparent; }
    .logo-container .icon svg {
      padding: 20%; }
  .logo-container .nav-item {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-block; }

.category-header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .category-header {
      padding-top: 1rem;
      border-bottom: none;
      padding-bottom: 1rem;
      margin-bottom: 0; } }
  .category-header .logo a {
    display: block; }
  .category-header .logo svg {
    width: 140px;
    height: 20px;
    margin-bottom: .25rem; }
  @media (min-width: 600px) {
    .category-header .logo + .sec-title {
      line-height: 32px; } }
  .category-header .main-section {
    min-height: 25px; }
    .category-header .main-section a {
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 600; }
    @media (min-width: 600px) {
      .category-header .main-section + .sec-title {
        line-height: 32px; } }
  .category-header .sec-title {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700;
    margin: 0;
    font-size: 1.375rem;
    display: inline-block; }
    @media (min-width: 600px) {
      .category-header .sec-title {
        font-size: 2.81rem;
        margin-left: -3px; } }
    .category-header .sec-title .sub-sec-title {
      font-weight: 300; }
      .category-header .sec-title .sub-sec-title::before {
        content: '/ ';
        font-size: 20px;
        color: #adb5bd; }
  .category-header.premium-header .logo {
    text-align: center;
    line-height: 0; }
  @media (max-width: 991.98px) {
    .category-header.premium-header .sec-title {
      width: 100%; } }
  .category-header.premium-header .sec-title svg {
    max-width: 30px;
    margin-bottom: -5px; }
    @media (min-width: 768px) {
      .category-header.premium-header .sec-title svg {
        max-width: 60px;
        margin-bottom: -10px;
        margin-right: -15px; } }
  .category-header.premium-header .p-seperator {
    border-bottom: 3px #1abcd2 solid;
    margin-top: 35px; }
  .category-header .top-sponsor-ad {
    position: relative;
    height: 100%; }
    .category-header .top-sponsor-ad .adv {
      position: absolute;
      width: 100%;
      bottom: 0;
      background: none; }

.article-sticky-header {
  height: 0;
  -webkit-transition: 0.3s height cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.3s height cubic-bezier(0.3, 0.73, 0.3, 0.74);
  background: white;
  overflow: hidden; }
  .article-sticky-header.active {
    height: 46px;
    max-height: 46px; }
  .article-sticky-header .title {
    margin: 0;
    padding: 10px 0 8px 0;
    font-size: 1.2rem; }
  .article-sticky-header hr {
    margin: 0;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15); }
  .article-sticky-header .col-share {
    width: 126px;
    overflow: hidden; }
  .article-sticky-header .premium {
    display: inline-block;
    margin-right: 0.5rem;
    width: 18px;
    height: 18px; }
    .article-sticky-header .premium svg {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .article-sticky-header .col-title {
    width: calc(100% - 126px);
    padding-right: 15px; }
  .article-sticky-header .article-share {
    margin: 0 !important; }
    .article-sticky-header .article-share .share-link {
      width: 32px;
      height: 32px;
      display: inline-block;
      border-radius: 50%;
      padding: 7px; }

.menu-bar-left {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .menu-bar-left {
      -webkit-box-flex: 0;
              flex: 0 0 calc(100% - 146px);
      max-width: calc(100% - 146px); } }

.menu-bar-right {
  display: none; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .menu-bar-right {
      display: block;
      -webkit-box-flex: 0;
              flex: 0 0 146px;
      max-width: 146px; } }
  .menu-bar-right .btn-more-sections {
    float: right;
    padding: 0.2rem .75rem;
    border-radius: 2px;
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif;
    background-color: #ebebeb;
    color: #001e36;
    max-height: 36px;
    font-weight: 600; }
    .menu-bar-right .btn-more-sections svg {
      height: 14px;
      width: 13px;
      display: inline-block;
      fill: #001e36;
      padding-top: 1px;
      margin-right: 3px; }

.menu-bar-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-top: 3px #000000 solid;
  border-bottom: 1px solid #ebebeb; }

.menu-bar.main, .menu-bar.sub {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  overflow: hidden;
  padding: 0;
  max-height: 35px; }
  .menu-bar.main .nav-link, .menu-bar.sub .nav-link {
    line-height: 28px;
    font-size: 0.88rem; }
  .menu-bar.main .nav-item .nav-link, .menu-bar.sub .nav-item .nav-link {
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 3px 0.5rem; }
    .menu-bar.main .nav-item .nav-link:hover, .menu-bar.sub .nav-item .nav-link:hover {
      border-bottom-color: #adb5bd;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .menu-bar.main .nav-item .nav-link.current, .menu-bar.sub .nav-item .nav-link.current {
      background-color: #e56400;
      color: white;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .menu-bar.main .nav-item.premium, .menu-bar.sub .nav-item.premium {
    text-align: left; }
    .menu-bar.main .nav-item.premium .nav-link, .menu-bar.sub .nav-item.premium .nav-link {
      line-height: 25px;
      color: #1abcd2;
      background-color: #f2fcfd;
      border-radius: 3px;
      border: none;
      line-height: 25px;
      padding: 0 10px 0; }
      .menu-bar.main .nav-item.premium .nav-link svg, .menu-bar.sub .nav-item.premium .nav-link svg {
        height: 20px;
        width: 20px;
        top: 3px;
        left: 3px;
        position: relative;
        margin: 0 5px 0 0; }
      .menu-bar.main .nav-item.premium .nav-link:hover, .menu-bar.main .nav-item.premium .nav-link.current, .menu-bar.sub .nav-item.premium .nav-link:hover, .menu-bar.sub .nav-item.premium .nav-link.current {
        padding-bottom: 5px;
        border-bottom: 0; }

.menu-bar.sub {
  border-bottom: 1px solid #ebebeb; }
  .menu-bar.sub .nav-item {
    -webkit-box-flex: 0;
            flex: 0 auto;
    margin: 0 5px; }
    .menu-bar.sub .nav-item:first-child {
      margin-left: 0; }
    .menu-bar.sub .nav-item:last-child {
      margin-right: 0; }
    .menu-bar.sub .nav-item .premium {
      padding-right: 10px; }

.menu-bar.trending {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.5rem; }
  .menu-bar.trending .nav-link {
    color: #656565;
    font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
    font-size: 0.88rem; }
  .menu-bar.trending .caret {
    vertical-align: middle;
    margin-top: -2px;
    fill: #e56400; }
  .menu-bar.trending .highlight {
    color: #000000; }

.menu-bar .divider:before {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 0.1rem;
  color: #bdbddb;
  content: "|"; }

.menu-bar .highlight {
  font-weight: 700; }

.menu-bar .nav-link {
  color: black;
  padding: 0 0.25rem;
  line-height: 35px;
  text-align: left; }

.menu-bar-row + .menu-bar {
  margin-bottom: 1rem; }

.top-story .bottom-section {
  margin: 1.8rem 0; }

.top-story .top-stories-package {
  padding: 15px;
  background: #FEF2E5; }
  .top-story .top-stories-package .card {
    background: #FEF2E5; }

.top-story .card-featured h2.card-title {
  font-size: 1.68rem; }
  @media (min-width: 768px) {
    .top-story .card-featured h2.card-title {
      font-size: 2.25rem; } }

.top-story-photos .section-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  border-color: #013d6c; }

.top-story-photos .top-story-heading {
  line-height: 1.8rem;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1.2rem;
  color: #013d6c;
  padding: .5rem 0;
  border: 0; }

@media (min-width: 768px) {
  .col-md-60p {
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%; }
  .col-md-40p {
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%; }
  .card-featured .card-title {
    font-size: 2.53125rem; } }

@media (min-width: 992px) {
  .col-lg-70p {
    -webkit-box-flex: 0;
            flex: 0 0 62.83333%;
    max-width: 62.83333%; }
  .col-lg-30p {
    -webkit-box-flex: 0;
            flex: 0 0 37.16667%;
    max-width: 37.16667%; }
  /* 60 & 40 */
  .col-lg-60p {
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%; }
  .col-lg-40p {
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%; } }

@media (min-width: 1200px) {
  .col-lg-70p {
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-30p {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.editors-pick {
  margin-bottom: 1.8rem; }
  .editors-pick .card {
    border: none;
    padding: 0; }
  .editors-pick .card-body {
    padding: 0; }
  .editors-pick .card-body__blockquote {
    padding: 0 !important; }

.sc-container {
  margin-bottom: 1.5rem; }
  .sc-container .card {
    border: none;
    padding: 0; }
  .sc-container .list-unstyled {
    margin-bottom: 0; }
    .sc-container .list-unstyled li:last-child .divider {
      display: none; }
  .sc-container .divider {
    margin-top: .75rem;
    margin-bottom: .75rem; }

.section-header {
  border-top: 3px solid black;
  border-bottom: 1px solid #dee2e6 !important;
  margin-bottom: 20px;
  padding: 12px 0;
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .section-header > a {
    align-self: flex-end; }
  .section-header + .content {
    margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .section-header .icon {
      width: 20px;
      height: 20px; } }
  .section-header .icon svg {
    padding: 5px; }
  .section-header h3, .section-header h5 {
    margin: 0;
    font-family: "Montserrat", Arial, sans serif !important; }
    @media (min-width: 600px) {
      .section-header h3, .section-header h5 {
        font-size: 1.375rem; } }
  .section-header .sh-title a {
    line-height: 1rem; }
    @media (min-width: 600px) {
      .section-header .sh-title a {
        line-height: 22px; } }
  .section-header .sh-sponsor {
    -webkit-box-flex: 1;
            flex: 1;
    text-align: right;
    font-family: "Montserrat", Arial, sans serif !important;
    padding: 0; }
    .section-header .sh-sponsor .sh-logo {
      max-height: 24px;
      margin-left: .5rem; }
  .section-header .section-header__link,
  .section-header .section-header__text {
    display: inline-block;
    margin-top: 20px; }
  .section-header .section-header__link {
    line-height: 0.85; }
    @media (min-width: 768px) {
      .section-header .section-header__link {
        line-height: 1.8; } }
  .section-header.semi-bold h1, .section-header.semi-bold h2, .section-header.semi-bold h3, .section-header.semi-bold h4, .section-header.semi-bold h5, .section-header.semi-bold h6 {
    font-weight: 600; }
  .section-header.light h1, .section-header.light h2, .section-header.light h3, .section-header.light h4, .section-header.light h5, .section-header.light h6 {
    font-weight: 300; }
  .section-header.align-center {
    border: none;
    margin: 1.5rem auto; }
    .section-header.align-center h2, .section-header.align-center h3, .section-header.align-center h4, .section-header.align-center h5 {
      width: 100%;
      text-align: center; }
    @media (min-width: 600px) {
      .section-header.align-center {
        margin: 2rem auto; } }

.sub-heading {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 1.2rem; }
  .sub-heading .badge {
    background-color: #013d6c;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans serif;
    border-radius: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1rem; }

.video-container {
  background-color: #013864; }
  .video-container .card-video {
    background-color: transparent; }
    .video-container .card-video .card-title a {
      color: white;
      margin-bottom: 0; }
    .video-container .card-video .tag {
      color: #637a86; }
    .video-container .card-video .card-img {
      border: none; }

.opinion-container {
  background-color: #FEF2E5; }
  .opinion-container *[class*="divider-"] {
    border-color: rgba(229, 100, 0, 0.15) !important; }
  .opinion-container .card {
    background-color: transparent; }
    @media (min-width: 600px) {
      .opinion-container .card {
        margin: 0 1rem; } }
    .opinion-container .card .card-title a {
      color: #111111;
      margin-bottom: 0; }
    .opinion-container .card .author {
      color: #e56400 !important;
      padding-left: 0 !important;
      margin: .5rem 0;
      font-weight: 500 !important; }
    .opinion-container .card .author-image {
      margin-top: .75rem; }
  @media (min-width: 600px) {
    .opinion-container .card-video {
      padding: 1rem; } }

.card-wrapper {
  height: 100%;
  border: 1px solid green; }

.card {
  border: 0;
  margin-bottom: 1rem; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card {
      display: block; } }
  @media (min-width: 600px) {
    .card {
      margin-bottom: 0; } }
  .card .lead {
    font-size: 0.88rem;
    font-weight: 400;
    font-family: "Montserrat", Arial, sans serif;
    color: #333333;
    padding-top: 0.2rem;
    margin-bottom: 0.25rem; }
  .card .card-title {
    margin-bottom: 0.25rem;
    font-size: 1.375rem;
    word-spacing: -0.02em; }
  .card.blog-list .card-title {
    font-size: 1.68rem; }
  .card .card-body {
    padding: 0; }
    .card .card-body .sponsor-name a {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 0.88rem;
      font-weight: 600;
      padding-top: 3px;
      text-transform: uppercase; }
    .card .card-body > div:last-child {
      margin-bottom: 0; }
  .card .author-image {
    max-width: 25%;
    border-radius: 50%;
    margin: 0 0 0 5%;
    float: right; }
  .card .img-wrapper {
    position: relative; }
    .card .img-wrapper + .card-body {
      padding-top: 0.75rem; }
    .card .img-wrapper + .tag-premium {
      padding-top: 0.5rem; }
    .card .img-wrapper a {
      display: block;
      text-align: center;
      background-color: #ededed; }
    .card .img-wrapper .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      background: rgba(229, 100, 0, 0.8); }
      .card .img-wrapper .icon svg {
        fill: #ffffff;
        padding: 26%;
        left: 3%; }
    .card .img-wrapper .icon.volume svg {
      padding: 0;
      left: -2px; }
    .card .img-wrapper .now-playing {
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: justify;
      padding-left: 0.5rem;
      background: #e56400;
      color: #ffffff;
      font-size: 0.88rem;
      font-weight: 600;
      font-family: "Montserrat", Arial, sans serif; }
    .card .img-wrapper .gallery {
      bottom: 0;
      height: 2rem;
      left: unset;
      top: unset;
      -webkit-transform: unset;
              transform: unset;
      width: 2rem; }
    .card .img-wrapper.img-author-wrapper {
      max-width: 25%; }
      .card .img-wrapper.img-author-wrapper .card-img {
        border: none;
        border-radius: 50%;
        margin: 0 0 0 5%;
        float: right; }
  .card .media .img-wrapper {
    width: 42%; }
  .card hr {
    margin: 0.8rem 0; }
  .card .meta {
    overflow: hidden;
    font-weight: 400;
    font-family: "Montserrat", Arial, sans serif;
    margin-bottom: 0.5rem; }
    .card .meta .text {
      font-size: 0.88rem;
      line-height: 100%;
      display: inline-block;
      vertical-align: middle; }
  .card .quick-read {
    color: #111111;
    font-size: 0.75rem; }
  .card .v-divider {
    color: #767676;
    font-size: 0.75rem;
    padding: 0 0.25rem; }
  .card .btn-share {
    line-height: 0.9rem;
    background: white;
    margin-bottom: .5rem; }
    .card .btn-share:hover {
      background: #343a40; }
  .card .time {
    display: inline-block;
    font-size: 0.75rem;
    color: #637a86; }
  .card .card-img {
    max-width: 100%;
    border-top: 3px solid #e56400;
    border-radius: 0; }
  .card .reviewer,
  .card .author {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    color: #637a86; }
  .card .author-date {
    font-weight: 500; }
  .card .release {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.75rem;
    color: #767676; }
    @media (min-width: 768px) {
      .card .release {
        font-size: 1.125rem; } }
    .card .release.in-cinemas {
      color: #e56400; }
  .card.sc-featured .img-wrapper {
    width: 36%; }
  .card.video-lg .img-wrapper .icon {
    width: 5rem;
    height: 5rem; }
  @media (min-width: 768px) {
    .card-lg .card-title {
      font-size: 2.25rem; } }
  .card-lg .lead {
    font-size: 1rem; }
  .card-lg .img-wrapper .gallery {
    height: 3rem;
    width: 3rem; }
  .card-large.featured .card-title {
    font-size: 3.375rem; }
  .card-large.featured .lead {
    font-size: 1.125rem; }
  .card-featured .lead {
    font-size: 1rem; }
  .card-featured .card-title {
    font-size: 1.68rem; }
  .card-featured h1.card-title {
    font-size: 1.68rem; }
    @media (min-width: 768px) {
      .card-featured h1.card-title {
        font-size: 2.81rem; } }
  .card-featured .tag-container {
    margin-bottom: .75rem; }
  .card-featured-photo {
    background-color: #013d6c;
    border-radius: 0;
    padding: 1rem !important; }
    @media (min-width: 600px) {
      .card-featured-photo {
        padding: .75rem !important; } }
    .card-featured-photo .card-img {
      border: none; }
    .card-featured-photo .card-title a {
      color: #FFF; }
  .card-img-right .number, .card-img-left .number {
    font-size: 2.25rem;
    font-weight: 600;
    margin-right: 0.8rem;
    color: #111111 !important; }
  .card-img-right .card-img, .card-img-left .card-img {
    border: none; }
  @media (max-width: 991.98px) {
    .card-sm-col-1 .media {
      display: block; }
      .card-sm-col-1 .media .img-wrapper {
        width: 100%;
        margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    .card-lg-col-1 .media {
      display: block; }
      .card-lg-col-1 .media .img-wrapper {
        width: 100%;
        margin-bottom: 1rem; }
    .card-lg-col-1.card-premium .img-wrapper {
      margin-bottom: 0; }
    .card-lg-col-1.card-premium .media-body .card-body {
      padding-left: 1rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card-md-only-col-1 .media {
      display: block; }
      .card-md-only-col-1 .media .img-wrapper {
        width: 100%;
        margin-bottom: 1rem; }
    .card-md-only-col-1.card-premium .img-wrapper {
      margin-bottom: 0; }
    .card-md-only-col-1.card-premium .media-body .card-body {
      padding-left: 1rem; } }
  @media (min-width: 768px) {
    .card-md-col-1 .media {
      display: block; }
      .card-md-col-1 .media .img-wrapper {
        width: 100%;
        margin-bottom: 1rem; }
    .card-md-col-1.card-premium .img-wrapper {
      margin-bottom: 0; }
    .card-md-col-1.card-premium .media-body .card-body {
      padding-left: 1rem; } }
  @media (min-width: 992px) {
    .card.card-flexi .card-body {
      padding: 1rem 0 0; } }
  .card-premium {
    background-color: #f2fcfd; }
    .card-premium .card-body {
      padding: .75rem 1rem; }
    .card-premium .media-body .card-body {
      padding-left: 0; }
  .card-blockquote.featured .breaking {
    margin-bottom: 1rem; }
  .card-blockquote.card-featured .author-image {
    max-width: 104%; }
  .card-blockquote .blockquote:before {
    content: "";
    background: url("../svg/icon-quote.svg") no-repeat;
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: inline-flex;
    background-size: 32px;
    float: left; }
  .card-blockquote .blockquote a {
    margin-top: 0.5rem;
    padding-left: 48px;
    display: block; }
    .card-blockquote .blockquote a:after {
      content: "\2019\2019";
      color: #111111;
      display: inline;
      font-weight: bold;
      letter-spacing: -3px; }
  .card-blockquote .blockquote .author {
    padding-left: 48px;
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    color: #767676; }
  .card-blockquote .blockquote cite {
    font-style: normal; }
  .card-blockquote .blockquote .author-image-sm {
    max-width: 50%; }
  @media (min-width: 600px) {
    .card-quote-lg .blockquote:before {
      width: 48px;
      height: 48px;
      background-size: 40px;
      float: none;
      display: block; }
    .card-quote-lg .blockquote a {
      padding-left: 0; } }
  .card-sponsored .card-body {
    background: #fffaf3;
    padding: 0.6rem; }
  .card-just-in {
    line-height: 1.2rem;
    color: #e56400;
    font-size: 90%; }
    .card-just-in .card-title {
      font-size: 1.25rem;
      line-height: 26px; }
    .card-just-in .icon {
      width: 1.2rem;
      height: 1.2rem; }
      .card-just-in .icon svg {
        fill: #e56400; }
  .card-latest-stories {
    min-height: 188px; }
  .card-number {
    background-color: #e5eef5; }
    .card-number .card-body {
      padding: 20px; }
      .card-number .card-body p {
        margin-bottom: 0;
        font-family: "Montserrat", Arial, sans serif;
        font-size: 1.25rem;
        color: #637a86;
        line-height: 24px;
        font-weight: 300; }
    .card-number .number-large .number-unit,
    .card-number .number-large .number-text {
      font-size: 120px;
      line-height: 1.2; }
    .card-number .number-unit {
      font-family: "GlosaHeadline-Black", Georgia, serif;
      font-style: normal;
      display: -webkit-box;
      display: flex;
      word-wrap: normal;
      word-break: break-all;
      display: inherit; }
    .card-number .number-text {
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 800; }
    .card-number .number-unit, .card-number .number-text {
      font-size: 70px;
      line-height: 1.1; }
  .card-numbered-list .number {
    font-size: 2rem;
    font-weight: 800;
    width: 2.2rem;
    color: #e56400; }
  .card-numbered-list .card-title {
    font-size: 1rem; }
  .card-numbered-list .card-body {
    padding-bottom: 0; }
  .card-video .media .img-wrapper {
    margin-right: 1rem; }
  @media (min-width: 600px) {
    .card-video .media .img-wrapper {
      margin-right: 0;
      width: 100%; } }
  .card-video .card-title {
    font-size: 1.68rem; }
  .card-flexi.card-premium .card-body {
    padding: 15px; }
    @media (max-width: 1199.98px) {
      .card-flexi.card-premium .card-body {
        padding: 5px 15px 5px 0;
        margin-left: -15px; } }
  .card-recipe .time,
  .card-recipe .cuisine {
    font-size: 16px;
    color: #637a86;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    padding-left: 25px; }
  .card-recipe .time {
    background: url("../images/icons/icon-clock.svg") no-repeat 0% 50%;
    background-size: 15px; }
  .card-recipe .cuisine {
    background: url("../images/icons/icon-knifefork.svg") no-repeat 0% 50%;
    background-size: 15px; }
  .card-restaurant-search, .card-event-search {
    font-family: "Montserrat", Arial, sans serif; }
    .card-restaurant-search .card-title, .card-event-search .card-title {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1.375rem;
      font-weight: 700;
      color: #000000; }
    .card-restaurant-search .card-text, .card-event-search .card-text {
      font-size: 0.75rem;
      color: #767676; }
    .card-restaurant-search .cuisine, .card-event-search .cuisine {
      font-size: 0.88rem;
      font-weight: 300;
      color: #637a86; }
      .card-restaurant-search .cuisine strong, .card-event-search .cuisine strong {
        font-weight: 600; }
    .card-restaurant-search .cost-for, .card-event-search .cost-for {
      font-size: 0.75rem;
      color: #767676; }
      .card-restaurant-search .cost-for .price, .card-event-search .cost-for .price {
        color: #e56400;
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 20px; }
        .card-restaurant-search .cost-for .price span, .card-event-search .cost-for .price span {
          font-weight: 600; }
  .card-event-search .card-text {
    font-weight: 500; }
    .card-event-search .card-text strong {
      color: #000000; }
  .card-movie-trailers .img-wrapper .icon {
    width: 3rem;
    height: 3rem; }
    @media (min-width: 768px) {
      .card-movie-trailers .img-wrapper .icon {
        width: 5rem;
        height: 5rem; } }
  .card-movie-trailers .card-title {
    font-size: 1.68rem; }
    @media (min-width: 768px) {
      .card-movie-trailers .card-title {
        font-size: 1.93rem; } }
  .card-top-restaurants .author,
  .card-top-restaurants .lead {
    display: none; }
    @media (min-width: 768px) {
      .card-top-restaurants .author,
      .card-top-restaurants .lead {
        display: block; } }
  .card-food .card-img {
    border-color: #cddc39; }
  .card-food.card-premium.card-flexi .card-title {
    font-size: 1.25rem; }
    @media (min-width: 992px) {
      .card-food.card-premium.card-flexi .card-title {
        font-size: 2.25rem; } }
  .card-food.card-featured .lead {
    font-size: 1rem;
    color: #637a86;
    font-weight: 300; }
    @media (min-width: 768px) {
      .card-food.card-featured .lead {
        font-size: 1.125rem;
        line-height: 24px; } }
  .card-food.card-premium .card-title {
    font-size: 1.375; }
  .card-more-food .card-img {
    border-color: #cddc39; }
  .card-more-food .card-title {
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .card-more-food .card-title {
        font-size: 1.875rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card-flexible .media {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .card-flexible .media .img-wrapper {
        width: 100%; } }
  .card-travel .card-img {
    border: 0; }
  .card-travel .card-body {
    background: #ffffff;
    width: 90%;
    margin-top: -50px;
    margin-left: -1px;
    z-index: 1;
    padding: 1.2rem .75rem 0 0; }
    .card-travel .card-body .card-title {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1.375rem; }
      .card-travel .card-body .card-title a {
        color: #000000; }
  .card-travel .img-wrapper .icon {
    background-color: #eed543;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: 3%;
    bottom: 3%; }
    .card-travel .img-wrapper .icon svg {
      fill: #000000; }
  .card-travel .img-wrapper .video-title {
    width: 80%;
    position: absolute;
    top: 3%;
    left: 3%;
    font-size: 2.25rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
  .card-travel.card-featured .card-body {
    background: #000000;
    margin: 0;
    padding: 15px;
    width: 100%; }
    .card-travel.card-featured .card-body .card-title a {
      color: #ffffff; }
    .card-travel.card-featured .card-body .lead {
      color: #ffffff; }
    @media (min-width: 992px) {
      .card-travel.card-featured .card-body {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        width: 75%;
        padding: 3%; }
        .card-travel.card-featured .card-body .card-title {
          font-size: 3.375rem; }
        .card-travel.card-featured .card-body .lead {
          font-size: 1.125rem; } }
  .card-travel-ol .card-title {
    font-size: 1.375rem;
    font-weight: 300;
    font-family: "Montserrat", Arial, sans serif; }
  .card-event {
    background-color: inherit; }
    .card-event .card-title {
      color: #000000;
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1.125rem;
      font-weight: 500; }
    .card-event .time {
      color: #013d6c;
      font-size: 0.88rem;
      font-weight: 700; }
  @media (max-width: 991.98px) {
    .card-more-stories .lead,
    .card-more-stories .no-image {
      display: none; } }
  @media (min-width: 768px) {
    .card-listing .card-title {
      font-size: 1.875rem; } }
  .card-author .img-wrapper img {
    border-radius: 50%;
    overflow: hidden; }
  .card-author .card-title {
    margin: 0; }
  .card-author .follow-twitter {
    color: #e56400;
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300; }
    .card-author .follow-twitter svg {
      fill: #e56400;
      width: 35px;
      margin-bottom: -10px; }
  .card-lifestyle .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400; }
  @media (min-width: 768px) {
    .card-lifestyle.card-featured .card-title {
      font-size: 2.81rem; } }
  @media (max-width: 767.98px) {
    .card-sm-expand .img-wrapper {
      margin-left: -15px;
      margin-right: -15px; } }

#load-more-list .img-wrapper.lm-list {
  width: 32%; }

.card.podcast-card {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #f7f7f4; }
  .card.podcast-card .card-img {
    border-top: 0; }
  .card.podcast-card .card-body .card-title {
    font-size: 1.125rem;
    line-height: 24px; }
  .card.podcast-card .tag-container .tag {
    line-height: 12px;
    font-size: 12px; }

.latest-news .carousel-item [class*='col-']:last-child .card {
  margin-bottom: .25rem; }

.latest-news .carousel-item [class*='col-']:last-child .divider-md-down {
  display: none !important; }

.latest-news .show-more .carousel-item:first-child [class*='col-']:last-child .divider-md-down {
  display: block !important; }

.latest-news .carousel .carousel-control-prev,
.latest-news .carousel .carousel-control-next {
  display: none; }

@media (min-width: 992px) {
  .latest-news .carousel .carousel-inner {
    width: 93%;
    padding: 0 1rem;
    left: 3.5%; }
  .latest-news .carousel .carousel-control-prev,
  .latest-news .carousel .carousel-control-next {
    width: 3.5%;
    background-color: #80abcd;
    display: -webkit-box;
    display: flex; } }

.card-deck.divide-card .card:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  right: -15px; }

.card-deck.divide-card .card:last-child:after {
  display: none; }

.tag-container {
  margin: 0 0 0.4rem 0; }
  .tag-container .tag {
    color: #637a86;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 12px; }
  .tag-container.sponsored .tag {
    color: #e56400; }
  .tag-container.live:before {
    content: '';
    height: 10px;
    width: 10px;
    display: inline-block;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGZpbGw9IiNiNzFjMWMiIGQ9Ik00IDBjLTIuMjAzIDAtNCAxLjc5Ny00IDQgMCAyLjIwMyAxLjc5NyA0IDQgNCAyLjIwMyAwIDQtMS43OTcgNC00IDAtMi4yMDMtMS43OTctNC00LTR6bTAgMWMxLjY2MyAwIDMgMS4zMzcgMyAzcy0xLjMzNyAzLTMgMy0zLTEuMzM3LTMtMyAxLjMzNy0zIDMtM3ptMCAxYy0xLjA5OSAwLTIgLjkwMS0yIDJzLjkwMSAyIDIgMiAyLS45MDEgMi0yLS45MDEtMi0yLTJ6bTAgMWMuNTU4IDAgMSAuNDQyIDEgMXMtLjQ0MiAxLTEgMS0xLS40NDItMS0xIC40NDItMSAxLTF6Ij48L3BhdGg+PC9zdmc+") no-repeat;
    background-position: center center;
    background-size: 10px;
    padding-right: 2px; }
  .tag-container.live .tag {
    color: #b71c1c; }
  .tag-container.tag-premium .tag {
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
    color: #1abcd2;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    padding: 0;
    text-align: left;
    text-transform: uppercase; }
  .tag-container.tag-premium:before {
    content: '';
    height: 13px;
    width: 13px;
    display: inline-block;
    background: url("../svg/icon-premium-diamond.svg") no-repeat;
    background-position: center center;
    background-size: 13px;
    padding-right: 2px; }
  .tag-container.tag-premium svg {
    height: 20px;
    width: 20px;
    top: 3px;
    margin-right: 3px;
    position: relative; }
  .tag-container.breaking {
    background-color: #b71c1c;
    padding: 4px;
    margin-top: 0;
    display: inline-block;
    display: -webkit-inline-box;
    display: inline-flex; }
    .tag-container.breaking .tag {
      color: #ffffff;
      font-weight: 600; }
  .tag-container.exclusive {
    background-color: #F2DD4E;
    padding: 4px;
    margin-top: 0;
    display: inline-block;
    display: -webkit-inline-box;
    display: inline-flex; }
    .tag-container.exclusive .tag {
      color: #4A5C64;
      font-weight: 600; }

.list-col-2 {
  display: block; }
  @media (min-width: 600px) {
    .list-col-2 {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 600px) {
    .list-col-2 > li {
      -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      padding-bottom: 1.5rem; }
      .list-col-2 > li hr {
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        width: auto; } }
  .list-col-2 > li .number {
    font-size: 1.375rem;
    font-weight: 600;
    vertical-align: middle;
    width: 2.2rem;
    color: #e56400; }
  .list-col-2 > li hr {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem; }
  .list-col-2 > li:last-child hr {
    display: none; }
  @media (min-width: 600px) {
    .list-col-2 > li:nth-last-child(2) hr {
      display: none; } }
  .list-col-2.gutter-large {
    margin-left: -16px;
    margin-right: -16px; }
    .list-col-2.gutter-large > li {
      padding-left: 16px;
      padding-right: 16px; }
      .list-col-2.gutter-large > li hr {
        left: 16px;
        right: 16px; }

.article-list-content li:last-child hr {
  display: none; }

.more-stories {
  overflow: hidden;
  line-height: 1rem; }
  .more-stories a {
    font-family: "Montserrat", Arial, sans serif;
    color: #000000;
    font-size: 90%; }
  .more-stories .icon {
    margin-left: 0.5rem; }

.subscribe {
  background-color: #e5eef5; }
  .subscribe .title {
    font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
    font-weight: 400; }
    .subscribe .title b {
      font-weight: 600; }
  .subscribe .excerpt {
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    color: #767676; }
  .subscribe .desc {
    font-size: 1rem;
    color: #637a86; }
  .subscribe .input-group {
    padding: 3px;
    background: #ffffff;
    border-radius: 3px; }
  .subscribe input {
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 14px;
    font-family: "Montserrat", Arial, sans serif;
    color: #adb5bd; }
  .subscribe .btn, .subscribe .ais-RangeInput-submit {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600; }
  .subscribe a.btn, .subscribe a.ais-RangeInput-submit {
    font-size: .85rem;
    color: #FFF; }
  .subscribe.pr-subscribe {
    background: #f2fcfd; }
    .subscribe.pr-subscribe .title {
      font-size: 1.125rem;
      color: #1abcd2; }
    .subscribe.pr-subscribe button {
      background-color: #17a2b8;
      border-color: #17a2b8; }
  .subscribe.fd-subscribe .title {
    font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
    font-size: 1.25rem;
    margin: 0; }
  .subscribe.fd-subscribe .desc {
    font-family: "Montserrat", Arial, sans serif; }
  @media (min-width: 768px) {
    .subscribe.fd-subscribe .input-group {
      margin-top: 30px; } }
  .subscribe.travel-alert .title {
    font-size: 1.25rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: bold; }
  .subscribe.travel-alert .desc {
    font-size: 1rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    color: #000000; }
  @media (max-width: 991.98px) {
    .subscribe.travel-alert .input-group {
      background: none; }
      .subscribe.travel-alert .input-group input[type=text] {
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 10px; }
      .subscribe.travel-alert .input-group .input-group-append {
        width: 100%; } }
  .subscribe .messages {
    color: #0288d1; }
  .subscribe-expanded .title {
    font-size: 27px;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .subscribe-expanded .title {
        font-size: 24px;
        margin-bottom: 5px; } }
  .subscribe-expanded .excerpt {
    color: #637a86;
    font-size: 0.88rem;
    font-weight: 400; }
  .subscribe-expanded .sign-up-btn {
    font-weight: 600;
    font-family: "Montserrat", Arial, sans serif;
    background-color: #0090C5; }

.subscribe-footer {
  font-family: "Montserrat", Arial, sans serif;
  background: #282828;
  padding: 15px;
  margin-top: 6%; }
  .subscribe-footer .title {
    color: #ffffff;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600; }
  .subscribe-footer .subscribe .messages-footer {
    color: #ffffff; }
  .subscribe-footer .excerpt {
    color: #888888;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal; }
  .subscribe-footer .sign-up-btn {
    font-weight: 600;
    background-color: #0090C5; }
  @media (max-width: 991.98px) {
    .subscribe-footer {
      display: none; } }

.nl-sign-up-form .form-check-label {
  font-size: 0.88rem;
  line-height: 21px; }

.nl-sign-up-form .nl-links a {
  color: #797C7E;
  text-decoration: none;
  font-size: 0.88rem; }

/* In article subscription box */
.sbox-article {
  border-left: 4px solid #0288d1;
  background-color: #f7f7f4;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1rem;
  /* Smaller version */ }
  .sbox-article .btn-wrapper {
    text-align: center; }
  .sbox-article .sbox-article-desc a {
    color: #0288d1; }
  .sbox-article .sbox-alert {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 500;
    font-size: 1rem; }
  .sbox-article .s-response {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 80%;
    color: #dc3545; }
  @media (min-width: 600px) {
    .sbox-article {
      text-align: center;
      border-left: 8px solid #0288d1; } }
  .sbox-article-title {
    margin-bottom: .25rem;
    color: #0288d1;
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-family: "GlosaHeadline-Black", Georgia, serif; }
    @media (min-width: 600px) {
      .sbox-article-title {
        font-size: 1.5125rem; } }
  .sbox-article-desc {
    line-height: 1.2rem;
    color: #637A86;
    font-weight: 500;
    margin-bottom: .75rem;
    font-size: 0.75rem;
    font-family: "Montserrat", Arial, sans serif; }
  .sbox-article .invalid-feedback {
    font-size: 0.88rem;
    background-color: #f7f7f4;
    padding-top: 3px; }
  .sbox-article .input-group {
    width: auto;
    margin: 0 0 .25rem 0;
    padding: 0;
    background: none; }
    @media (min-width: 600px) {
      .sbox-article .input-group {
        margin-left: 12%;
        margin-right: 12%; } }
    .sbox-article .input-group .form-control, .sbox-article .input-group .ais-RangeInput-form input, .ais-RangeInput-form .sbox-article .input-group input,
    .sbox-article .input-group .input-group-append {
      height: 32px;
      line-height: 1rem; }
      @media (min-width: 600px) {
        .sbox-article .input-group .form-control, .sbox-article .input-group .ais-RangeInput-form input, .ais-RangeInput-form .sbox-article .input-group input,
        .sbox-article .input-group .input-group-append {
          height: 34px;
          line-height: 1.2rem; } }
    .sbox-article .input-group .btn, .sbox-article .input-group .ais-RangeInput-submit {
      line-height: 1rem;
      font-size: 0.75rem;
      font-weight: 600;
      padding-left: .3rem;
      padding-right: .3rem; }
      @media (min-width: 600px) {
        .sbox-article .input-group .btn, .sbox-article .input-group .ais-RangeInput-submit {
          line-height: 1.2rem;
          font-size: 0.88rem;
          padding-left: .75rem;
          padding-right: .75rem; } }
  .col-right .sbox-article {
    text-align: left !important;
    border-left: 4px solid #0288d1 !important;
    margin-top: 0; }
    .col-right .sbox-article .btn-wrapper {
      text-align: left; }
    .col-right .sbox-article .sbox-article-title {
      font-size: 1.2rem !important; }
    .col-right .sbox-article .sbox-article-desc {
      font-size: 0.75rem !important; }
    .col-right .sbox-article .input-group {
      margin: 0 0 .25rem 0 !important; }
      .col-right .sbox-article .input-group .form-control, .col-right .sbox-article .input-group .ais-RangeInput-form input, .ais-RangeInput-form .col-right .sbox-article .input-group input,
      .col-right .sbox-article .input-group .input-group-append {
        height: 32px !important;
        line-height: 1rem !important; }
      .col-right .sbox-article .input-group .btn, .col-right .sbox-article .input-group .ais-RangeInput-submit {
        line-height: 1rem !important;
        font-size: 0.75rem !important; }

.gn-grid-row-header > .col,
.gn-grid-row-header > [class^="col-"] {
  color: white;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  background-color: #80abcd;
  border-left: 1px solid #eeeeee; }

.gray-bg {
  background-color: #ebebeb; }

.margin-top-40 {
  margin-top: 40px; }

.gold-rate-container .gf-content, .gn-remitance-rate .gf-content {
  border-bottom: 2px solid; }

.gn-compare-gold-pr-ctnr .compare-gp-content .quantity {
  height: 26px; }
  .gn-compare-gold-pr-ctnr .compare-gp-content .quantity input {
    border: 1px solid #000000;
    border-radius: 0.25rem; }
  .gn-compare-gold-pr-ctnr .compare-gp-content .quantity .input-group-text {
    background-color: inherit;
    border: none;
    padding: 0 0 0 5px; }

.gn-compare-gold-pr-ctnr .compare-gp-content .cgp-value {
  letter-spacing: 1px; }

/* -------Compare Gold Price Widget ------------------------------------ */
.gn-cgp-ctnr .cgp-content {
  font-family: "Montserrat", Arial, sans serif; }
  .gn-cgp-ctnr .cgp-content .cgp-input {
    color: #000000;
    font-size: 0.88rem;
    font-weight: 500; }
    .gn-cgp-ctnr .cgp-content .cgp-input input, .gn-cgp-ctnr .cgp-content .cgp-input select {
      border: 1px solid #6c757d;
      color: #6c757d;
      font-size: 24px;
      font-weight: 300;
      height: 50px; }
    .gn-cgp-ctnr .cgp-content .cgp-input select {
      background-size: 19px 34px; }
    .gn-cgp-ctnr .cgp-content .cgp-input .karat {
      font-size: 1.375rem;
      margin-left: 3px; }
  .gn-cgp-ctnr .cgp-content .cgp-output .cgp-label {
    color: #013d6c;
    font-size: 0.88rem;
    font-weight: 500; }
  .gn-cgp-ctnr .cgp-content .cgp-output .cgp-value {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px; }
    .gn-cgp-ctnr .cgp-content .cgp-output .cgp-value span {
      font-size: 0.75rem;
      font-weight: 500; }
  .gn-cgp-ctnr .cgp-content .cgp-output .cgp-state-selector {
    margin-top: 5px;
    width: 47%; }
  .gn-cgp-ctnr .cgp-content .cgp-output .out-header {
    background-color: #80abcd;
    color: #ffffff;
    font-weight: 600;
    padding: 2px 7px; }
  .gn-cgp-ctnr .cgp-content .gn-cust-select {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#e56400' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z'/></svg>");
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 30px; }

/* -------End------------------ */
/**
Gold Forex Nav bar
*/
@media (min-width: 768px) {
  .gf-nav-wrapper {
    position: -webkit-sticky;
    position: sticky; } }

.gold-forex-wrapper {
  min-height: 70vh; }
  .gold-forex-wrapper .divider {
    margin: 1.5rem 0; }
  .gold-forex-wrapper section:last-child .divider {
    display: none; }
  .gold-forex-wrapper .gn-table tbody .active-month:nth-child(2n) {
    background-color: #e5ebef; }
  .gold-forex-wrapper .gn-table tbody .active-month:nth-child(2n + 1) {
    background-color: #bdcdd8; }

.gold-forex-nav {
  margin-bottom: .75rem; }
  .gold-forex-nav a {
    font-family: "Montserrat", Arial, sans serif;
    color: #637a86;
    font-size: 0.88rem; }
  @media (max-width: 991.98px) {
    .gold-forex-nav .nav {
      overflow-x: auto;
      white-space: nowrap;
      flex-wrap: nowrap;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .gold-forex-nav .nav > li {
        display: inline-block; }
        .gold-forex-nav .nav > li a:first-child {
          padding-left: 0; }
      .gold-forex-nav .nav .nav-link {
        color: #0288d1;
        text-decoration: underline;
        cursor: pointer; }
        .gold-forex-nav .nav .nav-link.active {
          font-weight: 700; } }
      @media (max-width: 991.98px) and (min-width: 768px) {
        .gold-forex-nav .nav .nav-link.active {
          font-weight: 600; } }
  @media (min-width: 768px) {
    .gold-forex-nav {
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .gold-forex-nav li {
        display: block; }
      .gold-forex-nav .nav-link {
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .gold-forex-nav .nav-link.active {
          background-color: #e5ebef;
          color: #013d6c; }
          .gold-forex-nav .nav-link.active::before {
            content: ' ';
            width: 14px;
            height: 24px;
            float: right;
            background-position: center center;
            background-size: 14px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23013d6c' viewBox='0 0 8 8'%3E%3Cpath d='M5 0v2h-5v1h5v2l3-2.531-3-2.469z' transform='translate(0 1)'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            -webkit-transform: rotate(90);
                    transform: rotate(90); }
        .gold-forex-nav .nav-link.reversed::before {
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); } }

.network-links {
  background: #282828;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 0;
  line-height: 25px; }
  .network-links .network-nav {
    margin: 0; }
    .network-links .network-nav li {
      display: inline-block;
      padding-right: 20px; }
      .network-links .network-nav li:last-child {
        padding-right: 0; }
    .network-links .network-nav a {
      font-family: "GlosaTextRomanItalic", Georgia, serif;
      font-size: 16px;
      font-weight: 700;
      color: white; }
  footer .network-links .nav-link {
    padding: 0; }
  @media (max-width: 991.98px) {
    .network-links {
      display: none; } }

.footer {
  background: #000000; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 20px 0; } }
  .footer .footer-links {
    margin-top: 35px; }
    .footer .footer-links a {
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 400;
      color: #ffffff;
      display: block;
      padding: 8px 0;
      line-height: 1rem;
      font-size: 14px; }
    @media (max-width: 991.98px) {
      .footer .footer-links {
        display: none; } }
  .footer .footer-share {
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .footer .footer-share {
        margin-top: 5px;
        text-align: center; } }
    .footer .footer-share .title {
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 600;
      color: #ffffff; }
      @media (max-width: 991.98px) {
        .footer .footer-share .title {
          display: none; } }
    .footer .footer-share .share-link {
      width: 45px;
      height: 45px;
      display: inline-block;
      border: 1px #343a40 solid;
      border-radius: 50%;
      padding: 6px; }
      .footer .footer-share .share-link:not(:last-child) {
        margin-right: 10px; }
      .footer .footer-share .share-link:hover {
        background-color: #212529; }
      .footer .footer-share .share-link svg {
        fill: #ffffff; }
      @media (max-width: 991.98px) {
        .footer .footer-share .share-link {
          background-color: #637a86;
          border-color: #637a86; }
          .footer .footer-share .share-link svg {
            fill: #000000; } }
  .footer .footer-copyright {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 300;
    font-family: "Montserrat", Arial, sans serif;
    margin: 15px 0 10px; }
    @media (max-width: 991.98px) {
      .footer .footer-copyright {
        text-align: center; } }

.load-more {
  text-align: center; }
  .load-more .btn-load-more {
    font-family: "Montserrat", Arial, sans serif;
    text-transform: uppercase;
    min-width: 40%; }
  .load-more.full-width .btn-load-more {
    width: 100%; }

.cc-container .cc-tile-container {
  padding-bottom: 1px;
  position: relative; }
  .cc-container .cc-tile-container .cc-tile {
    background-color: white; }
    .cc-container .cc-tile-container .cc-tile .default-cntry {
      color: #013d6c;
      padding-left: 16px;
      min-width: 85px; }
  .cc-container .cc-tile-container .cc-select .dropdown-toggle::after {
    content: none; }
  .cc-container .cc-tile-container .cc-select button {
    position: relative;
    color: #013d6c;
    padding-right: 38px;
    min-width: 85px; }
  .cc-container .cc-tile-container .cc-select button::before {
    content: "";
    position: absolute;
    right: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#4181b4' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z'/></svg>");
    background-size: 14px;
    width: 15px;
    height: 9px;
    top: 13px;
    background-repeat: no-repeat; }
  .cc-container .cc-tile-container .cc-select .dropdown-menu {
    min-width: 6rem; }
    .cc-container .cc-tile-container .cc-select .dropdown-menu a div {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 3px; }
    .cc-container .cc-tile-container .cc-select .dropdown-menu a:last-child div {
      border-bottom: none; }
  .cc-container .cc-tile-container .cc-select .dropdown-item {
    color: #4181b4;
    cursor: pointer; }
  .cc-container .cc-tile-container .cc-select .dropdown-item:active {
    background-color: #f8f9fa; }
  .cc-container .cc-tile-container input[type="number"]::-webkit-outer-spin-button,
  .cc-container .cc-tile-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .cc-container .cc-tile-container input[type="number"] {
    -moz-appearance: textfield; }

.cc-container .cc-arrow-circle {
  position: absolute;
  width: 60px;
  z-index: 100;
  top: 46px;
  left: 41%; }
  .cc-container .cc-arrow-circle .circle-arrow {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #0288d1;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fbf4f4;
    position: relative; }
    .cc-container .cc-arrow-circle .circle-arrow .circle-arrow-icons {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      left: 50%;
      width: 33px;
      height: 35px;
      background-image: url("../svg/icon-arrow-up-down.svg");
      background-repeat: no-repeat; }
      .cc-container .cc-arrow-circle .circle-arrow .circle-arrow-icons .icon {
        width: 1rem;
        height: 1rem; }
      .cc-container .cc-arrow-circle .circle-arrow .circle-arrow-icons .icon-arrow {
        fill: #4181b4; }

.cc-container .cc-header p {
  color: #111111;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  font-size: 0.75rem; }

@media (max-width: 767.98px) {
  .article-share {
    margin-top: .5rem; } }

.article-share .share-link {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  padding: 6px;
  background: #e5eef5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .article-share .share-link.facebook svg {
    fill: #3b5998; }
  .article-share .share-link.twitter svg {
    fill: #1da1f2; }
  .article-share .share-link.mail svg {
    fill: #01579b; }
  .article-share .share-link.whatsapp svg {
    fill: #34af23; }
  .article-share .share-link.linkedin svg {
    fill: #0077B5; }
  .article-share .share-link.share-arrow svg {
    fill: #637a86;
    pointer-events: none; }
  .article-share .share-link:not(:last-child) {
    margin-right: 10px; }
  .article-share .share-link:hover {
    background-color: #e56400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .article-share .share-link:hover svg {
      fill: #ffffff; }

.article {
  font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 1.5rem; }
  .article .article-body {
    margin-left: 0; }
    @media (min-width: 600px) {
      .article .article-body {
        padding-left: 2rem; } }
  .article table {
    width: 100%;
    margin: 0 auto 1.5rem auto;
    font-size: 1rem; }
  .article td {
    padding: .25rem; }
  .article .reach-brand {
    margin-top: .75rem; }
    .article .reach-brand img {
      margin: 0 0 .4rem;
      height: 1.6rem; }
    .article .reach-brand .text {
      font-size: 1.125rem; }
  @media (min-width: 600px) {
    .article-expanded .article-body {
      padding: 0 6rem; }
      .article-expanded .article-body .pull-left {
        margin: 0 -6rem; }
    .article-expanded header {
      text-align: center; }
      .article-expanded header h1, .article-expanded header .lead {
        text-align: center; }
      .article-expanded header .article-meta {
        text-align: left; } }
  .article-expanded header .reach {
    font-size: 66px;
    line-height: 66px; }
    @media (max-width: 991.98px) {
      .article-expanded header .reach {
        font-size: 41px;
        line-height: 48px; } }
  .article-recipe .article-body {
    padding-left: 0; }
  .article .story-block.md-center {
    text-align: center; }
  .article .story-block .story-points ul > li {
    margin-bottom: 25px;
    padding-bottom: 6px; }
    .article .story-block .story-points ul > li:before {
      color: #e56400; }
  .article .recipe-block .recipe-icon {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0; }
  .article .recipe-block .recipe-dt-wrapper {
    margin: 1rem 0;
    overflow: hidden; }
    @media (min-width: 600px) {
      .article .recipe-block .recipe-dt-wrapper {
        margin-left: .5rem 0; } }
    .article .recipe-block .recipe-dt-wrapper:last-child {
      margin-bottom: .5rem; }
  .article .recipe-block .recipe-dt {
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif; }
    .article .recipe-block .recipe-dt .recipe-label {
      font-weight: 600;
      margin-right: .5rem; }
    .article .recipe-block .recipe-dt .recipe-tm > div {
      height: 1.25rem;
      margin-left: 84px;
      line-height: 32px;
      margin-top: 5px; }
  .article .recipe-preparation {
    margin-top: 2rem; }
    .article .recipe-preparation .method li {
      padding-left: 0; }
      .article .recipe-preparation .method li:before {
        content: none; }
    .article .recipe-preparation .ingredients li:before {
      font-size: .25rem; }
  .article .just-in-story .story-item .story-time {
    border-bottom: 1px solid #efefef;
    margin-left: -2rem;
    padding-bottom: 5px; }
    .article .just-in-story .story-item .story-time .icon {
      height: 1.2rem;
      width: 1.2rem; }
      .article .just-in-story .story-item .story-time .icon svg {
        fill: #b6b6b6;
        top: -2px; }
  .article .just-in-story .story-item .story-content {
    margin-top: 1.3rem; }
    .article .just-in-story .story-item .story-content .header {
      color: #e56400;
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1.125rem;
      font-weight: 600; }
  .article .related-package ul > li {
    padding-left: 0;
    border-bottom: 1px solid #efefef; }
    .article .related-package ul > li:before {
      content: none; }
    .article .related-package ul > li:last-child {
      border-bottom: none; }
  .article .related-package h5 {
    border-bottom: 2px #dee2e6 solid; }
  .article img {
    max-width: 100%;
    margin: 30px auto 5px; }
  @media (min-width: 600px) {
    .article .pull-left {
      margin-left: -2rem; } }
  .article h1, .article h2, .article h3, .article h4, .article h5 {
    margin-top: .75rem;
    margin-bottom: .75rem; }
  .article h1 {
    font-family: "GlosaHeadline-Black", Georgia, serif;
    font-size: 2rem;
    line-height: 2.2rem; }
    @media (min-width: 600px) {
      .article h1 {
        font-size: 2.8rem;
        line-height: 3rem; } }
  .article h3 {
    font: 24px/28px "Montserrat", Arial, sans serif;
    font-weight: 700; }
  .article h4 {
    font-size: 1.25rem; }
  .article h4,
  .article h5,
  .article h6 {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700; }
  .article .lead {
    font: 18px/24px "Montserrat", Arial, sans serif;
    color: #333333;
    margin-bottom: 1.25rem; }
  .article .article-meta {
    font: 12px/18px "Montserrat", Arial, sans serif;
    font-weight: 300;
    color: #637a86; }
    .article .article-meta .author {
      display: block; }
      .article .article-meta .author a,
      .article .article-meta .author a:hover {
        display: inline;
        font-weight: 300;
        color: #637a86; }
  .article a {
    color: #0288d1; }
    .article a:hover {
      color: #015f92; }
  .article p {
    font: 18px/30px "GlosaTextRoman", Georgia, Times New Roman, serif;
    word-wrap: break-word; }
    .article p a {
      border-bottom: 2px #0288d1 solid; }
      .article p a:hover {
        border-color: #015f92; }
  .article .sponsor-sec {
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    color: #111111;
    background-color: #fffaf3;
    padding: 6px 0;
    line-height: 14px; }
    .article .sponsor-sec .sponsor-logo img {
      max-height: 35px;
      margin: 0; }
    .article .sponsor-sec .sponsor-info {
      padding: 3px;
      line-height: 30px; }
  .article .credit-logo {
    margin-top: .75rem;
    max-width: 110px; }
    .article .credit-logo img {
      margin: 0; }
  .article .article-main-image picture {
    margin-top: 0;
    margin-bottom: 0; }
  .article .article-main-image img {
    margin: 0; }
  .article picture {
    margin-bottom: 40px;
    display: block;
    text-align: center; }
    @media (max-width: 991.98px) {
      .article picture {
        margin-left: -15px;
        margin-right: -15px; }
        .article picture .image-caption {
          margin-left: 15px;
          margin-right: 15px;
          border-bottom: 1px #ebebeb solid;
          padding-bottom: 20px; } }
  .article .image-caption {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 16px;
    color: #111111;
    padding: 10px 0;
    text-align: left;
    display: block; }
  .article .image-credit {
    color: #767676;
    font-weight: 300;
    display: block;
    margin-top: 5px; }
  .article ul {
    margin: 30px 0;
    padding: 0; }
    .article ul li {
      color: #000000;
      list-style-type: none;
      margin-bottom: 10px;
      padding-left: 2rem;
      font: 18px/30px "GlosaTextRoman", Georgia, Times New Roman, serif; }
      .article ul li:before {
        content: ".";
        font-size: 3rem;
        line-height: 20px;
        margin-left: -25px; }
  .article ol {
    padding-left: 20px;
    margin: 30px 0; }
    .article ol li {
      color: #000000;
      margin-bottom: 10px;
      padding-left: 5px;
      font: 18px/30px "GlosaTextRoman", Georgia, Times New Roman, serif; }
  .article .highlight-list {
    position: relative;
    padding: 25px 0 30px 35px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .article .highlight-list:before {
      content: "";
      width: 60px;
      height: 60px;
      border-left: 2px #ebebeb solid;
      border-top: 2px #ebebeb solid;
      position: absolute;
      left: 0;
      top: 0; }
    .article .highlight-list h4 {
      font-size: 1.25rem;
      font-family: "Montserrat", Arial, sans serif;
      text-transform: uppercase;
      margin: 0 0 .5rem; }
    .article .highlight-list ul {
      margin: 0; }
      .article .highlight-list ul li:before {
        color: #e56400; }
    @media (max-width: 991.98px) {
      .article .highlight-list {
        padding: 0; }
        .article .highlight-list:before {
          display: none; } }
  .article .infographics {
    margin-bottom: 20px; }
    .article .infographics h3,
    .article .infographics h4,
    .article .infographics h5,
    .article .infographics h6 {
      text-align: center; }
    .article .infographics .graphics img {
      margin-top: 0; }
    @media (max-width: 991.98px) {
      .article .infographics {
        padding: 0; } }
  .article .number-highlight {
    background: #e5eef5;
    text-align: left;
    padding: 1.5rem;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    color: #767676; }
    @media (min-width: 600px) {
      .article .number-highlight {
        display: inline-block;
        width: 45%; } }
    .article .number-highlight h2 {
      font-size: 3.375rem;
      font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
      font-weight: 900;
      color: #000000;
      text-align: center;
      margin: 0; }
      .article .number-highlight h2 span {
        font-family: "Montserrat", Arial, sans serif;
        word-wrap: break-word; }
  .article .twitter-in-article {
    margin-bottom: 30px; }
  .article .video-in-article {
    margin-bottom: 30px; }
  .article .article-content picture {
    margin-left: -8.33%; }
  .article .ad-in-article {
    display: block;
    text-align: center;
    margin: 1rem 0; }
  .article .embed-map {
    margin-bottom: 1.5rem; }
  .article [data-map="google"] img {
    max-width: none;
    margin: 0; }
  .article .article-embed {
    margin-bottom: 0.5rem;
    text-align: center; }
    .article .article-embed blockquote {
      float: none;
      margin: none; }
      .article .article-embed blockquote:before {
        content: "";
        background: none; }
    .article .article-embed iframe {
      margin: 0 auto !important; }
    .article .article-embed .twitter-tweet {
      margin-left: auto;
      margin-right: auto; }
  .article .article-gallery {
    font-family: "Montserrat", Arial, sans serif;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .article .article-gallery {
        margin-left: -15px;
        margin-right: -15px; }
        .article .article-gallery .carousel-control {
          margin-left: 15px;
          margin-right: 15px; } }
    .article .article-gallery .carousel-item picture {
      margin: 0; }
    .article .article-gallery .image-caption {
      padding-left: 1rem;
      padding-right: 1rem; }
      @media (min-width: 768px) {
        .article .article-gallery .image-caption {
          padding-left: 0;
          padding-right: 0; } }
    .article .article-gallery .carousel-toggle {
      font-size: 11px;
      color: #000000;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: underline; }
    .article .article-gallery .carousel-state, .article .article-gallery .carousel-list-pager {
      font-size: 12px;
      font-weight: 600;
      margin-right: 20px;
      vertical-align: top;
      line-height: 30px; }
    .article .article-gallery .list-view .carousel-item {
      display: block !important; }
    .article .article-gallery .list-view .carousel-state {
      display: none; }
    .article .article-gallery .list-view .carousel-slide {
      display: none; }
  .article .author-image {
    max-width: 110px;
    border-radius: 50%;
    margin: 0 0 0 5%;
    float: right; }
    @media (min-width: 600px) {
      .article .author-image {
        max-width: 125px; } }
  .article .author-square {
    float: right;
    margin-left: .75rem;
    max-width: 110px; }
    .article .author-square.float-left {
      margin-left: 0;
      margin-right: .75rem; }
    @media (min-width: 600px) {
      .article .author-square {
        max-width: 180px;
        margin-bottom: .75rem; } }
    .article .author-square .author-image {
      border-radius: 0; }
      @media (min-width: 600px) {
        .article .author-square .author-image {
          max-width: 180px;
          width: 100%; } }
    .article .author-square .author {
      display: inline-block;
      text-align: center;
      line-height: 1.1rem;
      font-size: 0.792rem;
      background-color: #f7f7f4;
      padding: .5rem .6rem;
      width: 100%; }
  .article blockquote {
    margin-top: 1.2rem;
    margin-bottom: 1.5rem;
    overflow: hidden; }
    .article blockquote:before {
      content: "";
      background: url("../svg/icon-quote.svg") no-repeat;
      width: 48px;
      height: 48px;
      display: -webkit-inline-box;
      display: inline-flex;
      background-size: 40px;
      float: left; }
    .article blockquote span {
      margin-top: 0.5rem;
      padding-left: 48px;
      display: block;
      font-size: 24px;
      color: #111111;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      .article blockquote span:hover {
        color: black;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .article blockquote span:after {
        content: "\2019\2019";
        color: #111111;
        display: inline;
        font-weight: 500;
        letter-spacing: -1px; }
    .article blockquote.plain:before {
      content: "\2018\2018";
      background: none;
      letter-spacing: -1px;
      font-weight: 500;
      width: 16px;
      height: auto;
      display: inline;
      float: left; }
    .article blockquote.plain span {
      font: 18px/30px "GlosaTextRoman", Georgia, Times New Roman, serif;
      padding-left: 0;
      margin: 0; }
    .article blockquote .card-title {
      margin: 0 0 .75rem; }
    .article blockquote .author {
      padding-left: 48px;
      font-size: 0.88rem;
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 300;
      color: #495057; }
      .article blockquote .author-light-blue {
        color: #637a86; }
      .article blockquote .author-image.square {
        border-radius: 0;
        margin-bottom: .25rem; }
    .article blockquote cite {
      font-style: normal; }
  .article.more-article .tag-container, .article.article-premium .tag-container {
    margin-left: -100%;
    padding-left: 100%; }
    .article.more-article .tag-container.tag-premium, .article.article-premium .tag-container.tag-premium {
      background: #f2fcfd; }
      .article.more-article .tag-container.tag-premium .tag, .article.article-premium .tag-container.tag-premium .tag {
        color: #1abcd2; }
  .article.more-article .article-main-image img, .article.article-premium .article-main-image img {
    border-top: 3px #1abcd2 solid; }
  .article.more-article .highlight-list:before, .article.article-premium .highlight-list:before {
    border-color: #1abcd2; }
  .article.more-article .highlight-list ul li:before, .article.article-premium .highlight-list ul li:before {
    color: #1abcd2; }
  .article.more-article .article-gallery .carousel-slide:hover, .article.article-premium .article-gallery .carousel-slide:hover {
    background: #1abcd2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .article.more-article blockquote:before, .article.article-premium blockquote:before {
    background: url("../svg/icon-quote-premium.svg") no-repeat;
    background-size: 40px; }
  .article .more-similar-article {
    border-top: 1px #dee2e6 solid;
    border-bottom: 1px #dee2e6 solid;
    margin-bottom: 2rem; }
    .article .more-similar-article .similar-title {
      font-size: 1.25rem;
      font-weight: 600;
      text-transform: uppercase;
      margin: 1rem 0 1rem  .5rem; }
    .article .more-similar-article ul {
      margin: 0; }
      .article .more-similar-article ul li:before {
        content: "\25A0";
        font-size: 1rem;
        color: #0288d1; }
      .article .more-similar-article ul li a {
        margin-left: .25rem; }
  .article .event-details {
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400; }
  .article .restaurant-review {
    padding: 0 1rem; }
  .article .fact-box {
    border-top: 3px #e56400 solid;
    background: #f7f7f4;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .article .fact-box {
        border-top: 0;
        border-left: 3px #e56400 solid; } }
    .article .fact-box-title {
      font-family: "Montserrat", Arial, sans serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: .75rem;
      color: #e56400;
      padding: 1rem 1rem 0; }
    .article .fact-box-content {
      font: 18px/30px "GlosaTextRoman", Georgia, Times New Roman, serif;
      padding: 0 1rem 1rem 1rem; }
  .article .article-live__time {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #E56400; }
    @media (max-width: 991.98px) {
      .article .article-live__time {
        font-size: 11px; } }
    @media (max-width: 767.98px) {
      .article .article-live__time {
        font-size: 18px; } }
  .article .article-live__date {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 30px;
    color: #4A5C64; }
    @media (max-width: 991.98px) {
      .article .article-live__date {
        font-size: 8px; } }
    @media (max-width: 767.98px) {
      .article .article-live__date {
        font-size: 16px;
        padding-left: 8px; }
        .article .article-live__date::before {
          content: "|";
          margin-right: 8px;
          color: #D8DEE1; } }

.gn-list-slide.list-view .carousel-control .carousel-toggle {
  display: none; }

@media (min-width: 768px) and (max-width: 1199px) {
  .gn-col-share {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .gn-col-article-meta {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

.gn-share-popover {
  min-width: 166px; }
  .gn-share-popover .article-share {
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .gn-share-popover .article-share {
        margin-top: 6px; } }
    .gn-share-popover .article-share .share-text {
      font-size: 0.75rem;
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 500;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #637a86;
      overflow: hidden; }
    .gn-share-popover .article-share a {
      display: block; }

#gn-share-modal .close {
  font-size: 2.2rem; }

#gn-share-modal .modal-dialog {
  margin: 0;
  height: 100%;
  min-width: 100%; }

#gn-share-modal .modal-content {
  height: 100%; }
  #gn-share-modal .modal-content .share-text {
    font-size: 1rem; }

#gn-share-modal .gn-logo-modal {
  height: 32px; }
  #gn-share-modal .gn-logo-modal svg {
    height: 100%;
    width: 100%; }

.more-from-article {
  margin-top: 60px; }
  @media (max-width: 767.98px) {
    .more-from-article {
      margin-top: 30px; } }
  .more-from-article .section-header {
    padding-top: 6px; }
  .more-from-article .card {
    border: none;
    padding: 0; }

.reach-form-footer {
  -webkit-box-pack: center;
          justify-content: center; }
  @media (min-width: 600px) {
    .reach-form-footer {
      -webkit-box-pack: end;
              justify-content: flex-end; } }
  .reach-form-footer .btn, .reach-form-footer .ais-RangeInput-submit {
    min-width: 100px;
    font-weight: 600; }

.article-sentinel {
  min-height: 2px; }
  .article-sentinel .spinner {
    margin: 1rem auto; }

.prayer-time-container .pt-month-selector button {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  font-size: 0.88rem;
  background-color: #ffffff;
  margin-left: 59px;
  border: 1px solid #dee2e6; }

.prayer-time-container .pt-month-selector .dropdown-toggle::after {
  display: none; }

.prayer-time-container .pt-month-selector .icon-chevron-bottom {
  fill: #e56400; }

.prayer-time-container .pt-month-selector .icon {
  margin-left: 8px; }

.prayer-time-container .pt-month-selector .selected-month {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  font-size: 1rem; }

.prayer-time-container .pt-month-selector .dropdown-menu {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  font-size: 0.88rem; }

.prayer-time-container .selected-month {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  font-size: 1rem; }

.prayer-time-container .prayer-time-list .pt-month-tile {
  background-color: #e5eef5;
  min-height: 60px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .prayer-time-container .prayer-time-list .pt-month-tile {
      border-bottom: 1px solid #ffffff; } }
  .prayer-time-container .prayer-time-list .pt-month-tile .pt-month-text {
    font-size: 1rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    line-height: 1.2; }
    .prayer-time-container .prayer-time-list .pt-month-tile .pt-month-text .month {
      font-weight: 600; }

.prayer-time-container .prayer-time-list .pt-month-tile.header-tile {
  min-height: 80px; }

.prayer-time-container .prayer-time-list .pt-time-tile {
  height: 100%; }
  @media (min-width: 768px) {
    .prayer-time-container .prayer-time-list .pt-time-tile {
      border-bottom: 1px solid #ebebeb; } }
  .prayer-time-container .prayer-time-list .pt-time-tile--gray {
    background-color: #f5f5f5; }
    @media (min-width: 768px) {
      .prayer-time-container .prayer-time-list .pt-time-tile--gray {
        border-top: 1px solid #ffffff; } }

.prayer-time-container .pt-header-text {
  color: #013d6c;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .prayer-time-container .pt-header-text,
  .prayer-time-container .pt-header-time {
    text-align: left;
    padding-left: 10%;
    padding-top: 5px;
    padding-bottom: 5px; } }

@media (max-width: 767.98px) {
  .prayer-time-container .pt-header-time {
    text-align: right;
    padding-right: 10%; } }

.prayer-time-container .pt-time-text {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1rem;
  color: #111111; }

.prayer-time-container .pt-row-bg {
  background-color: #013d6c; }

.prayer-time-container .prayer-time-card {
  background-color: #013d6c;
  color: #ffffff;
  padding: 52px 0; }
  @media (max-width: 767.98px) {
    .prayer-time-container .prayer-time-card {
      padding-top: 62px; } }
  .prayer-time-container .prayer-time-card .prayer-name {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    font-size: 30px; }
  .prayer-time-container .prayer-time-card .prayer-time {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 800;
    font-size: 120px;
    line-height: 1; }
    @media (max-width: 767.98px) {
      .prayer-time-container .prayer-time-card .prayer-time {
        font-size: 60px; } }
  .prayer-time-container .prayer-time-card .prayer-remaining-time {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    font-size: 1rem;
    color: #e56400;
    margin-bottom: 7px;
    height: 21px; }
  .prayer-time-container .prayer-time-card .prayer-date,
  .prayer-time-container .prayer-time-card .prayer-cntry {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    font-size: 1rem;
    color: #bfd5e6;
    line-height: 1;
    margin-bottom: 6px; }
    .prayer-time-container .prayer-time-card .prayer-date > span,
    .prayer-time-container .prayer-time-card .prayer-cntry > span {
      font-weight: 600; }

.gn-location-selector {
  top: 14px;
  right: 14px; }
  @media (max-width: 767.98px) {
    .gn-location-selector {
      right: 30%;
      left: 30%; } }
  .gn-location-selector select {
    background: #ffffff url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#013D6C' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z'/></svg>") no-repeat right 0.75rem center;
    background-size: 15px 15px;
    background-position-y: 11px;
    height: 32px;
    padding-right: 41px;
    color: #013d6c;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 0.88rem; }

.next-item-link {
  overflow: hidden;
  line-height: 1rem;
  padding: 31px 3px 0;
  border-top: 1px solid; }
  .next-item-link a {
    font-family: "Montserrat", Arial, sans serif;
    color: #000000;
    font-size: 78%; }
  .next-item-link .icon {
    margin-left: 0.5rem; }
  .next-item-link .prev-icon {
    margin-right: 0.5rem;
    margin-left: 0; }

.gn-fadein-card {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */ }

.gn-hide-card {
  opacity: 0; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.premium-section {
  width: 100%; }
  .premium-section:before {
    content: " ";
    height: 12px;
    display: block;
    border-top: 4px #e5eef5 dotted;
    border-bottom: 4px #e5eef5 dotted; }
  .premium-section:after {
    content: " ";
    height: 12px;
    display: block;
    border-top: 4px #e5eef5 dotted;
    border-bottom: 4px #e5eef5 dotted; }
  .premium-section .section-header {
    border: 0; }
    .premium-section .section-header h3 {
      font-size: 50px;
      color: #92e2ec;
      text-align: center;
      font-weight: 900; }
      @media (min-width: 768px) {
        .premium-section .section-header h3 {
          font-size: 100px; } }
      .premium-section .section-header h3 svg {
        width: 40px;
        height: 40px; }
        @media (min-width: 768px) {
          .premium-section .section-header h3 svg {
            width: 70px;
            height: 72px; } }
  @media (min-width: 768px) {
    .premium-section .premium-large {
      background: url("../svg/icon-premium-diamond.svg") no-repeat 0% 5px;
      padding-left: 40px; } }
  .premium-section .premium-large .card-title {
    font-size: 40px; }
  .premium-section .premium-large .lead {
    color: #637a86;
    line-height: 25px; }
    @media (max-width: 991.98px) {
      .premium-section .premium-large .lead {
        display: none; } }
  .premium-section ul.premium-list {
    padding: 0;
    margin: 0; }
    .premium-section ul.premium-list li {
      background: url("../svg/icon-premium-diamond.svg") no-repeat 0% 5px;
      padding: 0 0 15px 40px;
      list-style-type: none;
      background-size: 25px; }
      .premium-section ul.premium-list li:last-child {
        padding-bottom: 0; }
      .premium-section ul.premium-list li a {
        font-size: 21px;
        font-family: "GlosaTextBlack", Georgia, serif;
        color: #000000;
        line-height: 25px; }

.join-premium {
  font-size: 14px;
  font-family: "Montserrat", Arial, sans serif;
  line-height: 15px;
  color: #000000;
  font-weight: 300;
  margin: 20px 0 15px; }
  @media (min-width: 768px) {
    .join-premium {
      margin: 40px 0 20px; } }
  .join-premium a {
    color: #1abcd2;
    font-weight: 700;
    text-decoration: underline; }
  .join-premium .join-premium-btn {
    background: #1abcd2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 15px; }

.premium-intro h2 {
  color: #1abcd2;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1.125rem;
  font-weight: 700; }

.premium-intro p {
  color: #767676;
  font-size: 1rem;
  font-family: "Montserrat", Arial, sans serif; }

.tt-input,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none; }

.tt-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-menu {
  cursor: pointer;
  margin-top: 5px;
  text-align: left;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 92%; }

.tt-suggestion {
  padding: 3px 14px;
  line-height: 18px;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  font-size: 0.88rem; }

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }

.gn-weather-container {
  margin-bottom: 1.5rem; }
  .gn-weather-container .weather-card {
    background: -webkit-gradient(linear, left top, right top, from(#eafaff), color-stop(50%, #028bb7), to(#005672));
    background: linear-gradient(to right, #eafaff 0%, #028bb7 50%, #005672 100%);
    border-radius: 16px;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans serif;
    padding: 17px 0; }
    @media (max-width: 767.98px) {
      .gn-weather-container .weather-card {
        background: -webkit-gradient(linear, left top, left bottom, from(#eafaff), color-stop(50%, #028bb7), to(#005672));
        background: linear-gradient(to bottom, #eafaff 0%, #028bb7 50%, #005672 100%);
        border-radius: 0; } }
    .gn-weather-container .weather-card .weather-desc {
      font-size: 24px;
      line-height: 29px;
      font-weight: 400; }
    .gn-weather-container .weather-card .weather-city {
      font-weight: 300;
      font-size: 30px; }
    .gn-weather-container .weather-card .weather-date {
      font-weight: 300;
      font-size: 0.88rem;
      line-height: 50px;
      margin-bottom: 6px; }
    .gn-weather-container .weather-card .weather-info {
      font-weight: 300;
      font-size: 98px;
      line-height: 50px; }
      @media (max-width: 767.98px) {
        .gn-weather-container .weather-card .weather-info {
          font-size: 60px; } }
      .gn-weather-container .weather-card .weather-info .wt-icon {
        width: 119px;
        height: 119px; }
      .gn-weather-container .weather-card .weather-info .degree-symbl {
        font-size: 52px;
        font-weight: 700; }
        @media (max-width: 767.98px) {
          .gn-weather-container .weather-card .weather-info .degree-symbl {
            font-size: 32px; } }
    .gn-weather-container .weather-card .weather-sys {
      font-size: 0.88rem;
      font-weight: 700;
      line-height: 17px; }
      .gn-weather-container .weather-card .weather-sys span {
        font-weight: 400;
        font-size: 0.88rem; }
      .gn-weather-container .weather-card .weather-sys .divider-right {
        border-right: 2px; }
    .gn-weather-container .weather-card .gn-wt-lt-lookup .gn-location-selector {
      width: 190px; }
    .gn-weather-container .weather-card .gn-wt-lt-lookup select {
      background-color: transparent;
      border: none;
      color: #ffffff;
      font-size: 1rem;
      line-height: 20px;
      padding-right: 29px;
      -moz-text-align-last: center;
           text-align-last: center; }
      .gn-weather-container .weather-card .gn-wt-lt-lookup select option {
        color: #000000; }
    .gn-weather-container .weather-card .w-info {
      font-size: 0.88rem;
      font-weight: 600; }
      .gn-weather-container .weather-card .w-info > .col,
      .gn-weather-container .weather-card .w-info > [class^="col-"] {
        border-bottom: 1px solid #ffffff; }
      .gn-weather-container .weather-card .w-info > [class^="col-"]:last-of-type {
        border: none; }
      @media (max-width: 767.98px) {
        .gn-weather-container .weather-card .w-info {
          font-size: 13px; }
          .gn-weather-container .weather-card .w-info > .col,
          .gn-weather-container .weather-card .w-info > [class^="col-"] {
            border-bottom: none;
            border-right: 1px solid #ffffff; }
          .gn-weather-container .weather-card .w-info > [class^="col-"]:last-of-type {
            border: none; } }
      .gn-weather-container .weather-card .w-info .w-info-value {
        font-size: 24px;
        line-height: 29px;
        font-weight: 300; }
        @media (max-width: 767.98px) {
          .gn-weather-container .weather-card .w-info .w-info-value {
            font-size: 1rem; } }
  .gn-weather-container .bg-flur-blue {
    background-color: #C5E7F2; }
  .gn-weather-container .gn-forcast {
    border-top: 1px solid #e6e6e6;
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 16px; }
    .gn-weather-container .gn-forcast .gn-fc-card-content {
      margin: 9px 0;
      padding: 0 1px; }
    .gn-weather-container .gn-forcast .gn-forcast-wt-icon img {
      height: 50px;
      width: 50px; }
  .gn-weather-container .gn-forcast-component {
    max-width: 1100px;
    position: relative; }
  .gn-weather-container .gn-forcast-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-overflow-scrolling: touch; }
  .gn-weather-container .gn-forcast-day {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #013d6c; }
  .gn-weather-container .gn-forcast-date-month {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    font-size: 0.88rem;
    color: #637a86; }
  .gn-weather-container .gn-forcast-temp-deg {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 300;
    font-size: 29px;
    color: #013d6c; }
    @media (max-width: 767.98px) {
      .gn-weather-container .gn-forcast-temp-deg {
        font-size: 20px; } }
  .gn-weather-container .gn-forcast-wt-name {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    font-size: 11px;
    color: #013d6c; }
  .gn-weather-container .gn-forcast-wrapper-mobileWrapper {
    overflow-x: auto; }
    .gn-weather-container .gn-forcast-wrapper-mobileWrapper .gn-forcast-card {
      -webkit-box-flex: 1;
      flex: 1 0 35%;
      max-width: 35%;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .gn-weather-container .gn-forcast-wrapper-mobileWrapper .gn-forcast-card {
          flex-basis: 22%;
          max-width: 22%; } }
    .gn-weather-container .gn-forcast-wrapper-mobileWrapper .gn-forcast-card:first-child {
      padding-left: 0; }
  .gn-weather-container .gn-forcast-wrapper-mobileWrapper::-webkit-scrollbar {
    display: none; }
  .gn-weather-container .gn-forcast-wrapper-desktop .gn-forcast-card {
    height: 100%;
    padding-top: 2px; }
  .gn-weather-container .wt-forecast-heading {
    margin: 12px 0;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #013d6c; }
    @media (min-width: 768px) {
      .gn-weather-container .wt-forecast-heading {
        margin-top: 30px; } }

#weather-tile-mobile .gn-wt-micro-loct {
  font-weight: 700;
  padding-right: .25rem; }

.sign-in-section .gn-logo {
  text-align: center;
  margin-top: 30px; }
  .sign-in-section .gn-logo svg {
    height: 50px; }

.sign-in-section h2 {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 30px;
  font-weight: 500; }

.sign-in-section a {
  color: #01579b;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 14px;
  text-decoration: underline; }

.sign-in-section a.gn-btn {
  color: #ffffff; }

.sign-in-section p {
  color: #637a86;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 14px; }

.sign-in-section .short-text {
  font-size: 16px; }

.sign-in-section .btn, .sign-in-section .ais-RangeInput-submit {
  font-family: "Montserrat", Arial, sans serif; }

.sign-in-section .btn-signin {
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 500; }

.sign-in-section .login-form {
  min-height: 70vh; }

.sign-in-section .form-seperator {
  width: 100%;
  position: relative;
  padding: 0 20px;
  height: 2px;
  margin: 20px 0;
  background: #ebebeb; }
  .sign-in-section .form-seperator:before {
    content: "OR";
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 5px 30px;
    display: inline-block;
    font-family: "Montserrat", Arial, sans serif; }

.sign-in-section .fb-btn-small {
  background: #3b5998;
  display: inline-block;
  padding: 5px 10px; }
  .sign-in-section .fb-btn-small svg {
    max-height: 40px;
    max-width: 50px;
    fill: #ffffff;
    vertical-align: middle; }

.sign-in-section .fb-login-btn {
  color: #ffffff;
  background: #3b5998;
  padding: 1px;
  width: 100%;
  text-align: left;
  line-height: 45px;
  text-decoration: none;
  font-weight: 500; }
  .sign-in-section .fb-login-btn .fb-icon {
    border-right: 1px #5672ac solid;
    display: inline-block;
    margin: 0 10px;
    padding-right: 10px; }
    .sign-in-section .fb-login-btn .fb-icon svg {
      max-height: 40px;
      max-width: 40px;
      fill: #ffffff;
      vertical-align: middle; }
  .sign-in-section .fb-login-btn:hover {
    background: #1e3b78; }

.sign-in-section .forget-password {
  display: block; }

.sign-in-section .gn-captcha > * {
  margin: auto; }

.sign-in-section footer {
  color: #bdc4c9;
  font-size: 12px;
  font-family: "Montserrat", Arial, sans serif;
  text-align: left; }

.sign-in-section .footer-logos {
  padding: .5rem 0; }
  .sign-in-section .footer-logos a {
    display: block; }
  .sign-in-section .footer-logos svg,
  .sign-in-section .footer-logos img {
    vertical-align: middle;
    width: 100%; }

@media (max-width: 991.98px) {
  .sign-in-section .footer-txt {
    display: none; } }

.sign-in-section .was-validated .form-control:valid, .sign-in-section .was-validated .ais-RangeInput-form input:valid, .ais-RangeInput-form .sign-in-section .was-validated input:valid {
  border-color: #ced4da; }

.sign-in-section .welcome-txt {
  font-weight: 200;
  font-size: 2.25rem; }
  @media (max-width: 991.98px) {
    .sign-in-section .welcome-txt {
      font-size: 1.875rem; } }

.sign-in-section .gn-close-btn {
  position: absolute;
  top: -20px;
  right: -16px; }
  .sign-in-section .gn-close-btn a {
    font-size: 23px;
    background-color: black;
    color: white;
    text-decoration: none;
    padding-left: 7px;
    padding-right: 7px; }

.sign-in-section .messages span.form-error {
  background-color: #f7e4e1;
  color: #9a5f63;
  padding: 11px;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 11px;
  border: 1px solid #dbcbc9;
  line-height: 1.5;
  font-weight: 400; }

.widget-container {
  margin-bottom: 1rem; }

.gn-header-strips {
  background-image: url(../images/background-dots-blue.jpg);
  padding: 12px 7px;
  margin: 0; }

.gn-selector-header-strips {
  background-image: url(../images/background-dots-blue.jpg);
  padding: 7px; }
  .gn-selector-header-strips .gn-strips-header .sub-head {
    font-size: 11px;
    color: #013d6c; }
  .gn-selector-header-strips #location-select {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#e56400' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z'/></svg>");
    color: #000000;
    font-size: 0.75rem;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 30px; }

.gn-sponsor-banner {
  background-color: #fffaf3;
  margin-bottom: 8px;
  height: 40px; }
  @media (min-width: 600px) {
    .gn-sponsor-banner {
      margin-left: 0;
      margin-right: 0; } }
  .gn-sponsor-banner .sponsor-text {
    font-size: 0.55rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    margin-right: 15px; }
  .gn-sponsor-banner .sponsor-logo {
    width: auto;
    height: 30px; }

.gn-darkblue-bg {
  background-color: #013d6c !important; }

.gn-paleblue-bg {
  background-color: #e5eef5; }

.gn-spinner {
  background-image: url(../images/gn-spinner.gif);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  background-position-x: center;
  background-position-y: center;
  right: 50%;
  top: 25%; }

.gn-row-header {
  color: #013d6c;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 0.8125rem; }

.gn-grid-row, .gn-grid-row-header {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 0.8125rem; }

.last-update-text {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 300;
  font-size: 11px;
  color: #767676;
  margin-top: 6px; }

.green-arrow-up::before {
  content: "\A0";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230288d1' viewBox='0 0 8 8'%3E%3Cpath d='M2.469 0l-2.469 3h2v5h1v-5h2l-2.531-3z'/%3E%3C/svg%3E");
  background-size: 17px 21px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 19px; }

.green-arrow-down::before {
  content: "\A0";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230288d1' viewBox='0 0 8 8'%3E%3Cpath d='M2 0v5h-2l2.531 3 2.469-3h-2v-5h-1z'/%3E%3C/svg%3E");
  background-size: 17px 21px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 19px; }

.gn-today-history .pr-card .img-wrapper {
  border-top: none; }
  .gn-today-history .pr-card .img-wrapper img {
    width: 100%; }

.gn-cr-container .currency-rates .currency-rate-tile {
  padding: 4px 0;
  height: 100%;
  border-left: 1px solid #ebebeb;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 300;
  font-size: 0.75rem; }

.gn-cr-container .currency-rates .row-header {
  font-weight: 600; }

.gn-cr-container .bg-gray {
  background-color: #f5f5f5; }

.gn-cr-container .bg-blue {
  background-color: #80abcd; }

.gn-cr-container .cr-border-top {
  border-top: 1px solid #EBEBEB; }

.gn-cr-container .col-header {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.88rem; }

.gn-cr-container .col-header-desk {
  line-height: 32px; }

.gn-cr-container .row-header {
  color: #013d6c;
  font-weight: 400;
  font-size: 0.88rem; }

.gn-cr-container .cc-select .dropdown-toggle::after {
  content: none; }

.gn-cr-container .cc-select button {
  position: relative;
  color: #ffffff;
  padding-right: 38px;
  min-width: 85px;
  background-color: #80abcd;
  border: none; }

.gn-cr-container .cc-select button::before {
  content: "";
  position: absolute;
  right: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#f5f5f5' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z'/></svg>");
  background-size: 14px;
  width: 15px;
  height: 9px;
  top: 13px;
  background-repeat: no-repeat; }

.gn-cr-container .cc-select .dropdown-menu {
  min-width: 6rem; }
  .gn-cr-container .cc-select .dropdown-menu a div {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 3px; }
  .gn-cr-container .cc-select .dropdown-menu a:last-child div {
    border-bottom: none; }

.gn-cr-container .cc-select .dropdown-item {
  color: #4181b4;
  cursor: pointer; }

.gn-cr-container .cc-select .dropdown-item:active {
  background-color: #f8f9fa; }

.search-section {
  background: #f7f7f4;
  font-family: "Montserrat", Arial, sans serif; }
  .search-section.bg-persimmon {
    background: #e56400; }

.search-input {
  border-color: #eeeee5;
  min-height: 48px;
  background: #ffffff url("../svg/icon-search.svg") no-repeat 97% 50%;
  background-size: 30px; }
  .search-input:focus {
    border-color: #bdc4c9;
    box-shadow: none; }
  @media (max-width: 991.98px) {
    .search-input {
      background-size: 20px; } }

.search-filter,
.search-by-filter {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
  border-color: #eeeee5;
  min-height: 48px;
  background: #ffffff url("../svg/icon-chevron-down.svg") no-repeat 97% 50%;
  background-size: 20px; }
  .search-filter:focus,
  .search-by-filter:focus {
    border-color: #bdc4c9;
    box-shadow: none; }

.filter-by-btn {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
  border-color: #eeeee5;
  min-height: 48px;
  background: #ffffff url("../images/icons/icon-filter.svg") no-repeat 90% 50%;
  background-size: 20px;
  line-height: 30px;
  padding-right: 30px; }
  .filter-by-btn:hover {
    border-color: #bdc4c9;
    box-shadow: none; }

.search-result {
  /* for mobile */ }
  .search-result .nav-tabs {
    margin-bottom: 1rem; }
    .search-result .nav-tabs .nav-link {
      font-family: "Montserrat", Arial, sans serif;
      text-transform: capitalize;
      background-color: #ebebeb;
      color: #001e36; }
      .search-result .nav-tabs .nav-link:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .search-result .nav-tabs .nav-link:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .search-result .nav-tabs .nav-link.active {
        background-color: #001e36;
        color: white; }
  .search-result p {
    font-size: 14px;
    color: #767676;
    font-family: "Montserrat", Arial, sans serif; }
  .search-result .spnr-img img {
    height: 35px; }
  .search-result .search-pagination .page-link {
    min-width: 100px;
    font-family: "Montserrat", Arial, sans serif;
    text-align: center; }

@media (max-width: 991.98px) {
  .search-btn {
    width: 100%;
    margin-top: 20px; } }

.search-wrap .search-input {
  width: 90%;
  float: left;
  background: #ffffff;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-overflow: ellipsis; }
  @media (max-width: 991.98px) {
    .search-wrap .search-input {
      width: 85%; } }

.search-wrap .search-btn {
  width: 10%;
  min-height: 48px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 4px; }
  @media (max-width: 991.98px) {
    .search-wrap .search-btn {
      width: 15%;
      margin: 0; } }
  .search-wrap .search-btn svg {
    width: 25px;
    fill: #ffffff;
    margin-top: 2px; }

/**************************************************************************************************
getthat search results
***************************************************************************************************/
.gt-results {
  background-color: #d9f3fd;
  padding: .75rem;
  margin-bottom: 1rem; }
  .gt-results .gt-logo {
    display: block;
    text-align: center;
    margin-bottom: .5rem; }
    .gt-results .gt-logo img {
      width: 25%; }
      @media (min-width: 992px) {
        .gt-results .gt-logo img {
          width: 30%; } }
  .gt-results > ul {
    background: white;
    padding: .5rem .5rem .5rem .75rem; }
    .gt-results > ul li {
      line-height: 1.2rem; }
      .gt-results > ul li .divider {
        margin-top: .6rem;
        margin-bottom: .6rem; }
      .gt-results > ul li:last-child .divider {
        display: none; }
  .gt-results .card {
    margin: 0; }
    .gt-results .card .img-wrapper {
      margin-right: .75rem !important; }
  .gt-results .gt-title {
    font-family: "GlosaHeadline-Black", Georgia, serif;
    word-break: break-word; }
  .gt-results .gt-location {
    font-size: .8rem;
    font-weight: 400;
    font-family: "Montserrat", Arial, sans serif;
    color: #333333; }
  .gt-results .gt-date {
    font-size: 0.75rem;
    color: #637a86; }
  .gt-results .gt-price {
    color: #0288d1; }
  .gt-results .gt-price,
  .gt-results .gt-vertical {
    font-size: 0.75rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600; }
  .gt-results .gt-view-more {
    color: #333333;
    font-size: 0.88rem;
    display: block;
    padding-top: .75rem;
    text-align: right;
    font-family: "Montserrat", Arial, sans serif; }
  .gt-results .gt-vertical {
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.2rem; }

.more-stories-list .card,
.trending-on-right .card {
  border: 0;
  margin-bottom: .85rem; }
  .more-stories-list .card .card-title,
  .trending-on-right .card .card-title {
    font-size: 1.2rem;
    margin-bottom: 0; }
  .more-stories-list .card .card-body,
  .trending-on-right .card .card-body {
    padding: 0; }

.more-stories-list .section-header,
.trending-on-right .section-header {
  border-color: #013D6C; }
  .more-stories-list .section-header .h5,
  .trending-on-right .section-header .h5 {
    font-family: "Montserrat", Arial, sans serif !important;
    color: #013D6C;
    font-size: 1.375rem; }

.more-stories-list .divider,
.trending-on-right .divider {
  margin: .85rem 0; }

.trending-list .card .img-wrapper {
  width: 32%; }

.events-list {
  background-color: #e5eef5;
  height: 100%;
  padding: 1rem; }
  .events-list .card {
    background: transparent; }
    .events-list .card .card-title {
      font-family: "Montserrat", Arial, sans serif; }
    .events-list .card .time {
      text-transform: uppercase;
      color: #013d6c;
      font-weight: 600;
      font-size: 1rem; }
  .events-list hr {
    margin-top: .75rem;
    margin-bottom: .75rem; }

.gn-form {
  font-family: "Montserrat", Arial, sans serif; }
  .gn-form .gn-form-field {
    position: relative; }
  .gn-form .form-error {
    color: #dc3545;
    display: none;
    font: 12px/14px "Montserrat", Arial, sans serif; }
  .gn-form .gn-label {
    position: absolute;
    top: 0;
    left: 3%;
    height: 46px;
    line-height: 46px;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    color: #637a86;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1; }
  .gn-form.is-dirty .gn-input {
    font-weight: 600; }
  .gn-form.is-dirty label {
    opacity: 0;
    left: 60%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .gn-form .gn-input {
    border: 2px #bdc4c9 solid;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    width: 100%;
    padding: 10px;
    height: 46px;
    max-height: 46px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none;
    border-radius: 0; }
    .gn-form .gn-input:focus {
      border-color: #6c757d;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .gn-form .gn-input:focus + .gn-label {
    opacity: 0;
    left: 40%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .gn-form .gn-input:required + .gn-label:after {
    content: "*";
    display: inline;
    color: #dc3545;
    padding-left: 2px; }
  .gn-form.is-invalid .form-error {
    display: block;
    padding-top: 2px; }

.gn-radio-input:checked, .gn-radio-input:not(:checked) {
  position: absolute;
  left: -9999px; }

.gn-radio-input:checked + label,
.gn-radio-input:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #767676;
  font-family: "Montserrat", Arial, sans serif;
  margin: 0; }

.gn-radio-input:checked + label:before,
.gn-radio-input:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0288d1;
  border-radius: 100%;
  background: transparent; }

.gn-radio-input:checked + label:after,
.gn-radio-input:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0288d1;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.gn-radio-input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.gn-radio-input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.gn-checkbox-input:checked, .gn-checkbox-input:not(:checked) {
  position: absolute;
  left: -9999px; }

.gn-checkbox-input:checked + label,
.gn-checkbox-input:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #767676;
  font-family: "Montserrat", Arial, sans serif;
  margin: 0; }

.gn-checkbox-input:checked + label:before,
.gn-checkbox-input:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #eeeee5;
  border-radius: 3px;
  background: #ffffff; }

.gn-checkbox-input:checked + label:after,
.gn-checkbox-input:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #e56400 url("../images/icons/icon-check.svg") no-repeat 50% 50%;
  background-size: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.gn-checkbox-input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.gn-checkbox-input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.gn-input {
  border-color: #eeeee5;
  color: #767676;
  font-size: 14px;
  line-height: 22px; }
  .gn-input:focus {
    border-color: #bdc4c9;
    box-shadow: none; }
  .gn-input.search-field {
    font-size: 13px;
    padding: 12px 25px 12px 10px;
    background: #ffffff url("../images/icons/icon-search.svg") no-repeat 97% 50%;
    background-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 991.98px) {
      .gn-input.search-field {
        background-size: 15px; } }
  .gn-input.dropdown, .gn-input.search-filter {
    font-size: 14px;
    font-weight: 600;
    background: #ffffff url("../images/icons/icon-down.svg") no-repeat 95% 50%;
    background-size: 18px; }
    @media (max-width: 991.98px) {
      .gn-input.dropdown, .gn-input.search-filter {
        margin-top: 15px; } }
    .gn-input.dropdown:focus, .gn-input.search-filter:focus {
      background-image: url("../images/icons/icon-up.svg"); }
  .gn-input.text-field {
    padding: 12px 10px; }
  .gn-input.dropdown {
    min-height: 48px; }

.gn-btn {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 600; }
  .gn-btn-normal {
    text-transform: uppercase;
    font-size: 0.88rem;
    font-weight: 600;
    min-height: 48px; }

.grecaptcha-badge {
  display: none !important; }

.gn-polls .polls-title {
  font-size: 1.125rem;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  color: #4A5C64; }
  .gn-polls .polls-title-sm {
    font-weight: 600; }

.gn-polls .polls-section {
  background-color: #f7f7f4; }

.gn-polls .related-polls .related-title {
  color: #8A9BA4;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.75rem; }

.gn-polls .related-polls a {
  font-size: 1.25rem;
  font-family: "GlosaHeadline-Black", Georgia, serif;
  font-weight: 600; }

.gn-polls .gn-polls-closed {
  -webkit-animation: gnFade 1s 1;
          animation: gnFade 1s 1; }

.gn-polls .poll-date {
  font-size: 0.75rem;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }

.gn-polls .poll-st {
  font-size: 0.75rem;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 500; }
  .gn-polls .poll-st-closed {
    color: #767676; }
  .gn-polls .poll-st-open {
    color: #0689d2; }

.gn-polls .poll-header {
  border-bottom: 1px solid #c1d6e7; }

.gn-polls .gn-radio-input:checked + label:before,
.gn-polls .gn-radio-input:not(:checked) + label:before {
  border: 2px solid #BFCEDA; }

.gn-polls .gn-radio-input:checked + label,
.gn-polls .gn-radio-input:not(:checked) + label {
  color: #637A86; }

.gn-polls .divider {
  border-color: #B1BCC3; }

.poll-q {
  color: #767676;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 14px; }

.total-votes {
  color: #000000;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans serif; }

.poll-progress .progress {
  background: #C0E1F3;
  border-radius: 0;
  width: 85%;
  float: left;
  height: 4px; }

.poll-progress .progress-bar {
  background: #41A6DD; }

.poll-progress .progress-status {
  font-size: 12px;
  width: 15%;
  float: left;
  color: #4A5C64;
  font-weight: 500;
  font-family: "Montserrat", Arial, sans serif;
  line-height: 6px;
  padding-left: 6px; }

.terms-of-use {
  font-family: "Montserrat", Arial, sans serif;
  color: #8A9BA4;
  font-size: 9px; }
  .terms-of-use a {
    font-size: 9px;
    color: #0288d1; }

.with-image-polls {
  text-align: center; }
  .with-image-polls .gn-radio-input + label {
    padding-left: 0;
    width: 100%; }
    .with-image-polls .gn-radio-input + label:before, .with-image-polls .gn-radio-input + label:after {
      display: none; }
    .with-image-polls .gn-radio-input + label .label-image img {
      border: 2px #ffffff solid;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      width: 100%; }
    .with-image-polls .gn-radio-input + label .label-txt {
      width: 65%;
      min-height: 56px;
      display: inline-table;
      font-size: 14px; }
      .with-image-polls .gn-radio-input + label .label-txt span {
        display: table-cell; }
  .with-image-polls .gn-radio-input:hover + label .label-image img {
    box-shadow: 0px 0px 59px -12px rgba(0, 0, 0, 0.47);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .with-image-polls .gn-radio-input:checked + label .label-image img {
    border-color: #013d6c;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.poll-related-article {
  color: #ffffff;
  background-color: #4181b4;
  height: 100%; }
  .poll-related-article .head {
    border-bottom: 1px solid;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 6px; }
  .poll-related-article .article-link {
    color: #ffffff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2; }
  .poll-related-article .lead {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    font-weight: 400; }

.restaurant-review {
  border-top: 3px #e56400 solid;
  background: #f7f7f4;
  margin-top: 20px;
  margin-bottom: 30px; }
  .restaurant-review img {
    margin: 0; }
  .restaurant-review .restaurant-info {
    font-size: 0.88rem;
    font-family: "Montserrat", Arial, sans serif;
    line-height: 16px; }
  .restaurant-review .review-title {
    font-size: 1.375rem;
    margin-bottom: 35px; }
  .restaurant-review .rest-info {
    margin-bottom: 10px; }

.restaurant-filter {
  background: #f7f7f4;
  font-family: "Montserrat", Arial, sans serif; }
  .restaurant-filter .filter-head {
    font-size: 1rem;
    font-weight: 700;
    color: #767676;
    font-family: "Montserrat", Arial, sans serif;
    margin-bottom: 9px; }

.restaurant-search {
  background: #f7f7f4;
  font-family: "Montserrat", Arial, sans serif; }

.rest-filter-modal {
  background: #f7f7f4;
  font-family: "Montserrat", Arial, sans serif; }

.filter-modal-header .close-filter {
  border: none;
  background: none;
  padding: 10px 10px 0 10px;
  margin: 10px 10px 0 0;
  outline: none;
  box-shadow: none; }

.filter-modal-body {
  margin-bottom: 65px; }

.filter-modal-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 20px;
  background: #010101; }
  .filter-modal-footer .clear-filter {
    font-size: 13px;
    text-decoration: underline;
    color: #ffffff; }

.clear-filter-lg .clear-filter, .clear-filter-lg .ais-ClearRefinements-button {
  color: #000000;
  font-size: 13px;
  -webkit-text-decoration-color: #767676;
          text-decoration-color: #767676;
  text-decoration: underline; }

.star-rating .star {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../images/icons/icon-star.svg") no-repeat 50% 50%/contain; }
  .star-rating .star:not(:last-child) {
    margin-right: -2px; }

.star-rating.star-1 .star:nth-child(n+2) {
  display: none; }

.star-rating.star-2 .star:nth-child(n+3) {
  display: none; }

.star-rating.star-3 .star:nth-child(n+4) {
  display: none; }

.star-rating.star-4 .star:nth-child(n+5) {
  display: none; }

.star-rating.star-5 .star:nth-child(n+6) {
  display: none; }

@media (min-width: 600px) {
  .gn-video-content .nextup-sub-heading {
    border-bottom: 0; } }

.gn-vid-playlist .video-title-lg,
.gn-vid-playlist .card-title {
  font-size: 1rem; }

.gn-vid-playlist .gn-slide-ctnr {
  position: relative;
  margin-left: 3%;
  margin-right: 3%;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }
  .gn-vid-playlist .gn-slide-ctnr .carousel-control {
    background-color: #e5eef5;
    width: 3%;
    opacity: 1;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; }
  .gn-vid-playlist .gn-slide-ctnr .carousel-control-prev {
    margin-left: -3%; }
    .gn-vid-playlist .gn-slide-ctnr .carousel-control-prev .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23013d6c' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  .gn-vid-playlist .gn-slide-ctnr .carousel-control-next {
    margin-right: -3%; }
    .gn-vid-playlist .gn-slide-ctnr .carousel-control-next .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23013d6c' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  .gn-vid-playlist .gn-slide-ctnr .slide-item {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000; }
  .gn-vid-playlist .gn-slide-ctnr .slide-ctrl {
    width: 4%;
    height: 100%;
    display: inline-block; }
    .gn-vid-playlist .gn-slide-ctnr .slide-ctrl a {
      width: inherit;
      background-color: #80abcd; }
  .gn-vid-playlist .gn-slide-ctnr #slide-carousel-cntnr {
    height: 100%;
    display: inline-block; }

@media (max-width: 991.98px) {
  .gn-full-width-video .video-lg .img-wrapper .icon {
    width: 3rem;
    height: 3rem; } }

.gn-full-width-video #video-container-mob {
  display: none; }

@media (max-width: 991.98px) {
  .gn-social-share {
    margin-top: 20px; } }

.gn-social-share .share-link {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  padding: 6px;
  background: #e5eef5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .gn-social-share .share-link.facebook svg {
    fill: #3b5998; }
  .gn-social-share .share-link.twitter svg {
    fill: #1da1f2; }
  .gn-social-share .share-link.mail svg {
    fill: #01579b; }
  .gn-social-share .share-link:not(:last-child) {
    margin-right: 10px; }
  .gn-social-share .share-link:hover {
    background-color: #e56400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .gn-social-share .share-link:hover svg {
      fill: #ffffff; }

.pr-card {
  background: #000000;
  border-radius: 0; }
  .pr-card .card-title a {
    color: #ffffff; }
  .pr-card .lead {
    color: #637a86;
    font-size: 1rem; }
    @media (max-width: 991.98px) {
      .pr-card .lead {
        display: none; } }
  .pr-card .tag-container .tag {
    font-size: 1rem; }
  @media (max-width: 991.98px) {
    .pr-card .pr-card-detail {
      position: absolute;
      bottom: 0; }
      .pr-card .pr-card-detail .card-title {
        font-size: 1.875rem; } }
  .pr-card .card-date {
    color: #ffffff;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0; }
  .pr-card .card-body {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 10% 5% 5%; }
  .pr-card .media {
    -webkit-box-align: normal;
            align-items: normal;
    background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(25%, #090909), color-stop(82%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #020024 0%, #090909 25%, rgba(0, 0, 0, 0) 82%); }
    .pr-card .media .img-wrapper {
      width: 50%;
      margin-right: 0 !important; }
    .pr-card .media .card-body {
      padding: 10% 5% 5%;
      position: static; }
  .pr-card > .card-body {
    background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(25%, #090909), color-stop(82%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #020024 0%, #090909 25%, rgba(0, 0, 0, 0) 82%); }
  .pr-card .media-body {
    position: relative; }
  .pr-card.premium-card .card-img {
    border-top: 3px #1abcd2 solid; }
  .pr-card.premium-card .lead {
    font-size: 0.88rem; }
  .pr-card.premium-card .card-title a {
    font-size: 1.375rem; }
  @media (min-width: 600px) {
    .pr-card.premium-card .lead {
      font-size: 1.125rem; }
    .pr-card.premium-card .card-title a {
      font-size: 1.68rem; } }
  .pr-card.premium-card-medium .card-img {
    border-top: 3px #1abcd2 solid; }
  .pr-card.premium-card-medium .lead {
    font-size: 1rem; }
  .pr-card.premium-card-medium .card-title a {
    font-size: 1.2rem; }
  .pr-card.premium-card-large .card-img {
    border-top: 3px #1abcd2 solid; }
  .pr-card.premium-card-large .lead {
    font-size: 1rem; }
  .pr-card.premium-card-large .card-title a {
    font-size: 2.25rem; }

.pr-more-card .card-img {
  width: 90%;
  border-top: 3px solid #1abcd2;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    .pr-more-card .card-img {
      width: 100%; } }

.gn-how-to-category {
  background-color: #f7f7f4; }
  .gn-how-to-category .gn-category-txt {
    color: #e56400;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.75rem;
    font-weight: 600; }
    @media (max-width: 991.98px) {
      .gn-how-to-category .gn-category-txt {
        float: left; } }
  .gn-how-to-category .cat-header {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1.25rem;
    font-weight: 400; }
    @media (max-width: 991.98px) {
      .gn-how-to-category .cat-header {
        margin-bottom: 0; } }

.gn-img-rounded {
  background-color: #ffffff;
  border-radius: 50%;
  height: 106px;
  overflow: hidden;
  width: 106px; }
  @media (max-width: 991.98px) {
    .gn-img-rounded {
      background-color: inherit;
      border-radius: none;
      float: left;
      height: 41px;
      width: 64px; } }
  .gn-img-rounded .circleoutline {
    height: 66px;
    left: 19px;
    position: relative;
    top: 17px;
    width: 68px; }
    @media (max-width: 991.98px) {
      .gn-img-rounded .circleoutline {
        height: 30px;
        top: 12px;
        width: 26px; } }

.top-story-how-to .sponsored {
  background-color: #fffaf3; }
  .top-story-how-to .sponsored .tag {
    color: #e56400; }
  .top-story-how-to .sponsored .card-body {
    padding-left: 0.7rem;
    padding-top: 0.5rem; }

.visual-feature {
  padding-bottom: 40px;
  padding-top: 20px; }
  .visual-feature .vf-title {
    color: #ffffff;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 3.375rem;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .visual-feature .vf-title {
        font-size: 1.375rem; } }
  .visual-feature .img-wrapper {
    border: none; }
  .visual-feature .pr-card .lead {
    color: #ffffff;
    font-size: 1rem; }

.top-story-travel .card .card-title {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1.375rem; }
  .top-story-travel .card .card-title a {
    color: #000000; }

.top-story-travel .card.pr-card .card-title a {
  color: white; }

.top-story-travel .card .card-img {
  border-top: none; }

.travel-dow .dow-heading {
  font-size: 1.375rem; }
  .travel-dow .dow-heading span {
    display: block;
    font-size: 2.25rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    text-transform: uppercase; }
  .travel-dow .dow-heading .subtitle {
    display: none; }
    @media (min-width: 600px) {
      .travel-dow .dow-heading .subtitle {
        display: block; } }
  @media (min-width: 768px) {
    .travel-dow .dow-heading {
      font-size: 2.81rem; }
      .travel-dow .dow-heading span {
        font-size: 2.81rem; } }

.travel-dow .dow-title {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 2.25rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .travel-dow .dow-title {
      font-size: 2.81rem;
      line-height: 45px; } }
  .travel-dow .dow-title strong {
    font-weight: 600; }

.travel-dow .icon-play {
  background: #eed543;
  display: inline-block; }
  .travel-dow .icon-play svg {
    width: 40px;
    height: 40px;
    margin: 20px 20px 10px 20px; }

.travel-dow .sub-text {
  font-size: 1.25rem; }

.static-pages.error-pages .err-head {
  font-size: 2.25rem; }

.static-pages.error-pages p {
  font-size: 1.125rem;
  line-height: 32px; }
  .static-pages.error-pages p a {
    color: #0288d1;
    text-decoration: underline; }
    .static-pages.error-pages p a:hover {
      color: #015f92; }

.static-pages .footer-nav .menu-bar .nav-link {
  color: #0288d1;
  text-decoration: none; }

.static-pages .blue-link {
  color: #0288d1;
  text-decoration: none; }

.static-pages .sp-heading {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1.375rem;
  font-weight: 700; }

.static-pages .sp-navi-blue-text {
  color: #013d6c;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.75rem;
  font-weight: 600; }

.static-pages .your-say-form {
  font-family: "Montserrat", Arial, sans serif; }
  .static-pages .your-say-form .col-form-label {
    color: #767676;
    font-size: 1rem;
    font-weight: 600; }
  .static-pages .your-say-form .sp-info {
    color: #767676;
    font-size: 0.75rem;
    font-weight: 500; }
  .static-pages .your-say-form .gn-checkbox-input + label {
    font-size: 14px;
    font-weight: 500; }
  .static-pages .your-say-form .sp-ys-file .icon {
    width: 1.2rem;
    height: 1.2rem; }
    .static-pages .your-say-form .sp-ys-file .icon svg {
      fill: #013d6c; }

.static-pages .contact-us-form .form-wrapper {
  background-color: #f7f7f4; }

.static-pages .gn-req-label::after {
  color: #dc3545;
  content: "*";
  display: inline;
  padding-left: 2px; }

.static-pages .static-header-lg {
  font-size: 3.375rem; }

.static-pages .static-header-sm {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1.875rem;
  font-weight: 600; }

.static-pages .static-header-xsm {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1.125rem;
  font-weight: 600; }

.static-pages .image-caption {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 16px;
  color: #111111;
  padding: 10px 0;
  text-align: left;
  display: block; }

.static-pages .sub-head-orng {
  font-family: "Montserrat", Arial, sans serif;
  color: #e56400;
  font-weight: 600; }

.static-pages-products .product-list {
  background-color: #e5eef5;
  padding: 40px 64px; }
  @media (max-width: 991.98px) {
    .static-pages-products .product-list {
      padding: 33px 15px; } }

.static-pages-products .card {
  background-color: #e5eef5; }
  .static-pages-products .card .media .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.2rem; }
    .static-pages-products .card .media .card-title a {
      color: #013d6c; }
  .static-pages-products .card .media .lead {
    font-weight: 600;
    padding-top: 0; }
  .static-pages-products .card .media .img-wrapper {
    border: 1px solid #dee2e6;
    width: 33%; }
    .static-pages-products .card .media .img-wrapper .card-img {
      border-top: none; }
  .static-pages-products .card .meta {
    font-size: 0.88rem; }

.static-pages-about-us .history-desc {
  color: #013d6c; }

.static-pages-about-us .sub-head {
  color: #013d6c; }

.static-pages-about-us .product-icon-list img {
  border: 1px solid #dee2e6; }

.static-pages-about-us .service-title {
  color: #6c757d;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }

.static-pages-services .contact {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1rem;
  font-weight: 600; }
  .static-pages-services .contact-text {
    color: #013d6c; }

.static-pages-services .orng-txt {
  color: #e56400; }

.static-pages-services .rate-card {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 500; }
  .static-pages-services .rate-card .header {
    color: #013d6c;
    font-weight: 700; }

.static-pages-apps-devices .app-content {
  background-color: #e5eef5; }
  .static-pages-apps-devices .app-content .apps-img {
    width: 80%; }
  .static-pages-apps-devices .app-content .play-store-icon {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 12%; }
    @media (max-width: 991.98px) {
      .static-pages-apps-devices .app-content .play-store-icon {
        width: 16%; } }
  .static-pages-apps-devices .app-content .app-list {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1rem;
    font-weight: 600; }
    .static-pages-apps-devices .app-content .app-list-device {
      margin-left: 5rem;
      margin-right: 5rem; }
    .static-pages-apps-devices .app-content .app-list .divider-sm-right {
      border-color: #343a40; }
    .static-pages-apps-devices .app-content .app-list .app-type {
      color: #013d6c; }
    .static-pages-apps-devices .app-content .app-list a {
      font-size: 0.88rem; }

.contact-us h5 {
  font-family: "Montserrat", Arial, sans serif;
  color: #e56400;
  font-weight: 700; }

.contact-us h6 {
  color: #013d6c;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 700;
  font-size: 0.88rem; }
  .contact-us h6:after {
    content: "";
    background: #e56400;
    width: 45px;
    height: 2px;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px; }

.contact-us p {
  font-size: 1.125rem; }
  .contact-us p a {
    color: #0288d1;
    text-decoration: underline; }
    .contact-us p a:hover {
      color: #015f92; }

.contact-us .cntct-txt {
  font-size: 0.88rem;
  font-family: "Montserrat", Arial, sans serif;
  color: #001627;
  line-height: 22px; }

.contact-us .gn-contacts {
  background: #e5eef5;
  padding: 20px 15px; }
  .contact-us .gn-contacts ul {
    list-style-type: none;
    padding: 10px; }
    .contact-us .gn-contacts ul li {
      border-bottom: 1px #ffffff solid;
      padding: 8px 6px;
      color: #013d6c;
      font-size: 1rem;
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 600; }
      .contact-us .gn-contacts ul li:first-child {
        border-top: 1px #ffffff solid; }
  .contact-us .gn-contacts .icon-cntcts {
    max-width: 20px;
    margin-right: 10px;
    display: inline-block; }
    .contact-us .gn-contacts .icon-cntcts svg {
      fill: #013d6c;
      width: 20px;
      height: 20px; }

.share-with-gn .gn-list .gn-list-item h5 {
  color: #013d6c;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }

.gn-list .gn-list-item {
  border-bottom: 1px solid #ffffff; }
  .gn-list .gn-list-item .icon {
    height: 1.8rem;
    width: 1.8rem; }
    .gn-list .gn-list-item .icon svg {
      fill: #013d6c; }
  .gn-list .gn-list-item .item-val {
    color: #013d6c;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    font-weight: 500; }

.gn-history p, .static-pages-about-us p, .static-pages-services p, .static-pages-policies p,
.static-pages-apps-devices p {
  font: 18px/30px "GlosaTextRoman", Georgia, Times New Roman, serif; }

#contact-us, #have-you-say {
  font-family: "Montserrat", Arial, sans serif;
  padding: 5px; }
  @media (min-width: 600px) {
    #contact-us, #have-you-say {
      padding: 64px;
      width: 60%; } }
  #contact-us label, #have-you-say label {
    color: #767676;
    font-size: 1rem;
    font-weight: 600; }
    #contact-us label span dfn, #have-you-say label span dfn {
      color: #dc3545; }
  #contact-us .form-row, #have-you-say .form-row {
    margin-bottom: 0.8rem; }
  #contact-us input, #contact-us textarea, #have-you-say input, #have-you-say textarea {
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    color: #495057;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%; }
  #contact-us input[type="submit"], #have-you-say input[type="submit"] {
    background-color: #e56400;
    border-color: #e56400;
    color: #ffffff;
    width: 40%; }

#our-policy-accord .policy-nav .heading {
  background-color: #dee2e6;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 5px 10px;
  margin-right: 77px; }

#our-policy-accord .policy-nav div button {
  color: #111111;
  font-size: 1.125rem; }
  #our-policy-accord .policy-nav div button.collapsed {
    color: #0288d1; }

#our-policy-accord .policy-nav .readers-policy.collapsed + ul {
  display: none; }

#our-policy-accord .policy-nav .reader-policy-anchor {
  list-style: none;
  font-size: 0.88rem; }
  #our-policy-accord .policy-nav .reader-policy-anchor li {
    margin-bottom: 7px; }
    #our-policy-accord .policy-nav .reader-policy-anchor li a {
      color: #0288d1; }

.tour-section .explore-btn {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }

.tour-section .tour-title {
  text-align: center;
  font-size: 2.25rem;
  font-family: "GlosaTextRoman", Georgia, Times New Roman, serif; }
  .tour-section .tour-title span {
    font-size: 2.81rem;
    font-family: "GlosaHeadline-Black", Georgia, serif; }

.tour-section .tour-main-txt {
  background: #01579b; }
  .tour-section .tour-main-txt .main-head {
    color: #ffffff;
    font-size: 2.25rem;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700; }
  .tour-section .tour-main-txt p {
    color: #80abcd;
    font-size: 1rem;
    font-family: "Montserrat", Arial, sans serif; }

.tour-section .new-feature {
  margin-bottom: 50px; }
  .tour-section .new-feature .feature-title {
    color: #000000;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700; }
    .tour-section .new-feature .feature-title span {
      color: #e56400;
      font-family: "GlosaTextRomanItalic", Georgia, serif;
      display: block; }
    .tour-section .new-feature .feature-title:after {
      content: "";
      background: #e56400;
      width: 45px;
      height: 3px;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
    .tour-section .new-feature .feature-title.full-width {
      text-align: center; }
      .tour-section .new-feature .feature-title.full-width:after {
        margin-top: 30px;
        margin-bottom: 30px; }
  .tour-section .new-feature p {
    color: #637a86;
    font-family: "Montserrat", Arial, sans serif; }
  .tour-section .new-feature .carousel-indicators {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    position: relative;
    bottom: none; }
    .tour-section .new-feature .carousel-indicators li {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      display: inline-block;
      background: #e5eef5;
      list-style-type: none;
      cursor: pointer; }
      .tour-section .new-feature .carousel-indicators li.active {
        background: #0288d1; }
  .tour-section .new-feature.whats-beta {
    background: #000000; }
    .tour-section .new-feature.whats-beta .feature-title,
    .tour-section .new-feature.whats-beta p {
      color: #ffffff; }

.gn-cinema-now-showing {
  font-family: "Montserrat", Arial, sans serif; }
  .gn-cinema-now-showing .heading {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1.125rem;
    font-weight: 700; }
  .gn-cinema-now-showing .card-title {
    font-family: inherit;
    font-size: 1.375rem;
    font-weight: 700;
    min-height: 51px; }
    @media (max-width: 767.98px) {
      .gn-cinema-now-showing .card-title {
        font-size: 1.125rem; } }
  .gn-cinema-now-showing .film-card.card {
    display: block; }
    .gn-cinema-now-showing .film-card.card .lead {
      color: #637a86;
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0;
      padding-top: 0; }
    .gn-cinema-now-showing .film-card.card .card-img {
      border-top: none; }
  .gn-cinema-now-showing .show-timing-btn button {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: normal; }
    @media (max-width: 767.98px) {
      .gn-cinema-now-showing .show-timing-btn button {
        font-size: 0.75rem; } }
    @media (max-width: 599.98px) {
      .gn-cinema-now-showing .show-timing-btn button {
        font-size: 10px; } }

.gn-cinema-result .gn-cinema-item {
  background-color: #f7f7f4; }

.gn-cinema-result .gn-cinema-details .card {
  background-color: #f7f7f4; }
  .gn-cinema-result .gn-cinema-details .card .img-wrapper .card-img {
    border-top: none; }
  .gn-cinema-result .gn-cinema-details .card .card-title span {
    color: #637a86;
    font-family: "Montserrat", Arial, sans serif; }

.gn-cinema-result .gn-filim-item .text-muted {
  font-size: 0.88rem; }

.gn-cinema-result .gn-filim-item .card-title {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }

.gn-cinema-result .trailer-img-wrap img {
  width: 85px; }

.gn-cinema-result .trailer-link a {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1rem; }

.gn-cinema-result .trailer-link .icon {
  margin-left: 0.5rem; }

.gn-cinema-movie-detail .movie-detail-card .card-title {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }

.gn-cinema-movie-detail .movie-detail-card .card-text {
  color: #767676;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.75rem; }

.gn-cinema-movie-detail .filim-timing-cntnr {
  background-color: #f7f7f4; }
  .gn-cinema-movie-detail .filim-timing-cntnr .filim-city {
    color: #e56400;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600; }

.filim-time-link {
  border-radius: 0;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.25rem 0.60rem;
  width: 100%; }
  .filim-time-link span {
    opacity: .8; }

.gn-badge-head-cntnr {
  background-color: #ffffff; }
  .gn-badge-head-cntnr .badge {
    background-color: #013d6c;
    border-radius: 0;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.6rem; }
  .gn-badge-head-cntnr .sub-badge {
    color: #013d6c;
    font-weight: 500;
    margin-left: 18px;
    display: inline-block; }
    @media (max-width: 991.98px) {
      .gn-badge-head-cntnr .sub-badge {
        width: 100%;
        margin-left: 0;
        margin-top: 8px; } }

.gn-info-text {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 0.88rem; }

.gn-search-result-info {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 400;
  font-size: 1.25rem; }

.gn-cinema-search .movie-search-link {
  color: #e56400;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  padding-right: 5px;
  text-decoration: underline; }

.gn-searching-ind {
  opacity: 0.5; }

.or-text {
  color: #637a86;
  font-weight: 500; }

.gallery-hp, .gallery-cartoon {
  padding: 1.875rem;
  background-color: #000; }
  @media (max-width: 991.98px) {
    .gallery-hp, .gallery-cartoon {
      padding: 15px; } }
  .gallery-hp .gallery-title, .gallery-cartoon .gallery-title {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 27px;
    color: white;
    line-height: 30px;
    text-transform: uppercase; }
  .gallery-hp .section-header, .gallery-cartoon .section-header {
    margin: 0; }
  .gallery-hp .card, .gallery-cartoon .card {
    background-color: #000;
    position: relative; }
    .gallery-hp .card:first-child, .gallery-cartoon .card:first-child {
      margin-bottom: 1rem; }
    .gallery-hp .card .card-title a, .gallery-cartoon .card .card-title a {
      color: white; }
    .gallery-hp .card .card-img-top, .gallery-cartoon .card .card-img-top {
      border: none; }
    .gallery-hp .card .card-body, .gallery-cartoon .card .card-body {
      width: 100%;
      bottom: 0;
      position: absolute;
      padding: .8rem .75rem .4rem .75rem;
      background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(33%, #090909), color-stop(84%, rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, #000000 0%, #090909 33%, rgba(0, 0, 0, 0) 84%); }
    .gallery-hp .card .lead, .gallery-cartoon .card .lead {
      color: white; }
    .gallery-hp .card.sponsored .tag-container, .gallery-cartoon .card.sponsored .tag-container {
      margin: 0; }
    .gallery-hp .card.sponsored .tag, .gallery-cartoon .card.sponsored .tag {
      color: #e56400; }
    .gallery-hp .card .img-wrapper, .gallery-cartoon .card .img-wrapper {
      /* &:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: -1px;
                left: 0;
                background-image: linear-gradient(0deg, #000000 0%, #090909 17%, rgba(0, 0, 0, 0) 78%);
              } */ }

.gallery-cartoon {
  background-color: #ffefe5; }
  .gallery-cartoon .gallery-title {
    color: #000000; }
    @media (max-width: 991.98px) {
      .gallery-cartoon .gallery-title {
        font-size: 1.8rem; } }
  .gallery-cartoon .card {
    background-color: #ffefe5; }
    .gallery-cartoon .card:first-child {
      margin-bottom: 22px; }
    .gallery-cartoon .card .card-title {
      font-size: 1rem;
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 700; }
  .gallery-cartoon .section-header a {
    font-weight: 300;
    font-size: 2rem;
    font-family: "Montserrat", Arial, sans serif; }
    @media (max-width: 991.98px) {
      .gallery-cartoon .section-header a {
        font-size: 1.2rem;
        margin-bottom: 6px; } }

.gallery-list [class*="col-"] {
  margin-bottom: 1rem; }

.gallery-list .card {
  margin-bottom: 0; }
  .gallery-list .card .card-title {
    font-size: 1.275rem; }

.travel-trending .card-title {
  font-family: "Montserrat", Arial, sans serif; }

.travel-dow .card-title {
  font-family: "Montserrat", Arial, sans serif; }

.op-eds .card .img-wrapper {
  width: 30%; }

.full-image-module .img-expanded img {
  max-width: 100%; }

.cards-expanded-module {
  border-bottom: 1px solid #B9C1CA;
  background-color: #dee2e6;
  padding: 25px 0 25px; }
  .cards-expanded-module .divider-sm-left,
  .cards-expanded-module .divider-sm-left {
    border-color: #B9C1CA !important; }
  .cards-expanded-module .card {
    background-color: #dee2e6; }

.gn-full-width-video {
  margin-bottom: 1rem;
  background-color: #ededed; }
  .gn-full-width-video .spinner {
    display: none;
    position: absolute;
    margin-top: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    .gn-full-width-video .spinner > div {
      background-color: #fff !important; }

.video-container-large {
  background-color: #001627; }

.ais-SearchBox-form {
  position: relative; }

.ais-SearchBox-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  height: 3rem;
  max-height: 46px;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #eeeee5;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .ais-SearchBox-input::-webkit-input-placeholder {
    font-size: 13px; }
  .ais-SearchBox-input::-moz-placeholder {
    font-size: 13px; }
  .ais-SearchBox-input::-ms-input-placeholder {
    font-size: 13px; }
  .ais-SearchBox-input::placeholder {
    font-size: 13px; }

.ais-SearchBox-submit {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: .5rem;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
  border: none;
  cursor: pointer;
  outline: none; }

.ais-SearchBox-submitIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 4px;
  height: 28px;
  width: 28px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.ais-SearchBox-reset {
  display: none; }

.ais-SortBy-select,
.ais-MenuSelect-select {
  font-size: 0.88rem;
  font-weight: 600;
  color: #767676;
  border: 1px solid #eeeee5;
  border-radius: 0.25rem;
  min-height: 46px;
  line-height: 2rem;
  background: #ffffff url("../svg/icon-chevron-down.svg") no-repeat 97% 50%;
  background-size: 20px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .ais-SortBy-select:focus,
  .ais-MenuSelect-select:focus {
    border-color: #bdc4c9;
    box-shadow: none; }

.search-result .no-results {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem 0;
  color: #767676;
  min-height: 50vh;
  display: inline-block; }

.ais-Highlight-highlighted {
  color: #0288d1;
  background: transparent;
  padding: 0; }

.ais-RefinementList-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 4px; }

.ais-RefinementList-item {
  font-size: 0.88rem;
  font-weight: 300;
  display: block;
  padding: 5px;
  color: #010101; }

.ais-RefinementList-count {
  color: #e56400;
  font-weight: 600; }
  .ais-RefinementList-count:before {
    content: "("; }
  .ais-RefinementList-count:after {
    content: ")"; }
  .ais-RefinementList-count:before, .ais-RefinementList-count:after {
    color: #010101;
    font-weight: 300;
    display: inline-block; }

.ais-RefinementList-checkbox:checked, .ais-RefinementList-checkbox:not(:checked) {
  position: absolute;
  left: -9999px; }

.ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText,
.ais-RefinementList-checkbox:not(:checked) + .ais-RefinementList-labelText {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #010101;
  font-family: "Montserrat", Arial, sans serif;
  margin: 0; }

.ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText:before,
.ais-RefinementList-checkbox:not(:checked) + .ais-RefinementList-labelText:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #eeeee5;
  border-radius: 3px;
  background: #ffffff; }

.ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText:after,
.ais-RefinementList-checkbox:not(:checked) + .ais-RefinementList-labelText:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #e56400 url("../images/icons/icon-check.svg") no-repeat 50% 50%;
  background-size: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.ais-RefinementList-checkbox:not(:checked) + .ais-RefinementList-labelText:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.ais-RefinementList-searchBox {
  margin-bottom: .5rem; }
  .ais-RefinementList-searchBox button {
    display: none; }

.ais-RefinementList-showMore {
  background: none !important;
  color: #e56400;
  border: none;
  padding: 0 !important;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 34px; }
  .ais-RefinementList-showMore:focus {
    outline: 0; }

.ais-NumericMenu-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 4px; }

.ais-NumericMenu-radio:checked, .ais-NumericMenu-radio:not(:checked) {
  position: absolute;
  left: -9999px; }

.ais-NumericMenu-item--noRefinement {
  display: none; }

.ais-NumericMenu-item--selected .ais-NumericMenu-labelText {
  color: #e56400;
  font-weight: 500; }

.ais-NumericMenu-label {
  margin-bottom: 0;
  cursor: pointer; }

.ais-NumericMenu-labelText {
  font-size: 0.88rem;
  font-weight: 300;
  display: block;
  padding: 5px;
  color: #010101; }
  .ais-NumericMenu-labelText:hover {
    color: #e56400; }

.ais-RangeInput-form input {
  display: inline-block;
  width: 72px;
  padding: 0.30rem 0.30rem; }

.ais-RangeInput-submit {
  margin-left: 8px;
  padding: 0.30rem 0.38rem;
  font-weight: 500; }

.ais-RangeInput-separator {
  margin: 0 0.3rem; }

.ais-ClearRefinements-button {
  background: none !important;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  padding: 0 !important;
  text-decoration: underline; }

.ais-Pagination {
  color: #3a4570; }
  .ais-Pagination-list {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
            justify-content: center; }
  .ais-Pagination-item {
    font-size: 1rem;
    box-sizing: border-box;
    padding: 9px 6px;
    font-family: "Montserrat", Arial, sans serif; }
    .ais-Pagination-item--disabled .ais-Pagination-link {
      opacity: 0.6;
      cursor: not-allowed;
      color: #a5abc4; }
    .ais-Pagination-item .ais-Pagination-link {
      color: #013d6c;
      -webkit-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out;
      padding: 0.3rem 0.7rem;
      min-width: 34px;
      display: block;
      border: 1px solid #c4c8d8;
      border-radius: 5px;
      -webkit-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }
  .ais-Pagination-item--selected .ais-Pagination-link {
    color: white;
    background-color: #013d6c;
    border-color: #013d6c; }

.ais-Pagination--noRefinement {
  display: none; }

#gn-search-popup {
  font-family: "Montserrat", Arial, sans serif; }
  #gn-search-popup .modal-dialog {
    max-width: 100%;
    margin: 0; }
  #gn-search-popup .modal-content {
    border-radius: 0; }
    #gn-search-popup .modal-content .navbar {
      padding: 0; }
  #gn-search-popup .search-form {
    text-align: center;
    width: 100%; }
    #gn-search-popup .search-form .search-field {
      background-color: transparent;
      border-width: 0;
      font-size: 36px;
      font-weight: 300;
      height: auto;
      line-height: 26px;
      min-width: 500px;
      outline: none;
      padding: 12px 0;
      width: 40%; }
      @media (max-width: 991.98px) {
        #gn-search-popup .search-form .search-field {
          min-width: 100%; } }
      #gn-search-popup .search-form .search-field::-webkit-input-placeholder {
        color: #B0BCC8; }
      #gn-search-popup .search-form .search-field::-moz-placeholder {
        color: #B0BCC8; }
      #gn-search-popup .search-form .search-field::-ms-input-placeholder {
        color: #B0BCC8; }
      #gn-search-popup .search-form .search-field::placeholder {
        color: #B0BCC8; }
        @media (max-width: 991.98px) {
          #gn-search-popup .search-form .search-field::-webkit-input-placeholder {
            font-size: 20px; }
          #gn-search-popup .search-form .search-field::-moz-placeholder {
            font-size: 20px; }
          #gn-search-popup .search-form .search-field::-ms-input-placeholder {
            font-size: 20px; }
          #gn-search-popup .search-form .search-field::placeholder {
            font-size: 20px; } }
    #gn-search-popup .search-form .search-submit {
      background-color: #0288D1;
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      height: 37px;
      width: 142px; }
      @media (max-width: 991.98px) {
        #gn-search-popup .search-form .search-submit {
          font-size: 15px; } }
    #gn-search-popup .search-form .close-search {
      font-size: 12px;
      color: #B0BCC8;
      font-weight: 400; }

#gn-search-form-md input {
  outline: none; }

#gn-search-form-md input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 1rem;
  background: url("../svg/icon-search-mb.svg") no-repeat 2px center;
  background-position-y: 7px;
  background-position-x: 9px;
  background-size: 20px;
  border: none;
  color: #000000;
  cursor: pointer;
  padding: 4px 10px 5px 36px;
  margin-top: 5px;
  margin-left: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 0; }
  #gn-search-form-md input[type=search]::-webkit-input-placeholder {
    visibility: hidden;
    color: #999; }
  #gn-search-form-md input[type=search]::-moz-placeholder {
    visibility: hidden;
    color: #999; }
  #gn-search-form-md input[type=search]::-ms-input-placeholder {
    visibility: hidden;
    color: #999; }
  #gn-search-form-md input[type=search]::placeholder {
    visibility: hidden;
    color: #999; }
  #gn-search-form-md input[type=search]:focus {
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 10em;
    box-shadow: 0 0 5px #6c757d;
    background-image: url("../svg/icon-search-bk-mb.svg"); }
    #gn-search-form-md input[type=search]:focus::-webkit-input-placeholder {
      visibility: visible; }
    #gn-search-form-md input[type=search]:focus::-moz-placeholder {
      visibility: visible; }
    #gn-search-form-md input[type=search]:focus::-ms-input-placeholder {
      visibility: visible; }
    #gn-search-form-md input[type=search]:focus::placeholder {
      visibility: visible; }

.columnist .alpha {
  font-size: 1.875rem;
  font-family: "Montserrat", Arial, sans serif;
  text-transform: uppercase;
  text-decoration: underline;
  padding-bottom: 1.5rem;
  display: block;
  font-weight: 500; }

.columnist ul {
  margin-bottom: 1rem; }
  .columnist ul li {
    font-weight: 600;
    line-height: 2rem;
    font-size: 1.125rem; }

.sitemap ul {
  margin-bottom: 1.8rem; }

.sitemap a {
  font-family: "Montserrat", Arial, sans serif;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-weight: 500; }

.sitemap .main-cat {
  text-transform: capitalize;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  font-family: "GlosaHeadline-Black", Georgia, serif; }

.rss {
  padding-top: 1rem; }
  .rss .jumbotron {
    padding: 2rem; }
  .rss .rss-links {
    margin: 2rem 0; }
    .rss .rss-links a {
      word-break: break-word;
      font-weight: 600; }
    .rss .rss-links .rss-icon {
      background: url("../images/icons/rss.gif") no-repeat;
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: top;
      margin-top: 1px; }
      .rss .rss-links .rss-icon + span {
        display: inline-block;
        padding-left: .25rem;
        vertical-align: top;
        font-weight: 600; }
    .rss .rss-links .row {
      margin-bottom: 1rem; }
      .rss .rss-links .row .col-6:first-child {
        font-family: "Montserrat", Arial, sans serif; }
  .rss p {
    line-height: 1.6; }
  .rss .tnc strong {
    display: block;
    margin-bottom: 1rem; }

#gn-onesignal-popup .gn-logo-round {
  height: 83px; }

#gn-onesignal-popup .tittle {
  font-family: "GlosaHeadline-Black", Georgia, serif;
  line-height: 32px;
  font-size: 27px;
  color: #000000; }
  #gn-onesignal-popup .tittle span {
    color: #0288D1; }

#gn-onesignal-popup .desc {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 300;
  line-height: 17px;
  font-size: 12px;
  color: #444444; }

#gn-onesignal-popup .allow-btn {
  background-color: #0288D1;
  color: #ffffff;
  height: 37px;
  width: 142px;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 14px;
  display: block; }

#gn-onesignal-popup .no-thanks-btn {
  display: block;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 300;
  line-height: 17px;
  font-size: 11px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ACAFB3; }

#onesignal-popover-container .onesignal-popover-dialog #normal-popover .popover-body-icon img {
  border-radius: 50%; }

#onesignal-popover-container .onesignal-popover-dialog #normal-popover .popover-body-message {
  visibility: hidden;
  position: relative; }
  #onesignal-popover-container .onesignal-popover-dialog #normal-popover .popover-body-message:after {
    content: 'We\2019ll send you latest news updates through the day. You can manage them any time from your browser settings.';
    visibility: visible;
    position: absolute;
    top: 3px;
    left: 16px;
    font-weight: 300;
    line-height: 17px;
    font-size: 17px;
    color: #444444; }

#onesignal-popover-container .onesignal-popover-dialog #normal-popover .popover-footer button#onesignal-popover-cancel-button.secondary {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 300;
  line-height: 17px;
  font-size: 11px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #444444 !important; }

#onesignal-popover-container .onesignal-popover-dialog #normal-popover .popover-footer button#onesignal-popover-allow-button.primary {
  background: #0288D1 !important;
  border-radius: 3px;
  padding-top: 4px;
  padding-bottom: 5px;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  line-height: 26px;
  font-size: 14px;
  color: #FFFFFF; }

/* One signal popover block message */
.gn-os-po {
  background: #D9EAF2;
  border: 0; }
  .gn-os-po .arrow::after {
    border-bottom-color: #D9EAF2; }
  .gn-os-po .popover-body {
    padding-bottom: 0.7rem; }
  .gn-os-po .gn-onesignl-block-msg {
    font-family: "Montserrat", Arial, sans serif; }
    .gn-os-po .gn-onesignl-block-msg .tittle {
      line-height: 16px;
      font-size: 11px;
      color: #444444; }
    .gn-os-po .gn-onesignl-block-msg .desc {
      background: #ffffff;
      border-radius: 0px 0px 6px 6px;
      padding: 11px 11px 1px;
      margin-top: 5px;
      border-top: 8px solid #f8f9fa;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
      .gn-os-po .gn-onesignl-block-msg .desc p {
        line-height: 16px;
        font-size: 11px;
        color: #8A9BA4;
        margin-bottom: 10px; }
        .gn-os-po .gn-onesignl-block-msg .desc p span {
          color: #0288d1; }

.gn-ramadan-timing {
  border: 4px solid #426B75; }
  .gn-ramadan-timing .logo {
    width: 100%; }
  .gn-ramadan-timing .title {
    font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
    font-weight: 600;
    margin-bottom: 4px; }
  .gn-ramadan-timing .prayer_date {
    color: #CEB00B;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px; }
  .gn-ramadan-timing .prayer {
    font-family: "Montserrat", Arial, sans serif; }
    .gn-ramadan-timing .prayer__name {
      font-weight: 600;
      font-size: 14px;
      color: #313D43; }
    .gn-ramadan-timing .prayer__time {
      font-weight: 600;
      font-size: 36px;
      line-height: 24px;
      color: #012E51; }
    .gn-ramadan-timing .prayer .time-suffix {
      color: #012E51;
      font-weight: 500;
      font-size: 11px; }
  .gn-ramadan-timing .excert {
    color: #8A9BA4;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    margin-top: 8px; }
  .gn-ramadan-timing .gn-ramadan-sponsor {
    background-color: #ffffff;
    color: #8A9BA4;
    border-top: 1px solid #EFF2F3;
    padding-top: 7px; }
  .gn-ramadan-timing-hor {
    border: none; }
    .gn-ramadan-timing-hor .pt-cell {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      height: 68px; }
    .gn-ramadan-timing-hor .pt-table {
      background-color: #F6F3E2;
      max-height: 68px;
      overflow: hidden; }
    .gn-ramadan-timing-hor .pt-cell-highlight {
      padding: 0; }
      .gn-ramadan-timing-hor .pt-cell-highlight .prayer {
        padding: .15rem .75rem;
        background-color: white;
        width: 100%;
        border-right: 1px solid #F6F3E2;
        text-align: center; }
    .gn-ramadan-timing-hor .pt-info {
      background-color: white; }
      .gn-ramadan-timing-hor .pt-info p {
        margin: .75rem 0;
        text-align: center; }
    .gn-ramadan-timing-hor .prayer_date {
      font-size: 1rem; }
    .gn-ramadan-timing-hor .prayer__time {
      font-size: 1.5rem;
      font-weight: 700; }
    .gn-ramadan-timing-hor .sponsor-wrap {
      max-width: 100px;
      margin-top: -4px; }
      .gn-ramadan-timing-hor .sponsor-wrap img {
        max-width: 100%; }
      .gn-ramadan-timing-hor .sponsor-wrap .sponsor-text {
        font-family: "Montserrat", Arial, sans serif;
        color: #8A9BA4;
        font-size: 0.75rem; }

@media (max-width: 767.98px) {
  .sm-gutter {
    margin-left: 15px;
    margin-right: 15px; } }

.india-poll {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  color: white;
  margin-bottom: .75rem; }
  .india-poll .ip-head {
    font-size: 1.1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    height: 100%;
    background-color: #353f43;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    min-height: 42px; }
    @media (min-width: 768px) {
      .india-poll .ip-head {
        font-size: 1.25rem; } }
  .india-poll .caption [class*="col-"],
  .india-poll .data [class*="col-"] {
    background-color: #353f43;
    height: 36px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .india-poll .caption [class*="col-"],
      .india-poll .data [class*="col-"] {
        height: auto; } }
  .india-poll .caption .cell,
  .india-poll .data .cell {
    text-align: left;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .india-poll .caption .cell,
      .india-poll .data .cell {
        display: block;
        text-align: center; } }
  .india-poll .caption .cell {
    padding-top: .25rem;
    padding-bottom: .25rem; }
  .india-poll .data [class*="col-"] {
    opacity: .9; }
  .india-poll .data .cell {
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .india-poll .data .cell {
        padding-top: .35rem;
        padding-bottom: .35rem;
        font-size: 2rem;
        line-height: 2.2rem;
        font-weight: 700; } }

.gt-jobs-articles .section-header {
  border-color: #60CDF6; }
  .gt-jobs-articles .section-header h3 {
    color: #60CDF6; }
    .gt-jobs-articles .section-header h3 a {
      color: #60CDF6; }

.gt-jobs-articles .card-title a:hover {
  color: #60CDF6; }

.gt-jobs-articles .gt-logo-wrapper {
  text-align: center;
  display: block; }
  .gt-jobs-articles .gt-logo-wrapper img {
    max-width: 40%; }
  @media (min-width: 600px) {
    .gt-jobs-articles .gt-logo-wrapper {
      text-align: left; }
      .gt-jobs-articles .gt-logo-wrapper img {
        max-width: 60%; } }

.gt-jobs-articles .gt-site-details {
  font-family: "Montserrat", Arial, sans serif;
  padding: 0 .5rem; }
  .gt-jobs-articles .gt-site-details .gt-desc {
    color: #333333;
    font-size: 0.88rem; }
  .gt-jobs-articles .gt-site-details .gt-site {
    color: #60CDF6;
    text-align: center;
    font-weight: 500;
    display: block;
    padding: .25rem 0 .5rem; }
    @media (min-width: 600px) {
      .gt-jobs-articles .gt-site-details .gt-site {
        text-align: left; } }

.gt-jobs-articles .btn, .gt-jobs-articles .ais-RangeInput-submit {
  text-transform: capitalize !important;
  background-color: #60CDF6;
  border-color: #60CDF6;
  color: white !important;
  font-weight: 600;
  border-radius: 60px !important;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .gt-jobs-articles .btn, .gt-jobs-articles .ais-RangeInput-submit {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.gn-table {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  font-weight: 600; }
  .gn-table tbody tr > th {
    border-right: 1px solid #dee2e6;
    background-color: white;
    padding-left: 0;
    font-weight: 600;
    white-space: nowrap;
    color: #637a86; }
    .gn-table tbody tr > th a {
      color: #0288d1;
      text-decoration: underline; }
  .gn-table tbody tr:last-child td, .gn-table tbody tr:last-child th {
    border-bottom: 1px solid #dee2e6; }
  .gn-table .th, .gn-table td {
    vertical-align: middle; }
  .gn-table thead th {
    border-bottom: 0;
    background-color: #bdcdd8;
    font-weight: 600;
    padding-top: .5rem;
    padding-bottom: .5rem; }
    .gn-table thead th:nth-child(2n) {
      background-color: #e5ebef; }
    .gn-table thead th:first-child {
      background-color: #013d6c;
      color: white; }

.body-color {
  color: #111111 !important; }

.gn-widget {
  margin-bottom: .5rem; }
  .gn-widget .widget-head {
    margin-bottom: .4rem; }
    .gn-widget .widget-head .tag {
      display: inline-block;
      color: white;
      padding: 0 4px;
      border-radius: 3px;
      line-height: 15px;
      font-size: 9px;
      margin-left: .5rem;
      background-color: #dc3545;
      align-content: center; }
  .gn-widget .title {
    margin: 0;
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      .gn-widget .title {
        font-size: 1.5rem; } }
  .gn-widget .dt {
    font-weight: 600; }
  .gn-widget .dt, .gn-widget .tm, .gn-widget .sponsor-text {
    font-size: 0.75rem;
    font-family: "Montserrat", Arial, sans serif;
    line-height: 1rem; }
  .gn-widget .tm {
    color: #637a86;
    font-weight: 600; }
  .gn-widget .sponsor-wrap {
    float: right; }
  .gn-widget .sponsor-text {
    line-height: 1.2rem;
    color: #637a86; }
  .gn-widget .icon-link {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    margin-left: 3px;
    width: 13px;
    height: 13px;
    background-color: #0288d1; }
    .gn-widget .icon-link svg {
      width: 75%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      height: 75%;
      display: block;
      margin: 0 auto;
      fill: white; }
  .gn-widget .icon {
    vertical-align: middle; }
    .gn-widget .icon svg {
      padding: 11%;
      fill: #28a745; }
    .gn-widget .icon.arrow-down svg {
      fill: #dc3545;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .gn-widget .table {
    margin-bottom: .5rem; }
    .gn-widget .table .rate-1k {
      font-size: .7rem;
      line-height: .85rem;
      letter-spacing: .25px;
      color: #637a86;
      font-weight: 500; }
    @media (max-width: 991.98px) {
      .gn-widget .table th, .gn-widget .table td {
        padding-left: .5rem;
        padding-right: .5rem; } }
  .gn-widget .view-last {
    margin-bottom: .5rem;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    color: #637a86;
    vertical-align: bottom; }
    .gn-widget .view-last .icon-link {
      margin-right: 4px; }
    .gn-widget .view-last a {
      color: #0288d1; }
  .gn-widget .view-more {
    overflow: hidden; }
    .gn-widget .view-more .btn, .gn-widget .view-more .ais-RangeInput-submit {
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 600;
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        .gn-widget .view-more .btn, .gn-widget .view-more .ais-RangeInput-submit {
          float: right;
          width: auto; } }
  .gn-widget .source {
    margin-bottom: .5rem;
    overflow: hidden;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.75rem;
    color: #637a86;
    font-weight: 500; }
    .gn-widget .source a {
      font-family: inherit;
      font-size: inherit;
      color: inherit;
      font-weight: inherit; }
    .gn-widget .source .sponsor-wrap img {
      margin-left: .5rem; }
  .gn-widget .gn-flag {
    margin-right: .25rem; }

.chart-wrapper {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 1rem 0; }

.gn-widget-title {
  text-decoration: underline;
  margin-bottom: .6rem; }

.manage-form {
  line-height: 1.2rem;
  min-height: 70vh; }
  .manage-form .card {
    padding: .75rem; }
    .manage-form .card .img-wrapper {
      width: 38%; }
    .manage-form .card-title {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: .5rem !important; }
    .manage-form .card label,
    .manage-form .card .tag-container {
      margin: 0; }
  .manage-form [type="submit"] {
    display: block;
    width: 100%; }

.carousel-slide {
  background: #000000;
  padding: 6px;
  display: -webkit-box;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .carousel-slide:last-child {
    margin-left: 5px; }
  .carousel-slide svg {
    fill: #ffffff; }
  .carousel-slide:hover {
    background: #e56400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.article .article-gallery .carousel-slide {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 2px; }

.article .article-gallery .carousel-state {
  line-height: 40px; }

.gallery-list {
  position: relative; }
  .gallery-list-inner figure {
    text-align: center; }
  .gallery-list-inner img {
    margin: 0; }
    .gallery-list-inner img.lazy {
      max-width: auto;
      width: 100%; }
    .gallery-list-inner img.img-loaded {
      max-width: 100%;
      width: auto; }
  .gallery-list .gallery-item {
    margin-top: 1rem; }
  .gallery-list .control-wrapper {
    display: none;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 992px) {
      .gallery-list .control-wrapper {
        position: absolute;
        left: -70px;
        top: 22px;
        height: 100%;
        -webkit-transform: none;
                transform: none; } }
  .gallery-list .carousel-control {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: -webkit-sticky;
    position: sticky; }
    @media (min-width: 992px) {
      .gallery-list .carousel-control {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); } }
    @media (max-width: 1199.98px) {
      .gallery-list .carousel-control {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); } }
    @media (max-width: 1199.98px) {
      .gallery-list .carousel-control .carousel-slide {
        opacity: .75;
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        .gallery-list .carousel-control .carousel-slide svg {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }
  .gallery-list .gallery-item .item-index {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    margin-bottom: .5rem;
    font-weight: 500; }

.portal-offcanvas-collapse {
  padding: 1rem; }
  @media (min-width: 768px) {
    .portal-offcanvas-collapse {
      padding: 1.5rem; } }
  @media (min-width: 992px) {
    .portal-offcanvas-collapse {
      margin: 1rem 0;
      padding: 0; } }
  .portal-offcanvas-collapse.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  @media (max-width: 1199.98px) {
    .portal-offcanvas-collapse {
      position: fixed;
      z-index: 1060;
      top: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      width: 100%;
      background-color: white;
      overflow-y: auto;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } }

.portal-section-title {
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans serif; }

.portal-btn-back {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 0.88rem; }

.portal-search-box, .portal-category {
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: #013d6c;
  background-color: white; }
  .portal-search-box .block-heading, .portal-category .block-heading {
    font-weight: 600;
    margin-bottom: .5rem; }
  .portal-search-box .form-control, .portal-search-box .ais-RangeInput-form input, .ais-RangeInput-form .portal-search-box input,
  .portal-search-box .btn,
  .portal-search-box .ais-RangeInput-submit, .portal-category .form-control, .portal-category .ais-RangeInput-form input, .ais-RangeInput-form .portal-category input,
  .portal-category .btn,
  .portal-category .ais-RangeInput-submit {
    font-size: 0.88rem;
    border-radius: 0; }
  
  .portal-search-box .btn,
  .portal-search-box .ais-RangeInput-submit,
  .portal-category .btn,
  .portal-category .ais-RangeInput-submit {
    display: block;
    width: 100%;
    font-weight: 600; }

.portal-search-box {
  margin-bottom: 1rem; }

.portal-category .nav-link {
  color: #0288d1;
  font-weight: 600;
  padding: .3rem 1rem; }

.portal-uae .card .card-img {
  border-top: none !important; }

.portal-heading {
  margin: 1rem 0; }
  @media (min-width: 992px) {
    .portal-heading {
      text-align: center; } }
  .portal-heading .portal-heading-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .portal-heading .portal-heading-wrapper {
        -webkit-box-pack: center;
                justify-content: center; } }
    .portal-heading .portal-heading-wrapper .portal-head-block:nth-child(1) {
      width: 40%; }
    .portal-heading .portal-heading-wrapper .portal-head-block:nth-child(2) {
      width: 60%; }
    .portal-heading .portal-heading-wrapper .portal-head-block:nth-child(3) {
      width: 100%; }
      .portal-heading .portal-heading-wrapper .portal-head-block:nth-child(3) .adv {
        margin-bottom: 0; }
    .portal-heading .portal-heading-wrapper .portal-head-block .adv-loaded {
      margin-top: .5rem;
      padding-top: .5rem;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    @media (min-width: 992px) {
      .portal-heading .portal-heading-wrapper .portal-head-block {
        width: auto !important; }
        .portal-heading .portal-heading-wrapper .portal-head-block:nth-child(3) {
          width: 140px !important; }
        .portal-heading .portal-heading-wrapper .portal-head-block .adv-loaded {
          margin-left: .75rem !important;
          margin-top: 0;
          padding-top: 0;
          border-top: 0 !important; } }
  .portal-heading h2 {
    font-weight: 600;
    font-family: "GlosaTextBlack", Georgia, serif;
    margin: 0;
    font-size: 1rem;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .portal-heading h2 {
        font-size: 1.2rem;
        line-height: 36px; } }
    @media (min-width: 992px) {
      .portal-heading h2 {
        font-size: 3rem;
        line-height: 3.8rem; } }
  .portal-heading .menu-bar-right {
    display: block;
    max-width: 100%;
    -webkit-box-flex: 0;
            flex: 0 0 1;
    float: right; }
    @media (min-width: 992px) {
      .portal-heading .menu-bar-right {
        display: none;
        max-width: 100%;
        -webkit-box-flex: 0;
                flex: 0 0 1; } }
    .portal-heading .menu-bar-right .btn-more-sections {
      color: #013d6c;
      font-size: .7rem;
      line-height: 32px;
      padding: 0 .5rem; }
      @media (min-width: 768px) {
        .portal-heading .menu-bar-right .btn-more-sections {
          font-size: .9rem;
          line-height: 36px; } }
    .portal-heading .menu-bar-right .chevron-down {
      padding-right: 1.65rem; }
      .portal-heading .menu-bar-right .chevron-down::after {
        right: .85rem;
        top: 42%;
        border-color: #013d6c; }

.portal-menu {
  border-top: 1px solid #f7f7f4;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .portal-menu {
      border-bottom: 1px solid #f7f7f4;
      flex-wrap: nowrap; } }
  @media (max-width: 1199.98px) {
    .portal-menu {
      -webkit-box-pack: start !important;
              justify-content: flex-start !important; } }
  .portal-menu svg {
    width: 48px; }
  .portal-menu .nav-item {
    margin: 0;
    border-bottom: 1px solid #f7f7f4;
    border-right: 1px solid #f7f7f4;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 1rem; }
    .portal-menu .nav-item:nth-of-type(2n+1) {
      border-left: 1px solid #f7f7f4; }
    @media (min-width: 768px) {
      .portal-menu .nav-item {
        -webkit-box-flex: 0;
                flex: 0 33.3%;
        max-width: 33.3%; } }
    .portal-menu .nav-item.active {
      background-color: #ffecce;
      border: 1px solid #c98b58 !important; }
      .portal-menu .nav-item.active a {
        color: #c98b58;
        font-weight: 600; }
    @media (min-width: 992px) {
      .portal-menu .nav-item {
        -webkit-box-flex: 0;
                flex: none;
        max-width: auto;
        padding: 0;
        border-bottom: none;
        min-width: 10%; } }
  .portal-menu .nav-link {
    text-align: center;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .portal-menu .nav-link {
        font-size: 0.88rem;
        padding: .6rem; }
        .portal-menu .nav-link svg {
          width: 48px; } }
    @media (min-width: 992px) {
      .portal-menu .nav-link {
        padding: .5rem; } }

.portal-sticky-menu {
  background-color: white;
  box-shadow: 0px 3px 12px 0px rgba(212, 204, 212, 0.46); }
  .portal-sticky-menu .portal-heading {
    margin: 0;
    text-align: left;
    padding: .5rem 1rem .5rem 0; }
    .portal-sticky-menu .portal-heading h2 {
      font-size: 1rem; }
      @media (min-width: 992px) {
        .portal-sticky-menu .portal-heading h2 {
          line-height: 1.8rem; } }
    @media (min-width: 992px) {
      .portal-sticky-menu .portal-heading {
        display: -webkit-box;
        display: flex;
        align-self: center; } }
  .portal-sticky-menu .portal-menu {
    border: 1px solid #f7f7f4 !important;
    margin: 0;
    -webkit-box-flex: 1;
            flex: 1 auto; }
    .portal-sticky-menu .portal-menu .nav-item {
      -webkit-box-flex: 1;
              flex: 1 auto; }
    .portal-sticky-menu .portal-menu .nav-link {
      font-size: 0.75rem;
      font-weight: 500; }

.portal-right-col > div:last-child {
  margin-bottom: 0; }

.portal-right-col .more-stories-list,
.portal-right-col .trending-on-right {
  margin-bottom: 1rem;
  background-color: white; }
  .portal-right-col .more-stories-list .card-wrap,
  .portal-right-col .trending-on-right .card-wrap {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0; }
    .portal-right-col .more-stories-list .card-wrap + hr,
    .portal-right-col .trending-on-right .card-wrap + hr {
      display: none; }
  .portal-right-col .more-stories-list .section-header,
  .portal-right-col .trending-on-right .section-header {
    border: none;
    margin: 0;
    padding: 1rem 1rem 0 1rem;
    border-bottom: none !important; }
    .portal-right-col .more-stories-list .section-header .h5,
    .portal-right-col .trending-on-right .section-header .h5 {
      font-size: 1.125rem; }
  .portal-right-col .more-stories-list .card + hr,
  .portal-right-col .trending-on-right .card + hr {
    display: none; }
  .portal-right-col .more-stories-list .card .card-title,
  .portal-right-col .trending-on-right .card .card-title {
    font-size: 1rem;
    font-weight: 600; }
  .portal-right-col .more-stories-list ul,
  .portal-right-col .trending-on-right ul {
    margin-bottom: 0; }
    .portal-right-col .more-stories-list ul li:last-child .card-wrap,
    .portal-right-col .trending-on-right ul li:last-child .card-wrap {
      padding-bottom: 1rem; }

.portal-bg {
  background-color: #F5F5F2;
  padding-top: 1.5rem;
  padding-bottom: .5rem; }
  .portal-bg + .footer-ad-wrapper {
    background-color: #F5F5F2; }

.portal-uae {
  font-family: "Montserrat", Arial, sans serif; }
  @media (min-width: 992px) {
    .portal-uae .col-lg-30p {
      padding-left: 0; } }
  .portal-uae .section-header {
    border-color: #013d6c; }
    .portal-uae .section-header a {
      color: #013d6c; }
  .portal-uae .card-wrap {
    padding: 1rem;
    background-color: white;
    margin-bottom: 1rem;
    height: calc(100% - 1rem); }
  .portal-uae .portal-right-col {
    background-color: #d8dde1; }
    .portal-uae .portal-right-col .adv-bg {
      background-color: #d8dde1; }
  .portal-uae .card {
    margin-bottom: 0; }
    .portal-uae .card .card-title {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1.125rem; }
    .portal-uae .card .tag {
      color: #0288d1; }
    @media (min-width: 768px) {
      .portal-uae .card-md-col-1 .media .img-wrapper {
        margin-bottom: .5rem; } }
  .portal-uae .list-wrapper li {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: white; }
  .portal-uae .card-list .card-title {
    margin: 0; }
  @media (max-width: 767.98px) {
    .portal-uae .featured-story .media {
      display: block; }
      .portal-uae .featured-story .media .img-wrapper {
        width: 100%;
        margin-bottom: .5rem; } }
  .portal-uae .top-story .featured-story .card-title {
    font-size: 1.5rem; }
  .portal-uae .article h1 {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700;
    letter-spacing: -1px; }
  .portal-uae .article p, .portal-uae .article li, .portal-uae .article a {
    font-family: "Montserrat", Arial, sans serif; }

@media (min-width: 992px) {
  .network-articles .bottom-section .card-title {
    font-size: 1.125rem; } }

