@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 */ }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg"); }

: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: 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;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  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: 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: inline-flex;
  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: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 600px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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: flex;
      align-items: 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 {
      align-items: 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;
  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;
  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;
  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: 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;
    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: flex;
  flex-wrap: wrap;
  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 {
  flex-direction: column;
  align-items: flex-start;
  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: flex;
  flex-wrap: wrap;
  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;
    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: flex;
    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: 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: flex;
  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: 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: 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 {
  flex: 1 1 auto;
  text-align: center; }

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
  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%;
  flex-grow: 1;
  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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      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: 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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      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: 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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      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: 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 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      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: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    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: 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: flex;
  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 {
  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: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 600px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 600px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        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: 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: 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: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #0288d1;
  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: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  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 {
    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: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  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.75; }

.modal-header {
  display: flex;
  align-items: flex-start;
  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;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  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: 960px; } }

.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;
  align-items: center;
  width: 100%;
  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: flex;
  align-items: 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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

.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 {
  flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-primary {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.top-stories .btn-primary:active, .subscribe.top-stories .btn-primary:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }
  .subscribe.top-stories .btn-secondary {
    color: #013D6C;
    border-color: #013D6C;
    background-color: transparent;
    background-image: none; }
    .subscribe.top-stories .btn-secondary:active, .subscribe.top-stories .btn-secondary:focus {
      color: #fff;
      background-color: #013D6C;
      border-color: #013D6C; }

.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-primary {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.default .btn-primary:active, .subscribe.default .btn-primary:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }
  .subscribe.default .btn-secondary {
    color: #013D6C;
    border-color: #013D6C;
    background-color: transparent;
    background-image: none; }
    .subscribe.default .btn-secondary:active, .subscribe.default .btn-secondary:focus {
      color: #fff;
      background-color: #013D6C;
      border-color: #013D6C; }

.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-primary {
    background-color: #DD5928;
    border-color: #DD5928; }
    .subscribe.local-news .btn-primary:active, .subscribe.local-news .btn-primary:focus {
      background-color: #DD5928;
      border-color: #DD5928;
      box-shadow: none; }
  .subscribe.local-news .btn-secondary {
    color: #DD5928;
    border-color: #DD5928;
    background-color: transparent;
    background-image: none; }
    .subscribe.local-news .btn-secondary:active, .subscribe.local-news .btn-secondary:focus {
      color: #fff;
      background-color: #DD5928;
      border-color: #DD5928; }

.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-primary {
    background-color: #DD5928;
    border-color: #DD5928; }
    .subscribe.uae .btn-primary:active, .subscribe.uae .btn-primary:focus {
      background-color: #DD5928;
      border-color: #DD5928;
      box-shadow: none; }
  .subscribe.uae .btn-secondary {
    color: #DD5928;
    border-color: #DD5928;
    background-color: transparent;
    background-image: none; }
    .subscribe.uae .btn-secondary:active, .subscribe.uae .btn-secondary:focus {
      color: #fff;
      background-color: #DD5928;
      border-color: #DD5928; }

.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-primary {
    background-color: #DD5928;
    border-color: #DD5928; }
    .subscribe.news .btn-primary:active, .subscribe.news .btn-primary:focus {
      background-color: #DD5928;
      border-color: #DD5928;
      box-shadow: none; }
  .subscribe.news .btn-secondary {
    color: #DD5928;
    border-color: #DD5928;
    background-color: transparent;
    background-image: none; }
    .subscribe.news .btn-secondary:active, .subscribe.news .btn-secondary:focus {
      color: #fff;
      background-color: #DD5928;
      border-color: #DD5928; }

.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-primary {
    background-color: #0090C5;
    border-color: #0090C5; }
    .subscribe.business .btn-primary:active, .subscribe.business .btn-primary:focus {
      background-color: #0090C5;
      border-color: #0090C5;
      box-shadow: none; }
  .subscribe.business .btn-secondary {
    color: #0090C5;
    border-color: #0090C5;
    background-color: transparent;
    background-image: none; }
    .subscribe.business .btn-secondary:active, .subscribe.business .btn-secondary:focus {
      color: #fff;
      background-color: #0090C5;
      border-color: #0090C5; }

.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-primary {
    background-color: #CE181E;
    border-color: #CE181E; }
    .subscribe.sport .btn-primary:active, .subscribe.sport .btn-primary:focus {
      background-color: #CE181E;
      border-color: #CE181E;
      box-shadow: none; }
  .subscribe.sport .btn-secondary {
    color: #CE181E;
    border-color: #CE181E;
    background-color: transparent;
    background-image: none; }
    .subscribe.sport .btn-secondary:active, .subscribe.sport .btn-secondary:focus {
      color: #fff;
      background-color: #CE181E;
      border-color: #CE181E; }

.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-primary {
    background-color: #0FACBD;
    border-color: #0FACBD; }
    .subscribe.opinion .btn-primary:active, .subscribe.opinion .btn-primary:focus {
      background-color: #0FACBD;
      border-color: #0FACBD;
      box-shadow: none; }
  .subscribe.opinion .btn-secondary {
    color: #0FACBD;
    border-color: #0FACBD;
    background-color: transparent;
    background-image: none; }
    .subscribe.opinion .btn-secondary:active, .subscribe.opinion .btn-secondary:focus {
      color: #fff;
      background-color: #0FACBD;
      border-color: #0FACBD; }

.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-primary {
    background-color: #FF5E5E;
    border-color: #FF5E5E; }
    .subscribe.entertainment .btn-primary:active, .subscribe.entertainment .btn-primary:focus {
      background-color: #FF5E5E;
      border-color: #FF5E5E;
      box-shadow: none; }
  .subscribe.entertainment .btn-secondary {
    color: #FF5E5E;
    border-color: #FF5E5E;
    background-color: transparent;
    background-image: none; }
    .subscribe.entertainment .btn-secondary:active, .subscribe.entertainment .btn-secondary:focus {
      color: #fff;
      background-color: #FF5E5E;
      border-color: #FF5E5E; }

.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-primary {
    background-color: #00C6AE;
    border-color: #00C6AE; }
    .subscribe.going-out .btn-primary:active, .subscribe.going-out .btn-primary:focus {
      background-color: #00C6AE;
      border-color: #00C6AE;
      box-shadow: none; }
  .subscribe.going-out .btn-secondary {
    color: #00C6AE;
    border-color: #00C6AE;
    background-color: transparent;
    background-image: none; }
    .subscribe.going-out .btn-secondary:active, .subscribe.going-out .btn-secondary:focus {
      color: #fff;
      background-color: #00C6AE;
      border-color: #00C6AE; }

.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-primary {
    background-color: #A2BC07;
    border-color: #A2BC07; }
    .subscribe.food .btn-primary:active, .subscribe.food .btn-primary:focus {
      background-color: #A2BC07;
      border-color: #A2BC07;
      box-shadow: none; }
  .subscribe.food .btn-secondary {
    color: #A2BC07;
    border-color: #A2BC07;
    background-color: transparent;
    background-image: none; }
    .subscribe.food .btn-secondary:active, .subscribe.food .btn-secondary:focus {
      color: #fff;
      background-color: #A2BC07;
      border-color: #A2BC07; }

.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-primary {
    background-color: #7A72C4;
    border-color: #7A72C4; }
    .subscribe.travel .btn-primary:active, .subscribe.travel .btn-primary:focus {
      background-color: #7A72C4;
      border-color: #7A72C4;
      box-shadow: none; }
  .subscribe.travel .btn-secondary {
    color: #7A72C4;
    border-color: #7A72C4;
    background-color: transparent;
    background-image: none; }
    .subscribe.travel .btn-secondary:active, .subscribe.travel .btn-secondary:focus {
      color: #fff;
      background-color: #7A72C4;
      border-color: #7A72C4; }

.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-primary {
    background-color: #BA006F;
    border-color: #BA006F; }
    .subscribe.lifestyle .btn-primary:active, .subscribe.lifestyle .btn-primary:focus {
      background-color: #BA006F;
      border-color: #BA006F;
      box-shadow: none; }
  .subscribe.lifestyle .btn-secondary {
    color: #BA006F;
    border-color: #BA006F;
    background-color: transparent;
    background-image: none; }
    .subscribe.lifestyle .btn-secondary:active, .subscribe.lifestyle .btn-secondary:focus {
      color: #fff;
      background-color: #BA006F;
      border-color: #BA006F; }

.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-primary {
    background-color: #0288D1;
    border-color: #0288D1; }
    .subscribe.technology .btn-primary:active, .subscribe.technology .btn-primary:focus {
      background-color: #0288D1;
      border-color: #0288D1;
      box-shadow: none; }
  .subscribe.technology .btn-secondary {
    color: #0288D1;
    border-color: #0288D1;
    background-color: transparent;
    background-image: none; }
    .subscribe.technology .btn-secondary:active, .subscribe.technology .btn-secondary:focus {
      color: #fff;
      background-color: #0288D1;
      border-color: #0288D1; }

.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-primary {
    background-color: #F9A825;
    border-color: #F9A825; }
    .subscribe.how-to .btn-primary:active, .subscribe.how-to .btn-primary:focus {
      background-color: #F9A825;
      border-color: #F9A825;
      box-shadow: none; }
  .subscribe.how-to .btn-secondary {
    color: #F9A825;
    border-color: #F9A825;
    background-color: transparent;
    background-image: none; }
    .subscribe.how-to .btn-secondary:active, .subscribe.how-to .btn-secondary:focus {
      color: #fff;
      background-color: #F9A825;
      border-color: #F9A825; }

.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-primary {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.podcast .btn-primary:active, .subscribe.podcast .btn-primary:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }
  .subscribe.podcast .btn-secondary {
    color: #013D6C;
    border-color: #013D6C;
    background-color: transparent;
    background-image: none; }
    .subscribe.podcast .btn-secondary:active, .subscribe.podcast .btn-secondary:focus {
      color: #fff;
      background-color: #013D6C;
      border-color: #013D6C; }

.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-primary {
    background-color: #013D6C;
    border-color: #013D6C; }
    .subscribe.video .btn-primary:active, .subscribe.video .btn-primary:focus {
      background-color: #013D6C;
      border-color: #013D6C;
      box-shadow: none; }
  .subscribe.video .btn-secondary {
    color: #013D6C;
    border-color: #013D6C;
    background-color: transparent;
    background-image: none; }
    .subscribe.video .btn-secondary:active, .subscribe.video .btn-secondary:focus {
      color: #fff;
      background-color: #013D6C;
      border-color: #013D6C; }

.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-primary {
    background-color: #001E36;
    border-color: #001E36; }
    .subscribe.gulfnews .btn-primary:active, .subscribe.gulfnews .btn-primary:focus {
      background-color: #001E36;
      border-color: #001E36;
      box-shadow: none; }
  .subscribe.gulfnews .btn-secondary {
    color: #001E36;
    border-color: #001E36;
    background-color: transparent;
    background-image: none; }
    .subscribe.gulfnews .btn-secondary:active, .subscribe.gulfnews .btn-secondary:focus {
      color: #fff;
      background-color: #001E36;
      border-color: #001E36; }

.bg-coronavirus {
  background-color: #e66320 !important; }

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

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

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

.col-right .subscribe.coronavirus {
  border-color: #e66320 !important; }

.subscribe.coronavirus {
  border-color: #e66320; }
  .subscribe.coronavirus .sbox-article-title {
    color: #e66320; }
  .subscribe.coronavirus .btn-primary {
    background-color: #e66320;
    border-color: #e66320; }
    .subscribe.coronavirus .btn-primary:active, .subscribe.coronavirus .btn-primary:focus {
      background-color: #e66320;
      border-color: #e66320;
      box-shadow: none; }
  .subscribe.coronavirus .btn-secondary {
    color: #e66320;
    border-color: #e66320;
    background-color: transparent;
    background-image: none; }
    .subscribe.coronavirus .btn-secondary:active, .subscribe.coronavirus .btn-secondary:focus {
      color: #fff;
      background-color: #e66320;
      border-color: #e66320; }

.font-weight-semi-bold {
  font-weight: 600; }

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;
  position: relative; }

.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: ""; }

/*
disable sticky ad css */
.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 {
      right: 0;
      top: -24px;
      position: absolute;
      background: #F5F5F2;
      width: 24px;
      height: 24px;
      padding: 3px 0 0 0;
      border-top-right-radius: 6px;
      border-top-left-radius: 6px; }
      .lb-ad-sticky .ad-close:before {
        content: "";
        background: url("../../images/icons/icon-close.svg") no-repeat 50% 50%/contain;
        display: inline-block;
        width: 10px;
        height: 10px; }
    .lb-ad-sticky .adv {
      margin-bottom: 0 !important; }
    .lb-ad-sticky .label-adv {
      padding-top: 1px !important;
      padding-bottom: 1px !important; }
      .lb-ad-sticky .label-adv::before {
        display: none !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; }
  @media (max-width: 767.98px) {
    .adv-loaded + .ad-close {
      display: block; } }

/*
.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; }

.bg-neutral-black {
  background-color: #191E21; }

.bg-dark-blue {
  background-color: #012E51; }

.bg-breaking-live {
  background-color: #b71c1c; }

.bg-food-orange {
  background-color: #F97D25; }

.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) {
  .divider-md-right-0 {
    border-right: 0px !important; } }

@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: 80%;
  font-weight: 500; }
  .gn-cookies-warning .msg-body {
    padding: 1rem; }
    .gn-cookies-warning .msg-body a {
      text-decoration: underline;
      font: inherit;
      color: inherit; }
  .gn-cookies-warning .btn, .gn-cookies-warning .ais-RangeInput-submit {
    border-color: white;
    color: white;
    width: 120px;
    margin-top: 1rem; }
    .gn-cookies-warning .btn:hover, .gn-cookies-warning .ais-RangeInput-submit:hover {
      background: transparent;
      border-width: 2px; }
    @media (min-width: 992px) {
      .gn-cookies-warning .btn, .gn-cookies-warning .ais-RangeInput-submit {
        margin-top: 0; } }

/* **************** */
/* 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; }

.col-right .adv-loaded {
  margin-bottom: 1rem; }

.gx-2 {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .gx-2 > [class*='col-'] {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.content-wrapper .adv-sky-wrapper {
  display: none; }
  @media (min-width: 1460px) {
    .content-wrapper .adv-sky-wrapper {
      position: absolute;
      flex-direction: row;
      display: flex;
      justify-content: center;
      width: 100%;
      overflow-x: hidden; } }
  .content-wrapper .adv-sky-wrapper .spacer {
    margin: 0px;
    padding: 0;
    flex: 0 0 1140px;
    width: 1140px; }

.content-wrapper .adv-left-col,
.content-wrapper .adv-right-col {
  margin: 0;
  padding: 0;
  min-width: 160px;
  overflow-x: hidden; }
  .content-wrapper .adv-left-col .label-adv:before,
  .content-wrapper .adv-right-col .label-adv:before {
    text-align: center; }

.content-wrapper .adv-left-col {
  text-align: right; }

.content-wrapper .adv-right-col {
  text-align: left; }

/* margin bottom : 10px */
.mb-p10 {
  margin-bottom: 5px !important; }

.lazy {
  opacity: 0; }

.img-loaded {
  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,
  .top-navbar img.gn-logo {
    height: 18px;
    width: auto;
    padding-top: 1px;
    fill: white; }
  .top-navbar img.gn-logo {
    vertical-align: top; }
  .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,
    .top-navbar .nav-sm .logo-wrapper img {
      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;
      transition: all 0.3s ease;
      max-width: 17px; }
    .top-navbar .top-nav .nav-link.home:hover svg {
      fill: #6c757d;
      transition: all 0.3s ease; }
  .top-navbar .top-nav .logo-wrapper {
    height: 36px; }
    .top-navbar .top-nav .logo-wrapper .gn-logo {
      width: 117px;
      height: 18px; }
    .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: 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: #E56400;
      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: #fa6c00; }
      .top-navbar-right .nav-item .subscribe:after {
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        margin-left: 4px;
        vertical-align: 0.200em; }
  .top-navbar-right .profile-link {
    display: none; }

.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; }

.dropdown-menu-mobile {
  font-family: "Montserrat", Arial, sans serif;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10px; }
  .dropdown-menu-mobile > a {
    font-size: 0.88rem;
    padding: 0.3rem 1rem;
    display: block; }
  .dropdown-menu-mobile .profile-link {
    display: none !important; }

.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;
  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,
  .offcanvas-collapse .logo img {
    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%); }

/* best buy menu color change */
.offcanvas-collapse a.parent[href*="/best-buys"] {
  color: #e56400 !important; }

.menu-bar.main a.nav-link[href$="/best-buys"] {
  color: #e56400 !important; }

.menu-bar.main li:has(a[href$="/best-buys"]) {
  background-color: #FCEFE5; }
  .menu-bar.main li:has(a[href$="/best-buys"]) a {
    color: #e56400 !important; }

.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 > a {
      display: inline-block; }
    .logo-container .logo svg {
      fill: #333E48; }
  @media (min-width: 768px) {
    .logo-container {
      border-bottom: none;
      margin-bottom: 0; }
      .logo-container .logo {
        width: 410px;
        height: auto; } }
  .logo-container .logo svg,
  .logo-container .logo .gn-logo {
    max-height: 56px;
    width: 100%;
    display: inline-block; }
    @media (max-width: 767.98px) {
      .logo-container .logo svg,
      .logo-container .logo .gn-logo {
        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; }
    .logo-container .nav-item.profile-link {
      display: none; }

.category-header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem; }
  @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: 44px; } }
  .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: 1.75rem;
        margin-left: -3px; } }
    @media (min-width: 992px) {
      .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; }
  .category-header .section-friday .section-logo {
    width: 130px; }

.article-sticky-header {
  height: 0;
  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 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .menu-bar-left {
      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;
      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: flex;
  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;
    transition: all 0.6s ease;
    padding: 3px 7px; }
    .menu-bar.main .nav-item .nav-link:hover, .menu-bar.sub .nav-item .nav-link:hover {
      border-bottom-color: #adb5bd;
      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;
      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 {
    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 .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; }

.trending-wrapper {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow: hidden; }
  .trending-wrapper .nav-link {
    line-height: 38px; }
  .trending-wrapper .trending {
    flex-grow: 1; }
    @media (min-width: 600px) {
      .trending-wrapper .trending {
        flex: 0 0 calc(100%);
        max-width: calc(100%);
        height: 35px;
        overflow: hidden; } }
  @media (min-width: 600px) {
    .trending-wrapper.has-widget .trending {
      flex: 0 0 calc(100% - 380px);
      max-width: calc(100% - 380px); } }

.pt-ramadan {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  display: flex;
  background-color: #F3981E;
  padding: 0 .75rem;
  justify-content: space-around;
  width: 100%; }
  @media (min-width: 600px) {
    .pt-ramadan {
      min-width: 340px; } }
  .pt-ramadan > div {
    line-height: 38px;
    color: white;
    padding-left: .75rem; }
    .pt-ramadan > div:first-child {
      padding-left: 0; }
    .pt-ramadan > div .pt-tm {
      padding-left: .5rem;
      font-weight: 600; }
  .pt-ramadan a {
    color: white;
    text-decoration: underline;
    font-size: 13px; }

.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 .section-header {
  margin-top: .25rem;
  border-color: #013D6C;
  color: #013D6C; }
  .top-story .section-header h3 {
    font-size: 22px; }

.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; }

/** Top Stories - Friday section **/
.top-story-friday .card {
  /*
        .lead {
            font-family: $font-family-serif-text-black;
        }*/ }
  .top-story-friday .card .tag-container .tag {
    background: white;
    color: #BA006F;
    font-size: 10px; }
  @media (max-width: 767.98px) {
    .top-story-friday .card .tag-container {
      margin: 0; } }
  .top-story-friday .card .card-img {
    border-top: 0px; }
  .top-story-friday .card .card-body {
    box-shadow: 6px 6px 0px #FCFAC2;
    padding-left: 6px;
    padding-bottom: 4px; }
    @media (min-width: 600px) {
      .top-story-friday .card .card-body {
        box-shadow: 6px 6px 0px #FCFAC2;
        padding-left: 6px;
        padding-bottom: 0; } }
  .top-story-friday .card .card-title {
    font-family: "GlosaHeadline-Black", Georgia, serif;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 600px) {
      .top-story-friday .card .card-title {
        font-size: 18px;
        line-height: 24px; } }
  .top-story-friday .card .tag-container + .card-title {
    margin-top: 0; }

.top-story-friday .card-highlight {
  height: 100%;
  margin-bottom: .5rem;
  padding: 0 0 1rem !important; }
  .top-story-friday .card-highlight .media {
    height: 100%; }
    .top-story-friday .card-highlight .media .img-wrapper {
      margin-bottom: 0; }
  .top-story-friday .card-highlight .media-body {
    position: relative; }
    .top-story-friday .card-highlight .media-body .card-body {
      margin-right: 6px;
      margin-bottom: 6px;
      margin-top: -6px;
      height: 100%; }
    .top-story-friday .card-highlight .media-body:before {
      content: '';
      position: absolute;
      height: 8px;
      background: white;
      top: -7px;
      left: -1px;
      right: 6px; }
  .top-story-friday .card-highlight .card-title {
    padding-top: 6px; }
  .top-story-friday .card-highlight .tag-container + .card-title {
    padding-top: 0; }

.top-story-friday .card-full-featured {
  background-color: #FFF;
  background-image: url(../images/bg-stripes.jpg) bottom center;
  margin-bottom: 1rem;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .top-story-friday .card-full-featured {
      background: url(../images/bg-stripes.jpg) center right; } }
  .top-story-friday .card-full-featured .media {
    position: relative;
    padding-bottom: 66px; }
    @media (min-width: 992px) {
      .top-story-friday .card-full-featured .media {
        padding-bottom: 0; } }
    .top-story-friday .card-full-featured .media .img-wrapper {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .top-story-friday .card-full-featured .media .img-wrapper {
          width: 74%; } }
    .top-story-friday .card-full-featured .media .card-body {
      box-shadow: none;
      border: none;
      margin: 0 1.5rem 0 1rem;
      position: absolute;
      bottom: 0;
      padding: 1rem 1rem .5rem; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .top-story-friday .card-full-featured .media .card-body {
          padding: 1rem 1rem .5rem;
          left: 0;
          right: 0; } }
      @media (min-width: 992px) {
        .top-story-friday .card-full-featured .media .card-body {
          box-shadow: 16px 16px 0px #FCFAC2;
          margin-right: 1rem;
          margin-left: 0;
          position: static; } }
    .top-story-friday .card-full-featured .media .card-title {
      font-size: 21px;
      line-height: 28px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .top-story-friday .card-full-featured .media .card-title {
          font-size: 30px;
          line-height: 30px; } }
    .top-story-friday .card-full-featured .media .lead {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .top-story-friday .card-full-featured .media .lead {
          margin-bottom: 1rem; } }
  .top-story-friday .card-full-featured .media-body {
    background: #FCFAC2;
    position: absolute;
    left: 0;
    right: 0;
    height: 66px; }
    @media (min-width: 992px) {
      .top-story-friday .card-full-featured .media-body {
        left: 70%;
        right: 1rem;
        height: auto;
        background: #FFF;
        position: absolute; } }
  @media (max-width: 767.98px) {
    .top-story-friday .card-full-featured {
      margin-left: -1rem;
      margin-right: -1rem; } }

.top-story-friday.lifestyle .card-body {
  box-shadow: 6px 6px 0px #F8E5F1; }

.top-story-friday.lifestyle .card-full-featured .card-body {
  box-shadow: none; }
  @media (min-width: 992px) {
    .top-story-friday.lifestyle .card-full-featured .card-body {
      box-shadow: 16px 16px 0px #F8E5F1; } }

.top-story-friday.lifestyle .card-full-featured .media-body {
  background: #F8E5F1; }
  @media (min-width: 992px) {
    .top-story-friday.lifestyle .card-full-featured .media-body {
      background: #FFF; } }

@media (min-width: 768px) {
  .col-md-60p {
    flex: 0 0 60%;
    max-width: 60%; }
  .col-md-40p {
    flex: 0 0 40%;
    max-width: 40%; }
  .card-featured .card-title {
    font-size: 2.53125rem; } }

@media (min-width: 992px) {
  .col-lg-70p {
    flex: 0 0 62.83333%;
    max-width: 62.83333%; }
  .col-lg-30p {
    flex: 0 0 37.16667%;
    max-width: 37.16667%; }
  /* 60 & 40 */
  .col-lg-60p {
    flex: 0 0 60%;
    max-width: 60%; }
  .col-lg-40p {
    flex: 0 0 40%;
    max-width: 40%; } }

@media (min-width: 1200px) {
  .col-lg-70p {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-30p {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.ts-sm .section-header {
  position: relative;
  border: none !important;
  margin-bottom: .75rem;
  margin-top: 15px; }
  .ts-sm .section-header h3 {
    font-size: 0.75rem;
    color: #e56400;
    font-weight: 700;
    position: absolute;
    background-color: white;
    z-index: 2;
    padding-right: .5rem; }
  .ts-sm .section-header:before {
    content: " ";
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #dee2e6;
    left: 0;
    right: 0;
    z-index: 1; }
  .ts-sm .section-header a {
    color: #e56400; }

.ts-sm .card {
  margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ts-sm .card {
      height: 100%; }
      .ts-sm .card .media {
        height: 100%; } }

.ts-sm [class^="col-"] .media {
  padding: 5px;
  border: 1px solid #D8DEE1;
  background-color: #EFF2F3; }
  .ts-sm [class^="col-"] .media .img-wrapper {
    width: 34%;
    margin-right: .75rem !important; }
  .ts-sm [class^="col-"] .media .media-body {
    font-size: 0; }
  .ts-sm [class^="col-"] .media .tag-container {
    padding: 3px 4px 2px;
    margin: 0 0 0.2rem 0;
    margin-top: 0;
    display: inline-flex; }
    .ts-sm [class^="col-"] .media .tag-container.live {
      padding-left: 0; }
      .ts-sm [class^="col-"] .media .tag-container.live:before {
        margin-right: 4px; }
    .ts-sm [class^="col-"] .media .tag-container .tag {
      font-weight: 600;
      line-height: 10px;
      font-size: 10px; }
    .ts-sm [class^="col-"] .media .tag-container.tag-premium {
      padding-left: 0; }
      .ts-sm [class^="col-"] .media .tag-container.tag-premium .tag {
        margin-bottom: 0; }
      .ts-sm [class^="col-"] .media .tag-container.tag-premium:before {
        content: '';
        padding: 0;
        margin-right: 4px;
        height: 10px; }
    .ts-sm [class^="col-"] .media .tag-container.default {
      padding-left: 0; }
  .ts-sm [class^="col-"] .media .card-img {
    border-top: 2px solid #e56400; }
  .ts-sm [class^="col-"] .media .card-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #191E21;
    font-family: "Montserrat", Arial, sans serif;
    margin-bottom: 0; }
    .ts-sm [class^="col-"] .media .card-title a {
      color: #191E21; }

@media (max-width: 767.98px) {
  .ts-sm [class^="col-"] .divider-sm-down {
    margin: 0.75rem 0 0.75rem; }
  .ts-sm [class^="col-"] .media {
    background-color: transparent;
    border: 0;
    padding: 0; }
    .ts-sm [class^="col-"] .media .img-wrapper {
      width: 21%; }
    .ts-sm [class^="col-"] .media .card-title {
      font-size: 14px;
      line-height: 18px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .portal-money .top-story .img-wrapper {
    display: none; }
  .portal-money .top-story .featured-story .img-wrapper {
    display: block; } }

.portal-money .top-story .cols-auto-height .card-wrap:nth-child(n + 2) .img-wrapper {
  display: block; }
  @media (min-width: 600px) {
    .portal-money .top-story .cols-auto-height .card-wrap:nth-child(n + 2) .img-wrapper {
      display: none; } }

.top-story-expanded .lead {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1rem;
  line-height: 21px;
  color: #637A86; }
  @media (max-width: 991.98px) {
    .top-story-expanded .lead {
      font-size: 14px;
      line-height: 18px; } }

.top-story-expanded .stories-list [class*="col-"] {
  margin-bottom: 1.5rem; }

.top-story-expanded .expanded-img-wrapper {
  margin-bottom: 1rem; }

.top-story-expanded .top-story-header h1 {
  font-size: 2.81rem;
  line-height: 48px; }
  @media (max-width: 991.98px) {
    .top-story-expanded .top-story-header h1 {
      font-size: 1.875rem;
      line-height: 36px; } }

.top-story-expanded .top-story-header .top-story-img {
  margin: 15px 0 30px; }
  .top-story-expanded .top-story-header .top-story-img img {
    max-width: 270px; }
  @media (max-width: 767.98px) {
    .top-story-expanded .top-story-header .top-story-img {
      margin: 15px 0 15px; }
      .top-story-expanded .top-story-header .top-story-img img {
        max-width: 90%; } }

.top-story-expanded .top-story-body h2 {
  font-weight: 900;
  font-size: 25px;
  line-height: 32px;
  color: #000000; }
  @media (max-width: 991.98px) {
    .top-story-expanded .top-story-body h2 {
      font-size: 1.375rem;
      line-height: 28px; } }

.section-com-6 h2.card-title {
  font-size: 1rem;
  line-height: 20px; }

/** Football **/
.top-story-football {
  background-color: #5a1956;
  background-image: url(/images/football-purple-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center 20px;
  padding: 1rem; }
  .top-story-football .row .card {
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .top-story-football .row .card {
        margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .top-story-football .row.last .col-sm-12:last-child .card {
      margin-bottom: 0; } }

.card.card-football {
  background-color: transparent;
  border-radius: 0; }
  .card.card-football .media {
    display: block; }
    .card.card-football .media .card-body {
      background-color: #FFF;
      padding: 1rem; }
    .card.card-football .media .card-title {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1rem; }
    .card.card-football .media .card-img {
      border-top: none; }
    .card.card-football .media .img-wrapper {
      width: 100%; }

.card.card-football-small {
  padding: .5rem !important;
  border-radius: 0; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card.card-football-small {
      padding: 1rem !important; } }
  .card.card-football-small .media-body {
    background-color: #FFF; }
    .card.card-football-small .media-body .card-title {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1rem;
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .card.card-football-small .media-body .card-title {
          font-size: 13px; } }
    .card.card-football-small .media-body .tag-container {
      line-height: 18px; }
      .card.card-football-small .media-body .tag-container .tag {
        font-size: 10px; }
  .card.card-football-small .card-img {
    border-top: none; }
  .card.card-football-small .img-wrapper {
    margin-right: .5rem !important; }
    @media (min-width: 600px) {
      .card.card-football-small .img-wrapper {
        width: 39%; } }

.card.card-football-featured .media {
  position: relative; }
  .card.card-football-featured .media .card-body {
    margin-right: 12.5%; }
  .card.card-football-featured .media .media-body {
    position: absolute;
    bottom: 0; }
    .card.card-football-featured .media .media-body .tag-container {
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .card.card-football-featured .media .media-body .tag-container {
          position: absolute;
          top: -24px;
          left: 0;
          margin: 0; } }
  .card.card-football-featured .media .img-wrapper {
    margin-bottom: 140px; }
  .card.card-football-featured .media .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .75rem;
    font-weight: 400; }
    @media (min-width: 600px) {
      .card.card-football-featured .media .card-title {
        font-size: 1.875rem;
        line-height: 2.125rem; } }

.card.card.overlap-text {
  background-color: #FFF; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card.card.overlap-text {
      height: 100%; } }
  @media (min-width: 992px) {
    .card.card.overlap-text {
      background-color: transparent; }
      .card.card.overlap-text .media {
        position: relative; }
        .card.card.overlap-text .media .media-body {
          position: absolute;
          height: 100px;
          bottom: 0; }
          .card.card.overlap-text .media .media-body .card-body {
            margin-right: 10%;
            height: 100%;
            overflow: hidden; }
            .card.card.overlap-text .media .media-body .card-body > * {
              max-height: 100%;
              overflow-y: hidden; }
            .card.card.overlap-text .media .media-body .card-body .tag-container {
              margin-bottom: 0; }
        .card.card.overlap-text .media .img-wrapper {
          margin-bottom: 70px; } }

@media (max-width: 767.98px) {
  .card.card.card-sm-col-2 {
    padding: .5rem !important; }
    .card.card.card-sm-col-2 .media {
      display: flex; }
    .card.card.card-sm-col-2 .card-body {
      padding: 0; }
    .card.card.card-sm-col-2 .card-img {
      border-top: none; }
    .card.card.card-sm-col-2 .img-wrapper {
      margin-right: .5rem !important;
      width: 42%; } }

.card-football .tag-container,
.card-football-small .tag-container {
  background-color: #000000;
  display: inline-block !important;
  padding: 0 10px;
  line-height: 20px; }
  .card-football .tag-container .tag,
  .card-football-small .tag-container .tag {
    color: white;
    font-size: 10px; }
  .card-football .tag-container.live,
  .card-football-small .tag-container.live {
    background-color: white;
    padding: 0; }
    .card-football .tag-container.live .tag,
    .card-football-small .tag-container.live .tag {
      color: #b71c1c; }
  .card-football .tag-container.exclusive,
  .card-football-small .tag-container.exclusive {
    background-color: #F2DD4E;
    padding: 0 10px; }
    .card-football .tag-container.exclusive .tag,
    .card-football-small .tag-container.exclusive .tag {
      color: #4A5C64; }
  .card-football .tag-container.breaking,
  .card-football-small .tag-container.breaking {
    padding: 0 10px;
    background-color: #b71c1c; }
  .card-football .tag-container.sponsored,
  .card-football-small .tag-container.sponsored {
    background-color: white;
    padding: 0; }

.card-football-featured .tag-container.live {
  padding: 0 10px; }
  @media (min-width: 600px) {
    .card-football-featured .tag-container.live {
      padding: 0; } }

.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: flex;
  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; }
    @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 {
    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 .podcasts {
      bottom: 0;
      height: 3rem;
      left: unset;
      top: unset;
      -webkit-transform: unset;
              transform: unset;
      width: 3rem; }
    .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; } }
  .card-col-1 .media {
    flex-direction: column; }
    .card-col-1 .media .img-wrapper {
      width: 100%;
      margin-bottom: 1rem; }
    .card-col-1 .media .media-body {
      width: 100%; }
  @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: 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: 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-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 {
      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; } }
  @media (min-width: 600px) {
    .card-small {
      margin-bottom: 1rem; } }
  .card-small .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 18px; }
  .card-small .tag-container {
    margin-bottom: .25rem; }
  .card-small .media .media-body {
    margin-right: 0 !important; }
    @media (min-width: 600px) {
      .card-small .media .media-body {
        margin-right: 1rem !important; } }
  .card-small .media .img-wrapper {
    width: 20%;
    display: none; }
    @media (min-width: 600px) {
      .card-small .media .img-wrapper {
        display: block; } }
  .card-small.card-partner .media .img-wrapper {
    display: block; }
    @media (max-width: 767.98px) {
      .card-small.card-partner .media .img-wrapper {
        width: 33%; } }
  .card-small.card-partner .media .media-body {
    margin-right: 1rem !important; }

#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; }

.sm-wrapper [class^="col-"] {
  position: relative; }
  @media (min-width: 992px) {
    .sm-wrapper [class^="col-"]:nth-last-child(-n+3) .card {
      margin-bottom: 0 !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .sm-wrapper [class^="col-"] .card-small {
      padding-bottom: 1rem; }
    .sm-wrapper [class^="col-"] hr {
      position: absolute;
      bottom: 0;
      left: 1rem;
      right: 1rem;
      width: auto; }
    .sm-wrapper [class^="col-"]:nth-last-child(-n+2) .card-small {
      padding-bottom: 0; }
    .sm-wrapper [class^="col-"]:nth-last-child(-n+2) hr {
      display: none !important; } }

.card-highlight .media {
  position: relative; }

@media (min-width: 600px) {
  .card-highlight .media-body {
    position: absolute;
    bottom: 0; } }

@media (min-width: 600px) {
  .card-highlight .card-body {
    margin-right: 1.5rem;
    background-color: #FFF;
    padding: .5rem 1rem .5rem 0; }
  .card-highlight .card-title {
    line-height: 1.5rem; } }

@media (max-width: 767.98px) {
  .highlight-sm .media {
    position: relative; }
    .highlight-sm .media .img-wrapper {
      width: 100%; }
  .highlight-sm .media-body {
    position: absolute;
    bottom: 0; }
    .highlight-sm .media-body .card-body {
      margin-right: 1.5rem;
      background-color: #FFF;
      padding: .5rem 1rem .5rem 0; }
    .highlight-sm .media-body .card-title {
      line-height: 1.5rem;
      font-size: 1.25rem; } }
    @media (max-width: 767.98px) and (min-width: 600px) {
      .highlight-sm .media-body .card-title {
        font-size: 1rem; } }

.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: 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: 1px 10px;
    margin-top: 0;
    display: inline-block;
    display: inline-flex; }
    .tag-container.breaking .tag {
      color: #ffffff;
      font-weight: 600; }
  .tag-container.exclusive {
    background-color: #F2DD4E;
    padding: 1px 10px;
    margin-top: 0;
    display: inline-block; }
    .tag-container.exclusive .tag {
      color: #4A5C64;
      font-weight: 600; }

.list-col-3 {
  display: block; }
  @media (min-width: 600px) {
    .list-col-3 {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 600px) {
    .list-col-3 > li {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      padding-bottom: 1.5rem; } }

.list-col-2 {
  display: block; }
  @media (min-width: 600px) {
    .list-col-2 {
      display: flex;
      flex-wrap: wrap;
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 600px) {
    .list-col-2 > li {
      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,
  .subscribe select {
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 14px;
    font-family: "Montserrat", Arial, sans serif; }
  .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 .sbox-step-2 {
    display: flex;
    flex-direction: column; }
    .subscribe .sbox-step-2 .invalid-feedback {
      text-align: left; }
    .subscribe .sbox-step-2 select {
      height: 34px !important; }
    .subscribe .sbox-step-2 .input-wrap {
      margin-bottom: .5rem;
      text-align: center; }
    .subscribe .sbox-step-2 .btn-wrap {
      margin: 0 auto; }
      .subscribe .sbox-step-2 .btn-wrap > div {
        width: 50%; }
  .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.your-money {
    border-left: none !important; }
  .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; } }
  @media (min-width: 768px) {
    .article .sbox-article .sbox-step-2 {
      flex-wrap: wrap;
      flex-direction: row; }
      .article .sbox-article .sbox-step-2 .input-group {
        margin-left: 0;
        margin-right: .5rem; }
      .article .sbox-article .sbox-step-2 .input-wrap {
        flex-basis: calc(100% / 3); }
        .article .sbox-article .sbox-step-2 .input-wrap:last-child {
          flex-grow: 1;
          flex-basis: 100%; }
      .article .sbox-article .sbox-step-2 .btn-wrap {
        width: 60%; } }
  .sbox-article .input-group .btn, .sbox-article .input-group .ais-RangeInput-submit,
  .sbox-article .input-wrap .btn,
  .sbox-article .input-wrap .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,
      .sbox-article .input-wrap .btn,
      .sbox-article .input-wrap .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-wrapper .adv {
    margin: 1rem 0 1.25rem 0; }

.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;
  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;
    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 4rem; }
      .article-expanded .article-body .pull-left {
        margin-left: -4rem;
        margin-right: -4rem; }
    .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; } }
  @media (min-width: 992px) {
    .article-expanded .article-body {
      padding: 0 6rem; }
      .article-expanded .article-body .pull-left {
        margin-left: -6rem;
        margin-right: -6rem; } }
  .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 {
    margin-bottom: 200px; }
    @media (min-width: 992px) {
      .article-recipe {
        margin-bottom: 80px; } }
    .article-recipe .article-body {
      padding-left: 0;
      position: relative;
      top: 200px; }
      @media (min-width: 992px) {
        .article-recipe .article-body {
          top: 80px; } }
  .article-restaurant header >
h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 30px; }
    @media (min-width: 600px) {
      .article-restaurant header >
h1 {
        font-size: 30px;
        line-height: 36px; } }
  .article-restaurant .article-body img {
    margin: 0rem auto .3rem; }
  .article-restaurant .article-body .restaurant-meta {
    margin-top: 20px;
    margin-bottom: 20px; }
    .article-restaurant .article-body .restaurant-meta .publish {
      font-family: "Montserrat", Arial, sans serif;
      color: #8A9BA4;
      font-size: 12px;
      font-weight: 500; }
      @media (min-width: 992px) {
        .article-restaurant .article-body .restaurant-meta .publish {
          float: right; } }
    .article-restaurant .article-body .restaurant-meta hr {
      margin-right: 1rem; }
      @media (max-width: 767.98px) {
        .article-restaurant .article-body .restaurant-meta hr {
          margin-left: 1rem; } }
    .article-restaurant .article-body .restaurant-meta p {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 12px;
      color: #4A5C64;
      margin-bottom: .25rem; }
    .article-restaurant .article-body .restaurant-meta .name {
      font-size: 21px;
      color: #191E21;
      font-weight: 600; }
    .article-restaurant .article-body .restaurant-meta .address span {
      font-weight: bold; }
    .article-restaurant .article-body .restaurant-meta .contact span {
      font-weight: bold; }
    .article-restaurant .article-body .restaurant-meta .price span {
      font-weight: bold;
      color: #E56400; }
    .article-restaurant .article-body .restaurant-meta .book-a-table-btn, .article-restaurant .article-body .restaurant-meta .restaurant-time-btn, .article-restaurant .article-body .restaurant-meta .location-map-btn {
      font-family: "Montserrat", Arial, sans serif;
      border-radius: 6px;
      font-weight: 600;
      font-size: 11px;
      padding: 10px 18px;
      text-transform: uppercase;
      text-align: center;
      max-width: 108px;
      line-height: 120%;
      display: inline-block; }
      @media (min-width: 992px) {
        .article-restaurant .article-body .restaurant-meta .book-a-table-btn, .article-restaurant .article-body .restaurant-meta .restaurant-time-btn, .article-restaurant .article-body .restaurant-meta .location-map-btn {
          max-width: 160px;
          line-height: 100%;
          padding: 14px 18px; } }
    .article-restaurant .article-body .restaurant-meta .book-a-table-btn {
      background: #E56400;
      color: #FFFFFF; }
    .article-restaurant .article-body .restaurant-meta .restaurant-time-btn {
      background: #FCEFE5;
      color: #E56400;
      margin: 10px 0; }
      @media (min-width: 992px) {
        .article-restaurant .article-body .restaurant-meta .restaurant-time-btn {
          padding: 10px 18px; } }
    .article-restaurant .article-body .restaurant-meta .location-map-btn {
      background: #FCEFE5;
      color: #E56400; }
  @media (min-width: 992px) {
    .article-restaurant .article-body .restaurant-body {
      padding-left: 4rem; } }
  .article-restaurant .article-body .restaurant-body img {
    display: block; }
  .article-restaurant .article-body .restaurant-body .title-location-map {
    font-weight: bold;
    font-size: 12px;
    font-family: "Montserrat", Arial, sans serif; }
  .article-restaurant .article-body .restaurant-body .restaurant-timing {
    font-size: 12px;
    font-family: "Montserrat", Arial, sans serif; }
    .article-restaurant .article-body .restaurant-body .restaurant-timing .title {
      color: #E56400;
      font-weight: bold; }
  .article figure {
    margin-bottom: 1rem; }
  .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 .tag-container.recipe {
    margin: 0 0 -1px 0; }
    .article .tag-container.recipe span {
      background: #002234;
      color: #FFFFFF;
      font-size: 12px;
      text-transform: uppercase;
      padding: 4px 10px;
      font-weight: bold;
      font-family: "Montserrat", Arial, sans serif; }
  .article .recipe-block {
    background: #EFF2F3;
    padding: 10px 10px 20px; }
    @media (min-width: 600px) {
      .article .recipe-block {
        padding: 10px 30px; } }
    .article .recipe-block .recipe-icon {
      width: 45px;
      height: 45px;
      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: 12px;
      font-family: "Montserrat", Arial, sans serif; }
      @media (min-width: 600px) {
        .article .recipe-block .recipe-dt {
          font-size: 13px; } }
      .article .recipe-block .recipe-dt .recipe-label {
        font-weight: 600;
        margin-right: .5rem;
        text-transform: uppercase; }
      .article .recipe-block .recipe-dt .recipe-tm > div {
        height: 1.25rem;
        margin-left: 54px;
        line-height: 21px; }
    .article .recipe-block .save-fb-btn {
      background: #FFFFFF;
      font-weight: bold;
      font-size: 11px;
      color: #4A5C64;
      text-align: center;
      padding: 10px 15px;
      border: 1px solid #637A86;
      box-sizing: border-box;
      border-radius: 6px;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .article .recipe-block .save-fb-btn {
          font-size: 12px; } }
      .article .recipe-block .save-fb-btn svg {
        display: inline-block;
        fill: #ffffff; }
      .article .recipe-block .save-fb-btn span {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background: #4A5C64;
        top: 5px;
        right: 8px;
        position: relative; }
    .article .recipe-block .save-recipe-btn {
      background: #F97D25;
      font-weight: bold;
      font-size: 11px;
      padding: .4rem 1rem;
      margin-left: 5px;
      color: #FFFFFF;
      text-align: center;
      border-radius: 6px; }
      @media (min-width: 992px) {
        .article .recipe-block .save-recipe-btn {
          font-size: 12px; } }
      @media (max-width: 767.98px) {
        .article .recipe-block .save-recipe-btn {
          margin-top: 10px; } }
      .article .recipe-block .save-recipe-btn .txt-remove {
        display: none; }
      .article .recipe-block .save-recipe-btn.selected .txt-remove {
        display: inline; }
      .article .recipe-block .save-recipe-btn.selected .txt-add {
        display: none; }
      .article .recipe-block .save-recipe-btn svg {
        display: inline-block;
        fill: #ffffff; }
      .article .recipe-block .save-recipe-btn .icon-wrap {
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 50%;
        top: 5px;
        right: 8px;
        position: relative; }
    .article .recipe-block .gn-media-share-links {
      margin-top: 23px; }
      .article .recipe-block .gn-media-share-links .fb-save.fb_iframe_widget iframe {
        margin-top: 2px; }
  .article .recipe-preparation {
    margin-top: 2rem; }
    .article .recipe-preparation img {
      display: block; }
    .article .recipe-preparation .method li {
      color: #313D43;
      padding-left: 0;
      font-size: 16px;
      font-family: "Montserrat", Arial, sans serif; }
      .article .recipe-preparation .method li:before {
        content: none; }
    .article .recipe-preparation .method p {
      line-height: 24px; }
    .article .recipe-preparation .method .recipe-title {
      background: #002234;
      color: #FFFFFF;
      font-size: 12px;
      text-transform: uppercase;
      padding: 5px 10px; }
    .article .recipe-preparation .method p {
      color: #313D43;
      font-size: 16px;
      font-family: "Montserrat", Arial, sans serif; }
    @media (min-width: 992px) {
      .article .recipe-preparation .method {
        padding: 0 50px; } }
    .article .recipe-preparation .ingredients li {
      color: #313D43;
      font-size: 14px;
      font-family: "Montserrat", Arial, sans serif; }
      .article .recipe-preparation .ingredients li:before {
        font-size: .25rem; }
    .article .recipe-preparation .ingredients .recipe-title {
      background: #002234;
      color: #FFFFFF;
      font-size: 12px;
      text-transform: uppercase;
      padding: 5px 10px; }
    .article .recipe-preparation .ingredients a {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 11px;
      font-weight: 500;
      color: #F97D25;
      border-bottom: 0; }
  .article.article-recipe header {
    position: relative; }
    .article.article-recipe header .recipe-article-meta {
      padding: 0;
      position: absolute;
      bottom: -200px; }
      @media (min-width: 992px) {
        .article.article-recipe header .recipe-article-meta {
          bottom: -80px;
          width: 100%; } }
      .article.article-recipe header .recipe-article-meta .article-meta {
        font-family: "Montserrat", Arial, sans serif;
        background: #FFFFFF; }
        .article.article-recipe header .recipe-article-meta .article-meta h1 {
          font-family: "Montserrat", Arial, sans serif;
          font-size: 21px;
          color: #191E21;
          line-height: 24px;
          font-weight: normal;
          padding: 15px 0 0; }
          @media (min-width: 992px) {
            .article.article-recipe header .recipe-article-meta .article-meta h1 {
              font-size: 36px;
              line-height: 40px;
              padding: 15px 15px 15px 0; } }
        .article.article-recipe header .recipe-article-meta .article-meta .lead {
          font-size: 16px;
          line-height: 21px;
          color: #4A5C64; }
          @media (min-width: 992px) {
            .article.article-recipe header .recipe-article-meta .article-meta .lead {
              padding-right: 15px; } }
        .article.article-recipe header .recipe-article-meta .article-meta .author {
          color: #8A9BA4;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .article.article-recipe header .recipe-article-meta .article-meta .author {
              float: left; } }
          .article.article-recipe header .recipe-article-meta .article-meta .author a {
            color: #8A9BA4; }
        .article.article-recipe header .recipe-article-meta .article-meta .publish {
          line-height: 10px; }
          @media (min-width: 992px) {
            .article.article-recipe header .recipe-article-meta .article-meta .publish {
              padding-left: 10px; }
              .article.article-recipe header .recipe-article-meta .article-meta .publish:before {
                content: ".";
                padding-right: 5px;
                font-size: 1.5rem; } }
        @media (max-width: 767.98px) {
          .article.article-recipe header .recipe-article-meta .article-meta {
            border: 1px solid #D8DEE1;
            padding: 0 15px 15px 15px; } }
        .article.article-recipe header .recipe-article-meta .article-meta .recipe-mini {
          margin-top: 10px; }
          .article.article-recipe header .recipe-article-meta .article-meta .recipe-mini .prep-tm {
            text-align: right; }
            .article.article-recipe header .recipe-article-meta .article-meta .recipe-mini .prep-tm .recipe-icon {
              width: 15px;
              margin: 0; }
            .article.article-recipe header .recipe-article-meta .article-meta .recipe-mini .prep-tm span {
              padding-left: 5px; }
      .article.article-recipe header .recipe-article-meta .recipe-article-meta-inner {
        padding: 0; }
        @media (max-width: 767.98px) {
          .article.article-recipe header .recipe-article-meta .recipe-article-meta-inner {
            margin-bottom: 30px;
            flex: 0 0 96%;
            max-width: 96%; } }
      @media (max-width: 767.98px) {
        .article.article-recipe header .recipe-article-meta {
          background: url("../images/bg_recipe.png") no-repeat bottom; } }
    .article.article-recipe header .gallery-item-total {
      text-align: center;
      width: 93px;
      height: 93px;
      float: right;
      background: #191E21;
      position: absolute;
      right: 0;
      bottom: 5px;
      cursor: pointer; }
      .article.article-recipe header .gallery-item-total svg {
        padding: 20%; }
      .article.article-recipe header .gallery-item-total span {
        color: #FFFFFF;
        position: absolute;
        left: 30%;
        top: 42px;
        font-size: 20px;
        font-weight: 600; }
    .article.article-recipe header figure picture {
      margin-left: 0;
      margin-right: 0; }
      .article.article-recipe header figure picture .save-recipe-top {
        position: absolute;
        top: 30px;
        width: 20px;
        height: 20px;
        right: 15px; }
  .article.article-recipe .gn-col-share {
    margin-top: 16px;
    font-family: "Montserrat", Arial, sans serif;
    color: #4A5C64;
    font-size: 12px; }
    .article.article-recipe .gn-col-share .share-link {
      background: #fff;
      display: inline; }
      .article.article-recipe .gn-col-share .share-link svg {
        width: 25px;
        height: 25px;
        fill: #4A5C64; }
      .article.article-recipe .gn-col-share .share-link span {
        position: relative;
        top: -8px;
        padding-left: 5px;
        color: #4A5C64; }
  .article.article-recipe .title-carousel {
    font-weight: 600;
    font-size: 12px;
    color: #191E21;
    font-family: "Montserrat", Arial, sans serif;
    border-top: 1px solid #D8DEE1;
    padding: 5px 0; }
  .article.article-recipe .article-gallery {
    background: url("../images/recipe-bg.jpg");
    padding: 0 15px; }
    @media (min-width: 992px) {
      .article.article-recipe .article-gallery {
        padding: 16px 30px 0; } }
    .article.article-recipe .article-gallery .carousel svg {
      background: #fff;
      width: 32px;
      height: 32px; }
      @media (min-width: 992px) {
        .article.article-recipe .article-gallery .carousel svg {
          width: 44px;
          height: 44px; } }
    .article.article-recipe .article-gallery .carousel .carousel-control-prev, .article.article-recipe .article-gallery .carousel .carousel-control-next {
      width: 32px; }
      @media (min-width: 992px) {
        .article.article-recipe .article-gallery .carousel .carousel-control-prev, .article.article-recipe .article-gallery .carousel .carousel-control-next {
          width: 44px; } }
    .article.article-recipe .article-gallery .carousel .carousel-control-prev {
      left: -16px; }
      @media (min-width: 992px) {
        .article.article-recipe .article-gallery .carousel .carousel-control-prev {
          left: -30px; } }
    .article.article-recipe .article-gallery .carousel .carousel-control-next {
      right: -16px; }
      @media (min-width: 992px) {
        .article.article-recipe .article-gallery .carousel .carousel-control-next {
          right: -30px; } }
    .article.article-recipe .article-gallery .carousel .carousel-caption-text {
      font-size: 12px;
      color: #FFFFFF;
      line-height: 18px; }
    .article.article-recipe .article-gallery .carousel .carousel-state {
      line-height: 40px;
      color: #FFFFFF;
      font-weight: 600;
      margin-right: 0; }
  .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: 1rem auto .3rem; }
  @media (min-width: 600px) {
    .article .pull-left {
      margin-left: -2rem; } }
  .article h2, .article h3, .article h4, .article h5 {
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    font-family: "Montserrat", Arial, sans serif; }
  .article h1 {
    font-family: "GlosaHeadline-Black", Georgia, serif;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: 2rem;
    margin-bottom: .75rem; }
    @media (min-width: 600px) {
      .article h1 {
        font-size: 2.8rem;
        line-height: 3rem; } }
  .article:first-child h1 {
    margin-top: 0; }
  .article h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .article h2 {
        font-size: 22px;
        line-height: 28px; } }
  .article h3 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .article h3 {
        font-size: 20px;
        line-height: 24px; } }
  .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; }
    @media (max-width: 767.98px) {
      .article .sponsor-sec {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-right: 1rem; } }
    .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 picture {
    display: block;
    text-align: center; }
    @media (max-width: 767.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: .3rem 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.2rem; }
  .article [data-map="google"] img {
    max-width: none;
    margin: 0; }
  .article .article-embed {
    margin-bottom: 1.2rem;
    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 .article-author {
    background: #F5F5F2;
    border-top: 3px #e56400 solid;
    padding: 15px;
    margin: 40px 0 65px 0; }
    @media (min-width: 600px) {
      .article .article-author {
        margin: 40px 0 0 0; } }
    .article .article-author .author {
      float: left; }
      .article .article-author .author p {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 16px;
        font-family: "Montserrat", Arial, sans serif; }
      .article .article-author .author .name {
        font-weight: 900;
        font-size: 21px;
        font-family: "GlosaTextBlack", Georgia, serif;
        line-height: 28px; }
      .article .article-author .author .title {
        color: #e56400; }
      .article .article-author .author .description {
        font-size: 14px;
        font-weight: 500;
        color: #191E21;
        line-height: 18px;
        margin-bottom: 20px; }
        @media (min-width: 600px) {
          .article .article-author .author .description {
            margin-bottom: 5px; } }
    @media (max-width: 991.98px) {
      .article .article-author .image-author {
        text-align: center;
        margin-bottom: -50px; } }
    .article .article-author .image-author img {
      max-width: 90px;
      border-radius: 50%;
      margin: 0 0 0 5%; }
      @media (min-width: 600px) {
        .article .article-author .image-author img {
          float: right;
          margin-top: 20px; } }
  .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: inline-flex;
      background-size: 40px;
      float: left; }
    .article blockquote span {
      margin-top: 0.5rem;
      padding-left: 48px;
      display: block;
      font-size: 24px;
      color: #111111;
      transition: all 0.6s ease; }
      .article blockquote span:hover {
        color: black;
        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;
    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; } }
  .article .expo-btn-wrap {
    font-family: "GlosaHeadline-Black", Georgia, serif;
    background: #F9A825;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
    padding: 10px; }
    @media (min-width: 600px) {
      .article .expo-btn-wrap {
        font-size: 21px;
        line-height: 30px; } }
    .article .expo-btn-wrap .expo-btn {
      font-family: "Montserrat", Arial, sans serif;
      min-width: 145px;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #FFFFFF;
      background: #191E21;
      box-shadow: 2px 3px 3px rgba(85, 85, 85, 0.1);
      border-radius: 4px;
      height: 32px; }
      @media (max-width: 991.98px) {
        .article .expo-btn-wrap .expo-btn {
          margin-top: 10px; } }
      .article .expo-btn-wrap .expo-btn span {
        background-color: #fff;
        padding-right: 5px;
        margin-left: 10px;
        border-radius: 50%; }
        .article .expo-btn-wrap .expo-btn span:after {
          content: "";
          display: inline-block;
          height: 9px;
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0l-.7.7L10.1 4H0v1h10.1L6.8 8.3l.7.7 4.3-4.3.2-.2-.2-.2L7.5 0z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 10px;
          margin-left: 5px; }

.gn-list-slide.list-view .carousel-control .carousel-toggle {
  display: none; }

@media (min-width: 768px) and (max-width: 1199px) {
  .gn-col-share {
    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 {
    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;
  line-height: 31px;
  width: 100%;
  text-align: center; }
  #gn-share-modal .gn-logo-modal svg,
  #gn-share-modal .gn-logo-modal .gn-logo {
    height: 18px; }

.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 {
  justify-content: center; }
  @media (min-width: 600px) {
    .reach-form-footer {
      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; }

.i-amazon-product-outer iframe {
  width: 100%;
  overflow: hidden; }

#article-nl-wrap .tp-container-inner {
  margin-bottom: 15px; }

/* Noon buy button */
.btn-noon,
.btn-buy,
.btn-new-by {
  font-family: "Montserrat", Arial, sans serif;
  border-radius: 34px;
  font-size: .8rem;
  padding: .3rem 1.75rem;
  background-color: #feee00;
  color: #000000 !important;
  text-decoration: none;
  border: none !important;
  letter-spacing: .6;
  display: inline-block; }
  @media (min-width: 600px) {
    .btn-noon,
    .btn-buy,
    .btn-new-by {
      padding: .5rem 1.75rem; } }
  .btn-noon t,
  .btn-buy t,
  .btn-new-by t {
    font-size: 1rem;
    font-weight: 600; }
  .btn-noon .txt-noon t,
  .btn-buy .txt-noon t,
  .btn-new-by .txt-noon t {
    font-size: 1.25rem;
    font-weight: 600; }
  .btn-noon .dv,
  .btn-buy .dv,
  .btn-new-by .dv {
    color: rgba(108, 117, 125, 0.5);
    padding: 0 .75rem; }

.btn-buy {
  background-color: #E32028;
  color: #FFFFFF !important; }
  .btn-buy .dv {
    color: rgba(255, 255, 255, 0.4); }

.btn-new-by {
  background-color: #E56400;
  color: #FFFFFF !important;
  display: inline-flex;
  align-items: center;
  padding: 9px 1.75rem 7px; }
  .btn-new-by .dv {
    color: #FF8120; }

.pt-page .more-stories-list .section-header,
.pt-page .trending-on-right .section-header,
.pt-page .sermons .section-header {
  border-color: #e56400; }
  .pt-page .more-stories-list .section-header .h5,
  .pt-page .trending-on-right .section-header .h5,
  .pt-page .sermons .section-header .h5 {
    color: #e56400; }

.pt-page .sermons .card .card-title {
  font-family: "Montserrat", Arial, sans serif;
  color: #191E21;
  font-size: 0.88rem; }

.pt-page .sermons .card .meta .text {
  color: #637a86;
  font-size: 0.75rem; }

.prayer-time-container {
  font-family: "Montserrat", Arial, sans serif; }
  .prayer-time-container .sponsorship {
    text-align: right; }
    .prayer-time-container .sponsorship .text {
      font-size: 12px;
      color: #4A5C64; }
    .prayer-time-container .sponsorship a {
      display: block; }
    .prayer-time-container .sponsorship img {
      max-width: 100px; }
  .prayer-time-container-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-month-selector .dropdown-toggle::after {
    display: none; }
  .prayer-time-container-month-selector .icon-chevron-bottom {
    fill: #e56400; }
  .prayer-time-container-month-selector .icon {
    margin-left: 8px; }
  .prayer-time-container-month-selector .selected-month {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 400;
    font-size: 1rem; }
  .prayer-time-container-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 .table td, .prayer-time-container .prayer-time-list .table th {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    color: #4A5C64; }
  .prayer-time-container .prayer-time-list .table th {
    padding: .5rem;
    background-color: #EFF2F3;
    border-bottom-width: 1px; }
    .prayer-time-container .prayer-time-list .table th:nth-child(2) {
      border-left: 1px solid #dee2e6; }
  .prayer-time-container .prayer-time-list .table td {
    padding: .25rem .5rem;
    white-space: nowrap; }
  .prayer-time-container .prayer-time-list .table .cell-date {
    font-weight: 600;
    text-align: left; }
  .prayer-time-container .prayer-time-list .table .cell-blank {
    background-color: transparent;
    border-top: none;
    border-bottom: none; }
  .prayer-time-container .prayer-time-list .table .cell-highlight {
    background-color: #fcefe6; }
  .prayer-time-container .prayer-time-list .txt-highlight {
    color: #e56400; }
  .prayer-time-container .prayer-time-list-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-month-tile {
        border-bottom: 1px solid #ffffff; } }
    .prayer-time-container .prayer-time-list-month-tile-month-text {
      font-size: 1rem;
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 400;
      line-height: 1.2; }
      .prayer-time-container .prayer-time-list-month-tile-month-text .month {
        font-weight: 600; }
  .prayer-time-container .prayer-time-list-month-tile.header-tile {
    min-height: 80px; }
  .prayer-time-container .prayer-time-list-time-tile {
    height: 100%; }
    @media (min-width: 768px) {
      .prayer-time-container .prayer-time-list-time-tile {
        border-bottom: 1px solid #ebebeb; } }
    .prayer-time-container .prayer-time-list-time-tile--gray {
      background-color: #f5f5f5; }
      @media (min-width: 768px) {
        .prayer-time-container .prayer-time-list-time-tile--gray {
          border-top: 1px solid #ffffff; } }
  .prayer-time-container-header-text {
    color: #013d6c;
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 1rem; }
  @media (max-width: 767.98px) {
    .prayer-time-container-header-text, .prayer-time-container-header-time {
      text-align: left;
      padding-left: 10%;
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media (max-width: 767.98px) {
    .prayer-time-container-header-time {
      text-align: right;
      padding-right: 10%; } }
  .prayer-time-container-time-text {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1rem;
    color: #111111; }
  .prayer-time-container-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; }
  .prayer-time-container .pt-wrapper {
    min-height: 70vh; }
    .prayer-time-container .pt-wrapper .share-wrapper {
      text-align: center; }
      @media (min-width: 600px) {
        .prayer-time-container .pt-wrapper .share-wrapper {
          text-align: right; } }
    .prayer-time-container .pt-wrapper .gn-media-share-links {
      display: inline-flex;
      align-items: center;
      margin-top: 0; }
      .prayer-time-container .pt-wrapper .gn-media-share-links small {
        margin-right: .5rem; }
  .prayer-time-container .pt-select {
    font-family: "Montserrat", Arial, sans serif;
    min-height: 32px;
    line-height: 1.25rem;
    background-size: 16px;
    font-size: 1rem;
    color: #191E21;
    min-width: 140px; }
    @media (min-width: 600px) {
      .prayer-time-container .pt-select {
        font-size: 0.88rem; } }
  .prayer-time-container .pt-header {
    margin-bottom: .5rem; }
    .prayer-time-container .pt-header small {
      font-size: 10px; }
  .prayer-time-container .pt-dt {
    font-family: "Montserrat", Arial, sans serif; }
    .prayer-time-container .pt-dt .gregorian {
      font-size: 1.3125rem;
      color: #191E21;
      line-height: 1.4rem;
      font-weight: 600; }
    .prayer-time-container .pt-dt .hijri {
      font-size: 0.88rem;
      color: #4A5C64; }
  .prayer-time-container .pt-select {
    min-height: 32px; }
  .prayer-time-container .pt-now {
    font-family: "Montserrat", Arial, sans serif;
    background-image: linear-gradient(#fcefe6, #fefbf8);
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1.5rem; }
    @media (min-width: 600px) {
      .prayer-time-container .pt-now {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
        padding: 2rem 1rem; } }
    .prayer-time-container .pt-now .pt-item {
      flex-basis: 0;
      flex-grow: 1;
      background-color: white;
      padding: .5rem;
      margin-bottom: .5rem;
      display: flex;
      flex: 1 1 100%;
      align-items: center; }
      .prayer-time-container .pt-now .pt-item.highlight {
        background-color: #e56400;
        margin-right: -.5rem;
        margin-left: -.5rem; }
        @media (min-width: 600px) {
          .prayer-time-container .pt-now .pt-item.highlight {
            margin: -1rem .5rem -1rem 0; }
            .prayer-time-container .pt-now .pt-item.highlight .pt-name {
              text-align: center; } }
        .prayer-time-container .pt-now .pt-item.highlight .pt-name,
        .prayer-time-container .pt-now .pt-item.highlight .pt-tm {
          color: white; }
      @media (min-width: 600px) {
        .prayer-time-container .pt-now .pt-item {
          max-width: 100%;
          margin-right: .5rem; }
          .prayer-time-container .pt-now .pt-item:last-child {
            margin-right: 0; } }
    .prayer-time-container .pt-now .pt-box {
      width: 100%; }
      @media (max-width: 767.98px) {
        .prayer-time-container .pt-now .pt-box {
          padding-left: .75rem;
          padding-right: .75rem; } }
      .prayer-time-container .pt-now .pt-box .pt-name {
        color: #4A5C64;
        font-size: 0.75rem;
        line-height: .9rem; }
      .prayer-time-container .pt-now .pt-box .pt-remaining {
        color: white;
        font-size: 0.75rem;
        line-height: .9rem; }
        @media (min-width: 600px) {
          .prayer-time-container .pt-now .pt-box .pt-remaining {
            text-align: center; } }
      .prayer-time-container .pt-now .pt-box .pt-tm {
        color: #e56400;
        line-height: 32px;
        font-weight: 600;
        font-size: 1.625rem;
        vertical-align: top; }
        @media (min-width: 600px) {
          .prayer-time-container .pt-now .pt-box .pt-tm {
            text-align: center;
            margin-top: .5rem;
            margin-bottom: .5rem;
            font-size: 1.5rem; } }
      .prayer-time-container .pt-now .pt-box .period {
        font-size: 0.75rem;
        vertical-align: baseline;
        padding-left: .25rem; }
  .prayer-time-container .pt-content {
    color: #191E21;
    font-size: 13px; }
  @media (max-width: 767.98px) {
    .prayer-time-container .tab-wrap {
      margin-left: -15px;
      margin-right: -15px; } }
  .prayer-time-container .tab-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .prayer-time-container .tab-container::-webkit-scrollbar {
      display: none; }
    .prayer-time-container .tab-container ul {
      display: flex;
      flex-wrap: nowrap;
      list-style: none;
      margin: 0;
      padding: 0; }
    .prayer-time-container .tab-container .nav-link {
      font-size: 0.88rem;
      font-weight: 400;
      white-space: nowrap; }
    .prayer-time-container .tab-container.country-tab {
      background-color: #743200; }
      .prayer-time-container .tab-container.country-tab .nav-link {
        color: #FFF; }
      .prayer-time-container .tab-container.country-tab .active a {
        font-weight: 800; }
      .prayer-time-container .tab-container.country-tab .active::after {
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        border-bottom: #FFF 0.3em solid;
        border-right: 0.3em solid rgba(220, 53, 69, 0);
        border-top: 0;
        border-left: 0.3em solid rgba(121, 82, 179, 0.07059);
        bottom: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .prayer-time-container .tab-container.city-tab {
      background-color: white; }
      @media (max-width: 767.98px) {
        .prayer-time-container .tab-container.city-tab {
          margin: 0 .5rem; } }
      .prayer-time-container .tab-container.city-tab .nav-link {
        color: #191E21;
        font-weight: 500;
        padding: .5rem; }
      .prayer-time-container .tab-container.city-tab .active a {
        font-weight: 700; }
      .prayer-time-container .tab-container.city-tab .active::after {
        content: '';
        width: 20px;
        border-bottom: 2px solid #e56400;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .prayer-time-container .tab-container .nav-item {
      position: relative; }

.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: 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: 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: flex;
    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 {
      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 .alert,
.user .alert {
  font-size: 0.88rem;
  padding: .5rem .75rem;
  display: none;
  border-radius: 0; }

.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,
.user .was-validated .form-control:valid,
.user .was-validated .ais-RangeInput-form input:valid,
.ais-RangeInput-form .user .was-validated input:valid {
  border-color: #ced4da; }

.sign-in-section .icon-eye,
.user .icon-eye {
  position: absolute;
  cursor: pointer;
  right: .5rem;
  top: 12px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  opacity: .4; }
  .sign-in-section .icon-eye:hover,
  .user .icon-eye:hover {
    opacity: 1; }
  .sign-in-section .icon-eye-open,
  .user .icon-eye-open {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJrSURBVFiF7dZJj0xRFAfwX+tqetmsaDHssBAbwZYYO4h5HnbNRrAxfQBTfAc0ESstJIJgZ2odQZPQC+yJKTFFt7K4r1K3qt57qip2+p/czbn/c86990yXEfzvaGmQPwerMRfTMDaRf8QrPEAvHv2rAxIOuRUvUKxzDWCzxi9Yg6m4k+LgK+7jSrLuJ7Jq3m1Madb5TnyJjP3COcxHIYVfwAKcT7glvc/Y3qjzwypvcleIeb2YjnuR/m8cqlf5uMpbH0BrA85LaMVBla9x7G9K+yPyT6zJ4XaiK1kTcngr8D2yuzeLuBxDCek7FmbwxqJHeNb4iXuTQ6VhEX4k3CEsqyZMxPvI2LYc52/UZntpvUVHhu7G6NAfMCnevKG+OPVEvKfoxi70R/KzOfonI971knBDJOxHW4ZyZ3SDZ2iP9tqF5lPEsOycKOBh5G8dDCpn/Myc0y+LFLtT9ndH+0ty7MxSzrXBUdFGC0alqgQUq7jNokZ3vfLJH2N0hmIcgn6MifaqQzA+w0Yb+iJ/a0sbcRKeyDn95Yg3IDz7bjyP5Kdz9E9FvGvVt4vLMKt3dwqlllWGr2WX4Y6I905KonYpJ8cPoXmkoUMoteHI4DDO5DhfrLIRLc3g2RcZ/SkpkwyMFypjqeyYw0qVrXhPDhccjci/hCnWzDAq4IjyqxYT23XhoMpef08YsfVihvA9i2fFgQb0EebBp8jIEC4IQyrtQ9ImxPqiylt/wpZGnZcwGbfUZvs3oaVeTVZfIqvm3VQ1dJpBCzYJ/b/eT+kTYfr9tWM22lJnYxXmCTkxLpF/wEsh7peEjjqCEdSFP2a4/X+FcRo6AAAAAElFTkSuQmCC"); }
  .sign-in-section .icon-eye-close,
  .user .icon-eye-close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJpSURBVFiF1ddLbIxRFAfw30zpQmJpg7CVWFhoI7ZChVhoQoK0UsTCSiw8F2UhFY+kkWDVpUiwkFCCeOyI18JroWsSxEJTqrQ6Fnemc+cz30xn2mY4yU2+3Hv+5/zvvefccz7owxC6NEgGkcNv7GoEgR155w0lsTMiMY49/zKJPXiIj/iJYXzAA/SgdSZJzMvP56qM19iKzHSQOBatZXETn/EY13A9//29DJH7WFwviXinpyeBmYVVuIjRCDuIzloJHEkQqDUwl+BRAn9osuCjCeC4+kg04aDS0zhRDbQvUv6BdlNP0XaMRHb3pim2RY5+YUO0liSxv0YSayISY1iXVFgoRHbBwbYyRmISOZytkUSn4nV+wfx48VZkuLeCkbfqD0w4FeFvFybbo8mnmJ0CXhrp1UuiGS8i/CZ4p3g3yyuAuyLgOfUH5rK8rxwGskqfy7EKwPhk+rE77zyD8zWQiO3kYLPizp5Lv4KVkd7l/FwyO6oFZnPeR8HOxsLCnWjyZAo4KxSZgt4VIVUvKI2LAxUI9EZ6/fHCfCE1CjvpSDHQKpTfSpUwLSbaFNPwExYkFdYrBseI8HikkYhPojDeqByYhxW7rrYU2/ZGBkeEFC0nWawQYmC7UHyo/GzPRXcFmxPSE5EYFapYUzVQJEkSZ2rATshBpeX4keIuJyOHE/juekh04GtkZAyXsFpoPpIyB2txVTGWpvJsg0W45++AG8YT3BBatJdKS25hDJiGbjuDLXhVxkHaeCZU1IxpbvlbcFw4lffCSXwTdnpXaOVayuD+q/+OGZVdSn8DdzSaxGAjCBB6iyH0/QFr2jJ+44yutgAAAABJRU5ErkJggg=="); }

.sign-up-form {
  margin-bottom: 2rem; }
  .sign-up-form .gn-input[name="password"]:focus + .invalid-feedback, .sign-up-form .gn-input[name="password"].invalid + .invalid-feedback {
    display: block; }

.sign-in-section .gn-logo img {
  margin: 10px auto 14px; }

.sign-in-section .gn-logo svg,
.sign-in-section .gn-logo img {
  width: 120px;
  height: auto; }
  @media (min-width: 600px) {
    .sign-in-section .gn-logo svg,
    .sign-in-section .gn-logo img {
      width: 160px; } }

.sign-in-section header .navbar-nav {
  align-items: center; }

.sign-in-section header .nav-item {
  margin-right: 1rem; }
  @media (min-width: 600px) {
    .sign-in-section header .nav-item {
      margin-right: 24px; } }
  .sign-in-section header .nav-item:last-child {
    margin-right: 0; }

.sign-in-section header .nav-link {
  color: #191E21;
  font-weight: 500;
  text-decoration: none; }

.sign-in-section header .dropdown-menu a {
  text-decoration: none;
  color: #191E21; }

.sign-in-section header .divider {
  margin: 1rem 0 2rem; }

.sign-in-section .alert {
  font-size: 0.88rem;
  padding: .5rem .75rem;
  display: none; }

.sign-in-section h2,
.sign-in-section .section-title {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1.125rem;
  line-height: 1.5rem; }
  @media (min-width: 768px) {
    .sign-in-section h2,
    .sign-in-section .section-title {
      font-size: 1.5rem;
      line-height: 2.125rem; } }

.sign-in-section .section-title {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .sign-in-section .section-title {
      margin-bottom: 2rem; } }

.sign-in-section h2 {
  font-weight: 600; }

.sign-in-section a {
  color: #01579b;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 14px;
  text-decoration: underline; }

.sign-in-section .profile-menu-item {
  text-align: center;
  font-weight: 600; }

.sign-in-section a.gn-btn {
  color: #ffffff; }

.sign-in-section p {
  color: #191E21;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 14px; }

.sign-in-section .short-text {
  font-size: 16px;
  color: #191E21; }

.sign-in-section .btn, .sign-in-section .ais-RangeInput-submit {
  font-family: "Montserrat", Arial, sans serif;
  padding: .5rem 1rem .4rem;
  font-weight: 500;
  font-size: .9rem;
  line-height: 30px;
  height: 45px;
  text-transform: uppercase; }

.sign-in-section .divider {
  margin: 1.5rem 0; }

.sign-in-section a.btn, .sign-in-section a.ais-RangeInput-submit {
  text-decoration: none;
  color: #212529; }

.sign-in-section .content-section {
  position: relative;
  min-height: 70vh; }
  .sign-in-section .content-section .spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.sign-in-section .gn-form-field {
  margin: 1rem 0; }

.sign-in-section .gn-input {
  background-color: white !important; }

.sign-in-section select.gn-input {
  height: 46px !important; }

.sign-in-section .form-inline {
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }
  @media (min-width: 600px) {
    .sign-in-section .form-inline {
      flex-direction: row;
      justify-content: center; } }
  .sign-in-section .form-inline .gn-form-field {
    margin: .5rem 0; }
  .sign-in-section .form-inline .input-wrap {
    flex: 1;
    padding: 0 .5rem;
    width: 100%; }
    @media (min-width: 600px) {
      .sign-in-section .form-inline .input-wrap {
        width: auto; } }

.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 !important;
  background: #3b5998;
  padding: 1px;
  width: 100%;
  text-align: left;
  line-height: 43px;
  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.has-footer {
    padding-bottom: 220px; }
    @media (min-width: 600px) {
      .sign-in-section footer.has-footer {
        padding-bottom: 150px; } }
  .sign-in-section footer .gn-network {
    border-top: 1px #dee2e6 solid;
    border-bottom: 1px #dee2e6 solid; }
  .sign-in-section footer .footer-txt {
    font-size: 14px;
    color: #797C7E; }
  .sign-in-section footer .gn-footer-links ul {
    margin-top: 16px; }
    .sign-in-section footer .gn-footer-links ul li {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px; }
      .sign-in-section footer .gn-footer-links ul li a {
        font-size: 12px;
        color: #0288D1;
        text-decoration: none; }

.sign-in-section .footer-logos {
  padding: .25rem 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%; }

.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; }

.sign-in-section .form-footer {
  position: fixed;
  left: 0;
  padding: 1rem 0;
  right: 0;
  bottom: 0;
  background-color: #ebebeb;
  z-index: 5;
  min-height: 120px;
  box-shadow: 0px 3px 12px 2px rgba(212, 204, 212, 0.46); }
  .sign-in-section .form-footer .unsubscribe-all {
    width: 100%;
    display: block; }
  .sign-in-section .form-footer input {
    background-color: white; }
  .sign-in-section .form-footer .terms-of-use {
    margin-bottom: 0 !important; }

.sign-in-section .backdrop {
  background-color: #000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  z-index: 4;
  opacity: .4; }

.sign-in-section #newsletter-app .form-footer {
  padding: 1rem 0;
  background: #EFF2F3;
  min-height: 170px;
  display: none; }
  @media (min-width: 600px) {
    .sign-in-section #newsletter-app .form-footer {
      padding: 3rem 0; } }

@media (max-width: 991.98px) {
  .sign-in-section #newsletter-app .preferences-form-with-email {
    margin-bottom: 50px; } }

.sign-in-section #newsletter-app .preferences-form-with-email .card {
  padding: 0 .75rem; }
  .sign-in-section #newsletter-app .preferences-form-with-email .card .card-img {
    padding: 15px 30px 0px 30px;
    background: #D8DEE1; }
  .sign-in-section #newsletter-app .preferences-form-with-email .card .card-title {
    padding-left: 0; }

@media (min-width: 600px) {
  .sign-in-section #newsletter-app .preferences-form-with-email .newsletter-item {
    border-right: 1px solid #D8DEE1;
    margin-bottom: 35px; }
    .sign-in-section #newsletter-app .preferences-form-with-email .newsletter-item:nth-child(3n+3) {
      border: 0; }
    .sign-in-section #newsletter-app .preferences-form-with-email .newsletter-item:last-child {
      border: 0; } }

.sign-in-section #newsletter-app .success-feedback {
  position: absolute;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #008000; }

.nl-list-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .nl-list-item {
      margin-bottom: 0; } }
  .nl-list-item input[type="checkbox"] {
    float: left; }
    .nl-list-item input[type="checkbox"] + label {
      padding-left: 1.5rem;
      display: block;
      font-family: "GlosaHeadline-Black", Georgia, serif;
      font-size: 1rem; }
      .nl-list-item input[type="checkbox"] + label .tag {
        color: #637a86; }
      @media (min-width: 600px) {
        .nl-list-item input[type="checkbox"] + label {
          font-size: 1.125rem; } }

.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-section .ais-SearchBox-input:focus {
    outline: none !important; }

.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;
    outline: 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; }

/**
recipe
**/
.recipe-wrapper {
  font-family: "Montserrat", Arial, sans serif; }
  .recipe-wrapper .search-box-wrapper {
    background: #FCEFE5;
    padding: 1rem;
    margin: 1rem 0; }
    .recipe-wrapper .search-box-wrapper .ais-SearchBox-input:focus, .recipe-wrapper .search-box-wrapper .ais-SearchBox-input:active {
      outline-color: #F97D25; }
  .recipe-wrapper .btn-my-recipe {
    background-color: #002234;
    color: white;
    float: right;
    max-height: 32px;
    padding: 0 .5rem;
    line-height: 32px; }

.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;
    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%;
    transition: all 0.6s ease; }
  .gn-form .gn-input {
    border: 2px #bdc4c9 solid;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1rem;
    width: 100%;
    padding: 10px;
    height: 46px;
    max-height: 46px;
    outline: none;
    transition: all 0.3s ease;
    background: none;
    border-radius: 0;
    border-color: #D8DEE1; }
    @media (min-width: 600px) {
      .gn-form .gn-input {
        font-size: 0.88rem; } }
    .gn-form .gn-input::-webkit-input-placeholder {
      color: #8A9BA4; }
    .gn-form .gn-input::-moz-placeholder {
      color: #8A9BA4; }
    .gn-form .gn-input::-ms-input-placeholder {
      color: #8A9BA4; }
    .gn-form .gn-input::placeholder {
      color: #8A9BA4; }
    .gn-form .gn-input:focus {
      border-color: #6c757d;
      transition: all 0.3s ease; }
  .gn-form .gn-input:focus + .gn-label {
    opacity: 0;
    left: 40%;
    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%;
  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;
  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;
      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);
    transition: all 0.6s ease; }
  .with-image-polls .gn-radio-input:checked + label .label-image img {
    border-color: #013d6c;
    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: #FCEFE5;
  padding: 1rem;
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.75rem;
  line-height: 1.2rem; }
  @media (min-width: 992px) {
    .restaurant-filter {
      background-color: white;
      padding: 0; } }
  .restaurant-filter.res-search .input-wrap {
    margin-bottom: 1rem; }
  @media (max-width: 991.98px) {
    .restaurant-filter.res-search {
      background-color: #FFF;
      padding: 0;
      margin-bottom: 1rem; }
      .restaurant-filter.res-search .input-wrap {
        padding-bottom: 1rem;
        border-bottom: 1px solid #F9D8BF; }
      .restaurant-filter.res-search .filter-header {
        padding: 1rem;
        background: #FCEFE5;
        margin-bottom: 1rem; }
      .restaurant-filter.res-search .filter-block {
        display: none; }
      .restaurant-filter.res-search .filter-box {
        border-bottom: 1px solid #dee2e6; }
      .restaurant-filter.res-search .filter-content {
        display: none; }
        .restaurant-filter.res-search .filter-content.filter-open {
          display: block; }
      .restaurant-filter.res-search .filter-head {
        cursor: pointer;
        margin: .75rem 0;
        line-height: 1.2rem;
        height: 1.2rem;
        position: relative;
        text-transform: capitalize; }
        .restaurant-filter.res-search .filter-head > span {
          font-weight: 400;
          text-transform: none;
          padding-left: .5rem; }
        .restaurant-filter.res-search .filter-head:after {
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1734 0.392434C10.3259 0.252389 10.5317 0.173828 10.7463 0.173828C10.9608 0.173828 11.1667 0.252389 11.3191 0.392434C11.3944 0.461204 11.4542 0.543177 11.495 0.633581C11.5358 0.723985 11.5568 0.821015 11.5568 0.919023C11.5568 1.01703 11.5358 1.11406 11.495 1.20447C11.4542 1.29487 11.3944 1.37684 11.3191 1.44561L6.74098 5.60833C6.58819 5.74818 6.38218 5.82659 6.16755 5.82659C5.95291 5.82659 5.7469 5.74818 5.59411 5.60833L1.01597 1.44561C0.940702 1.37684 0.88093 1.29487 0.84013 1.20447C0.799331 1.11406 0.77832 1.01703 0.77832 0.919023C0.77832 0.821015 0.799331 0.723985 0.84013 0.633581C0.88093 0.543177 0.940702 0.461204 1.01597 0.392434C1.16842 0.252389 1.37429 0.173828 1.58882 0.173828C1.80336 0.173828 2.00923 0.252389 2.16168 0.392434L6.1693 3.80629L10.1734 0.392434Z' fill='%23F97D25'/%3E%3C/svg%3E%0A");
          content: '';
          display: inline-block;
          width: 12px;
          height: 6px;
          margin-left: .5rem;
          margin-top: -4px; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) {
        .restaurant-filter.res-search .filter-head:after {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: 0;
          -webkit-transform: translateY(-25%);
                  transform: translateY(-25%); } }
  @media (max-width: 991.98px) {
      .restaurant-filter.res-search .filter-open .filter-content {
        display: block; }
      .restaurant-filter.res-search .filter-expanded.restaurant-filter {
        display: block; } }
  .restaurant-filter .filter-content {
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .restaurant-filter .filter-content {
        margin-bottom: 1.5rem; } }
  .restaurant-filter .selected {
    font-weight: 600; }
  .restaurant-filter .ais-RefinementList-item {
    padding-left: 0;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.75rem;
    line-height: 1.2rem; }
  .restaurant-filter .filter-head {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: .5rem;
    font-family: "Montserrat", Arial, sans serif;
    text-transform: uppercase; }
  .restaurant-filter .ais-SearchBox-input, .restaurant-filter .ais-RangeInput-input {
    max-height: 32px;
    border: 2px solid #D8DEE1;
    border-radius: 0;
    font-size: 0.75rem;
    outline: none; }
  .restaurant-filter .ais-SearchBox-input {
    max-height: 40px;
    font-size: 14px;
    line-height: 18px; }
  .restaurant-filter .ais-ClearRefinements {
    text-align: left; }
  .restaurant-filter .ais-RefinementList-count:after, .restaurant-filter .ais-RefinementList-count:before {
    color: #e56400; }
  .restaurant-filter .ais-RefinementList-label {
    margin-bottom: 0; }
  .restaurant-filter .ais-RefinementList-checkbox + .ais-RefinementList-labelText {
    line-height: 17px !important; }
    .restaurant-filter .ais-RefinementList-checkbox + .ais-RefinementList-labelText:before, .restaurant-filter .ais-RefinementList-checkbox + .ais-RefinementList-labelText:after {
      height: 1rem !important;
      width: 1rem !important;
      border-radius: 0 !important; }
  .restaurant-filter .ais-NumericMenu-labelText {
    font-size: 0.75rem; }
  .restaurant-filter .ais-RangeInput-submit {
    line-height: 1.2rem;
    font-size: 0.75rem;
    max-height: 32px; }

.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; }

.card-recipe-search .card-wrap {
  background-color: white;
  margin-bottom: 1rem;
  height: calc(100% - 1rem); }

.recipe-search-box {
  background-color: #FCEFE5;
  padding: 1rem;
  margin-bottom: 1rem; }
  .recipe-search-box .ais-SearchBox-input {
    margin-bottom: 1rem;
    outline: none;
    font-family: "Montserrat", Arial, sans serif; }
    @media (min-width: 992px) {
      .recipe-search-box .ais-SearchBox-input {
        margin-bottom: 0; } }
  .recipe-search-box hr {
    border-color: #F9D8BF; }
  .recipe-search-box .btn-my-recipe {
    background-color: #002234;
    color: white;
    position: relative;
    padding-right: 36px;
    border-radius: 3px 0px;
    max-height: 32px; }
    .recipe-search-box .btn-my-recipe:after {
      content: " ";
      width: 21px;
      height: 16px;
      background-image: url(../svg/icon-my-recipe.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-32%);
              transform: translateY(-32%);
      right: .5rem; }

.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-lg .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.56%, #000000 100%); }

.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;
  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;
    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 {
    align-items: normal;
    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: 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 .contact-us-form form {
  background-color: #f7f7f4;
  padding: 2rem;
  width: 100% !important; }

.static-pages .contact-us-form button {
  outline: none;
  box-shadow: none; }

.static-pages .contact-us-form .message {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 2px;
  margin: 10px 0;
  display: none; }
  .static-pages .contact-us-form .message.invalid-feedback {
    background: #dc3545;
    color: #ffffff; }
  .static-pages .contact-us-form .message.success-feedback {
    color: #ffffff;
    background-color: #008000; }

.static-pages .contact-us-form .success-txt {
  text-align: center;
  padding: 5px 0;
  color: #ffffff;
  background-color: #008000;
  font-weight: 700; }

.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; }

.static-pages-cooking-substitution {
  margin-top: 20px; }
  .static-pages-cooking-substitution .substitution-content {
    padding-top: 30px;
    font-size: 18px;
    color: #000; }
    .static-pages-cooking-substitution .substitution-content ul {
      list-style: none;
      padding: 0; }
      @media (max-width: 991.98px) {
        .static-pages-cooking-substitution .substitution-content ul {
          display: flex;
          overflow: scroll; } }
      .static-pages-cooking-substitution .substitution-content ul li {
        font-weight: normal;
        font-size: 14px;
        font-family: "Montserrat", Arial, sans serif; }
        @media (min-width: 600px) {
          .static-pages-cooking-substitution .substitution-content ul li {
            border-bottom: 1px solid #D8DEE1;
            padding: 10px 5px; } }
        @media (max-width: 991.98px) {
          .static-pages-cooking-substitution .substitution-content ul li {
            font-size: 10px;
            display: ruby;
            padding: 0 15px;
            border-right: 1px solid #D8DEE1;
            margin: 20px 0; }
            .static-pages-cooking-substitution .substitution-content ul li:first-child {
              padding-left: 0; }
            .static-pages-cooking-substitution .substitution-content ul li:last-child {
              border: 0; } }
    .static-pages-cooking-substitution .substitution-content img {
      max-width: 100%; }
    .static-pages-cooking-substitution .substitution-content .text-center img {
      width: 100%; }
      @media (min-width: 768px) {
        .static-pages-cooking-substitution .substitution-content .text-center img {
          width: 60%; } }
    .static-pages-cooking-substitution .substitution-content p {
      font-family: "Montserrat", Arial, sans serif;
      font-weight: 700;
      margin-top: 36px; }
    .static-pages-cooking-substitution .substitution-content .table {
      font-size: 14px; }
      .static-pages-cooking-substitution .substitution-content .table th {
        border-top: 0;
        border-bottom: 1px solid #000000;
        font-weight: 700;
        font-size: 14px;
        font-family: "Montserrat", Arial, sans serif; }

.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;
      display: inline-block;
      vertical-align: middle; }

.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;
    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: 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;
  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;
  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: flex;
    flex-flow: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    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;
      transition: color 0.2s ease-out;
      padding: 0.3rem 0.7rem;
      min-width: 34px;
      display: block;
      border: 1px solid #c4c8d8;
      border-radius: 5px;
      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; }

.section-search .ais-SearchBox-input:focus {
  outline: none !important;
  border: 1px solid #F97D25; }

#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;
  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: flex;
      align-items: 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: flex;
    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: flex;
    height: 100%;
    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: inline-flex;
    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: .5rem;
      max-height: 44px; }
  .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; }

.preferences-form-with-email,
.preferences-form {
  line-height: 1.2rem;
  min-height: 70vh; }
  .preferences-form-with-email h2,
  .preferences-form h2 {
    padding: 0 .5rem;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 25px;
    line-height: 32px;
    font-weight: 300; }
  .preferences-form-with-email .form-group,
  .preferences-form .form-group {
    text-align: center; }
    .preferences-form-with-email .form-group .form-control, .preferences-form-with-email .form-group .ais-RangeInput-form input, .ais-RangeInput-form .preferences-form-with-email .form-group input,
    .preferences-form .form-group .form-control,
    .preferences-form .form-group .ais-RangeInput-form input,
    .ais-RangeInput-form .preferences-form .form-group input {
      height: 48px; }
      @media (min-width: 768px) {
        .preferences-form-with-email .form-group .form-control, .preferences-form-with-email .form-group .ais-RangeInput-form input, .ais-RangeInput-form .preferences-form-with-email .form-group input,
        .preferences-form .form-group .form-control,
        .preferences-form .form-group .ais-RangeInput-form input,
        .ais-RangeInput-form .preferences-form .form-group input {
          width: 340px;
          display: inline-block;
          margin-right: .5rem; } }
  .preferences-form-with-email [type="submit"],
  .preferences-form [type="submit"] {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: .5rem; }
    @media (min-width: 768px) {
      .preferences-form-with-email [type="submit"],
      .preferences-form [type="submit"] {
        margin-top: 0;
        width: auto !important;
        display: inline-block !important; } }
  @media (min-width: 768px) {
    .preferences-form-with-email .invalid-feedback,
    .preferences-form .invalid-feedback {
      position: absolute; } }
  .preferences-form-with-email .card,
  .preferences-form .card {
    padding: .75rem; }
    .preferences-form-with-email .card-title,
    .preferences-form .card-title {
      font-size: 1.5rem;
      line-height: 1.5rem;
      font-weight: 600;
      font-family: "GlosaHeadline-Black", Georgia, serif;
      margin-bottom: .5rem !important; }
    .preferences-form-with-email .card-img,
    .preferences-form .card-img {
      border: none; }
    .preferences-form-with-email .card .tag-container,
    .preferences-form .card .tag-container {
      margin: 0; }
    .preferences-form-with-email .card .tag,
    .preferences-form .card .tag {
      font-size: 11px;
      line-height: 14px;
      font-weight: 400; }
    .preferences-form-with-email .card .lead,
    .preferences-form .card .lead {
      margin-top: .5rem;
      color: #191E21; }
    .preferences-form-with-email .card .media-body,
    .preferences-form .card .media-body {
      padding: 0 14px; }
    .preferences-form-with-email .card .actions,
    .preferences-form .card .actions {
      margin-top: 1rem;
      font-family: "Montserrat", Arial, sans serif; }
      .preferences-form-with-email .card .actions input,
      .preferences-form .card .actions input {
        display: none; }
      .preferences-form-with-email .card .actions img,
      .preferences-form .card .actions img {
        margin-right: 5px; }
      .preferences-form-with-email .card .actions a,
      .preferences-form .card .actions a {
        float: left;
        color: #F97D25;
        font-size: 12px;
        font-weight: 700; }
      .preferences-form-with-email .card .actions label,
      .preferences-form .card .actions label {
        float: right;
        font-weight: 500;
        line-height: 24px; }
  .preferences-form-with-email [name="opt_status"] + .invalid-feedback,
  .preferences-form [name="opt_status"] + .invalid-feedback {
    position: absolute;
    top: 0; }

.nl-form-container {
  margin: auto; }
  .nl-form-container .title {
    font-family: "GlosaHeadline-Black", Georgia, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem; }
    @media (min-width: 600px) {
      .nl-form-container .title {
        text-align: center; } }
  .nl-form-container .desc {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    color: #637A86;
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .nl-form-container .desc {
        text-align: center; } }
  .nl-form-container .btn, .nl-form-container .ais-RangeInput-submit {
    color: white !important; }
  @media (min-width: 600px) {
    .nl-form-container {
      width: 60%; }
      .nl-form-container .input-wrap:first-child {
        flex-basis: 20%; } }
  .nl-form-container.step2 .btn-wrap > div {
    width: 49%; }
    @media (min-width: 600px) {
      .nl-form-container.step2 .btn-wrap > div.skip-wrapper {
        order: 2; }
        .nl-form-container.step2 .btn-wrap > div.skip-wrapper .btn, .nl-form-container.step2 .btn-wrap > div.skip-wrapper .ais-RangeInput-submit {
          border: none; } }
  .nl-form-container.step2 .btn-wrap .btn-secondary {
    color: #0288d1 !important;
    border-color: #0288d1;
    background-color: transparent;
    background-image: none; }
  @media (min-width: 600px) {
    .nl-form-container.step2 {
      width: auto; }
      .nl-form-container.step2 .input-wrap:first-child {
        flex-basis: 0; } }
  .nl-form-container.step2 .btn, .nl-form-container.step2 .ais-RangeInput-submit {
    margin: 0 auto .5rem auto; }
  @media (min-width: 600px) {
    .nl-form-container.step2 a.btn, .nl-form-container.step2 a.ais-RangeInput-submit {
      width: 260px; } }

#newsletter-app .preferences-form-with-email .form-group {
  margin-bottom: 1.5rem; }

#newsletter-app .preferences-form-with-email .invalid-feedback, #newsletter-app .preferences-form-with-email .success-feedback {
  margin-top: .5rem;
  font-size: .9rem; }

.carousel-slide {
  background: #000000;
  padding: 6px;
  display: flex;
  transition: all 0.3s ease; }
  .carousel-slide:last-child {
    margin-left: 5px; }
  .carousel-slide svg {
    fill: #ffffff; }
  .carousel-slide:hover {
    background: #e56400;
    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; }

/* GN carosel */
.gn-carousel .icon-bag {
  margin-right: .5rem; }

/* swiper.scss */
.gn-carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper,
.gn-carousel-slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .gn-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide, .gn-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before); }

[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before); }

[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before); }

[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
  margin-top: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/* pagination.scss */
:root {
  --swiper-pagination-color: #0A0C0D;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px; }

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  line-height: 20px;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  width: 8px;
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: 8px;
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: #0A0C0D;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* customization  */
.gn-carousel .swiper-linear {
  transition-timing-function: cubic-bezier(0, 0, 1, 1); }

.gn-carousel .swiper-pagination {
  display: none; }
  @media (min-width: 600px) {
    .gn-carousel .swiper-pagination {
      display: block; } }

.gn-carousel .gn-slide .card a:hover {
  color: #e56400; }

@media (max-width: 767.98px) {
  .gn-carousel .gn-slide {
    display: flex; }
    .gn-carousel .gn-slide:not(:first-child):before {
      content: '|';
      font-size: 2rem;
      align-self: center; } }

.gn-carousel .gn-slide > div {
  margin-right: 15px;
  margin-left: 15px; }
  @media (min-width: 600px) {
    .gn-carousel .gn-slide > div {
      margin-right: 0;
      margin-left: 0; } }

@media (max-width: 767.98px) {
  .gn-carousel .gn-slide:first-child > div {
    margin-left: 0; }
  .gn-carousel .gn-slide:last-child > div {
    margin-right: 0; } }

.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: flex;
    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;
      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: .75rem 0; }
  @media (min-width: 992px) {
    .portal-heading {
      text-align: center; } }
  .portal-heading .portal-heading-wrapper {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .portal-heading .portal-heading-wrapper {
        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 .adv-loaded {
          width: 160px; } }
    @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) {
          max-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;
    letter-spacing: -1px; }
    @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%;
    flex: 0 0 1;
    float: right; }
    @media (min-width: 992px) {
      .portal-heading .menu-bar-right {
        display: none;
        max-width: 100%;
        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 {
      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;
    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 {
        flex: 0 33.3%;
        max-width: 33.3%; } }
    @media (min-width: 992px) {
      .portal-menu .nav-item {
        flex: none;
        max-width: auto;
        padding: 0;
        border-bottom: none;
        min-width: 10%;
        max-width: 110px; } }
  .portal-menu .nav-link {
    text-align: center;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 0.88rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: 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: flex;
        align-self: center; } }
  .portal-sticky-menu .portal-menu {
    border: 1px solid #f7f7f4 !important;
    margin: 0;
    flex: 1 auto; }
    .portal-sticky-menu .portal-menu .nav-item {
      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-wrapper {
  font-family: "Montserrat", Arial, sans serif; }
  @media (min-width: 992px) {
    .portal-wrapper .col-lg-30p {
      padding-left: 0; } }
  .portal-wrapper .section-header {
    border-color: #013d6c; }
    .portal-wrapper .section-header a {
      color: #013d6c; }
  .portal-wrapper .card-wrap {
    padding: 1rem;
    background-color: white;
    margin-bottom: 1rem;
    height: calc(100% - 1rem); }
  .portal-wrapper .cols-auto-height .card-wrap {
    height: auto; }
  .portal-wrapper .card {
    margin-bottom: 0; }
    .portal-wrapper .card .card-title {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1.125rem; }
    .portal-wrapper .card .tag {
      color: #0288d1; }
    @media (min-width: 768px) {
      .portal-wrapper .card-md-col-1 .media .img-wrapper {
        margin-bottom: .5rem; } }
  .portal-wrapper .list-wrapper li {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: white; }
  .portal-wrapper .card-list .card-title {
    margin: 0; }
  @media (max-width: 767.98px) {
    .portal-wrapper .featured-story .media {
      display: block; }
      .portal-wrapper .featured-story .media .img-wrapper {
        width: 100%;
        margin-bottom: .5rem; } }
  .portal-wrapper .top-story .featured-story .card-title {
    font-size: 1.5rem; }
  @media (min-width: 600px) {
    .portal-wrapper .top-story .featured-story {
      height: 100%; } }
  .portal-wrapper .article h1 {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700;
    letter-spacing: -1px; }
  .portal-wrapper .article p, .portal-wrapper .article li, .portal-wrapper .article a {
    font-family: "Montserrat", Arial, sans serif; }
  .portal-wrapper .col-right .portal-search-box,
  .portal-wrapper .col-right .sbox,
  .portal-wrapper .col-right .more-stories-list,
  .portal-wrapper .col-right .trending-on-right,
  .portal-wrapper .col-right .portal-category {
    padding: 1rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem; }
  .portal-wrapper .col-right .more-stories-list .section-header,
  .portal-wrapper .col-right .trending-on-right .section-header {
    border: none;
    margin-top: 0;
    padding-top: 0; }
  .portal-wrapper .col-right .more-stories-list ul,
  .portal-wrapper .col-right .trending-on-right ul {
    margin-bottom: 0; }

.footer-ad-wrapper .adv {
  margin-bottom: 0; }

.footer-ad-wrapper .adv-loaded {
  margin-bottom: .25rem; }

.portal-bg {
  background-color: #F5F5F2;
  padding-top: 1.5rem;
  padding-bottom: .5rem; }
  .portal-bg + .footer-ad-wrapper {
    background-color: #F5F5F2; }

.portal-uae .portal-right-col {
  background-color: #d8dde1; }
  .portal-uae .portal-right-col .adv-bg {
    background-color: #d8dde1; }

.portal-uae .col-right .portal-search-box .form-group:last-child {
  margin-bottom: 0; }

.portal-uae .portal-menu .nav-item.active {
  background-color: #ffecce;
  border: 1px solid #c98b58 !important; }
  .portal-uae .portal-menu .nav-item.active a {
    color: #c98b58;
    font-weight: 600; }

@media (min-width: 600px) {
  .portal-uae .top-story .featured-story {
    height: auto !important; } }

@media (min-width: 992px) {
  .network-articles .bottom-section .card-title {
    font-size: 1.125rem; } }

.portal-money .head-wrapper {
  position: relative;
  box-shadow: 0px 3px 12px 0px rgba(212, 204, 212, 0.3); }

@media (min-width: 992px) {
  .portal-money .portal-menu {
    border-top: none;
    border-bottom: none; } }

.portal-money .portal-menu .nav-link {
  padding-left: .75rem;
  padding-right: .75rem;
  text-transform: uppercase; }
  .portal-money .portal-menu .nav-link > div {
    line-height: 18px;
    font-weight: 600;
    color: #001E36; }
  .portal-money .portal-menu .nav-link svg {
    margin-bottom: .25rem; }
  @media (min-width: 992px) {
    .portal-money .portal-menu .nav-link {
      justify-content: space-around; } }

.portal-money .portal-menu .nav-item:first-child {
  border-left: none; }

.portal-money .portal-menu .nav-item:last-child {
  border-right: none; }

.portal-money .portal-menu .nav-item .icon-active {
  display: none; }

.portal-money .portal-menu .nav-item.active svg {
  display: none; }

.portal-money .portal-menu .nav-item.active .icon-active {
  display: block; }

.portal-money .portal-menu .nav-item.active a {
  color: #c98b58;
  font-weight: 600; }

@media (min-width: 992px) {
  .portal-money .portal-menu .nav-item {
    width: 185px;
    max-width: 185px; } }

.portal-money .menu-bar-right .chevron-down {
  padding-right: 0;
  width: 32px;
  height: 32px; }
  .portal-money .menu-bar-right .chevron-down::after {
    right: 15px; }

.portal-money .btn-more-sections span {
  display: none; }

.portal-money .section-bottom {
  margin: .5rem 0 1rem 0;
  text-align: right; }
  .portal-money .section-bottom .more-stories {
    color: #0288d1; }

.portal-money .portal-sticky-menu .portal-heading {
  padding-right: 2rem; }

.portal-money .portal-sticky-menu .nav-item.active {
  background-color: #ffecce;
  border: 1px solid #c98b58 !important; }
  .portal-money .portal-sticky-menu .nav-item.active a {
    color: #c98b58;
    font-weight: 600; }

@media (min-width: 992px) {
  .portal-money .portal-sticky-menu .portal-menu .nav-item {
    max-width: 164px; } }

.portal-money .section-active h3 {
  margin: 0; }
  .portal-money .section-active h3 a {
    font-family: "Montserrat", Arial, sans serif;
    color: #013d6c;
    font-size: 1.2rem; }

@media (min-width: 992px) {
  .portal-money .section-active {
    display: none; } }

.portal-money .card .card-img {
  border-top: none; }

@media (max-width: 1199.98px) {
  .portal-money .portal-heading-wrapper .portal-head-block:nth-child(1) {
    width: calc(100% - 32px);
    text-align: center; }
    .portal-money .portal-heading-wrapper .portal-head-block:nth-child(1) h2 {
      font-size: 1.6rem; }
    .portal-money .portal-heading-wrapper .portal-head-block:nth-child(1) a {
      padding-left: 16px; }
  .portal-money .portal-heading-wrapper .portal-head-block:nth-child(2) {
    width: 32px; } }

.portal-money .portal-search-box .block-heading span {
  font-weight: 700; }

.portal-money .portal-search-box .btn, .portal-money .portal-search-box .ais-RangeInput-submit {
  border-radius: 4px;
  line-height: 24px; }

.portal-money .portal-search-box .form-group:last-child {
  margin-bottom: 0; }

.portal-money .terms-of-use {
  color: white; }
  .portal-money .terms-of-use a {
    color: #b7d0de; }

.portal-money .btn-load-more {
  border-color: #0288D1;
  color: #0288D1;
  background-color: white;
  font-weight: 600;
  font-size: 0.88rem; }
  .portal-money .btn-load-more:active {
    background-color: #0288D1;
    border-color: #0288D1; }

.portal-money .col-right .sbox-article-title {
  padding-top: 2.2rem;
  font-weight: 500;
  font-size: .85rem;
  margin-bottom: 0;
  line-height: 1rem; }

.portal-money .col-right .sbox-article-desc {
  font-size: .85rem;
  margin-bottom: .5rem; }
  .portal-money .col-right .sbox-article-desc span {
    font-weight: 700; }

.portal-money .col-right .sbox-icon img {
  width: 78px; }

@media (max-width: 991.98px) {
  .portal-money #load-more-list [class^="col-"]:nth-of-type(5n) .media {
    display: block; }
    .portal-money #load-more-list [class^="col-"]:nth-of-type(5n) .media .img-wrapper {
      width: 100%;
      margin-bottom: 1rem; } }

.portal-money .sbox,
.subscribe.your-money {
  position: relative;
  padding: 2.5rem 1rem 1rem 1rem;
  background: url(../images/bg_signuptonewsletter.jpg) repeat center center; }
  .portal-money .sbox .sbox-article-title,
  .subscribe.your-money .sbox-article-title {
    font-weight: 600; }
    @media (max-width: 1199.98px) {
      .portal-money .sbox .sbox-article-title,
      .subscribe.your-money .sbox-article-title {
        font-size: 1.2rem; } }
  .portal-money .sbox .sbox-article-desc,
  .subscribe.your-money .sbox-article-desc {
    font-size: .9rem; }
  .portal-money .sbox .sbox-article-title,
  .portal-money .sbox .sbox-article-desc,
  .subscribe.your-money .sbox-article-title,
  .subscribe.your-money .sbox-article-desc {
    color: white;
    font-family: "Montserrat", Arial, sans serif; }
    .portal-money .sbox .sbox-article-title span,
    .portal-money .sbox .sbox-article-desc span,
    .subscribe.your-money .sbox-article-title span,
    .subscribe.your-money .sbox-article-desc span {
      font-weight: 600; }
  .portal-money .sbox .sbox-icon,
  .subscribe.your-money .sbox-icon {
    position: absolute;
    right: 1rem;
    top: .5rem; }
  .portal-money .sbox form .btn, .portal-money .sbox form .ais-RangeInput-submit,
  .subscribe.your-money form .btn,
  .subscribe.your-money form .ais-RangeInput-submit {
    font-size: 0.75rem;
    background-color: #e56400;
    border-color: #ff760c;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .portal-money .sbox form .invalid-feedback,
  .subscribe.your-money form .invalid-feedback {
    color: white;
    font-weight: 500; }
  .portal-money .sbox form .input-group,
  .subscribe.your-money form .input-group {
    background: transparent;
    padding-left: 0; }
  .portal-money .sbox form .s-response,
  .subscribe.your-money form .s-response {
    color: white;
    line-height: 1.2rem;
    font-size: 0.88rem;
    margin-top: .5rem; }

.top-story .subscribe.your-money {
  margin-top: 1rem; }

.stats-wrapper {
  font-family: "Montserrat", Arial, sans serif; }
  .stats-wrapper .updated-dt {
    font-size: 0.75rem;
    text-align: right;
    margin: .25rem 0;
    color: #637a86; }

@media (min-width: 992px) {
  .widget-stats {
    display: flex; } }

.widget-stats .widget-title-wrap {
  background-color: #000;
  display: flex; }

.widget-stats .widget-title {
  color: #e56400;
  font-size: 1rem;
  padding: .5rem .75rem;
  font-weight: 600; }
  .widget-stats .widget-title span {
    color: white;
    padding-left: .25rem;
    font-size: 0.75rem;
    font-weight: 500; }
    @media (min-width: 992px) {
      .widget-stats .widget-title span {
        display: block;
        padding-left: 0; } }

.widget-stats .widget-content {
  background-color: #F5F5F2;
  padding: .75rem; }
  @media (min-width: 992px) {
    .widget-stats .widget-content {
      display: flex;
      width: 100%;
      padding: .5rem; } }

.widget-stats .widget-item {
  display: flex;
  padding: .5rem .4rem;
  background-color: white;
  margin-bottom: .5rem; }
  .widget-stats .widget-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .widget-stats .widget-item {
      margin-bottom: 0;
      flex: 1 1 auto; }
      .widget-stats .widget-item:after {
        content: ' ';
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: .8rem; }
      .widget-stats .widget-item:last-child {
        padding-right: .5rem; }
        .widget-stats .widget-item:last-child:after {
          display: none; }
      .widget-stats .widget-item:first-child {
        padding-left: .5rem; } }

.widget-stats .widget-item-label {
  font-weight: 500;
  font-size: 0.75rem;
  max-width: 70%;
  flex: 1 1 auto;
  align-self: center; }

.widget-stats .widget-item-value {
  padding-left: .75rem;
  font-size: 1.125rem;
  color: #e56400;
  font-weight: 700;
  flex: 1 1 auto;
  align-self: center;
  text-align: right; }
  @media (min-width: 992px) {
    .widget-stats .widget-item-value {
      text-align: left;
      font-weight: 600; } }

.user {
  font-family: "Montserrat", Arial, sans serif;
  color: #3E4148;
  font-weight: 300;
  line-height: 1.25rem;
  border-radius: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(222, 226, 230, 0.1) 1.96%, #DEE2E6 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF); }
  .user.bg-alert {
    background: linear-gradient(157.03deg, #FFF9F0 28.97%, #E56400 92.15%), linear-gradient(180deg, rgba(222, 226, 230, 0.1) 1.96%, #DEE2E6 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF); }
    @media (min-width: 992px) {
      .user.bg-alert {
        background: linear-gradient(165.49deg, #FFF9F0 28.97%, #E56400 92.15%), #E56400; } }
  .user .login-box {
    padding: 0;
    background-color: white;
    margin: 0;
    display: none; }
  .user .continue {
    text-decoration: none;
    position: absolute;
    font-size: 1rem;
    color: white;
    bottom: -36px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    padding: .5rem 0; }
    @media (min-width: 992px) {
      .user .continue {
        font-size: 1.125rem;
        text-align: right; } }
  .user a {
    color: #0288D1;
    text-decoration: underline; }
  .user .close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #000;
    opacity: 1;
    z-index: 2; }
    .user .close span {
      font-weight: 300;
      color: white; }
    @media (min-width: 600px) {
      .user .close {
        right: -.5rem;
        top: -.5rem; } }
  .user-header {
    text-align: center;
    padding: 2rem 2rem 1rem; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .user-header {
        padding-bottom: 1rem;
        padding-top: .5rem;
        margin: auto;
        width: 90%; } }
    @media (min-width: 992px) {
      .user-header {
        width: 440px;
        max-width: 100%; }
        .user-header img {
          width: 80%; } }
    .user-header .logo-wrap {
      margin-bottom: 2rem; }
      .user-header .logo-wrap img {
        width: 75%; }
        @media (min-width: 992px) {
          .user-header .logo-wrap img {
            width: 46%;
            margin-bottom: .5rem; } }
  .user .section-uae {
    display: none; }
  .user .modal-caption {
    margin: 1.75rem 0 1.25rem 0;
    font-size: 1.125rem;
    letter-spacing: -0.5px; }
    @media (min-width: 600px) {
      .user .modal-caption {
        font-size: 1.25rem; } }
  .user .modal-title {
    font-family: "GlosaHeadline-Black", Georgia, serif;
    color: #191E21;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .user .modal-title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 3rem;
        margin-bottom: 1.5rem; } }
  .user .modal-alert {
    font-size: 0.75rem;
    color: #191E21;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 768px) {
      .user .modal-alert {
        font-size: 1rem; } }
  .user .modal-body {
    padding: 0; }
    @media (min-width: 768px) {
      .user .modal-body {
        padding: 1rem; } }
    @media (min-width: 992px) {
      .user .modal-body {
        padding: 2rem; } }
  @media (min-width: 768px) {
    .user .form-section {
      padding: 0;
      margin: auto;
      width: 90%; } }
  @media (min-width: 992px) {
    .user .form-section {
      width: 352px;
      margin-top: 1.5rem; } }
  .user .login-option {
    margin-bottom: 1rem; }
  .user .login-option,
  .user a > t {
    font-size: 0.75rem;
    font-weight: 500; }
  .user .login-link {
    font-weight: 300; }
  .user .form-wrapper {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 5px; }
  .user .gn-form {
    /*.btn {
            position: relative;
            @include media-breakpoint-up(sm) {
                text-align: left;
                span {
                    transition: width .5s ease;
                    display: inline-block;
                    text-align: center;
                    white-space: nowrap;
                    width: 100%;
                }
                &:active:not(:disabled),
                &:focus:not(:disabled),
                &:hover:not(:disabled) {
                span {
                    width: 0;
                }
                }
                &:hover:after,
                &:active:after,
                &:focus:after,
                &:disabled:after {
                    visibility: visible;
                }
                &:after { 
                    visibility: hidden;
                    content: "";
                    color: white;
                    position: absolute;
                    right: 16px;
                    top: 16px;
                    width: 12px;
                    height: 12px;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAALVBMVEUAAADv7+/n5+fr6+vo6Ojn5+fo6Ojo6Ojo6Ojo6Ojn5+fo6Ojp6eno6Oj///8Bhd/4AAAADXRSTlMAEBUav8LGycrS2fLy4JDZDwAAAAFiS0dEDm+9ME8AAAA7SURBVBjTY2CgDmBtQuJw3FRAcBh7FyNJSdwywC/FehcKDiBzNiCUWd0QgLOZ1zYSIcGO7ByWJKr4FwCuGBuF1nK4dwAAAABJRU5ErkJggg==');
                }
            } 
        }*/ }
    .user .gn-form legend {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 1.125rem;
      font-weight: 600; }
    .user .gn-form-field {
      margin: 1rem 0; }
    .user .gn-form.is-dirty .gn-input {
      font-weight: 300; }
    .user .gn-form.is-dirty label {
      opacity: 1;
      left: 5px;
      transition: all 0.6s ease; }
    .user .gn-form .gn-input:focus + .gn-label, .user .gn-form .gn-input.input-expand + .gn-label {
      top: -15px;
      opacity: 1;
      font-size: 10px;
      left: 0;
      transition: all 0.3s ease; }
    .user .gn-form .gn-input[name="password"]:focus + .invalid-feedback, .user .gn-form .gn-input[name="password"].invalid + .invalid-feedback {
      display: block; }
    .user .gn-form .invalid-feedback {
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 500; }
    .user .gn-form label {
      font-size: 0.75rem;
      text-transform: uppercase; }
      .user .gn-form label .gn-checkbox {
        margin-right: .24rem; }
    .user .gn-form .link-wrapper,
    .user .gn-form .terms {
      margin-top: 1.25rem;
      text-align: center;
      font-size: 0.75rem;
      line-height: 1rem;
      color: #8A9BA4;
      font-weight: 500; }
  .user .btn, .user .ais-RangeInput-submit {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 1rem; }
    .user .btn + p, .user .ais-RangeInput-submit + p {
      color: #8A9BA4;
      text-transform: uppercase;
      font-size: 0.88rem;
      font-weight: 500; }
    .user .btn.btn-fb, .user .btn-fb.ais-RangeInput-submit {
      color: #3B5998;
      border-color: #3B5998;
      border-width: 2px;
      margin-bottom: 0; }
      .user .btn.btn-fb:hover, .user .btn-fb.ais-RangeInput-submit:hover, .user .btn.btn-fb:focus, .user .btn-fb.ais-RangeInput-submit:focus, .user .btn.btn-fb:active, .user .btn-fb.ais-RangeInput-submit:active {
        background-color: white; }
    .user .btn .fb-icon, .user .ais-RangeInput-submit .fb-icon {
      position: absolute;
      left: .5rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 32px;
      width: 32px;
      background-color: #3B5998;
      border-radius: 50%; }
      .user .btn .fb-icon svg, .user .ais-RangeInput-submit .fb-icon svg {
        height: 24px;
        width: 24px;
        fill: #ffffff;
        vertical-align: middle; }
  .user .alert {
    font-size: 13px; }
    .user .alert a {
      font-weight: 500; }
    .user .alert.alert-primary a {
      color: #234861; }
  .user.success .modal-caption,
  .user.success .modal-title {
    display: none; }
  .user.success .gn-form {
    display: none; }
  .user.success .form-respose {
    display: block; }
  .user .form-respose {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.75rem; }
    .user .form-respose .verify-email {
      font-weight: 600; }
    .user .form-respose .btn-primary {
      color: white;
      font-size: 12px;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .user .form-respose .resend-activation {
      font-weight: 600; }
    .user .form-respose p:last-child {
      margin-bottom: 0; }
  .user.living-in-uae {
    background: #FFF6E0;
    border: none;
    margin-top: 36px; }
    .user.living-in-uae .section-all {
      display: none; }
    .user.living-in-uae .continue {
      top: -36px; }
    .user.living-in-uae .section-uae {
      display: block; }
    .user.living-in-uae .user-header-wrap {
      background: linear-gradient(137.82deg, #E56400 42.44%, #C05502 92%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #E56400;
      height: 100%;
      position: relative; }
    .user.living-in-uae .user-header {
      width: 100%;
      padding: 0; }
      .user.living-in-uae .user-header .img-wrap {
        text-align: right; }
      .user.living-in-uae .user-header .logo-wrap {
        text-align: right;
        padding-right: 1rem;
        margin-bottom: 1rem; }
        .user.living-in-uae .user-header .logo-wrap img {
          width: 33%;
          height: auto; }
        @media (min-width: 992px) {
          .user.living-in-uae .user-header .logo-wrap {
            position: absolute;
            bottom: 1rem;
            width: 100%;
            margin-bottom: 0; } }
    .user.living-in-uae .modal-alert {
      padding: 1rem 1.5rem;
      text-align: left;
      color: white; }
      @media (min-width: 600px) {
        .user.living-in-uae .modal-alert {
          padding: 1.5rem 2rem 1rem; } }
      .user.living-in-uae .modal-alert span {
        color: #F7C824; }
      .user.living-in-uae .modal-alert p:last-child {
        margin-bottom: 0; }
    .user.living-in-uae .modal-body {
      padding: 0; }
    @media (min-width: 600px) {
      .user.living-in-uae .form-section {
        margin-bottom: 1.5rem; } }

.login-box {
  background-color: #E6ECF0;
  padding: 1rem;
  margin-bottom: 1rem; }
  .login-box legend {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 600px) {
      .login-box legend {
        font-size: 1.125rem; } }
  .login-box .gn-input {
    background-color: white; }
  .login-box .gn-form-field {
    margin: 1rem 0; }

@media (max-width: 767.98px) {
  .sign-in-section .login-box {
    margin-left: -1rem;
    margin-right: -1rem; } }

.mm-counter {
  font-family: "Montserrat", Arial, sans serif;
  background-color: #191E21;
  padding: .5rem;
  margin-top: .5rem; }
  .mm-counter .media {
    padding: 1rem;
    align-items: center; }
    .mm-counter .media img {
      height: 48px; }
      @media (min-width: 768px) {
        .mm-counter .media img {
          height: 58px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .mm-counter .media {
        width: 46%;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .mm-counter .media {
        height: 100%;
        padding: .5rem 1rem; } }
  .mm-counter .media-body {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #BFCEDA;
    font-weight: 600;
    text-align: left; }
    @media (min-width: 992px) {
      .mm-counter .media-body {
        text-align: left; } }
  .mm-counter .mm-tag {
    background-color: #EA5628;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    padding: 0 3px;
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 4px; }
  .mm-counter .mm-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #e56400;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .mm-counter .mm-title {
        font-size: 1.5rem; } }
  .mm-counter .mm-ticker {
    color: #e56400;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .mm-counter .mm-ticker {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin: 0;
        height: 100%; }
        .mm-counter .mm-ticker > .row {
          height: 100%; } }
    .mm-counter .mm-ticker .col {
      min-height: 76px; }
      .mm-counter .mm-ticker .col:last-child .dt-sep {
        display: none; }
    .mm-counter .mm-ticker .dt-sep {
      font-size: 2rem;
      font-weight: 300;
      align-self: center;
      color: #EA5628 !important; }
    .mm-counter .mm-ticker .dt-box {
      text-align: center;
      align-self: center;
      width: 100%; }
    .mm-counter .mm-ticker .dt {
      font-size: 2rem;
      font-weight: 600;
      line-height: 2.2rem; }
      @media (min-width: 992px) {
        .mm-counter .mm-ticker .dt {
          font-size: 2.5rem; } }
    .mm-counter .mm-ticker .dt-text {
      color: #AC4B00;
      font-size: 0.75rem;
      text-transform: uppercase;
      margin-top: .25rem; }
      @media (min-width: 992px) {
        .mm-counter .mm-ticker .dt-text {
          margin-top: .5rem; } }
  .mm-counter .btn, .mm-counter .ais-RangeInput-submit {
    font-size: 0.75rem;
    font-weight: 600;
    width: 130px;
    display: block;
    margin: 1rem auto .5rem;
    background-color: #e56400;
    border-color: #e56400; }
    @media (min-width: 992px) {
      .mm-counter .btn, .mm-counter .ais-RangeInput-submit {
        width: 80%; } }
    .mm-counter .btn:active, .mm-counter .ais-RangeInput-submit:active, .mm-counter .btn:focus, .mm-counter .ais-RangeInput-submit:focus {
      background-color: #e56400;
      border-color: #e56400;
      box-shadow: none; }
    @media (min-width: 992px) {
      .mm-counter .btn, .mm-counter .ais-RangeInput-submit {
        margin: 0 auto; } }

.ipl-wrapper-outer {
  width: 140px;
  height: 9em;
  margin: 0 1px 4px 0;
  bottom: 100px;
  -webkit-perspective: 400px;
          perspective: 400px;
  position: fixed;
  right: 0;
  z-index: 9999; }
  @media (min-width: 600px) {
    .ipl-wrapper-outer {
      margin: 0 4em 4em 0;
      bottom: 20px; } }
  .ipl-wrapper-outer .ipl-close {
    text-align: right;
    cursor: pointer; }
    .ipl-wrapper-outer .ipl-close:before {
      background: url("../../images/icons/close.png");
      content: "";
      display: inline-block;
      width: 20px;
      height: 19px; }

@-webkit-keyframes gn-rotation {
  from {
    transform: translateZ(-2.5em) rotateY(0deg);
    -moz-transform: translateZ(-2.5em) rotateY(0deg);
    -webkit-transform: translateZ(-2.5em) rotateY(0deg); }
  to {
    transform: translateZ(-2.5em) rotateY(360deg);
    -moz-transform: translateZ(-2.5em) rotateY(360deg);
    -webkit-transform: translateZ(-2.5em) rotateY(360deg); } }

@keyframes gn-rotation {
  from {
    transform: translateZ(-2.5em) rotateY(0deg);
    -moz-transform: translateZ(-2.5em) rotateY(0deg);
    -webkit-transform: translateZ(-2.5em) rotateY(0deg); }
  to {
    transform: translateZ(-2.5em) rotateY(360deg);
    -moz-transform: translateZ(-2.5em) rotateY(360deg);
    -webkit-transform: translateZ(-2.5em) rotateY(360deg); } }

@-webkit-keyframes slide {}

@keyframes slide {}  .ipl-wrapper-outer .ipl-wrapper {
    font-family: "Montserrat", Arial, sans serif;
    width: 100%;
    position: relative; }
    @media (min-width: 600px) {
      .ipl-wrapper-outer .ipl-wrapper.not-mobile {
        animation: gn-rotation 30s infinite;
        -webkit-animation: gn-rotation 30s infinite;
        -moz-animation: gn-rotation 30s infinite;
        transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d; } }
    .ipl-wrapper-outer .ipl-wrapper .ipllive .title {
      background-color: #CE181E;
      color: #FFF;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px; }
    .ipl-wrapper-outer .ipl-wrapper .ipllive .live-item {
      background-color: #FFEBEB;
      color: #191E21;
      padding: 10px;
      font-size: 14px;
      height: 95px; }
      .ipl-wrapper-outer .ipl-wrapper .ipllive .live-item p {
        font-weight: bold;
        margin: 0; }
    .ipl-wrapper-outer .ipl-wrapper .ipl-scheduled {
      color: #191E21; }
      .ipl-wrapper-outer .ipl-wrapper .ipl-scheduled .title {
        background-color: #F2DD4E;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        padding: 5px; }
      .ipl-wrapper-outer .ipl-wrapper .ipl-scheduled .scheduled-item {
        background-color: #F7F7F4;
        padding: 10px;
        font-size: 14px;
        height: 95px; }
        .ipl-wrapper-outer .ipl-wrapper .ipl-scheduled .scheduled-item p {
          font-weight: bold;
          margin: 0; }
    .ipl-wrapper-outer .ipl-wrapper .ipl-completed .title {
      background-color: #F2DD4E;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      padding: 5px; }
    .ipl-wrapper-outer .ipl-wrapper .ipl-completed .completed-item {
      background-color: #F7F7F4;
      padding: 10px;
      font-size: 12px;
      color: #191E21;
      height: 95px; }
      .ipl-wrapper-outer .ipl-wrapper .ipl-completed .completed-item p {
        font-weight: bold;
        padding: .5rem 0;
        margin: 0; }
    .ipl-wrapper-outer .ipl-wrapper .frame-1 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(0deg) translateZ(2.5em);
      -moz-transform: rotateY(0deg) translateZ(2.5em);
      -webkit-transform: rotateY(0deg) translateZ(2.5em); }
    .ipl-wrapper-outer .ipl-wrapper .frame-2 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(120deg) translateZ(2.5em);
      -moz-transform: rotateY(120deg) translateZ(2.5em);
      -webkit-transform: rotateY(120deg) translateZ(2.5em); }
    @media (min-width: 600px) {
      .ipl-wrapper-outer .ipl-wrapper .ipl-sponsor {
        position: absolute;
        width: 100%;
        background-color: #fff;
        transform: rotateY(240deg) translateZ(2.5em);
        -moz-transform: rotateY(240deg) translateZ(2.5em);
        -webkit-transform: rotateY(240deg) translateZ(2.5em); } }
    .ipl-wrapper-outer .ipl-wrapper .ipl-sponsor img {
      max-width: 100%; }
    .ipl-wrapper-outer .ipl-wrapper .ipl-sponsor-m img {
      max-width: 100%; }

.ipl-trending {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  line-height: 32px;
  display: flex; }
  @media (min-width: 600px) {
    .ipl-trending {
      min-width: 380px; } }
  .ipl-trending a {
    width: 100%;
    display: block; }
  .ipl-trending .ipllive {
    background-color: #FFEBEB;
    justify-content: space-around;
    width: 100%;
    float: left;
    line-height: 35px; }
    .ipl-trending .ipllive .title {
      background-color: #191E21;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      padding-left: 5px;
      float: left; }
      .ipl-trending .ipllive .title span {
        background-color: #CE181E;
        font-weight: bold;
        font-size: 10px;
        padding: 6px;
        margin: 5px;
        margin-left: 8px; }
    .ipl-trending .ipllive .live-item {
      padding: 0 10px;
      font-weight: normal;
      font-size: 12px;
      color: #191E21;
      display: flex;
      float: left;
      font-weight: 600; }
      @media (min-width: 600px) {
        .ipl-trending .ipllive .live-item {
          font-size: 14px; } }
      .ipl-trending .ipllive .live-item p {
        margin: 0;
        font-weight: 800;
        padding-right: 5px; }
    .ipl-trending .ipllive .tp-nav {
      float: right; }
      .ipl-trending .ipllive .tp-nav .caret {
        fill: #CE181E;
        width: 25px;
        height: 30px;
        vertical-align: middle; }
  .ipl-trending .ipl-scheduled {
    background-color: #F7F7F4;
    justify-content: space-around;
    width: 100%;
    float: left;
    line-height: 35px; }
    .ipl-trending .ipl-scheduled .title {
      background-color: #191E21;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      padding-left: 5px;
      float: left; }
      .ipl-trending .ipl-scheduled .title span {
        background-color: #F2DD4E;
        color: #012E51;
        font-weight: bold;
        font-size: 10px;
        padding: 6px;
        margin: 5px;
        margin-left: 8px;
        text-transform: uppercase; }
    .ipl-trending .ipl-scheduled .scheduled-item {
      padding: 0 10px;
      font-weight: normal;
      font-size: 14px;
      color: #191E21;
      display: flex;
      float: left;
      text-transform: uppercase; }
      .ipl-trending .ipl-scheduled .scheduled-item p {
        margin: 0;
        font-weight: 800;
        padding-right: 5px; }
    .ipl-trending .ipl-scheduled .tp-nav {
      float: right; }
      .ipl-trending .ipl-scheduled .tp-nav .caret {
        fill: #F2DD4E;
        width: 25px;
        height: 30px;
        vertical-align: middle; }

.ipl-widget-border {
  border: 10px solid #ffebec; }

[data-widget="ipl-scorecard"] {
  max-height: 480px;
  min-height: 100%;
  height: 100%;
  overflow-y: auto; }

.ipl-widget-head span {
  color: white;
  background-color: #CE181E;
  padding: .2rem .75rem;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans serif;
  display: inline-block; }

[data-widget="ipl-slider"] .entity-cricket-slider-widget {
  background-color: white; }

[data-widget="ipl-slider"] .entity-widget-main-div ul.entity_tabs.threeitems li.active a {
  color: white; }

.entity-widget-main-div .entity_tabs > li.active a {
  background-color: #CE181E !important; }

.icon-lightcoral {
  fill: white;
  background-color: rgba(255, 255, 255, 0.3); }

.hp-ipl {
  padding: 1rem;
  font-family: "Montserrat", Arial, sans serif;
  background-color: #FFEBEB; }
  .hp-ipl .section-header {
    margin: 0 0 1rem 0;
    background-color: #CE181E;
    padding-left: .75rem;
    border: none; }
    .hp-ipl .section-header a {
      color: white; }
  .hp-ipl .match-status-links .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .hp-ipl .match-status-links [class^="col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .hp-ipl .match-status-links [class^="col"]:nth-last-child(-n+2) a {
      margin-bottom: 0; }
  .hp-ipl .match-status-links a {
    padding: .3rem 0;
    font-weight: 500;
    color: #CE181E;
    display: block;
    text-align: center;
    background-color: white;
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .hp-ipl .match-status-links a {
        margin-bottom: 0 !important; } }
  .hp-ipl .sponsor {
    text-align: right;
    margin-bottom: 1rem; }
    .hp-ipl .sponsor a {
      max-width: 120px;
      display: inline-block; }
      .hp-ipl .sponsor a img {
        max-width: 100%; }
      .hp-ipl .sponsor a:last-child {
        padding-left: .5rem; }
  .hp-ipl .article-list {
    padding: 1rem; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .hp-ipl .article-list .card-lg {
        margin-bottom: 1rem; }
        .hp-ipl .article-list .card-lg .img-wrapper {
          width: 33%; } }
  .hp-ipl .ipl-video {
    padding: 1rem;
    background-color: white; }
    .hp-ipl .ipl-video .section-title {
      color: #CE181E;
      font-size: 1.125rem;
      text-align: center; }
      @media (min-width: 600px) {
        .hp-ipl .ipl-video .section-title {
          text-align: left; } }
    .hp-ipl .ipl-video .sponsor {
      text-align: center;
      margin-top: .75rem; }
      @media (min-width: 600px) {
        .hp-ipl .ipl-video .sponsor {
          margin-top: 0;
          text-align: right; } }
  @media (max-width: 767.98px) {
    .hp-ipl .list-col-3 li:last-child .card {
      margin-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hp-ipl .list-col-3 {
      margin-left: -.5rem; } }
  @media (min-width: 600px) {
    .hp-ipl .list-col-3 li:nth-last-child(-n+3) {
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .hp-ipl .list-col-3 {
      margin-left: .5rem; } }
  .hp-ipl .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.125rem; }
  .hp-ipl .card-img {
    border-color: #CE181E; }
  .hp-ipl .card-lg .card-title {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  .hp-ipl .card .gn-pointer {
    background-color: rgba(206, 24, 30, 0.6); }
  .hp-ipl .card.highlight .media {
    background-color: #CE181E; }
    .hp-ipl .card.highlight .media .card-img-top {
      border-top: none; }
  .hp-ipl .card.highlight .card-title {
    padding-top: .5rem;
    padding-right: .5rem; }
    .hp-ipl .card.highlight .card-title a {
      color: white; }
  .hp-ipl .card .mr-3 {
    margin-right: .5rem !important; }
  .hp-ipl .ipl-video {
    position: relative; }
    .hp-ipl .ipl-video .card-title a {
      color: white; }
    .hp-ipl .ipl-video .card-img-top {
      border: none; }
    .hp-ipl .ipl-video .card-body {
      width: 100%;
      bottom: 0;
      position: absolute;
      padding: .8rem .75rem .4rem .75rem;
      background: linear-gradient(0deg, #000000 0%, #090909 33%, rgba(0, 0, 0, 0) 84%); }
    @media (max-width: 767.98px) {
      .hp-ipl .ipl-video .col-sm-12:last-child .card {
        margin-bottom: 0; } }

.widget-iframe-outer {
  margin: 20px 0; }
  @media (min-width: 992px) {
    .widget-iframe-outer {
      margin: 0; } }
  .widget-iframe-outer .widget-iframe {
    background: #F7F7F4;
    text-align: center;
    height: 500px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px; }
    @media (min-width: 992px) {
      .widget-iframe-outer .widget-iframe {
        height: 608px;
        margin: 0; } }
    .widget-iframe-outer .widget-iframe iframe {
      width: 100%;
      height: 100%; }
      @media (min-width: 992px) {
        .widget-iframe-outer .widget-iframe iframe {
          width: 800px; } }

.card-food .media-body .card-title,
.card-recipe .media-body .card-title {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 1rem; }

.card-food .media-body .time,
.card-recipe .media-body .time {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.86567 0.859C6.27333 0.621 5.645 0.5 5.00033 0.5C2.48033 0.5 0.347667 2.38233 0.0386667 4.87867C0.0123334 5.08333 0 5.29267 0 5.50033C0 8.25667 2.24367 10.5 5.00033 10.5C7.75867 10.5 10 8.25667 10 5.50033C10 3.44633 8.77 1.62533 6.86567 0.859ZM5.00033 9.88267C2.583 9.88267 0.617 7.91733 0.617 5.50033C0.617 5.31733 0.627667 5.134 0.65 4.95533C0.920667 2.76667 2.79033 1.116 5.00033 1.116C5.565 1.116 6.117 1.22167 6.63567 1.43067C8.306 2.10333 9.38367 3.70033 9.38367 5.50033C9.38367 7.91733 7.417 9.88267 5.00033 9.88267ZM6.90933 5.30633H5.30933V3.017C5.30933 2.84667 5.172 2.71 5.003 2.71C4.83133 2.71 4.69467 2.84667 4.69467 3.017V5.61367C4.69467 5.78433 4.83133 5.92233 5.003 5.92233H6.90933C7.079 5.92233 7.218 5.784 7.218 5.61367C7.21767 5.44433 7.07867 5.30633 6.90933 5.30633Z' fill='%23F97D25'/%3E%3C/svg%3E%0A");
  padding-left: 1rem;
  background-repeat: no-repeat;
  background-position: left center; }

.card-food .for-two,
.card-recipe .for-two {
  font-size: 0.75rem; }
  .card-food .for-two span,
  .card-recipe .for-two span {
    color: #F97D25; }

@media (min-width: 600px) {
  .card-food-small .media-body .card-title,
  .card-recipe-small .media-body .card-title {
    font-size: 13px; } }

@media (min-width: 600px) {
  .card-food-small .img-wrapper,
  .card-recipe-small .img-wrapper {
    width: 39%; } }

.card-food-featured,
.card-football-wide {
  background: url(../images/bg_herbsandspices.jpg) bottom center;
  background-repeat: no-repeat; }
  @media (min-width: 600px) {
    .card-food-featured,
    .card-football-wide {
      background: url(../images/bg_herbsandspices.jpg) center right; } }
  .card-food-featured .media,
  .card-football-wide .media {
    position: relative; }
    .card-food-featured .media .img-wrapper,
    .card-football-wide .media .img-wrapper {
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .card-food-featured .media .img-wrapper,
        .card-football-wide .media .img-wrapper {
          width: 66.5%; } }
    @media (min-width: 600px) {
      .card-food-featured .media .media-body .card-body,
      .card-football-wide .media .media-body .card-body {
        border: none;
        margin-right: 1.5rem;
        position: absolute;
        left: 66.5%;
        margin-left: -1.5rem;
        top: 15%;
        bottom: 15%; } }

.card-food-featured,
.card-full-featured {
  background-color: #f7f7f4; }
  .card-food-featured .tag-container .tag,
  .card-full-featured .tag-container .tag {
    background-color: #000;
    text-transform: uppercase;
    color: white;
    padding: 2px 3px;
    font-size: 10px;
    line-height: 1rem;
    margin-bottom: .5rem; }
  @media (min-width: 600px) {
    .card-food-featured .media-body,
    .card-full-featured .media-body {
      align-self: center; } }
  .card-food-featured .media-body .author,
  .card-full-featured .media-body .author {
    font-size: 0.75rem; }
  .card-food-featured .media-body .lead,
  .card-full-featured .media-body .lead {
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .card-food-featured .media-body .lead,
      .card-full-featured .media-body .lead {
        margin-bottom: 1.5rem; } }
  .card-food-featured .media-body .servings,
  .card-full-featured .media-body .servings {
    font-size: 0.75rem; }
    .card-food-featured .media-body .servings + span,
    .card-full-featured .media-body .servings + span {
      float: right; }
  @media (min-width: 600px) {
    .card-food-featured .media-body .meta,
    .card-full-featured .media-body .meta {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      left: 1rem; } }
  .card-food-featured .media-body .card-body,
  .card-full-featured .media-body .card-body {
    background: white;
    margin-right: 1rem;
    padding: 1rem;
    border: 1px solid #D8DEE1;
    margin-bottom: .5rem; }
  .card-food-featured .card-title,
  .card-full-featured .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .75rem;
    font-weight: 400; }
    @media (min-width: 600px) {
      .card-food-featured .card-title,
      .card-full-featured .card-title {
        font-size: 1.875rem;
        line-height: 2.125rem; } }

.card-recipe .media {
  background-color: #D8DEE1; }

.card-recipe .tag-container .tag {
  background: #001E36;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 12px;
  color: #FFF;
  padding: 0 .5rem; }

.card-football-wide {
  background: none;
  border-radius: 0; }
  @media (min-width: 600px) {
    .card-football-wide .media .media-body .card-body {
      top: 12%;
      bottom: 40%; } }
  .card-football-wide .media .media-body .tag-container {
    background-color: #000;
    display: inline-block; }
    .card-football-wide .media .media-body .tag-container .tag {
      text-transform: uppercase;
      color: white;
      padding: 4px 10px;
      font-size: 10px;
      line-height: 1rem;
      margin-bottom: .4rem; }
    .card-football-wide .media .media-body .tag-container.live {
      background-color: white; }
      .card-football-wide .media .media-body .tag-container.live .tag {
        color: #b71c1c;
        background-color: white;
        padding: 0;
        font-size: 11px; }
  .card-football-wide .card-img {
    border: none; }

.recipe-bg {
  background-color: #F7F7F4;
  padding-top: 1.5rem;
  padding-bottom: .5rem; }
  .recipe-bg .card-body {
    padding: 0 .75rem .75rem .75rem; }
  .recipe-bg .card-title {
    margin-bottom: 1rem; }

.portal-food .section-header {
  border-top: none; }
  .portal-food .section-header h3 {
    font-family: "GlosaHeadline-Black", Georgia, serif; }

.portal-food .section-wrap {
  align-items: center;
  justify-content: center; }
  @media (min-width: 600px) {
    .portal-food .section-wrap {
      justify-content: initial; } }
  .portal-food .section-wrap .section-logo {
    width: 64px; }
    @media (min-width: 600px) {
      .portal-food .section-wrap .section-logo {
        width: 96px; } }

.portal-food .section-title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "Montserrat", Arial, sans serif;
  margin: 0; }
  @media (min-width: 600px) {
    .portal-food .section-title {
      font-size: 2rem;
      line-height: 2rem; } }
  @media (min-width: 992px) {
    .portal-food .section-title {
      font-size: 2.5rem;
      line-height: 2.6rem; } }

.portal-food .h-separator {
  border-right: 1px solid #D8DEE1;
  height: 2rem;
  margin: auto .75rem; }
  @media (min-width: 600px) {
    .portal-food .h-separator {
      height: 40px; } }

.portal-food .card-wrap {
  padding: 0;
  background-color: white;
  margin-bottom: 1rem;
  height: calc(100% - 1rem); }
  .portal-food .card-wrap .card {
    height: 100%; }
  .portal-food .card-wrap .media {
    position: relative;
    height: 100%; }
    .portal-food .card-wrap .media .card-body {
      height: 100%;
      display: flex;
      flex: 1;
      flex-direction: column; }

.portal-food .card .card-img {
  border: none; }

.portal-food .tag {
  color: #F97D25; }

.portal-food .meta {
  margin-top: auto; }
  .portal-food .meta span {
    font-size: 0.75rem; }
  .portal-food .meta .servings {
    float: left; }
  .portal-food .meta .servings + span {
    float: right; }

.portal-food .trending-on-right {
  background-color: #F7F7F4;
  padding: 1rem;
  margin-bottom: 1rem; }
  .portal-food .trending-on-right .section-header {
    padding: 0;
    margin-top: 0; }
    .portal-food .trending-on-right .section-header .h5 {
      font-family: "GlosaHeadline-Black", Georgia, serif !important;
      color: #191E21; }
  .portal-food .trending-on-right .card {
    background-color: #F7F7F4; }
    .portal-food .trending-on-right .card .img-wrapper {
      width: 22%; }

.portal-food .btn-tag {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.55465 14.3699L7 14.0002L6.44535 14.3699L1 17.9996V2C1 1.44928 1.44928 1 2 1H12C12.5507 1 13 1.44928 13 2V8V17.9996L7.55465 14.3699Z' fill='%23F7F7F4' stroke='%23F97D25' stroke-width='2'/%3E%3C/svg%3E%0A");
  position: absolute;
  background-repeat: no-repeat;
  height: 20px;
  width: 15px;
  background-color: transparent;
  z-index: 2;
  border: none;
  outline: none;
  top: 1rem;
  right: 1rem; }
  .portal-food .btn-tag.selected {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.55465 14.3699L7 14.0002L6.44535 14.3699L1 17.9996V2C1 1.44928 1.44928 1 2 1H12C12.5507 1 13 1.44928 13 2V8V17.9996L7.55465 14.3699Z' fill='%23F97D25' stroke='%23F97D25' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  @media (max-width: 767.98px) {
    .portal-food .btn-tag {
      top: .75rem;
      left: .75rem; } }

.portal-food .btn-more-recipes {
  background-color: #FCEFE5;
  color: #F97D25;
  width: 100%;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans serif;
  border: none; }
  @media (min-width: 600px) {
    .portal-food .btn-more-recipes {
      width: 33.3%; } }

@media (max-width: 767.98px) {
  .portal-food .food-read-more {
    background: #FCEFE5;
    border-radius: 6px;
    text-align: center;
    padding: 8px 0; }
    .portal-food .food-read-more a {
      font-family: "Montserrat", Arial, sans serif;
      color: #F97D25;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 21px; } }

@media (min-width: 600px) {
  .portal-food .food-read-more {
    text-align: right; }
    .portal-food .food-read-more a {
      font-family: "Montserrat", Arial, sans serif;
      color: #F97D25;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px; } }

.portal-food .food-read-more .icon-orange {
  fill: #e56400;
  background-color: #ffffff; }

.portal-food .food-read-more .icon svg {
  padding: 15%; }

.food-sub {
  margin-bottom: 1rem;
  overflow-x: auto;
  white-space: nowrap;
  display: block; }
  @media (min-width: 600px) {
    .food-sub {
      display: none; } }
  .food-sub .nav-item {
    margin-right: .3rem;
    display: inline-block; }
  .food-sub .nav-link {
    line-height: 25px;
    background-color: #FCEFE5;
    color: #191E21;
    font-family: "Montserrat", Arial, sans serif;
    font-size: 11px;
    font-weight: 500;
    padding-left: .75rem;
    padding-right: .75rem; }

.slider-food .carousel {
  margin-bottom: 2rem; }

.slider-food .carousel-indicators {
  bottom: -1.75rem; }
  .slider-food .carousel-indicators li {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #F2B280; }
    .slider-food .carousel-indicators li.active {
      background-color: #F97D25; }

.hp-recipe-guide .card-body {
  padding: 0 .75rem .75rem .75rem; }

.hp-recipe-guide .card-title {
  line-height: 1.25rem;
  margin-bottom: 1rem; }

.hp-recipe-guide .card .meta span {
  font-size: 0.75rem; }

.hp-recipe-guide .card .meta .servings {
  float: left; }

.hp-recipe-guide .card .meta .servings + span {
  float: right; }

.hp-recipe-guide .card .tag {
  color: white; }

.hp-cuisine {
  background-color: #F7F7F4;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 600px) {
    .hp-cuisine {
      margin-left: 0;
      margin-right: 0; } }
  .hp-cuisine .section-header {
    border-top: none;
    margin-top: 0; }
  .hp-cuisine .card-body {
    padding: 0 .75rem .75rem .75rem; }
  .hp-cuisine .card-title {
    line-height: 1.25rem;
    margin-bottom: 1rem; }
  .hp-cuisine .card-wrap {
    padding: 0;
    background-color: white;
    margin-bottom: 1rem;
    height: calc(100% - 1rem); }
    .hp-cuisine .card-wrap .card {
      height: 100%; }
    .hp-cuisine .card-wrap .media {
      height: 100%; }
      .hp-cuisine .card-wrap .media .card-body {
        height: 100%;
        display: flex;
        flex: 1;
        flex-direction: column; }
      .hp-cuisine .card-wrap .media .meta {
        margin-top: auto; }

.section-logo {
  width: 96px; }

.food-banner {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .food-banner .logo-wrap {
    padding: 1rem 1.5rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%); }
  .food-banner .gn-logo {
    height: 40px; }
    @media (min-width: 992px) {
      .food-banner .gn-logo {
        height: 50px; } }
  .food-banner .btn, .food-banner .ais-RangeInput-submit {
    background-color: #F97D25;
    color: #FFF;
    font-family: "Montserrat", Arial, sans serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.88rem;
    position: relative;
    padding-left: 38px;
    max-height: 34px; }
    .food-banner .btn svg, .food-banner .ais-RangeInput-submit svg {
      position: absolute;
      height: 14px;
      width: 14px;
      top: 50%;
      left: 1rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: white; }

.card-more-food .tag-container .tag {
  color: #F97D25; }

@media (min-width: 992px) {
  .card-more-food .media .img-wrapper {
    width: 22%; } }

@media (min-width: 992px) {
  .card-more-food .media-body .card-title {
    font-size: 1.2rem;
    line-height: 1.2rem; } }

.more-in-food ul.list-unstyled {
  margin-bottom: 1.5rem; }

.more-in-food .btn-outline-dark {
  font-weight: 500;
  font-size: 0.88rem; }
  .more-in-food .btn-outline-dark:hover {
    border-color: #F97D25 !important;
    background-color: #F97D25 !important; }

.more-in-food .section-header {
  margin-top: 0;
  border-top: 3px solid black; }

.find-social {
  margin-top: 30px;
  padding: 1rem;
  background-color: #F7F7F4;
  margin-bottom: 1.5rem; }
  @media (max-width: 991.98px) {
    .find-social {
      margin-top: 5px; } }
  .find-social .desc {
    color: #4A5C64;
    font-size: 0.75rem;
    margin-bottom: .75rem;
    text-align: left; }
  .find-social .title {
    font-weight: 600;
    text-align: left; }
  .find-social .share-link {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    padding: 6px; }
    .find-social .share-link:not(:last-child) {
      margin-right: 10px; }
    .find-social .share-link svg {
      fill: #F97D25; }

.restaurant-search-head {
  margin-top: 1rem;
  margin-bottom: 20px;
  font-size: 21px; }
  @media (min-width: 600px) {
    .restaurant-search-head {
      margin-bottom: 30px; } }

.alert-my-recipe {
  font-family: "Montserrat", Arial, sans serif; }
  .alert-my-recipe .btn, .alert-my-recipe .ais-RangeInput-submit {
    padding-left: 2rem;
    padding-right: 2rem; }
  .alert-my-recipe img {
    width: 36px; }
  .alert-my-recipe .message {
    font-weight: 500;
    padding-top: 1rem; }
    .alert-my-recipe .message a {
      color: #0288d1; }

.card-restaurant-search .ais-Pagination-item .ais-Pagination-link,
.card-recipe-search .ais-Pagination-item .ais-Pagination-link {
  color: #191E21; }
  .card-restaurant-search .ais-Pagination-item .ais-Pagination-link--selected,
  .card-recipe-search .ais-Pagination-item .ais-Pagination-link--selected {
    background-color: #F97D25;
    color: white;
    border-color: #F97D25; }

.card-restaurant-search .card-food {
  color: #4A5C64; }
  .card-restaurant-search .card-food .field {
    font-size: 12px;
    line-height: 1rem;
    margin-top: .25rem; }
  .card-restaurant-search .card-food .contact span {
    font-weight: 600;
    margin-right: .5rem; }

.gn-recipe-search .restaurant-filter {
  background-color: transparent; }
  @media (max-width: 991.98px) {
    .gn-recipe-search .restaurant-filter {
      padding: 0;
      display: none; } }

@media (max-width: 991.98px) {
  .gn-recipe-search .filter-box {
    border-bottom: 1px solid #dee2e6; } }

.gn-recipe-search .filter-content {
  display: none; }
  .gn-recipe-search .filter-content.filter-open {
    display: block; }

.gn-recipe-search .filter-head {
  cursor: pointer;
  margin: .75rem 0;
  line-height: 1.2rem;
  height: 1.2rem;
  position: relative;
  text-transform: capitalize; }
  .gn-recipe-search .filter-head > span {
    font-weight: 400;
    text-transform: none;
    padding-left: .5rem; }
  .gn-recipe-search .filter-head:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1734 0.392434C10.3259 0.252389 10.5317 0.173828 10.7463 0.173828C10.9608 0.173828 11.1667 0.252389 11.3191 0.392434C11.3944 0.461204 11.4542 0.543177 11.495 0.633581C11.5358 0.723985 11.5568 0.821015 11.5568 0.919023C11.5568 1.01703 11.5358 1.11406 11.495 1.20447C11.4542 1.29487 11.3944 1.37684 11.3191 1.44561L6.74098 5.60833C6.58819 5.74818 6.38218 5.82659 6.16755 5.82659C5.95291 5.82659 5.7469 5.74818 5.59411 5.60833L1.01597 1.44561C0.940702 1.37684 0.88093 1.29487 0.84013 1.20447C0.799331 1.11406 0.77832 1.01703 0.77832 0.919023C0.77832 0.821015 0.799331 0.723985 0.84013 0.633581C0.88093 0.543177 0.940702 0.461204 1.01597 0.392434C1.16842 0.252389 1.37429 0.173828 1.58882 0.173828C1.80336 0.173828 2.00923 0.252389 2.16168 0.392434L6.1693 3.80629L10.1734 0.392434Z' fill='%23F97D25'/%3E%3C/svg%3E%0A");
    content: '';
    display: inline-block;
    width: 12px;
    height: 6px;
    margin-left: .5rem;
    margin-top: -4px; }
    @media (max-width: 991.98px) {
      .gn-recipe-search .filter-head:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: 0;
        -webkit-transform: translateY(-25%);
                transform: translateY(-25%); } }
  @media (min-width: 992px) {
    .gn-recipe-search .filter-head {
      margin: 0 0 .5rem; } }

@media (min-width: 600px) {
  .gn-recipe-search .filter-open .filter-content {
    display: block; } }

.gn-recipe-search .filter-expanded.restaurant-filter {
  display: block; }

.gn-recipe-search .ais-ClearRefinements-button {
  color: #191E21;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none; }
  @media (max-width: 991.98px) {
    .gn-recipe-search .ais-ClearRefinements-button {
      margin-top: .5rem; } }

.gn-recipe-search .ais-SearchBox-input {
  font-family: "Montserrat", Arial, sans serif; }

.gn-recipe-search .search-result p {
  color: #191E21;
  font-size: 1.125rem;
  font-weight: 600; }

.gn-recipe-search .filter-control-wrap {
  flex: 1 1 auto;
  align-self: center; }

.card-recipe-search .sub-heading {
  border: none;
  font-family: "Montserrat", Arial, sans serif; }
  .card-recipe-search .sub-heading.message {
    position: relative;
    height: 50vh; }
    .card-recipe-search .sub-heading.message .btn-tag {
      position: static; }
    .card-recipe-search .sub-heading.message > div {
      position: absolute;
      width: 100%;
      top: 30%;
      left: 0; }
    .card-recipe-search .sub-heading.message p {
      line-height: 21px;
      font-weight: 500; }
      .card-recipe-search .sub-heading.message p span {
        display: block; }
        @media (min-width: 992px) {
          .card-recipe-search .sub-heading.message p span {
            display: inline; } }
    .card-recipe-search .sub-heading.message .btn, .card-recipe-search .sub-heading.message .ais-RangeInput-submit {
      text-transform: uppercase;
      background-color: #F97D25;
      color: white;
      font-weight: 500;
      font-size: 0.88rem;
      padding: .5rem 1.25rem;
      line-height: 21px; }

.filter-control-wrap .btn-toggle {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 12px; }
  .filter-control-wrap .btn-toggle:before {
    background-color: #F97D25;
    color: white;
    content: "+";
    width: 16px;
    height: 15px;
    line-height: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
    font-size: 15px; }
  .filter-control-wrap .btn-toggle.open:before {
    content: "\2010"; }

.section-wrap.portal-game {
  align-items: center;
  justify-content: center; }
  @media (min-width: 600px) {
    .section-wrap.portal-game {
      justify-content: initial; } }
  .section-wrap.portal-game .section-logo {
    width: 150px; }
    @media (min-width: 600px) {
      .section-wrap.portal-game .section-logo {
        width: 200px; } }

.loading-icon {
  background: url("../images/icons/gn-loading-img.gif") no-repeat center 100px;
  min-height: 200px; }

.games-header {
  background: linear-gradient(180deg, #80D6F9 0%, #D8F4FF 90.09%);
  border-radius: 30px;
  padding: 30px 0 20px;
  font-family: "Montserrat", Arial, sans serif;
  margin: 45px 0 45px;
  min-height: 530px; }
  @media (max-width: 991.98px) {
    .games-header {
      background: linear-gradient(180.25deg, #80D6F9 0.22%, #EFFAFE 72.26%);
      border-radius: 12px;
      padding: 30px 0 30px;
      margin: 45px 0 32px; }
      .games-header .sm-no-margin {
        margin: 0; } }

.game-title {
  color: #012E51;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600; }
  @media (min-width: 600px) {
    .game-title {
      font-size: 36px;
      line-height: 44px;
      padding-left: 20px;
      font-weight: 800; } }

.game-tab {
  display: inline-block;
  margin-bottom: 20px; }
  .game-tab li {
    list-style-type: none;
    width: 145px;
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0; }
    .game-tab li a {
      width: 100%;
      height: 100%; }
      .game-tab li a.active:after {
        content: "";
        background: url("../images/icons/icon-pointer.png") no-repeat 0 0;
        width: 37px;
        height: 37px;
        position: absolute;
        right: -6px;
        bottom: -8px;
        display: inline-block; }
    @media (max-width: 991.98px) {
      .game-tab li {
        margin: 0 1% 0 0;
        width: 23%; }
        .game-tab li:last-child {
          margin: 0; } }
    .game-tab li img {
      width: 100%; }

.game-sudoku-tab.nav {
  display: inline-flex;
  flex-wrap: wrap; }
  .game-sudoku-tab.nav .nav-item {
    width: 108px; }
    .game-sudoku-tab.nav .nav-item a {
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      color: #012E51;
      background: #F7F7F4;
      padding: 7px;
      display: block;
      text-align: center;
      border-radius: 0; }
      @media (max-width: 991.98px) {
        .game-sudoku-tab.nav .nav-item a {
          font-size: 14px;
          line-height: 18px; } }
      .game-sudoku-tab.nav .nav-item a.active {
        color: #F7F7F4;
        background: #012E51; }
    .game-sudoku-tab.nav .nav-item:first-child a {
      border-radius: 4px 0px 0px 4px; }
    .game-sudoku-tab.nav .nav-item:last-child a {
      border-radius: 0px 4px 4px 0px; }
    @media (max-width: 991.98px) {
      .game-sudoku-tab.nav .nav-item {
        width: 33%; } }

@media (max-width: 991.98px) {
  .game-sudoku-tab {
    margin: 10px 0 20px;
    width: 100%; } }

.section-sudoku-tab .nav-item {
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #012E51;
  background: #F7F7F4;
  padding: 7px;
  width: 108px;
  border-radius: 0;
  text-align: center;
  cursor: pointer; }
  .section-sudoku-tab .nav-item.active {
    color: #F7F7F4;
    background: #012E51; }
  .section-sudoku-tab .nav-item:first-child {
    border-radius: 4px 0px 0px 4px; }
  .section-sudoku-tab .nav-item:last-child {
    border-radius: 0px 4px 4px 0px; }

.game-tab-cnt {
  font-family: "GlosaTextRoman", Georgia, Times New Roman, serif;
  color: #012E51;
  font-size: 15px; }
  .game-tab-cnt .bullet-list {
    padding: 0; }
    .game-tab-cnt .bullet-list li {
      line-height: 22px;
      list-style-type: none;
      padding-left: 15px;
      position: relative;
      margin: 0 0 10px; }
      .game-tab-cnt .bullet-list li:before {
        content: "";
        height: 6px;
        width: 6px;
        background-color: #012E51;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 5px; }

.game-section-header {
  border-radius: 15px;
  padding: 30px; }
  .game-section-header h2 {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 500;
    font-size: 50px;
    color: #012E51;
    line-height: 72px; }
  .game-section-header .logo-title {
    margin-top: 60px; }
  .game-section-header.section-daily-crossword {
    background: #FFF5E4; }
  .game-section-header.section-spelling-bee {
    background: #F5DFE0; }
  .game-section-header.section-word-search {
    background: #FFE1D6; }
  .game-section-header.section-sudoku {
    background: #DEF2FF; }
  @media (max-width: 991.98px) {
    .game-section-header .logo-title {
      margin-top: 30px; }
      .game-section-header .logo-title img {
        width: 250px; }
    .game-section-header h2 {
      font-size: 34px;
      line-height: 54px; } }
  @media (max-width: 767.98px) {
    .game-section-header .logo-title {
      margin-top: 15px; }
      .game-section-header .logo-title img {
        width: 120px; }
    .game-section-header h2 {
      font-size: 16px;
      line-height: 28px; } }

.game-card {
  font-family: "Montserrat", Arial, sans serif;
  padding: 0; }
  .game-card a {
    position: relative;
    display: inline-block; }
  .game-card .btn, .game-card .ais-RangeInput-submit {
    background: #012E51;
    border-radius: 12px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 3px 9px;
    line-height: 12px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -33px; }
  .game-card .img-wrapper {
    position: relative; }
  .game-card .media .img-wrapper {
    margin-bottom: 0; }

.game-graphics-home {
  margin-top: -75px;
  text-align: center; }
  .game-graphics-home img {
    width: 550px; }
  @media (max-width: 991.98px) {
    .game-graphics-home {
      margin-top: -58px;
      min-height: 0px; }
      .game-graphics-home img {
        width: 94%; } }

.game-component {
  border-radius: 30px;
  font-family: "Montserrat", Arial, sans serif;
  margin: 0 0 45px 0;
  padding: 20px 15px 20px 0; }
  @media (min-width: 600px) {
    .game-component {
      padding: 30px; } }
  .game-component .cmp-inner {
    background: url("../svg/img-daily-crossword.svg") no-repeat 0 0/225px auto;
    padding: 0 0 0 240px; }
  .game-component .day {
    font-weight: 600;
    color: #012E51;
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .game-component .day {
        font-size: 14px;
        line-height: 17px;
        text-align: left; } }
  .game-component .date {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #416E91;
    display: block; }
    @media (min-width: 600px) {
      .game-component .date {
        font-size: 14px;
        line-height: 17px; } }
  .game-component .btn, .game-component .ais-RangeInput-submit {
    font-size: 11px;
    padding: 8px 15px;
    margin-left: -48px;
    bottom: 30px; }
  .game-component.daily-crossword {
    background: #FFF5E4; }
  .game-component.spelling-bee {
    background: #F5DFE0; }
  .game-component.sudoku {
    background: #DEF2FF; }
    @media (max-width: 991.98px) {
      .game-component.sudoku {
        padding-right: 0; }
        .game-component.sudoku .tab-content {
          padding-right: 15px; } }
  .game-component.word-search {
    background: #FFE1D6; }
    .game-component.word-search .cmp-inner {
      background: url("../svg/image_wordsearch.svg") no-repeat 0px 25px/235px auto; }
  .game-component.how-to-play {
    padding: 30px 40px;
    background: #F7F7F4; }
    .game-component.how-to-play .game-title {
      padding-left: 10px;
      font-weight: bold;
      font-size: 32px;
      line-height: 39px; }
      @media (max-width: 991.98px) {
        .game-component.how-to-play .game-title {
          font-size: 24px;
          line-height: 29px;
          text-align: center; } }
    .game-component.how-to-play .cmp-inner {
      background: url("../svg/icon-howtoplay.svg") no-repeat 99% 0px/230px auto;
      padding: 0 215px 0 0; }
  .game-component.game-article {
    background: #F7F7F4;
    margin: 0;
    padding: 30px; }
    @media (min-width: 600px) {
      .game-component.game-article {
        padding: 30px 80px; } }
    .game-component.game-article .game-title {
      padding-left: 0;
      padding-bottom: 10px; }
    .game-component.game-article .carousel {
      margin-bottom: 2rem; }
    .game-component.game-article .carousel-indicators {
      bottom: -3rem; }
      .game-component.game-article .carousel-indicators li {
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
        background-color: #F2B280; }
        .game-component.game-article .carousel-indicators li.active {
          background-color: #F97D25; }
    .game-component.game-article .card {
      background-color: #F7F7F4; }
      .game-component.game-article .card .card-title {
        font-family: "Montserrat", Arial, sans serif;
        font-weight: 600;
        font-size: 14px;
        color: #012E51;
        text-align: center; }
        @media (min-width: 600px) {
          .game-component.game-article .card .card-title {
            font-size: 20px; } }
  @media (max-width: 991.98px) {
    .game-component {
      margin: 0 0 32px 0;
      border-radius: 12px; }
      .game-component .cmp-inner {
        background: none !important;
        padding: 0 !important; }
      .game-component .game-card img {
        width: 100%; }
      .game-component .btn, .game-component .ais-RangeInput-submit {
        font-size: 7px;
        padding: 3px 6px;
        margin-left: -28px;
        bottom: 10px; }
      .game-component.weekend-crossword .title-wrap {
        background: url("../svg/img-weekend-crossword.svg") no-repeat 25px 0px/110px auto; }
      .game-component.how-to-play {
        padding: 30px 20px; }
        .game-component.how-to-play .title-wrap {
          background: url("../svg/icon-howtoplay.svg") no-repeat 0px 0px/110px auto;
          padding: 20px 0 0 137px;
          height: 130px; } }
  .game-component .spacing-half {
    margin-right: -10px;
    margin-left: -10px; }
    .game-component .spacing-half > [class*='col-'] {
      padding-right: 10px;
      padding-left: 10px; }
  @media (max-width: 991.98px) {
    .game-component .spacing-half > [class*='col-'] {
      padding-right: 5px;
      padding-left: 5px; }
    .game-component .sm-no-margin {
      margin: 0; } }

.game-links {
  font-family: "Montserrat", Arial, sans serif;
  padding: 0;
  margin: 15px 0 0; }
  .game-links li {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px; }
    .game-links li a {
      color: #0288D1;
      text-decoration: underline; }
      .game-links li a.active {
        color: #014469;
        text-decoration: none; }
    @media (max-width: 991.98px) {
      .game-links li {
        width: 100%;
        margin: 0 0 5px; } }

@media (max-width: 991.98px) {
  .gn-puzzle-wrapper {
    min-height: 100vh !important; } }

.gn-puzzle-wrapper #gn-puzzle-iframe {
  background: #ffffff; }

.game-powerd-by {
  font-size: 0.88rem;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 300;
  color: #111111;
  padding: 6px 0;
  line-height: 14px; }
  @media (max-width: 767.98px) {
    .game-powerd-by {
      margin-left: -1rem;
      margin-right: -1rem;
      padding-right: 1rem; } }
  .game-powerd-by .sponsor-logo img {
    max-height: 35px;
    margin: 0; }
  .game-powerd-by .sponsor-info {
    padding: 3px;
    line-height: 30px; }

.game-list {
  padding: 0; }
  .game-list li {
    font-family: "Montserrat", Arial, sans serif;
    list-style-type: none; }
    .game-list li a {
      display: block;
      padding: 22px 34px 22px 82px;
      font-size: 16px;
      border-bottom: 1px solid #ccc;
      position: relative;
      color: #000;
      line-height: 1.4em;
      cursor: pointer; }
    .game-list li .tile-info {
      display: inline-block;
      vertical-align: top;
      font-size: 16px; }
      .game-list li .tile-info strong {
        font-weight: 600;
        font-size: 20px; }
        @media (max-width: 767.98px) {
          .game-list li .tile-info strong {
            font-size: 16px; } }
      .game-list li .tile-info .author {
        color: #666; }
      .game-list li .tile-info .icon-arrow {
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        position: absolute;
        font-size: 26px;
        top: 50%;
        right: 22px; }
        .game-list li .tile-info .icon-arrow.right {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
    .game-list li .icon {
      background: url("../svg/icon-crossword.svg") no-repeat 0px 0px;
      width: 40px;
      height: 40px;
      display: inline-block;
      background-size: cover;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 22px;
      margin: 0; }

.foot-notes {
  font-family: "Montserrat", Arial, sans serif;
  background: #DFDFCC;
  color: #012E51;
  padding: 0px 20px; }
  .foot-notes p {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    padding: 3px 0 0px 32px;
    margin: 0;
    line-height: 28px;
    font-size: 14px; }
    .foot-notes p:before {
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      background: url("../svg/btn-email.svg") no-repeat 0px 0px; }
  @media (max-width: 991.98px) {
    .foot-notes {
      padding: 10px; }
      .foot-notes p {
        padding: 0px 0 0px 32px;
        line-height: 20px; } }

.games-section .game-carousel {
  margin-bottom: 4rem;
  display: flex;
  flex-flow: row nowrap; }
  @media (max-width: 991.98px) {
    .games-section .game-carousel {
      overflow: scroll hidden;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; } }

.games-section .card {
  background: #F7F7F4 !important;
  margin-right: 30px;
  flex: 1; }
  .games-section .card .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 500;
    font-size: 1.21rem;
    line-height: 25px;
    padding: 0 .75rem .75rem; }
    .games-section .card .card-title a {
      color: #191E21; }
    @media (min-width: 768px) {
      .games-section .card .card-title {
        font-size: 16px;
        line-height: 21px; } }
  .games-section .card .card-body {
    min-height: 66px; }
  @media (max-width: 991.98px) {
    .games-section .card {
      scroll-snap-align: center;
      flex: 0 0 calc(28%); } }
  @media (max-width: 767.98px) {
    .games-section .card {
      scroll-snap-align: center;
      flex: 0 0 calc(62.5%); } }
  .games-section .card:last-child {
    margin-right: 0; }

.games-section .games-menu {
  font-family: "Montserrat", Arial, sans serif;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 14px; }
  .games-section .games-menu .crossword {
    background: #F8A722;
    padding: 8px 0;
    border-radius: 8px; }
  .games-section .games-menu .spell-it {
    background: #E11B23;
    padding: 8px 0;
    border-radius: 8px; }
  .games-section .games-menu .sudoku {
    background: #2A87C7;
    padding: 8px 0;
    border-radius: 8px; }
  .games-section .games-menu .word-search {
    background: #E05B28;
    padding: 8px 0;
    border-radius: 8px; }
  @media (min-width: 992px) {
    .games-section .games-menu {
      font-weight: 700;
      font-size: 16px; }
      .games-section .games-menu .row {
        margin-right: 0;
        margin-left: 0; }
      .games-section .games-menu .row > div {
        padding-right: 10px;
        padding-left: 10px; } }
  .games-section .games-menu a {
    color: #FFFFFF; }
    .games-section .games-menu a:after {
      content: "";
      background: url("../svg/arrow-small-2.svg") no-repeat;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 12px;
      top: 14px; }
      @media (min-width: 992px) {
        .games-section .games-menu a:after {
          background: url("../svg/arrow-small.svg") no-repeat;
          width: 24px;
          height: 24px;
          right: 20px;
          top: 10px; } }
  @media (max-width: 767.98px) {
    .games-section .games-menu .sub-titles {
      margin-bottom: 10px; }
    .games-section .games-menu .row > div:nth-of-type(2n) {
      padding-left: 3px; }
    .games-section .games-menu .row > div:nth-of-type(2n+1) {
      padding-right: 3px; }
      .games-section .games-menu .row > div:nth-of-type(2n+1) a:after {
        right: 0; } }

.football-wrapper-outer {
  width: 140px;
  height: 9em;
  margin: 0 20px 4px 0;
  bottom: 100px;
  -webkit-perspective: 400px;
          perspective: 400px;
  position: fixed;
  right: 0;
  z-index: 9999; }
  @media (min-width: 600px) {
    .football-wrapper-outer {
      margin: 0 4em 4em 0;
      bottom: 20px; } }
  .football-wrapper-outer .football-close {
    text-align: right;
    cursor: pointer; }
    .football-wrapper-outer .football-close:before {
      background: url("../../images/icons/football-close1.png");
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px; }

@keyframes gn-rotation {
  from {
    transform: translateZ(-2.5em) rotateY(0deg);
    -moz-transform: translateZ(-2.5em) rotateY(0deg);
    -webkit-transform: translateZ(-2.5em) rotateY(0deg); }
  to {
    transform: translateZ(-2.5em) rotateY(360deg);
    -moz-transform: translateZ(-2.5em) rotateY(360deg);
    -webkit-transform: translateZ(-2.5em) rotateY(360deg); } }

@keyframes slide {}  .football-wrapper-outer .football-wrapper {
    font-family: "Montserrat", Arial, sans serif;
    width: 100%;
    position: relative; }
    @media (min-width: 600px) {
      .football-wrapper-outer .football-wrapper.not-mobile {
        animation: gn-rotation 22s infinite;
        -webkit-animation: gn-rotation 22s infinite;
        -moz-animation: gn-rotation 22s infinite;
        transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d; } }
    .football-wrapper-outer .football-wrapper .logo-event {
      padding: 10px; }
      .football-wrapper-outer .football-wrapper .logo-event img {
        max-width: 100%; }
    .football-wrapper-outer .football-wrapper .footballlive {
      background-color: #78102d; }
      .football-wrapper-outer .football-wrapper .footballlive .title {
        color: #FFF;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 0 0 15px; }
        .football-wrapper-outer .football-wrapper .footballlive .title span {
          border: 1px solid red;
          padding: 2px;
          margin-left: 6px;
          height: 5px;
          display: inline-block;
          background: red; }
      .football-wrapper-outer .football-wrapper .footballlive .live-item {
        color: #FFF;
        padding: 10px;
        font-size: 15px;
        height: 95px; }
        .football-wrapper-outer .football-wrapper .footballlive .live-item .teams {
          text-align: center;
          font-weight: 500; }
          .football-wrapper-outer .football-wrapper .footballlive .live-item .teams .team-1 {
            border-right: 1px solid #994040; }
        .football-wrapper-outer .football-wrapper .footballlive .live-item p {
          margin: 0; }
        .football-wrapper-outer .football-wrapper .footballlive .live-item .team-footer {
          color: #509AFB;
          font-weight: 600;
          font-size: 11px;
          padding: 0 6px; }
    .football-wrapper-outer .football-wrapper .football-scheduled {
      background-color: #78102d; }
      .football-wrapper-outer .football-wrapper .football-scheduled .title {
        font-size: 15px;
        font-weight: bold;
        padding: 8px 0 0 15px;
        color: #FFFFFF; }
      .football-wrapper-outer .football-wrapper .football-scheduled .scheduled-item {
        padding: 5px 10px;
        font-size: 15px;
        color: #FFF;
        height: 95px;
        font-weight: 500; }
        .football-wrapper-outer .football-wrapper .football-scheduled .scheduled-item .teams {
          text-align: center; }
          .football-wrapper-outer .football-wrapper .football-scheduled .scheduled-item .teams p {
            font-size: 18px;
            font-weight: bold; }
        .football-wrapper-outer .football-wrapper .football-scheduled .scheduled-item .date-start {
          font-size: 11px;
          text-align: center;
          padding-top: 4px; }
        .football-wrapper-outer .football-wrapper .football-scheduled .scheduled-item .team-footer {
          margin-top: 5px;
          color: #191E21;
          font-size: 11px; }
          .football-wrapper-outer .football-wrapper .football-scheduled .scheduled-item .team-footer p {
            font-weight: bold;
            margin: 0; }
    .football-wrapper-outer .football-wrapper .football-completed {
      background-color: #78102d; }
      .football-wrapper-outer .football-wrapper .football-completed .title {
        font-size: 15px;
        font-weight: bold;
        padding: 8px 0 0 15px;
        color: #FFFFFF; }
      .football-wrapper-outer .football-wrapper .football-completed .completed-item {
        padding: 5px 10px;
        font-size: 15px;
        color: #FFF;
        height: 95px;
        font-weight: 500; }
        .football-wrapper-outer .football-wrapper .football-completed .completed-item .teams {
          text-align: center; }
          .football-wrapper-outer .football-wrapper .football-completed .completed-item .teams .team-1 {
            border-right: 1px solid #994040; }
        .football-wrapper-outer .football-wrapper .football-completed .completed-item p {
          margin: 0; }
        .football-wrapper-outer .football-wrapper .football-completed .completed-item .team-footer {
          margin-top: 5px;
          color: #FFF;
          font-size: 11px; }
          .football-wrapper-outer .football-wrapper .football-completed .completed-item .team-footer p {
            font-weight: bold;
            margin: 0; }
    .football-wrapper-outer .football-wrapper .frame-1 {
      position: absolute;
      width: 100%;
      background-color: #78102d;
      transform: rotateY(0deg) translateZ(2.5em);
      -moz-transform: rotateY(0deg) translateZ(2.5em);
      -webkit-transform: rotateY(0deg) translateZ(2.5em); }
    .football-wrapper-outer .football-wrapper .frame-2 {
      position: absolute;
      width: 100%;
      background-color: #78102d;
      transform: rotateY(120deg) translateZ(2.5em);
      -moz-transform: rotateY(120deg) translateZ(2.5em);
      -webkit-transform: rotateY(120deg) translateZ(2.5em); }
    @media (min-width: 600px) {
      .football-wrapper-outer .football-wrapper .football-sponsor {
        position: absolute;
        width: 100%;
        background-color: #fff;
        transform: rotateY(240deg) translateZ(2.5em);
        -moz-transform: rotateY(240deg) translateZ(2.5em);
        -webkit-transform: rotateY(240deg) translateZ(2.5em); } }
    .football-wrapper-outer .football-wrapper .football-sponsor img {
      max-width: 100%; }
    .football-wrapper-outer .football-wrapper .football-sponsor-m img {
      max-width: 100%; }

.football-trending {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 0.88rem;
  line-height: 32px;
  display: flex; }
  @media (min-width: 600px) {
    .football-trending {
      min-width: 380px; } }
  .football-trending a {
    width: 100%;
    display: block; }
  .football-trending .footballlive {
    background-color: #E5F9FB;
    justify-content: space-around;
    width: 100%;
    float: left;
    line-height: 33px;
    border: 3px solid #072F63; }
    .football-trending .footballlive .title {
      background-color: #072F63;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      padding-left: 5px;
      float: left; }
      .football-trending .footballlive .title font {
        color: #509AFB; }
      .football-trending .footballlive .title span {
        background-color: #509AFB;
        font-weight: bold;
        font-size: 10px;
        padding: 10px 6px;
        margin: 5px;
        margin-left: 8px;
        text-transform: uppercase; }
    .football-trending .footballlive .live-item {
      padding: 0 10px;
      font-weight: normal;
      font-size: 12px;
      color: #191E21;
      display: flex;
      float: left;
      font-weight: 500; }
      @media (min-width: 600px) {
        .football-trending .footballlive .live-item {
          font-size: 14px; } }
      .football-trending .footballlive .live-item span {
        font-weight: bold;
        padding: 0 6px; }
      .football-trending .footballlive .live-item .minutes {
        font-size: 11px;
        color: #509AFB;
        margin-left: 10px; }
        @media (min-width: 600px) {
          .football-trending .footballlive .live-item .minutes {
            margin-left: 10px; } }
    .football-trending .footballlive .tp-nav {
      float: right; }
      .football-trending .footballlive .tp-nav .caret {
        fill: #509AFB;
        width: 25px;
        height: 30px;
        vertical-align: middle; }
  .football-trending .football-scheduled {
    background-color: #E5F9FB;
    justify-content: space-around;
    width: 100%;
    float: left;
    line-height: 33px;
    border: 3px solid #072F63; }
    .football-trending .football-scheduled font {
      color: #509AFB; }
    .football-trending .football-scheduled .title {
      background-color: #072F63;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      padding-left: 5px;
      float: left; }
      .football-trending .football-scheduled .title span {
        background-color: #E2EAF3;
        color: #012E51;
        font-weight: bold;
        font-size: 10px;
        padding: 10px 6px;
        margin: 5px;
        margin-left: 8px;
        text-transform: uppercase; }
    .football-trending .football-scheduled .scheduled-item {
      padding: 0 10px;
      font-weight: 500;
      font-size: 14px;
      color: #191E21;
      display: flex;
      float: left; }
    .football-trending .football-scheduled .tp-nav {
      float: right; }
      .football-trending .football-scheduled .tp-nav .caret {
        fill: #509AFB;
        width: 25px;
        height: 30px;
        vertical-align: middle; }

.football-widget-border {
  border: 10px solid #78102d; }

.football-widget-head span {
  color: white;
  background-color: #CE181E;
  padding: .2rem .75rem;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans serif;
  display: inline-block; }

[data-widget="football-slider"] {
  border: 10px solid #78102d; }
  [data-widget="football-slider"] .entity-widget-main-div {
    border: 0 !important;
    padding: 5px; }
  [data-widget="football-slider"] .entity-soccer-slider-widget {
    background-color: white; }
  [data-widget="football-slider"] .entity-widget-main-div ul.entity_tabs.threeitems li a {
    font-family: "Montserrat", Arial, sans serif;
    padding: 5px 0;
    font-weight: 600;
    background-color: white;
    color: #78102d; }
  [data-widget="football-slider"] .entity-widget-main-div ul.entity_tabs.threeitems li.active a {
    color: white !important;
    background-color: #78102d !important; }

[data-widget="football_competetion_feature"] .entity-widget-main-div {
  border: 0 !important; }

[data-widget="football_competetion_feature"] .entity-soccer-slider-widget {
  background-color: white; }

[data-widget="football_competetion_feature"] #feature-long-matches {
  margin-top: 20px; }

[data-widget="football_competetion_feature"] .entity-widget-main-div .entity_sport_soccer_widget.live-scores ul.entity_tabs li a {
  font-family: "Montserrat", Arial, sans serif;
  padding: 5px 0;
  font-weight: 600;
  background-color: #78102d;
  color: white; }

[data-widget="football_competetion_feature"] .entity-widget-main-div .entity_sport_soccer_widget.live-scores ul.entity_tabs li.active a {
  color: #78102d !important;
  background-color: white !important; }

.subs-widget {
  font-family: "Montserrat", Arial, sans serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.01em;
  font-weight: 600;
  padding-left: .75rem;
  background-color: #00548E;
  margin-left: auto;
  overflow: hidden;
  height: 35px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  visibility: hidden; }
  .subs-widget a {
    height: 100%;
    line-height: 35px;
    color: #EBEBEB;
    position: relative;
    padding-right: 42px;
    display: block; }
  .subs-widget .txt-highlight {
    color: #EBEBEB; }
  .subs-widget .icon {
    position: absolute;
    width: 36px;
    height: 34px;
    right: 0; }

#subs-widget-sm {
  display: none; }
  #subs-widget-sm.visible {
    display: block; }

/* Susbscription payment confirmation */
.subs-payment {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.gratuity-calculator-outer {
  font-family: "Montserrat", Arial, sans serif;
  border: 8px solid #EFF2F3;
  padding: 20px; }
  .gratuity-calculator-outer .title-row {
    border-bottom: 1px solid #D8DEE1;
    margin-bottom: 20px;
    text-align: center; }
    .gratuity-calculator-outer .title-row .title {
      font-weight: 800;
      font-size: 24px;
      color: #191E21;
      padding-bottom: 10px; }
      @media (min-width: 600px) {
        .gratuity-calculator-outer .title-row .title {
          text-align: left; } }
    @media (min-width: 600px) {
      .gratuity-calculator-outer .title-row .sponsor {
        text-align: right; } }
    .gratuity-calculator-outer .title-row .sponsor img {
      max-width: 100px; }
    .gratuity-calculator-outer .title-row .sponsor label {
      font-weight: normal;
      font-size: 10px;
      color: #8A9BA4;
      margin: 0; }
  .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form {
    color: #4A5C64;
    font-weight: 500;
    font-size: 14px; }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form label {
      width: 100%; }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .row {
      margin-bottom: 1rem; }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .txtbox {
      width: 100%;
      border: 2px solid #D8DEE1;
      box-sizing: border-box;
      background: #FFFFFF;
      color: #8A9BA4;
      font-weight: 500;
      padding: 6px;
      outline: none;
      height: 35px; }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .btn-primary {
      margin-right: 10px;
      width: 48%;
      font-weight: 600; }
      @media (min-width: 600px) {
        .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .btn-primary {
          width: 120px; } }
      .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .btn-primary:focus {
        box-shadow: none; }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .btn-outline-primary {
      width: 48%;
      font-weight: 600; }
      @media (min-width: 600px) {
        .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .btn-outline-primary {
          width: 120px; } }
      .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .btn-outline-primary:focus {
        box-shadow: none; }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .time-str {
      font-weight: 600;
      font-size: 11px;
      line-height: 18px;
      color: #0288D1; }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .select-options {
      display: flex;
      list-style: none;
      padding: 0; }
      .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .select-options li {
        margin: 10px 0;
        background: #E6F3FA;
        border-radius: 0px 4px 4px 0px;
        padding: 9px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #0288D1;
        width: 150px;
        text-align: center;
        cursor: pointer; }
        .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .select-options li.selected {
          background: #0288D1;
          color: #FFFFFF; }
        .gratuity-calculator-outer .gratuity-calculator-wrapper .gratuity-form .select-options li:first-child {
          border-radius: 4px 0 0 4px; }
  .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount {
    font-weight: 800;
    font-size: 36px;
    color: #191E21;
    text-align: right; }
    @media (max-width: 991.98px) {
      .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount {
        text-align: center; } }
    .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul {
      display: flex;
      list-style: none;
      padding-left: 0; }
      @media (max-width: 991.98px) {
        .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul {
          flex-direction: column; } }
      .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul li span {
        font-weight: 500;
        font-size: 14px;
        color: #4A5C64; }
        @media (min-width: 600px) {
          .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul li span {
            vertical-align: middle; } }
        @media (max-width: 991.98px) {
          .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul li span {
            display: block; } }
      @media (min-width: 600px) {
        .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul li.sponsor {
          text-align: left;
          width: 30%; } }
      .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul li img {
        max-width: 100px; }
      @media (min-width: 600px) {
        .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul li {
          width: 70%; } }
      @media (max-width: 991.98px) {
        .gratuity-calculator-outer .gratuity-calculator-wrapper .tot_amount ul li.sponsor {
          order: 1;
          border-top: 1px solid #D8DEE1; } }

.promotion-wrapper-outer {
  width: 140px;
  height: 9em;
  margin: 0 1px 4px 0;
  bottom: 100px;
  -webkit-perspective: 400px;
          perspective: 400px;
  position: fixed;
  right: 0;
  z-index: 9999; }
  @media (min-width: 600px) {
    .promotion-wrapper-outer {
      margin: 0 4em 4em 0;
      bottom: 20px; } }
  .promotion-wrapper-outer .promotion-close {
    text-align: right;
    cursor: pointer; }
    .promotion-wrapper-outer .promotion-close:before {
      background: url("../../images/icons/close.png");
      content: "";
      display: inline-block;
      width: 20px;
      height: 19px; }

@keyframes gn-rotation {
  from {
    transform: translateZ(-2.5em) rotateY(0deg);
    -moz-transform: translateZ(-2.5em) rotateY(0deg);
    -webkit-transform: translateZ(-2.5em) rotateY(0deg); }
  to {
    transform: translateZ(-2.5em) rotateY(360deg);
    -moz-transform: translateZ(-2.5em) rotateY(360deg);
    -webkit-transform: translateZ(-2.5em) rotateY(360deg); } }
  .promotion-wrapper-outer .promotion-wrapper {
    width: 100%;
    position: relative; }
    @media (min-width: 600px) {
      .promotion-wrapper-outer .promotion-wrapper.not-mobile {
        animation: gn-rotation 40s infinite;
        -webkit-animation: gn-rotation 40s infinite;
        -moz-animation: gn-rotation 40s infinite;
        transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d; } }
    .promotion-wrapper-outer .promotion-wrapper img {
      max-width: 100%; }
    .promotion-wrapper-outer .promotion-wrapper .frame-0 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(0deg) translateZ(2.5em);
      -moz-transform: rotateY(0deg) translateZ(2.5em);
      -webkit-transform: rotateY(0deg) translateZ(2.5em); }
    .promotion-wrapper-outer .promotion-wrapper .frame-1 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(120deg) translateZ(2.5em);
      -moz-transform: rotateY(120deg) translateZ(2.5em);
      -webkit-transform: rotateY(120deg) translateZ(2.5em); }
    .promotion-wrapper-outer .promotion-wrapper .frame-2 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(240deg) translateZ(2.5em);
      -moz-transform: rotateY(240deg) translateZ(2.5em);
      -webkit-transform: rotateY(240deg) translateZ(2.5em); }

.ramadan-floating-wrapper {
  width: 125px;
  height: 8em;
  margin: 0 1px 4px 0;
  bottom: 100px;
  -webkit-perspective: 400px;
          perspective: 400px;
  position: fixed;
  right: 0;
  z-index: 9999; }
  @media (min-width: 600px) {
    .ramadan-floating-wrapper {
      margin: 0 4em 4em 0;
      bottom: 20px; } }
  .ramadan-floating-wrapper .ramadan-close {
    text-align: right;
    cursor: pointer; }
    .ramadan-floating-wrapper .ramadan-close:before {
      background: url("../../images/icons/close.png");
      content: "";
      display: inline-block;
      width: 20px;
      height: 19px; }

@keyframes gn-rotation {
  from {
    transform: translateZ(-2.2em) rotateY(0deg);
    -moz-transform: translateZ(-2.2em) rotateY(0deg);
    -webkit-transform: translateZ(-2.2em) rotateY(0deg); }
  to {
    transform: translateZ(-2.2em) rotateY(360deg);
    -moz-transform: translateZ(-2.2em) rotateY(360deg);
    -webkit-transform: translateZ(-2.2em) rotateY(360deg); } }
  .ramadan-floating-wrapper .ramadan-wrapper {
    width: 100%;
    position: relative; }
    @media (min-width: 600px) {
      .ramadan-floating-wrapper .ramadan-wrapper.not-mobile {
        animation: gn-rotation 40s infinite;
        -webkit-animation: gn-rotation 40s infinite;
        -moz-animation: gn-rotation 40s infinite;
        transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d; } }
    .ramadan-floating-wrapper .ramadan-wrapper img {
      max-width: 100%; }
    .ramadan-floating-wrapper .ramadan-wrapper .r-imsak {
      background: linear-gradient(218.94deg, #B69211 9.6%, #724501 87.11%), #012D4C;
      min-height: 112px; }
      .ramadan-floating-wrapper .ramadan-wrapper .r-imsak .title {
        background: url("../../images/icons/icon_imsak.svg");
        width: 32px;
        height: 32px;
        right: 0;
        position: absolute; }
      .ramadan-floating-wrapper .ramadan-wrapper .r-imsak .r-item {
        padding: 10px;
        font-size: 14px;
        min-height: 95px;
        color: #FFFFFF;
        font-family: "Montserrat", Arial, sans serif; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-imsak .r-item p {
          margin: 0; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-imsak .r-item .name {
          font-family: "GlosaHeadline-Black", Georgia, serif;
          font-size: 28px;
          line-height: 28px; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-imsak .r-item .date {
          font-weight: 600;
          font-size: 10px;
          line-height: 18px; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-imsak .r-item .time {
          font-weight: 500;
          font-size: 32px;
          color: #EAD76C;
          line-height: 32px; }
          .ramadan-floating-wrapper .ramadan-wrapper .r-imsak .r-item .time span {
            font-size: 12px;
            position: absolute;
            bottom: 18px;
            padding-left: 5px; }
    .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib {
      background: linear-gradient(218.94deg, #1B0379 9.6%, #19014C 87.11%);
      min-height: 112px; }
      .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib .title {
        background: url("../../images/icons/icon_isha.svg");
        width: 32px;
        height: 32px;
        right: 0;
        position: absolute; }
      .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib .r-item {
        padding: 10px;
        font-size: 14px;
        min-height: 95px;
        color: #FFFFFF;
        font-family: "Montserrat", Arial, sans serif; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib .r-item p {
          margin: 0; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib .r-item .name {
          font-family: "GlosaHeadline-Black", Georgia, serif;
          font-size: 28px;
          line-height: 28px; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib .r-item .date {
          font-weight: 600;
          font-size: 10px;
          line-height: 18px; }
        .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib .r-item .time {
          font-weight: 500;
          font-size: 32px;
          color: #EAD76C;
          line-height: 32px; }
          .ramadan-floating-wrapper .ramadan-wrapper .r-maghrib .r-item .time span {
            font-size: 12px;
            padding-left: 5px; }
    .ramadan-floating-wrapper .ramadan-wrapper .frame-0 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(0deg) translateZ(2.2em);
      -moz-transform: rotateY(0deg) translateZ(2.2em);
      -webkit-transform: rotateY(0deg) translateZ(2.2em); }
    .ramadan-floating-wrapper .ramadan-wrapper .frame-1 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(120deg) translateZ(2.2em);
      -moz-transform: rotateY(120deg) translateZ(2.2em);
      -webkit-transform: rotateY(120deg) translateZ(2.2em); }
    .ramadan-floating-wrapper .ramadan-wrapper .frame-2 {
      position: absolute;
      width: 100%;
      background-color: #fff;
      transform: rotateY(240deg) translateZ(2.2em);
      -moz-transform: rotateY(240deg) translateZ(2.2em);
      -webkit-transform: rotateY(240deg) translateZ(2.2em); }

.sc-campaign-wrapper {
  background: linear-gradient(180deg, #FFEBCD 0%, rgba(255, 235, 205, 0) 100%); }
  .sc-campaign-wrapper .img-block {
    width: 348px;
    margin-top: 234px;
    margin-left: 40%; }
  .sc-campaign-wrapper .info {
    background-color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 500; }
    .sc-campaign-wrapper .info a {
      text-decoration: underline; }

.sc-campaign-content {
  font-family: "Montserrat", Arial, sans serif; }
  .sc-campaign-content .logo-container {
    margin-top: 34px;
    margin-bottom: 30px; }
    .sc-campaign-content .logo-container img {
      width: 220px; }
    @media (min-width: 600px) {
      .sc-campaign-content .logo-container {
        margin-top: 40px; } }
  .sc-campaign-content ul {
    display: none; }
    @media (min-width: 600px) {
      .sc-campaign-content ul {
        display: flex; } }
  .sc-campaign-content li {
    font-size: 14px;
    line-height: 18px;
    padding-left: 0; }
    .sc-campaign-content li:before {
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      content: "";
      background-color: #E56400;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.93902 5.21994L0.882891 3.1472L0 4.03723L2.93902 7L9 0.890028L8.11711 0L2.93902 5.21994Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .sc-campaign-content li t {
      display: block;
      margin-left: 32px;
      margin-top: -20px; }
  .sc-campaign-content .special-offer {
    color: #E56400;
    line-height: 18px;
    font-weight: 600;
    font-size: 14px; }
  .sc-campaign-content .plan {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px; }
    .sc-campaign-content .plan t {
      font-weight: 600; }
  .sc-campaign-content .text-sm {
    font-size: 13px;
    margin-bottom: 16px; }
    .sc-campaign-content .text-sm a {
      text-decoration: underline; }
  .sc-campaign-content .text-xs {
    font-size: 11px;
    color: #637A86; }
  .sc-campaign-content .product-detail-sm {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 60px; }
    @media (min-width: 600px) {
      .sc-campaign-content .product-detail-sm {
        display: none; } }
  .sc-campaign-content .section-prod-details {
    text-align: center;
    position: relative;
    margin-top: 40px; }
    @media (min-width: 600px) {
      .sc-campaign-content .section-prod-details {
        text-align: left; } }
    .sc-campaign-content .section-prod-details .md-only {
      display: none; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .sc-campaign-content .section-prod-details .md-only {
          display: block;
          position: absolute;
          right: -80px;
          left: 62%;
          top: 0; }
          .sc-campaign-content .section-prod-details .md-only img {
            max-width: 100%; } }

.sc-campaign-header {
  font-size: 23px;
  line-height: 28px;
  font-weight: 900; }
  @media (min-width: 600px) {
    .sc-campaign-header {
      font-size: 36px;
      line-height: 40px; } }
  .sc-campaign-header__byline {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px; }
    @media (min-width: 600px) {
      .sc-campaign-header__byline {
        font-size: 18px; } }

.sc-campaign-btn {
  bottom: 1rem;
  background-color: #E56400;
  color: white;
  font-family: "Montserrat", Arial, sans serif;
  font-weight: 500;
  line-height: 1.25rem;
  border: none;
  border-radius: 6px;
  padding: .5rem 1rem;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%; }
  .sc-campaign-btn:hover {
    color: white;
    background-color: #e0721e; }
  @media (min-width: 600px) {
    .sc-campaign-btn {
      width: 350px; } }

.top-story-full .img-wrapper .card-img {
  border-top: 0; }

.top-story-full .img-wrapper + .card-body {
  padding: 0.75rem; }

.top-story-full .card-featured {
  margin-bottom: 0; }
  .top-story-full .card-featured .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 700;
    font-size: 21px; }
    .top-story-full .card-featured .card-title a {
      color: #FFFFFF; }
  .top-story-full .card-featured .tag-container {
    margin-bottom: 0; }
    .top-story-full .card-featured .tag-container .tag {
      color: #FFFFFF;
      font-size: 14px; }

@media (min-width: 768px) {
  .top-story-full .card-featured .card-title {
    font-size: 32px; } }

@media (max-width: 991.98px) {
  .top-story-full {
    margin-right: -15px;
    margin-left: -15px; } }

.top-story-full .card-title a {
  color: #191E21; }

.top-story-full .cards-expanded-module {
  background: #F7F7F4;
  padding: 20px 0 20px;
  border-bottom: 0; }
  .top-story-full .cards-expanded-module .card {
    background-color: transparent; }
    .top-story-full .cards-expanded-module .card .card-title {
      font-size: 1.125rem; }
    .top-story-full .cards-expanded-module .card .lead {
      color: #4A5C64;
      font-weight: 500; }
  @media (max-width: 991.98px) {
    .top-story-full .cards-expanded-module.not-splitted .media .img-wrapper {
      width: 35%; }
    .top-story-full .cards-expanded-module.not-splitted hr {
      border-color: #E7D2C2; } }
  .top-story-full .cards-expanded-module.splitted .card-title {
    font-size: 25px;
    font-family: "GlosaHeadline-Black", Georgia, serif; }
  .top-story-full .cards-expanded-module.splitted .media .img-wrapper {
    width: 35%; }
  @media (min-width: 768px) {
    .top-story-full .cards-expanded-module.splitted .card-title {
      font-size: 30px; }
    .top-story-full .cards-expanded-module.splitted .media .img-wrapper {
      width: 38%; } }
  @media (max-width: 991.98px) {
    .top-story-full .cards-expanded-module.splitted .sm-wrapper .media .img-wrapper {
      order: -1;
      margin-right: 0.5rem; } }
  .top-story-full .cards-expanded-module.splitted .icon-arrow {
    margin-left: 15px;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .top-story-full .cards-expanded-module.splitted .icon-arrow {
        padding-bottom: 1rem !important; } }
    .top-story-full .cards-expanded-module.splitted .icon-arrow .card-title::before {
      content: "";
      background: url("../svg/icon-right.svg") no-repeat;
      width: 8px;
      height: 14px;
      display: inline-flex;
      margin-left: -15px;
      padding-right: 12px; }
  .top-story-full .cards-expanded-module.splitted .card-small .card-title {
    font-family: "Montserrat", Arial, sans serif;
    font-weight: 500;
    font-size: 14px; }
  @media (min-width: 768px) {
    .top-story-full .cards-expanded-module.splitted .card-small {
      font-size: 16px; } }
  .top-story-full .cards-expanded-module.splitted .card-small .media .img-wrapper {
    display: block;
    width: 25%; }
  @media (max-width: 991.98px) {
    .top-story-full .cards-expanded-module.splitted .card-small .media .img-wrapper {
      width: 21%; } }
  .top-story-full .cards-expanded-module.splitted .icon-gray {
    fill: #BFCEDA;
    float: left;
    background-color: transparent; }

.top-story-full.live .card-featured .tag-container {
  margin-bottom: .25rem; }
  .top-story-full.live .card-featured .tag-container.live:before {
    background: url("../svg/live.svg") no-repeat;
    height: 12px;
    width: 12px; }

.top-story-full.section .cards-expanded-module {
  background: #F7F7F4;
  padding: 20px 0 0; }
  .top-story-full.section .cards-expanded-module .media-body {
    margin: 8px 0px 8px -10px;
    z-index: 1; }
  .top-story-full.section .cards-expanded-module .card-body {
    background: #FFFFFF;
    padding: 5px 10px;
    min-height: 83px; }
    .top-story-full.section .cards-expanded-module .card-body .card-title {
      font-family: "Montserrat", Arial, sans serif;
      font-size: 15px;
      color: #191E21; }
    .top-story-full.section .cards-expanded-module .card-body .tag-container {
      margin: 0;
      line-height: 19px; }
  @media (min-width: 768px) {
    .top-story-full.section .cards-expanded-module .card-body {
      min-height: 112px;
      padding: 10px 10px 6px 10px; } }
  .top-story-full.section .cards-expanded-module .media .img-wrapper {
    margin-right: 0 !important;
    width: 132px; }
  @media (min-width: 768px) {
    .top-story-full.section .cards-expanded-module .media .img-wrapper {
      width: 50%; } }
  @media (min-width: 768px) {
    .top-story-full.section .cards-expanded-module .row {
      padding-bottom: 20px; } }

@media (max-width: 991.98px) {
  .top-story-full.section .top-separator {
    border-top: 2px solid #000000;
    margin: 15px; } }

.agnc3 .content-wrapper {
  background: #FEFAEF;
  margin-bottom: -1.5rem;
  padding-bottom: 2rem; }
  .agnc3 .content-wrapper .card {
    background-color: transparent; }
    .agnc3 .content-wrapper .card .card-body {
      display: flex;
      flex-wrap: wrap; }
      .agnc3 .content-wrapper .card .card-body .tag-container {
        order: 1; }
    .agnc3 .content-wrapper .card.reach {
      -webkit-filter: drop-shadow(0px -2px 0px #E56400);
              filter: drop-shadow(0px -2px 0px #E56400); }
      .agnc3 .content-wrapper .card.reach .card-body {
        position: absolute;
        bottom: 0;
        padding-left: 10px;
        padding-bottom: 6px;
        background: linear-gradient(0deg, #000F1B 74.56%, rgba(0, 15, 27, 0) 100%);
        opacity: 0.7; }
        .agnc3 .content-wrapper .card.reach .card-body .card-title a {
          color: #ffffff; }
        .agnc3 .content-wrapper .card.reach .card-body .sponsor-name {
          color: #D8DEE1; }
          .agnc3 .content-wrapper .card.reach .card-body .sponsor-name a {
            font-weight: 500;
            font-size: 12px;
            color: #D8DEE1; }
        .agnc3 .content-wrapper .card.reach .card-body .tag-container .tag {
          color: #D8DEE1; }
  .agnc3 .content-wrapper .list-card-boxed {
    background: #001E36;
    padding: 20px; }
    .agnc3 .content-wrapper .list-card-boxed .card {
      background: #FFFFFF;
      padding: 15px;
      border-radius: 0;
      min-height: 320px; }
      .agnc3 .content-wrapper .list-card-boxed .card .tag-container {
        bottom: 0;
        position: absolute; }
    @media (max-width: 991.98px) {
      .agnc3 .content-wrapper .list-card-boxed.section-list .row {
        margin-right: -5px;
        margin-left: -5px; }
        .agnc3 .content-wrapper .list-card-boxed.section-list .row .col-6 {
          padding-right: 5px;
          padding-left: 5px; } }
    .agnc3 .content-wrapper .list-card-boxed.section-list .card {
      padding: 10px; }
      @media (min-width: 768px) {
        .agnc3 .content-wrapper .list-card-boxed.section-list .card {
          padding: 15px; } }
    .agnc3 .content-wrapper .list-card-boxed .section-header {
      border-top: 1px solid #013D6C;
      border-bottom: 1px solid #013D6C !important;
      margin-top: 0; }
      .agnc3 .content-wrapper .list-card-boxed .section-header .icon-gray {
        fill: #FFF;
        background-color: #013D6C; }
      .agnc3 .content-wrapper .list-card-boxed .section-header a {
        color: #ffffff; }
    .agnc3 .content-wrapper .list-card-boxed .podcasts.icon svg {
      padding: 0; }
  .agnc3 .content-wrapper .intro-section {
    padding-top: 30px; }
    .agnc3 .content-wrapper .intro-section .intro-text {
      padding-top: 20px; }
      @media (min-width: 768px) {
        .agnc3 .content-wrapper .intro-section .intro-text {
          padding-top: 50px; } }
      .agnc3 .content-wrapper .intro-section .intro-text h3 {
        font-size: 30px;
        line-height: 36px; }
        @media (min-width: 768px) {
          .agnc3 .content-wrapper .intro-section .intro-text h3 {
            font-size: 43px;
            line-height: 48px; } }
      .agnc3 .content-wrapper .intro-section .intro-text p {
        font-family: "Montserrat", Arial, sans serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px; }
        @media (min-width: 768px) {
          .agnc3 .content-wrapper .intro-section .intro-text p {
            font-weight: 400;
            font-size: 18px;
            line-height: 24px; } }
      .agnc3 .content-wrapper .intro-section .intro-text .subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .agnc3 .content-wrapper .intro-section .intro-img {
        order: -1; } }
    .agnc3 .content-wrapper .intro-section img {
      max-width: 100%; }

.agnc3 .footer-ad-wrapper {
  background: #FEFAEF; }

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

.unbutton {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  text-shadow: none;
  outline: 0;
  border: 0; }

/* general style */
.gn-boilerplate {
  width: 100%;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: rgba(50, 50, 50, 0.8);
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background: linear-gradient(50.99deg, #001E36 39.63%, #416E91 74.17%);
  padding: 8px; }

.gn-boilerplate__header {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 64px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.08);
  z-index: 100; }

.gn-boilerplate__body {
  display: block;
  padding: 62px 72px 56px;
  background-color: #ffffff; }

.gn-boilerplate__body--initial-screen {
  padding: 16px; }

.gn-boilerplate__body--success-screen {
  padding: 44px 24px 42px; }

.gn-boilerplate__body b {
  display: block; }

.gn-boilerplate .gn-boilerplate__text--subheader {
  font-weight: 500;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 18px; }

.gn-boilerplate__pic {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px; }

.gn-boilerplate__accent {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: "GlosaHeadline-Black", Georgia, serif;
  color: #323232; }

.gn-boilerplate--newsletter .gn-boilerplate__accent {
  margin-bottom: 6px; }

.gn-boilerplate__text {
  font-size: 14px;
  line-height: 24px;
  color: #4A5C64; }

.gn-boilerplate--newsletter .gn-boilerplate__text--subheader {
  font-weight: 500;
  font-family: Montserrat;
  font-size: 16px; }

.gn-boilerplate__form {
  display: flex;
  justify-content: space-between;
  max-width: 516px;
  margin: 20px auto 0; }

.gn-boilerplate__input-group {
  position: relative;
  flex-basis: auto;
  width: 100px;
  flex-grow: 1;
  margin-right: 10px; }

input.gn-boilerplate__input {
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  color: #191E21;
  border: 2px solid #D8DEE1;
  border-radius: 0;
  text-overflow: ellipsis; }

.gn-boilerplate__input:hover,
.gn-boilerplate__input:focus {
  outline: 0;
  box-shadow: none; }

.gn-boilerplate__input-group--error .gn-boilerplate__input {
  padding-right: 48px;
  border-color: #f23d3d; }

.gn-boilerplate__input::-webkit-input-placeholder {
  font-family: inherit;
  color: rgba(54, 54, 54, 0.4); }

.gn-boilerplate__input::-moz-placeholder {
  font-family: inherit;
  color: rgba(54, 54, 54, 0.4); }

.gn-boilerplate__input:-ms-input-placeholder {
  font-family: inherit;
  color: rgba(54, 54, 54, 0.4); }

.gn-boilerplate__error-indicator {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='rgb(242,61,61)'/%3E%3Cpath d='M8.5 5h-1v4h1V5zm0 5h-1v1h1v-1z' clip-rule='evenodd' fill='rgb(242,61,61)' fill-rule='evenodd'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.gn-boilerplate__input-group--error .gn-boilerplate__error-indicator {
  display: block; }

.gn-boilerplate__error-message {
  position: absolute;
  bottom: calc(100% + 10px);
  right: -10px;
  display: none;
  min-width: 240px;
  padding: 12px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
  background-color: #ed2939;
  box-shadow: 0 15px 40px rgba(54, 54, 54, 0.2); }

.gn-boilerplate__error-message::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 14px;
  width: 8px;
  height: 8px;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.gn-boilerplate__error-indicator:hover .gn-boilerplate__error-message {
  display: block; }

.gn-boilerplate__button {
  min-width: 110px;
  padding: 8px 18px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.014em;
  color: #ffffff;
  background-color: #e56400;
  cursor: pointer; }

.col-right .gn-boilerplate__button {
  min-width: 125px;
  padding: 8px 12px; }

.col-right .gn-boilerplate__accent {
  font-size: 1.2rem;
  line-height: 1.5rem; }

.gn-boilerplate--newsletter .gn-boilerplate__button {
  min-width: 144px; }

.gn-boilerplate__button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 9px;
  margin-left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0l-.7.7L10.1 4H0v1h10.1L6.8 8.3l.7.7 4.3-4.3.2-.2-.2-.2L7.5 0z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s linear;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); }

.gn-boilerplate__button:hover::after,
.gn-boilerplate__button:focus::after {
  width: 12px;
  margin-left: 13px;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.gn-boilerplate--subscription .gn-boilerplate__button {
  margin: 45px 0 31px; }

@media (max-width: 564px) {
  .gn-boilerplate {
    width: 100%; } }

@media (max-width: 400px) {
  .gn-boilerplate--newsletter .gn-boilerplate__accent {
    text-align: left; }
  .gn-boilerplate--newsletter .gn-boilerplate__text--subheader {
    text-align: left; }
  .gn-boilerplate__button {
    padding: 4px 18px; }
  input.gn-boilerplate__input {
    height: 32px; } }

@media (min-width: 600px) {
  .gn-boilerplate__accent {
    font-size: 25px;
    line-height: 32px; }
  .gn-boilerplate__button {
    min-width: 200px; } }

.gn-boilerplate__account {
  margin-left: auto; }

