@font-face {
  font-family: GlosaDisaplyBlack;
  src: url(GlosaDisplay-Black.woff) format("woff"), url(GlosaDisplay-Black.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: GlosaHeadline-Black;
  src: url(GlosaHeadline-Black.woff) format("woff"), url(GlosaHeadline-Black.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: GlosaTextRoman;
  src: url(GlosaText-Roman.woff2) format("woff2"), url(GlosaText-Roman.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: GlosaTextRomanItalic;
  src: url(GlosaText-Roman-Italic.woff2) format("woff2"), url(GlosaText-Roman-Italic.woff2) format("woff");
  font-display: swap
}

@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");
  font-display: swap
}

:root {
  --blue: #0288d1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --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
}

*,
:after,
:before {
  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
}

p.photo-captioned__information span {
  font-family: Montserrat, Arial, sans serif;
  font-size: .88rem;
  font-weight: 600;
  line-height: 16px;
  color: #111;
  padding: .3rem 0;
  text-align: left;
  display: block;
}

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: #111;
  text-align: left;
  background-color: #fff
}

[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: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  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: #111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #000;
  text-decoration: none
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
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: .75rem;
  padding-bottom: .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
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -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: .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
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .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,
.img-thumbnail {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .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: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .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,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-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 td,
.table th {
  padding: .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: #fff
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  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>td,
.table-orange>th {
  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>td,
.table-secondary>th {
  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>td,
.table-success>th {
  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>td,
.table-info>th {
  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>td,
.table-warning>th {
  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>td,
.table-danger>th {
  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>td,
.table-light>th {
  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>td,
.table-dark>th {
  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>td,
.table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td,
.table-dark th,
.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: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, .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
}

.ais-RangeInput-form input,
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ais-RangeInput-form input::-ms-expand,
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.ais-RangeInput-form input:focus,
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #55c2fd;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(2, 136, 209, .25)
}

.ais-RangeInput-form input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.ais-RangeInput-form input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.ais-RangeInput-form input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.ais-RangeInput-form input::placeholder,
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.ais-RangeInput-form input:disabled,
.ais-RangeInput-form input[readonly],
.form-control:disabled,
.form-control[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: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .88rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.ais-RangeInput-form .input-group-lg>input.form-control-plaintext,
.ais-RangeInput-form .input-group-sm>input.form-control-plaintext,
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.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.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.ais-RangeInput-submit,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.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.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.ais-RangeInput-submit,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0
}

.ais-RangeInput-form .input-group-sm>input,
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.ais-RangeInput-submit,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.ais-RangeInput-submit,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .88rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-sm>.input-group-append>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.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.ais-RangeInput-submit:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.82rem + 2px)
}

.ais-RangeInput-form .input-group-lg>input,
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.ais-RangeInput-submit,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.ais-RangeInput-submit,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-lg>.input-group-append>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.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.ais-RangeInput-submit:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .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: .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: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .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, .8);
  border-radius: .2rem
}

.ais-RangeInput-form .was-validated input:valid,
.ais-RangeInput-form input.is-valid,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .ais-RangeInput-form input:valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745
}

.ais-RangeInput-form .was-validated input:valid:focus,
.ais-RangeInput-form input.is-valid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .ais-RangeInput-form input:valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.ais-RangeInput-form .was-validated input:valid~.valid-feedback,
.ais-RangeInput-form .was-validated input:valid~.valid-tooltip,
.ais-RangeInput-form input.is-valid~.valid-feedback,
.ais-RangeInput-form input.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .ais-RangeInput-form input:valid~.valid-feedback,
.was-validated .ais-RangeInput-form input:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .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, .8);
  border-radius: .2rem
}

.ais-RangeInput-form .was-validated input:invalid,
.ais-RangeInput-form input.is-invalid,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .ais-RangeInput-form input:invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545
}

.ais-RangeInput-form .was-validated input:invalid:focus,
.ais-RangeInput-form input.is-invalid:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .ais-RangeInput-form input:invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.ais-RangeInput-form .was-validated input:invalid~.invalid-feedback,
.ais-RangeInput-form .was-validated input:invalid~.invalid-tooltip,
.ais-RangeInput-form input.is-invalid~.invalid-feedback,
.ais-RangeInput-form input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .ais-RangeInput-form input:invalid~.invalid-feedback,
.was-validated .ais-RangeInput-form input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
  border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .ais-RangeInput-form .form-inline input,
  .form-inline .ais-RangeInput-form input,
  .form-inline .form-control {
    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: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.ais-RangeInput-submit,
.btn {
  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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ais-RangeInput-submit:focus,
.ais-RangeInput-submit:hover,
.btn:focus,
.btn:hover {
  text-decoration: none
}

.ais-RangeInput-submit:focus,
.btn.focus,
.btn:focus,
.focus.ais-RangeInput-submit {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(2, 136, 209, .25)
}

.ais-RangeInput-submit:disabled,
.btn.disabled,
.btn:disabled,
.disabled.ais-RangeInput-submit {
  opacity: .65
}

.ais-RangeInput-submit:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.ais-RangeInput-submit:not(:disabled):not(.disabled).active,
.ais-RangeInput-submit:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none
}

a.btn.disabled,
a.disabled.ais-RangeInput-submit,
fieldset:disabled a.ais-RangeInput-submit,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #0288d1;
  border-color: #0288d1
}

.btn-primary:hover {
  color: #fff;
  background-color: #026fab;
  border-color: #02679e
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(2, 136, 209, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  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: #fff;
  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 .2rem rgba(2, 136, 209, .5)
}

.ais-RangeInput-submit,
.btn-orange {
  color: #fff;
  background-color: #e56400;
  border-color: #e56400
}

.ais-RangeInput-submit:hover,
.btn-orange:hover {
  color: #fff;
  background-color: #bf5300;
  border-color: #b24e00
}

.ais-RangeInput-submit:focus,
.btn-orange.focus,
.btn-orange:focus,
.focus.ais-RangeInput-submit {
  box-shadow: 0 0 0 .2rem rgba(229, 100, 0, .5)
}

.ais-RangeInput-submit:disabled,
.btn-orange.disabled,
.btn-orange:disabled,
.disabled.ais-RangeInput-submit {
  color: #fff;
  background-color: #e56400;
  border-color: #e56400
}

.ais-RangeInput-submit:not(:disabled):not(.disabled).active,
.ais-RangeInput-submit:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show>.btn-orange.dropdown-toggle,
.show>.dropdown-toggle.ais-RangeInput-submit {
  color: #fff;
  background-color: #b24e00;
  border-color: #a54800
}

.ais-RangeInput-submit:not(:disabled):not(.disabled).active:focus,
.ais-RangeInput-submit:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-orange.dropdown-toggle:focus,
.show>.dropdown-toggle.ais-RangeInput-submit:focus {
  box-shadow: 0 0 0 .2rem rgba(229, 100, 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 .2rem rgba(229, 238, 245, .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 .2rem rgba(229, 238, 245, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  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: #fff;
  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 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  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: #fff;
  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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  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: #fff;
  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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  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: #fff;
  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 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
  color: #0288d1;
  background-color: transparent;
  background-image: none;
  border-color: #0288d1
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0288d1;
  border-color: #0288d1
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(2, 136, 209, .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: #fff;
  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 .2rem rgba(2, 136, 209, .5)
}

.btn-outline-orange {
  color: #e56400;
  background-color: transparent;
  background-image: none;
  border-color: #e56400
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #e56400;
  border-color: #e56400
}

.btn-outline-orange.focus,
.btn-outline-orange:focus {
  box-shadow: 0 0 0 .2rem rgba(229, 100, 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: #fff;
  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 .2rem rgba(229, 100, 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 .2rem rgba(229, 238, 245, .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 .2rem rgba(229, 238, 245, .5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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: #fff;
  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 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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: #fff;
  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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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: #fff;
  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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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: #fff;
  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 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #111;
  background-color: transparent
}

.btn-link:hover {
  color: #000;
  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-group-lg>.ais-RangeInput-submit,
.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.ais-RangeInput-submit,
.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .88rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  transition: opacity .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 {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

.collapsing,
.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle:after {
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  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: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .88rem;
  color: #6c757d;
  white-space: nowrap
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.ais-RangeInput-submit,
.btn-group-vertical>.btn,
.btn-group>.ais-RangeInput-submit,
.btn-group>.btn {
  position: relative;
  flex: 0 1 auto
}

.btn-group-vertical>.ais-RangeInput-submit:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.ais-RangeInput-submit:hover,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-group-vertical>.active.ais-RangeInput-submit,
.btn-group-vertical>.ais-RangeInput-submit:active,
.btn-group-vertical>.ais-RangeInput-submit:focus,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.active.ais-RangeInput-submit,
.btn-group>.ais-RangeInput-submit:active,
.btn-group>.ais-RangeInput-submit:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 1
}

.btn-group-vertical .ais-RangeInput-submit+.ais-RangeInput-submit,
.btn-group-vertical .ais-RangeInput-submit+.btn,
.btn-group-vertical .ais-RangeInput-submit+.btn-group,
.btn-group-vertical .btn+.ais-RangeInput-submit,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.ais-RangeInput-submit,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .ais-RangeInput-submit+.ais-RangeInput-submit,
.btn-group .ais-RangeInput-submit+.btn,
.btn-group .ais-RangeInput-submit+.btn-group,
.btn-group .btn+.ais-RangeInput-submit,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.ais-RangeInput-submit,
.btn-group .btn-group+.btn,
.btn-group .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>.ais-RangeInput-submit:first-child,
.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.ais-RangeInput-submit:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.ais-RangeInput-submit,
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.ais-RangeInput-submit:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.ais-RangeInput-submit,
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split:after {
  margin-left: 0
}

.btn-group-sm>.ais-RangeInput-submit+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.ais-RangeInput-submit+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical .ais-RangeInput-submit,
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%
}

.btn-group-vertical>.ais-RangeInput-submit+.ais-RangeInput-submit,
.btn-group-vertical>.ais-RangeInput-submit+.btn,
.btn-group-vertical>.ais-RangeInput-submit+.btn-group,
.btn-group-vertical>.btn+.ais-RangeInput-submit,
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.ais-RangeInput-submit,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.ais-RangeInput-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.ais-RangeInput-submit,
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.ais-RangeInput-submit:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.ais-RangeInput-submit,
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.ais-RangeInput-submit,
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.ais-RangeInput-submit,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.ais-RangeInput-submit input[type=checkbox],
.btn-group-toggle>.ais-RangeInput-submit input[type=radio],
.btn-group-toggle>.btn-group>.ais-RangeInput-submit input[type=checkbox],
.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>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
  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%
}

.ais-RangeInput-form .input-group>input,
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.ais-RangeInput-form .input-group>input:focus,
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.ais-RangeInput-form .input-group>.custom-file+input,
.ais-RangeInput-form .input-group>.custom-select+input,
.ais-RangeInput-form .input-group>.form-control+input,
.ais-RangeInput-form .input-group>input+.custom-file,
.ais-RangeInput-form .input-group>input+.custom-select,
.ais-RangeInput-form .input-group>input+.form-control,
.ais-RangeInput-form .input-group>input+input,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
  margin-left: -1px
}

.ais-RangeInput-form .input-group>input:not(:last-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.ais-RangeInput-form .input-group>input:not(:first-child),
.input-group>.custom-select:not(:first-child),
.input-group>.form-control: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-append,
.input-group-prepend {
  display: flex
}

.input-group-append .ais-RangeInput-submit,
.input-group-append .btn,
.input-group-prepend .ais-RangeInput-submit,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .ais-RangeInput-submit+.ais-RangeInput-submit,
.input-group-append .ais-RangeInput-submit+.btn,
.input-group-append .ais-RangeInput-submit+.input-group-text,
.input-group-append .btn+.ais-RangeInput-submit,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.ais-RangeInput-submit,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .ais-RangeInput-submit+.ais-RangeInput-submit,
.input-group-prepend .ais-RangeInput-submit+.btn,
.input-group-prepend .ais-RangeInput-submit+.input-group-text,
.input-group-prepend .btn+.ais-RangeInput-submit,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.ais-RangeInput-submit,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .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: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group>.input-group-append:last-child>.ais-RangeInput-submit:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.ais-RangeInput-submit,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.ais-RangeInput-submit,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.ais-RangeInput-submit,
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.ais-RangeInput-submit:not(:first-child),
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.ais-RangeInput-submit,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  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: #fff;
  background-color: #0288d1
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(2, 136, 209, .25)
}

.custom-control-input:active~.custom-control-label:before {
  color: #fff;
  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: .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: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
  border-radius: .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, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(2, 136, 209, .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, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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 .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .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, .075), 0 0 5px rgba(85, 194, 253, .5)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .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);
  font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-control {
  border-color: #55c2fd;
  box-shadow: 0 0 0 .2rem rgba(2, 136, 209, .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: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  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: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  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: .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: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  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: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  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 50%;
  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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
  padding-left: .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, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(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, .5)
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5);
  border-color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.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-header,
  .card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:first-child .card-footer,
  .card-group>.card:first-child .card-img-bottom {
    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-header,
  .card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:last-child .card-footer,
  .card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-header,
  .card-group>.card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-footer,
  .card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .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-footer,
  .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-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .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: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .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: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #111;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(2, 136, 209, .25)
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0288d1;
  border-color: #0288d1
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .88rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.ais-RangeInput-submit .badge,
.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #0288d1
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #02679e
}

.badge-orange {
  color: #fff;
  background-color: #e56400
}

.badge-orange[href]:focus,
.badge-orange[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b24e00
}

.badge-secondary {
  color: #212529;
  background-color: #e5eef5
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #c0d6e7
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:600px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .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: .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 {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #0288d1;
  transition: width .6s ease
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, 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:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #111;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  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:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-orange.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:focus,
.close:hover {
  color: #000;
  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,
.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%)
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .75
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .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% - 3.5rem)
  }

  .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: .88rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .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: .88rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
  border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: calc(-.5rem + -1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
  border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
  border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: calc(-.5rem + -1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
  border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #111
}

.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 .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  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: translateZ(0);
    transform: translateZ(0)
  }
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  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: hsla(0, 0%, 100%, .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: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #02679e !important
}

.bg-orange {
  background-color: #e56400 !important
}

a.bg-orange:focus,
a.bg-orange:hover,
button.bg-orange:focus,
button.bg-orange:hover {
  background-color: #b24e00 !important
}

.bg-secondary {
  background-color: #e5eef5 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #c0d6e7 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !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: #fff !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
  border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-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: sticky !important
}

.fixed-top {
  top: 0
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

@supports (position:sticky) {
  .sticky-top {
    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: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .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: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .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: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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:focus,
a.text-primary:hover {
  color: #02679e !important
}

.text-orange {
  color: #e56400 !important
}

a.text-orange:focus,
a.text-orange:hover {
  color: #b24e00 !important
}

.text-secondary {
  color: #e5eef5 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #c0d6e7 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  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 {

  *,
  :after,
  :before {
    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
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    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 td,
  .table-bordered th {
    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-down,
  .divider-only {
    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
}

.bg-top-stories {
  background-color: #013d6c !important
}

a.bg-top-stories:focus,
a.bg-top-stories:hover,
button.bg-top-stories:focus,
button.bg-top-stories:hover {
  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,
.hp-top-stories .section-header h3 a,
.more-from-article.top-stories .section-header h3,
.more-from-article.top-stories .section-header h3 a,
.more-stories-list.top-stories .section-header h3,
.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:focus,
a.bg-default:hover,
button.bg-default:focus,
button.bg-default:hover {
  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,
.hp-default .section-header h3 a,
.more-from-article.default .section-header h3,
.more-from-article.default .section-header h3 a,
.more-stories-list.default .section-header h3,
.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:focus,
a.bg-local-news:hover,
button.bg-local-news:focus,
button.bg-local-news:hover {
  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,
.hp-local-news .section-header h3 a,
.more-from-article.local-news .section-header h3,
.more-from-article.local-news .section-header h3 a,
.more-stories-list.local-news .section-header h3,
.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:focus,
a.bg-uae:hover,
button.bg-uae:focus,
button.bg-uae:hover {
  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,
.hp-uae .section-header h3 a,
.more-from-article.uae .section-header h3,
.more-from-article.uae .section-header h3 a,
.more-stories-list.uae .section-header h3,
.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:focus,
a.bg-news:hover,
button.bg-news:focus,
button.bg-news:hover {
  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,
.hp-news .section-header h3 a,
.more-from-article.news .section-header h3,
.more-from-article.news .section-header h3 a,
.more-stories-list.news .section-header h3,
.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:focus,
a.bg-business:hover,
button.bg-business:focus,
button.bg-business:hover {
  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,
.hp-business .section-header h3 a,
.more-from-article.business .section-header h3,
.more-from-article.business .section-header h3 a,
.more-stories-list.business .section-header h3,
.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:focus,
a.bg-sport:hover,
button.bg-sport:focus,
button.bg-sport:hover {
  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,
.hp-sport .section-header h3 a,
.more-from-article.sport .section-header h3,
.more-from-article.sport .section-header h3 a,
.more-stories-list.sport .section-header h3,
.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:focus,
a.bg-opinion:hover,
button.bg-opinion:focus,
button.bg-opinion:hover {
  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,
.hp-opinion .section-header h3 a,
.more-from-article.opinion .section-header h3,
.more-from-article.opinion .section-header h3 a,
.more-stories-list.opinion .section-header h3,
.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:focus,
a.bg-entertainment:hover,
button.bg-entertainment:focus,
button.bg-entertainment:hover {
  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,
.hp-entertainment .section-header h3 a,
.more-from-article.entertainment .section-header h3,
.more-from-article.entertainment .section-header h3 a,
.more-stories-list.entertainment .section-header h3,
.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:focus,
a.bg-going-out:hover,
button.bg-going-out:focus,
button.bg-going-out:hover {
  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,
.hp-going-out .section-header h3 a,
.more-from-article.going-out .section-header h3,
.more-from-article.going-out .section-header h3 a,
.more-stories-list.going-out .section-header h3,
.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:focus,
a.bg-food:hover,
button.bg-food:focus,
button.bg-food:hover {
  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,
.hp-food .section-header h3 a,
.more-from-article.food .section-header h3,
.more-from-article.food .section-header h3 a,
.more-stories-list.food .section-header h3,
.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:focus,
a.bg-travel:hover,
button.bg-travel:focus,
button.bg-travel:hover {
  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,
.hp-travel .section-header h3 a,
.more-from-article.travel .section-header h3,
.more-from-article.travel .section-header h3 a,
.more-stories-list.travel .section-header h3,
.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:focus,
a.bg-lifestyle:hover,
button.bg-lifestyle:focus,
button.bg-lifestyle:hover {
  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,
.hp-lifestyle .section-header h3 a,
.more-from-article.lifestyle .section-header h3,
.more-from-article.lifestyle .section-header h3 a,
.more-stories-list.lifestyle .section-header h3,
.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:focus,
a.bg-technology:hover,
button.bg-technology:focus,
button.bg-technology:hover {
  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,
.hp-technology .section-header h3 a,
.more-from-article.technology .section-header h3,
.more-from-article.technology .section-header h3 a,
.more-stories-list.technology .section-header h3,
.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:focus,
a.bg-how-to:hover,
button.bg-how-to:focus,
button.bg-how-to:hover {
  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,
.hp-how-to .section-header h3 a,
.more-from-article.how-to .section-header h3,
.more-from-article.how-to .section-header h3 a,
.more-stories-list.how-to .section-header h3,
.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:focus,
a.bg-podcast:hover,
button.bg-podcast:focus,
button.bg-podcast:hover {
  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,
.hp-podcast .section-header h3 a,
.more-from-article.podcast .section-header h3,
.more-from-article.podcast .section-header h3 a,
.more-stories-list.podcast .section-header h3,
.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:focus,
a.bg-video:hover,
button.bg-video:focus,
button.bg-video:hover {
  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,
.hp-video .section-header h3 a,
.more-from-article.video .section-header h3,
.more-from-article.video .section-header h3 a,
.more-stories-list.video .section-header h3,
.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:focus,
a.bg-gulfnews:hover,
button.bg-gulfnews:focus,
button.bg-gulfnews:hover {
  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,
.hp-gulfnews .section-header h3 a,
.more-from-article.gulfnews .section-header h3,
.more-from-article.gulfnews .section-header h3 a,
.more-stories-list.gulfnews .section-header h3,
.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:focus,
a.bg-coronavirus:hover,
button.bg-coronavirus:focus,
button.bg-coronavirus:hover {
  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,
.hp-coronavirus .section-header h3 a,
.more-from-article.coronavirus .section-header h3,
.more-from-article.coronavirus .section-header h3 a,
.more-stories-list.coronavirus .section-header h3,
.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,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: GlosaHeadline-Black, Georgia, serif
}

.h1-lg {
  font-size: 3.375rem
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  50% {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .8s;
  animation-duration: .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: #fff;
  background-color: #e56400
}

.icon-orange path {
  stroke-width: 1px
}

.icon-gray {
  fill: #fff;
  background-color: #dee2e6
}

.icon-gray path {
  stroke-width: 1px
}

.icon-black {
  fill: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%
}

.icon-black path {
  stroke-width: 1px
}

::-moz-selection {
  background-color: #e56400;
  color: #fff
}

::selection {
  background-color: #e56400;
  color: #fff
}

[role=main] {
  min-height: 60vh;
  position: relative
}

.ad-unit-300x600 {
  max-width: 300px;
  margin: 0 auto
}

.gn-label-adv {
  padding-bottom: 1rem;
  padding-top: .25rem
}

.gn-label-adv:before {
  content: "Advertisement";
  font-size: 10px;
  color: #6c757d;
  font-family: Montserrat, Arial, sans serif;
  display: block;
  margin: 2px 0 5px
}

.gn-label-adv:after {
  content: ""
}

.lb-ad-sticky .ad-close {
  display: none
}

@media (max-width:767.98px) {
  .lb-ad-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    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;
    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 .gn-label-adv {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .lb-ad-sticky .gn-label-adv:before {
    display: none !important
  }

  .lb-ad-sticky .adv-loaded+.divider {
    display: none !important
  }
}

.adv {
  text-align: center;
  margin-bottom: .5rem
}

.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
  }
}

.gn-placeholder {
  background-color: #f5f5f2
}

.h-250 {
  min-height: 250px
}

@media (min-width:992px) {
  .h-lg-90 {
    min-height: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1rem
  }

  .h-lg-90:before {
    font-size: 10px;
    content: "Advertisement";
    color: #6c757d;
    position: absolute;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    left: 50%;
    z-index: 0
  }

  .h-lg-90.adv-loaded:before {
    display: none
  }

  .h-lg-90>[data-gpt] {
    z-index: 1
  }
}

.article-body .adv {
  min-height: 300px;
  background-color: #f5f5f2
}

.gold-forex-wrapper>.adv {
  min-height: 300px;
  background-color: #f5f5f2;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width:992px) {
  .adv-sticky {
    position: sticky;
    top: 80px;
    z-index: 5
  }
}

.bg-blue,
.bg-widget {
  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 #fff;
  border-bottom: 2px solid #fff;
  width: .5rem;
  height: .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 solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  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 #eee;
  border-bottom: 1px solid #eee;
  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(../icon-close.svg) no-repeat 50% 50%/contain;
  display: inline-block;
  width: 18px;
  height: 18px
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes gnFade {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes gnFade {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    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: #000
}

.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: #fff 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: .75rem;
  padding: .2rem .5rem;
  cursor: pointer
}

.gn-pills-selector .nav-pills .active {
  color: #fff;
  background-color: #013d6c
}

.gn-pills-selector .nav-pills .gn-pills-active {
  color: #fff;
  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: .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,
.gn-accordion .card .card-header {
  border: none
}

.gn-accordion .card .card-body {
  font-size: .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: #fff;
  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: .75rem;
  font-weight: 500
}

.gn-send-me-btn .icon svg {
  fill: #fff
}

.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: .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: 5px double #e9ecef;
  font-family: Montserrat, Arial, sans serif;
  font-size: .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: #fff;
  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.card-premium .media .img-wrapper,
.latest-story-list.card .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: 0
}

#gn-video-modal .close {
  position: absolute;
  right: -35px;
  top: -32px;
  z-index: 999;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  opacity: 1
}

.border-lg {
  border-width: 4px
}

@media (min-width:768px) and (max-width:991.98px) {
  .divider-md-right-0 {
    border-right: 0 !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: .88rem;
  font-weight: 500;
  height: 45px;
  width: 100%
}

.gn-backtotop a {
  color: #000;
  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
}

.gn-cookies-warning {
  position: fixed;
  display: none;
  width: 100%;
  border: none;
  min-height: 50px;
  z-index: 99999;
  background-color: #013d6c;
  color: #fff;
  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 .ais-RangeInput-submit,
.gn-cookies-warning .btn {
  border-color: #fff;
  color: #fff;
  width: 120px;
  margin-top: 1rem
}

.gn-cookies-warning .ais-RangeInput-submit:hover,
.gn-cookies-warning .btn:hover {
  background: transparent;
  border-width: 2px
}

@media (min-width:992px) {

  .gn-cookies-warning .ais-RangeInput-submit,
  .gn-cookies-warning .btn {
    margin-top: 0
  }
}

.gn-reach-search div p {
  color: #656565
}

.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 ease-in-out infinite both;
  animation: gn-bouncedelay 1.4s ease-in-out infinite both
}

.spinner .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.spinner .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes gn-bouncedelay {

  0%,
  80%,
  to {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes gn-bouncedelay {

  0%,
  80%,
  to {
    -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: -.5rem;
  margin-left: -.5rem
}

.gx-2>[class*=col-] {
  padding-right: .5rem;
  padding-left: .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: 0;
  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 .gn-label-adv:before,
.content-wrapper .adv-right-col .gn-label-adv:before {
  text-align: center
}

.content-wrapper .adv-left-col {
  text-align: right
}

.content-wrapper .adv-right-col {
  text-align: left
}

.mb-p10 {
  margin-bottom: 5px !important
}

.btn-primary.outline-only,
.btn-primary.outline-only:active,
.btn-primary.outline-only:hover,
.view-more .btn-primary,
.view-more .btn-primary:hover .view-more .btn-primary:active {
  background-color: #fff !important;
  color: #0288d1 !important;
  box-shadow: none !important
}

.lazy {
  opacity: 0
}

.img-loaded {
  transition: opacity .5s ease-in-out
}

.main-header {
  z-index: 1000
}

.gn-sticky-fill {
  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 img.gn-logo,
.top-navbar svg {
  height: 18px;
  width: auto;
  padding-top: 1px;
  fill: #fff
}

.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: #fff
}

.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 img,
.top-navbar .nav-sm .logo-wrapper svg {
  height: 24px;
  margin-top: 1px
}

.top-navbar .nav-sm .menu-btn svg {
  margin: 9px 1px 0 12px
}

.top-navbar .pt-name {
  padding-right: .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
  }

  .top-navbar .top-nav .gn-weather-micro-tile {
    min-width: 68px
  }
}

@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: #fff;
  transition: all .3s ease;
  max-width: 17px
}

.top-navbar .top-nav .nav-link.home:hover svg {
  fill: #6c757d;
  transition: all .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: #fff
}

.top-navbar .top-nav .partner-logo {
  padding-left: 0 !important;
  padding-right: .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 .nav-sm .nav-link,
.top-navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: .75rem;
  padding: .5rem
}

@media (max-width:767.98px) {

  .top-navbar .nav-sm .nav-link,
  .top-navbar .navbar-nav .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, .35) !important
}

.top-navbar-right {
  height: 36px
}

.top-navbar-right svg {
  height: 24px;
  width: 24px;
  margin-top: 0;
  fill: #fff
}

.top-navbar-right .nav-item {
  border-right: 1px solid rgba(226, 221, 221, .35)
}

.top-navbar-right .nav-item:first-child {
  border-left: 1px solid rgba(226, 221, 221, .35)
}

.top-navbar-right .nav-item .subscribe {
  background-color: #e56400;
  color: #fff;
  line-height: 20px;
  font-size: .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: .2em
}

.top-navbar-right .profile-link {
  display: none
}

@media (min-width:768px) {
  .top-navbar-right .profile-link {
    display: inline-block;
    min-width: 53px;
    text-align: center
  }
}

.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 (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .gn-sec-logo {
    height: 45px
  }
}

.home-link svg {
  fill: #fff;
  height: 16px;
  margin-bottom: -3px
}

.dropdown-menu-mobile {
  font-family: Montserrat, Arial, sans serif;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  margin-top: 10px
}

.dropdown-menu-mobile>a {
  font-size: .88rem;
  padding: .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;
  overflow-y: auto;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .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
  }

  .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 img,
.offcanvas-collapse .logo svg {
  width: 76%;
  fill: #fff
}

.offcanvas-collapse .heading {
  color: #767676;
  font-size: 1rem
}

.offcanvas-collapse .trending .nav-link {
  padding: .2rem 1rem .2rem 0
}

.offcanvas-collapse .ais-RangeInput-submit,
.offcanvas-collapse .btn,
.offcanvas-collapse .heading,
.offcanvas-collapse .latest-links,
.offcanvas-collapse .navbar-nav {
  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: #fff;
  float: right
}

.offcanvas-collapse .ais-RangeInput-submit,
.offcanvas-collapse .btn,
.offcanvas-collapse .nav-link {
  color: #fff
}

.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: .2rem 1rem .2rem 0
}

.offcanvas-collapse .search-group {
  padding: 3px;
  background: #fff;
  width: 100%
}

.ais-RangeInput-form .offcanvas-collapse .search-group input,
.offcanvas-collapse .search-group .ais-RangeInput-form input,
.offcanvas-collapse .search-group .form-control {
  border: none
}

.ais-RangeInput-form .offcanvas-collapse .search-group input,
.offcanvas-collapse .search-group .ais-RangeInput-form input,
.offcanvas-collapse .search-group .ais-RangeInput-submit,
.offcanvas-collapse .search-group .btn,
.offcanvas-collapse .search-group .form-control {
  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: #fff;
  padding: 25% !important
}

.offcanvas-collapse .footer {
  background-color: #1f3240;
  font-family: Montserrat, Arial, sans serif
}

.offcanvas-collapse .footer .nav-link {
  padding-left: .5rem;
  font-size: .88rem
}

.offcanvas-collapse .footer .share-link {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #788792;
  padding: 5px 4px 4px;
  background-color: #637a86;
  border: 1px solid #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: #fff
}

.offcanvas-collapse .footer .share-link svg {
  fill: #000;
  height: 28px;
  width: 28px
}

.offcanvas-collapse .footer .footer-copyright {
  color: #fff;
  font-size: .75rem;
  font-weight: 300;
  font-family: Montserrat, Arial, sans serif;
  padding: .5rem 0;
  margin: 0;
  text-align: center
}

.offcanvas-collapse.open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.logo-container {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: .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 .gn-logo,
.logo-container .logo svg {
  max-height: 56px;
  width: 100%;
  display: inline-block
}

@media (max-width:767.98px) {

  .logo-container .logo .gn-logo,
  .logo-container .logo svg {
    height: 32px
  }
}

.logo-container .tm {
  font-size: .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: .25rem;
  background: transparent
}

.logo-container .icon svg {
  padding: 20%
}

.logo-container .nav-item {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 600;
  font-size: .75rem;
  display: inline-block
}

.logo-container .nav-item.profile-link {
  display: none
}

.category-header {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: .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 solid #1abcd2;
  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: height .3s cubic-bezier(.3, .73, .3, .74);
  background: #fff;
  overflow: hidden
}

.article-sticky-header.active {
  height: 46px;
  max-height: 46px
}

.article-sticky-header .title {
  margin: 0;
  padding: 10px 0 8px;
  font-size: 1.2rem
}

.article-sticky-header hr {
  margin: 0;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15)
}

.article-sticky-header .col-share {
  width: 203px;
  overflow: hidden
}

.article-sticky-header .premium {
  display: inline-block;
  margin-right: .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% - 203px);
  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: .2rem .75rem;
  border-radius: 2px;
  font-size: .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 solid #000;
  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: .88rem
}

.menu-bar.main .nav-item .nav-link,
.menu-bar.sub .nav-item .nav-link {
  display: inline-block;
  transition: all .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 .6s ease
}

.menu-bar.main .nav-item .nav-link.current,
.menu-bar.sub .nav-item .nav-link.current {
  background-color: #e56400;
  color: #fff;
  transition: all .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 {
  color: #1abcd2;
  background-color: #f2fcfd;
  border-radius: 3px;
  border: none;
  line-height: 25px;
  padding: 0 10px
}

.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.current,
.menu-bar.main .nav-item.premium .nav-link:hover,
.menu-bar.sub .nav-item.premium .nav-link.current,
.menu-bar.sub .nav-item.premium .nav-link:hover {
  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: .88rem
}

.menu-bar.trending .caret {
  vertical-align: middle;
  margin-top: -2px;
  fill: #e56400
}

.menu-bar.trending .highlight {
  color: #000
}

.menu-bar .divider:before {
  display: inline-block;
  padding-right: 1rem;
  padding-left: .1rem;
  color: #bdbddb;
  content: "|"
}

.menu-bar .highlight {
  font-weight: 700
}

.menu-bar .nav-link {
  color: #000;
  padding: 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 100%;
    max-width: 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: .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: #fff;
  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: #fff;
  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-story-friday .card .tag-container .tag {
  background: #fff;
  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: 0
}

.top-story-friday .card .card-body {
  box-shadow: 6px 6px 0 #fcfac2;
  padding-left: 6px;
  padding-bottom: 4px
}

@media (min-width:600px) {
  .top-story-friday .card .card-body {
    box-shadow: 6px 6px 0 #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: #fff;
  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) 100%
  }
}

.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 0 #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 0 #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 0 #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%
  }

  .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: .75rem;
  color: #e56400;
  font-weight: 700;
  position: absolute;
  background-color: #fff;
  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,
  .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 .2rem;
  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: .75rem 0
  }

  .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
  }

  .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: #000
}

@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
}

.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-small .tag-container,
.card-football .tag-container {
  background-color: #000;
  display: inline-block !important;
  padding: 0 10px;
  line-height: 20px
}

.card-football-small .tag-container .tag,
.card-football .tag-container .tag {
  color: #fff;
  font-size: 10px
}

.card-football-small .tag-container.live,
.card-football .tag-container.live {
  background-color: #fff;
  padding: 0
}

.card-football-small .tag-container.live .tag,
.card-football .tag-container.live .tag {
  color: #b71c1c
}

.card-football-small .tag-container.exclusive,
.card-football .tag-container.exclusive {
  background-color: #f2dd4e;
  padding: 0 10px
}

.card-football-small .tag-container.exclusive .tag,
.card-football .tag-container.exclusive .tag {
  color: #4a5c64
}

.card-football-small .tag-container.breaking,
.card-football .tag-container.breaking {
  padding: 0 10px;
  background-color: #b71c1c
}

.card-football-small .tag-container.sponsored,
.card-football .tag-container.sponsored {
  background-color: #fff;
  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
}

.sc-container .gn-carousel {
  min-height: 45px
}

@media (min-width:768px) {
  .sc-container .gn-carousel {
    min-height: 60px
  }
}

.section-header {
  border-top: 3px solid #000;
  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: .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: #fff;
  font-size: .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: #fff;
  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, .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: #111;
  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 (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .card {
    display: block
  }
}

@media (min-width:600px) {
  .card {
    margin-bottom: 0
  }
}

.card .lead {
  font-size: .88rem;
  font-weight: 400;
  font-family: Montserrat, Arial, sans serif;
  color: #333;
  padding-top: .2rem;
  margin-bottom: .25rem
}

.card .card-title {
  margin-bottom: .25rem;
  font-size: 1.375rem;
  word-spacing: -.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: .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: .75rem
}

.card .img-wrapper+.tag-premium {
  padding-top: .5rem
}

.card .img-wrapper a {
  display: block;
  text-align: center;
  background-color: #ededed;
  aspect-ratio: 4/3;
  width: 100%
}

.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, .8)
}

.card .img-wrapper .icon svg {
  fill: #fff;
  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: .5rem;
  background: #e56400;
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
  font-family: Montserrat, Arial, sans serif
}

.card .img-wrapper .gallery {
  height: 2rem;
  width: 2rem
}

.card .img-wrapper .gallery,
.card .img-wrapper .podcasts {
  bottom: 0;
  left: unset;
  top: unset;
  -webkit-transform: unset;
  transform: unset
}

.card .img-wrapper .podcasts {
  height: 3rem;
  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.custom-img .img-wrapper a {
  aspect-ratio: auto !important
}

.card .media .img-wrapper {
  width: 42%
}

.card hr {
  margin: .8rem 0
}

.card .meta {
  overflow: hidden;
  font-weight: 400;
  font-family: Montserrat, Arial, sans serif;
  margin-bottom: .5rem
}

.card .meta .text {
  font-size: .88rem;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle
}

.card .quick-read {
  color: #111;
  font-size: .75rem
}

.card .v-divider {
  color: #767676;
  font-size: .75rem;
  padding: 0 .25rem
}

.card .btn-share {
  line-height: .9rem;
  background: #fff;
  margin-bottom: .5rem
}

.card .btn-share:hover {
  background: #343a40
}

.card .time {
  display: inline-block;
  font-size: .75rem;
  color: #637a86
}

.card .card-img {
  max-width: 100%;
  border-top: 3px solid #e56400;
  border-radius: 0
}

.card .author,
.card .reviewer {
  font-family: Montserrat, Arial, sans serif;
  font-size: .88rem;
  color: #637a86
}

.card .author-date {
  font-weight: 500
}

.card .release {
  font-family: Montserrat, Arial, sans serif;
  font-size: .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,
.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-left .number,
.card-img-right .number {
  font-size: 2.25rem;
  font-weight: 600;
  margin-right: .8rem;
  color: #111 !important
}

.card-img-left .card-img,
.card-img-right .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(icon-quote.svg) no-repeat;
  width: 36px;
  height: 36px;
  display: inline-flex;
  background-size: 32px;
  float: left
}

.card-blockquote .blockquote a {
  margin-top: .5rem;
  padding-left: 48px;
  display: block
}

.card-blockquote .blockquote a:after {
  content: "\2019\2019";
  color: #111;
  display: inline;
  font-weight: 700;
  letter-spacing: -3px
}

.card-blockquote .blockquote .author {
  padding-left: 48px;
  font-size: .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: .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-text,
.card-number .number-large .number-unit {
  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: 700
}

.card-number .number-text,
.card-number .number-unit {
  font-size: 70px;
  line-height: 1.1
}

.card-numbered-list .number {
  font-size: 2rem;
  font-weight: 700;
  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 .cuisine,
.card-recipe .time {
  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-event-search,
.card-restaurant-search {
  font-family: Montserrat, Arial, sans serif
}

.card-event-search .card-title,
.card-restaurant-search .card-title {
  font-family: Montserrat, Arial, sans serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000
}

.card-event-search .card-text,
.card-restaurant-search .card-text {
  font-size: .75rem;
  color: #767676
}

.card-event-search .cuisine,
.card-restaurant-search .cuisine {
  font-size: .88rem;
  font-weight: 300;
  color: #637a86
}

.card-event-search .cuisine strong,
.card-restaurant-search .cuisine strong {
  font-weight: 600
}

.card-event-search .cost-for,
.card-restaurant-search .cost-for {
  font-size: .75rem;
  color: #767676
}

.card-event-search .cost-for .price,
.card-restaurant-search .cost-for .price {
  color: #e56400;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 20px
}

.card-event-search .cost-for .price span,
.card-restaurant-search .cost-for .price span {
  font-weight: 600
}

.card-event-search .card-text {
  font-weight: 500
}

.card-event-search .card-text strong {
  color: #000
}

.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: #fff;
  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: #000
}

.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: #000
}

.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: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.card-travel.card-featured .card-body {
  background: #000;
  margin: 0;
  padding: 15px;
  width: 100%
}

.card-travel.card-featured .card-body .card-title a,
.card-travel.card-featured .card-body .lead {
  color: #fff
}

@media (min-width:992px) {
  .card-travel.card-featured .card-body {
    background: rgba(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: #000;
  font-family: Montserrat, Arial, sans serif;
  font-size: 1.125rem;
  font-weight: 500
}

.card-event .time {
  color: #013d6c;
  font-size: .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: .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: .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
}

.top-story-full .card .img-wrapper a {
  aspect-ratio: auto
}

#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-next,
.latest-news .carousel .carousel-control-prev {
  display: none
}

@media (min-width:992px) {
  .latest-news .carousel .carousel-inner {
    width: 93%;
    padding: 0 1rem;
    left: 3.5%
  }

  .latest-news .carousel .carousel-control-next,
  .latest-news .carousel .carousel-control-prev {
    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 .4rem
}

.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGZpbGw9IiNiNzFjMWMiIGQ9Ik00IDBDMS43OTcgMCAwIDEuNzk3IDAgNGMwIDIuMjAzIDEuNzk3IDQgNCA0IDIuMjAzIDAgNC0xLjc5NyA0LTQgMC0yLjIwMy0xLjc5Ny00LTQtNHptMCAxYzEuNjYzIDAgMyAxLjMzNyAzIDNTNS42NjMgNyA0IDcgMSA1LjY2MyAxIDRzMS4zMzctMyAzLTN6bTAgMWMtMS4wOTkgMC0yIC45MDEtMiAycy45MDEgMiAyIDIgMi0uOTAxIDItMi0uOTAxLTItMi0yem0wIDFjLjU1OCAwIDEgLjQ0MiAxIDFzLS40NDIgMS0xIDEtMS0uNDQyLTEtMSAuNDQyLTEgMS0xeiIvPjwvc3ZnPg==") no-repeat;
  background-position: 50%;
  background-size: 10px;
  padding-right: 2px
}

.tag-container.live .tag {
  color: #b71c1c
}

.tag-container.tag-premium .tag {
  margin-bottom: .5rem;
  font-size: .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(icon-premium-diamond.svg) no-repeat;
  background-position: 50%;
  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: #fff;
  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: #000;
  font-size: 90%
}

.more-stories .icon {
  margin-left: .5rem
}

.more-stories.recipes {
  margin-top: 1.5rem
}

.more-stories.recipes a {
  color: #0a0c0d;
  font-size: 14px;
  font-weight: 500
}

.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: .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: #fff;
  border-radius: 3px
}

.subscribe input,
.subscribe select {
  box-shadow: none;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: Montserrat, Arial, sans serif
}

.subscribe .ais-RangeInput-submit,
.subscribe .btn {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 600
}

.subscribe a.ais-RangeInput-submit,
.subscribe a.btn {
  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: 700
}

.subscribe.travel-alert .desc {
  font-size: 1rem;
  font-family: Montserrat, Arial, sans serif;
  font-weight: 300;
  color: #000
}

@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: .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: #fff;
  font-family: Montserrat, Arial, sans serif;
  font-weight: 600
}

.subscribe-footer .subscribe .messages-footer {
  color: #fff
}

.subscribe-footer .excerpt {
  color: #888;
  font-size: .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: .88rem;
  line-height: 21px
}

.nl-sign-up-form .nl-links a {
  color: #797c7e;
  text-decoration: none;
  font-size: .88rem
}

.sbox-article {
  border-left: 4px solid #0288d1;
  background-color: #f7f7f4;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1rem
}

.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: .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: .75rem;
  font-family: Montserrat, Arial, sans serif
}

.sbox-article .invalid-feedback {
  font-size: .88rem;
  background-color: #f7f7f4;
  padding-top: 3px
}

.sbox-article .input-group {
  width: auto;
  margin: 0 0 .25rem;
  padding: 0;
  background: none
}

@media (min-width:600px) {
  .sbox-article .input-group {
    margin-left: 12%;
    margin-right: 12%
  }
}

.ais-RangeInput-form .sbox-article .input-group input,
.sbox-article .input-group .ais-RangeInput-form input,
.sbox-article .input-group .form-control,
.sbox-article .input-group .input-group-append {
  height: 32px;
  line-height: 1rem
}

@media (min-width:600px) {

  .ais-RangeInput-form .sbox-article .input-group input,
  .sbox-article .input-group .ais-RangeInput-form input,
  .sbox-article .input-group .form-control,
  .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: 33.33333%
  }

  .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 .ais-RangeInput-submit,
.sbox-article .input-group .btn,
.sbox-article .input-wrap .ais-RangeInput-submit,
.sbox-article .input-wrap .btn {
  line-height: 1rem;
  font-size: .75rem;
  font-weight: 600;
  padding-left: .3rem;
  padding-right: .3rem
}

@media (min-width:600px) {

  .sbox-article .input-group .ais-RangeInput-submit,
  .sbox-article .input-group .btn,
  .sbox-article .input-wrap .ais-RangeInput-submit,
  .sbox-article .input-wrap .btn {
    line-height: 1.2rem;
    font-size: .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: .75rem !important
}

.col-right .sbox-article .input-group {
  margin: 0 0 .25rem !important
}

.ais-RangeInput-form .col-right .sbox-article .input-group input,
.col-right .sbox-article .input-group .ais-RangeInput-form input,
.col-right .sbox-article .input-group .form-control,
.col-right .sbox-article .input-group .input-group-append {
  height: 32px !important;
  line-height: 1rem !important
}

.col-right .sbox-article .input-group .ais-RangeInput-submit,
.col-right .sbox-article .input-group .btn {
  line-height: 1rem !important;
  font-size: .75rem !important
}

.gn-grid-row-header>.col,
.gn-grid-row-header>[class^=col-] {
  color: #fff;
  padding-top: .45rem;
  padding-bottom: .45rem;
  background-color: #80abcd;
  border-left: 1px solid #eee
}

.gray-bg {
  background-color: #ebebeb
}

.margin-top-40 {
  margin-top: 40px
}

.gn-remitance-rate .gf-content,
.gold-rate-container .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 #000;
  border-radius: .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
}

.gn-cgp-ctnr .cgp-content {
  font-family: Montserrat, Arial, sans serif
}

.gn-cgp-ctnr .cgp-content .cgp-input {
  color: #000;
  font-size: .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: .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: .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: #fff;
  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: .75rem;
  font-weight: 500;
  padding-left: 6px;
  padding-right: 30px
}

@media (min-width:768px) {
  .gf-nav-wrapper {
    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(odd) {
  background-color: #bdcdd8
}

.gold-forex-wrapper .adv {
  margin: 1rem 0 1.25rem
}

.gold-forex-nav {
  margin-bottom: .75rem
}

.gold-forex-nav a {
  font-family: Montserrat, Arial, sans serif;
  color: #637a86;
  font-size: .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, .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, .1)
  }

  .gold-forex-nav li {
    display: block
  }

  .gold-forex-nav .nav-link {
    font-weight: 600;
    border-bottom: 1px solid rgba(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: 50%;
    background-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23013d6c' viewBox='0 0 8 8'%3E%3Cpath d='M5 1v2H0v1h5v2l3-2.531L5 1z'/%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: #fff;
  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: #fff
}

footer .network-links .nav-link {
  padding: 0
}

@media (max-width:991.98px) {
  .network-links {
    display: none
  }
}

.footer {
  background: #000
}

@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: #fff;
  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: #fff
}

@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 solid #343a40;
  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: #fff
}

@media (max-width:991.98px) {
  .footer .footer-share .share-link {
    background-color: #637a86;
    border-color: #637a86
  }

  .footer .footer-share .share-link svg {
    fill: #000
  }
}

.footer .footer-copyright {
  color: #6c757d;
  font-size: .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: #fff
}

.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-inner-spin-button,
.cc-container .cc-tile-container input[type=number]::-webkit-outer-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(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: #111;
  font-family: Montserrat, Arial, sans serif;
  font-weight: 400;
  font-size: .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 .6s ease
}

.article-share .share-link.facebook svg {
  fill: #3b5998
}

.article-share .share-link.twitter svg {
  fill: #000
}

.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.copylink svg {
  fill: #455a64
}

.article-share .share-link.telegram svg {
  fill: #24a0dc
}

.article-share .share-link.share-arrow svg {
  fill: #637a86;
  pointer-events: none
}

.article-share .share-link:not(:last-child) {
  margin-right: 7px
}

.article-share .share-link:hover {
  background-color: #e56400;
  transition: all .6s ease
}

.article-share .share-link:hover svg {
  fill: #fff
}

.gn-media-follow-us {
  text-align: center;
  margin-right: 15px
}

@media (max-width:767.98px) {
  .gn-media-follow-us {
    margin-top: .5rem
  }
}

.gn-media-follow-us a {
  background: #e5eef5;
  padding: 6px 18px;
  border-radius: 15px;
  display: flex
}

.gn-media-follow-us a .follow-us-text {
  font-size: .75rem;
  font-family: Montserrat, Arial, sans serif;
  color: #4a5c64;
  font-weight: 600;
  font-size: 14px
}

.gn-media-follow-us a .follow-us-text .follow-us-plus {
  top: 4px;
  left: 5px;
  position: relative
}

.gn-media-follow-us a svg {
  fill: #4a5c64
}

.gn-media-follow-us a:hover {
  background-color: #e56400;
  transition: all .6s ease
}

.gn-media-follow-us a:hover .follow-us-text {
  color: #fff
}

.gn-media-follow-us a:hover .follow-us-text svg {
  fill: #fff
}

.article {
  font-family: GlosaTextRoman, Georgia, Times New Roman, serif;
  font-size: 1.25rem;
  line-height: 24px;
  /* margin-bottom: 1.5rem */
}

footer {
  margin-top: 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;
  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,
  .article-expanded header .lead,
  .article-expanded header h1 {
    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: 0 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,
.article-restaurant .article-body .restaurant-meta .contact span {
  font-weight: 700
}

.article-restaurant .article-body .restaurant-meta .price span {
  font-weight: 700;
  color: #e56400
}

.article-restaurant .article-body .restaurant-meta .book-a-table-btn,
.article-restaurant .article-body .restaurant-meta .location-map-btn,
.article-restaurant .article-body .restaurant-meta .restaurant-time-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 .location-map-btn,
  .article-restaurant .article-body .restaurant-meta .restaurant-time-btn {
    max-width: 160px;
    line-height: 100%;
    padding: 14px 18px
  }
}

.article-restaurant .article-body .restaurant-meta .book-a-table-btn {
  background: #e56400;
  color: #fff
}

.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: 700;
  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: 700
}

.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
}

.article .tag-container.recipe span {
  background: #002234;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 10px;
  font-weight: 700;
  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: #fff;
  font-weight: 700;
  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: #fff
}

.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: 700;
  font-size: 11px;
  padding: .4rem 1rem;
  margin-left: 5px;
  color: #fff;
  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: #fff
}

.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: #fff;
  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: #fff;
  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: #fff
}

.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: 400;
  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
  }
}

.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: #fff;
  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-next,
.article.article-recipe .article-gallery .carousel .carousel-control-prev {
  width: 32px
}

@media (min-width:992px) {

  .article.article-recipe .article-gallery .carousel .carousel-control-next,
  .article.article-recipe .article-gallery .carousel .carousel-control-prev {
    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: #fff;
  line-height: 18px
}

.article.article-recipe .article-gallery .carousel .carousel-state {
  line-height: 40px;
  color: #fff;
  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 solid #dee2e6
}

/* .article img {
  max-width: 100%;
  margin: 1rem auto .3rem
} */

.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: #333;
  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 solid #0288d1
}

.article p a:hover {
  border-color: #015f92
} */

.article .sponsor-sec {
  font-size: .88rem;
  font-family: Montserrat, Arial, sans serif;
  font-weight: 300;
  color: #111;
  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 {
  margin-left: -15px;
  margin-right: -15px
}

.article .article-main-image picture {
  margin-top: 0;
  margin-bottom: 0;
  aspect-ratio: 4/3;
  width: 100%
}

.article .article-main-image .image-caption {
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:600px) {
  .article .article-main-image {
    margin-left: 0;
    margin-right: 0
  }

  .article .article-main-image .image-caption {
    padding-left: 0;
    padding-right: 0
  }
}

.article picture {
  display: block;
  text-align: center
}

@media (max-width:767.98px) {
  .article picture .image-caption {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px
  }
}

.article .image-caption {
  font-family: Montserrat, Arial, sans serif;
  font-size: .88rem;
  font-weight: 600;
  line-height: 16px;
  color: #111;
  padding: .3rem 0;
  text-align: left;
  display: block
}

.article .image-credit {
  color: #767676;
  font-weight: 300;
  display: block;
  margin-top: 5px
}

@media (min-width:600px) {
  .article .pull-left {
    margin-left: -2rem
  }
}

.article ul {
  margin: 30px 0;
  padding: 0
}

.article ul li {
  color: #000;
  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: #000;
  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 solid #ebebeb;
  border-top: 2px solid #ebebeb;
  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: #000;
  text-align: center;
  margin: 0;
  line-height: 4rem
}

.article .number-highlight h2 span {
  font-family: Montserrat, Arial, sans serif;
  word-wrap: break-word
}

.article .number-highlight h2+br {
  display: none
}

.article .twitter-in-article,
.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: #000;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline
}

.article .article-gallery .carousel-list-pager,
.article .article-gallery .carousel-state {
  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-slide,
.article .article-gallery .list-view .carousel-state {
  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: .792rem;
  background-color: #f7f7f4;
  padding: .5rem .6rem;
  width: 100%
}

.article .article-author {
  background: #f5f5f2;
  border-top: 3px solid #e56400;
  padding: 15px;
  margin: 40px 0 65px
}

@media (min-width:600px) {
  .article .article-author {
    margin: 40px 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(icon-quote.svg) no-repeat;
  width: 48px;
  height: 48px;
  display: inline-flex;
  background-size: 40px;
  float: left
}

.article blockquote span {
  margin-top: .5rem;
  padding-left: 48px;
  display: block;
  font-size: 24px;
  color: #111;
  transition: all .6s ease
}

.article blockquote span:hover {
  color: #000;
  transition: all .6s ease
}

.article blockquote span:after {
  content: "\2019\2019";
  color: #111;
  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: .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.article-premium .tag-container,
.article.more-article .tag-container {
  margin-left: -100%;
  padding-left: 100%
}

.article.article-premium .tag-container.tag-premium,
.article.more-article .tag-container.tag-premium {
  background: #f2fcfd
}

.article.article-premium .tag-container.tag-premium .tag,
.article.more-article .tag-container.tag-premium .tag {
  color: #1abcd2
}

.article.article-premium .article-main-image img,
.article.more-article .article-main-image img {
  border-top: 3px solid #1abcd2
}

.article.article-premium .highlight-list:before,
.article.more-article .highlight-list:before {
  border-color: #1abcd2
}

.article.article-premium .highlight-list ul li:before,
.article.more-article .highlight-list ul li:before {
  color: #1abcd2
}

.article.article-premium .article-gallery .carousel-slide:hover,
.article.more-article .article-gallery .carousel-slide:hover {
  background: #1abcd2;
  transition: all .3s ease
}

.article.article-premium blockquote:before,
.article.more-article blockquote:before {
  background: url(icon-quote-premium.svg) no-repeat;
  background-size: 40px
}

.article .more-similar-article {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  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: .88rem;
  font-family: Montserrat, Arial, sans serif;
  font-weight: 400
}

.article .restaurant-review {
  padding: 0 1rem
}

.article .fact-box {
  border-top: 3px solid #e56400;
  background: #f7f7f4;
  margin-bottom: 1.5rem
}

@media (min-width:600px) {
  .article .fact-box {
    border-top: 0;
    border-left: 3px solid #e56400
  }
}

.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
}

.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: #000;
  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: #fff;
  background: #191e21;
  box-shadow: 2px 3px 3px rgba(85, 85, 85, .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;charset=utf-8,%3Csvg width='12' height='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='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 10px;
  margin-left: 5px
}

.article .ebook-block {
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ffebcd;
  margin: 1rem 0
}

.article .ebook-block .ebook-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  padding: 0 0 0 24px;
  margin-top: 3px;
  position: relative;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%
}

.article .ebook-block .ebook-text:before {
  content: " ";
  width: 3px;
  height: 24px;
  display: inline-block;
  border-left: 3px solid;
  position: absolute;
  top: -2px;
  left: 16px
}

@media (min-width:600px) {
  .article .ebook-block .ebook-text {
    font-size: 18px
  }
}

.article .ebook-block .ebook-cta {
  font-family: Montserrat, Arial, sans serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding: 1px 30px 0 38px;
  color: #fff;
  background-repeat: no-repeat;
  text-wrap: nowrap;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='40' fill='none'%3E%3Cpath d='M20 0h170v40H0L20 0z' fill='%23393228'/%3E%3C/svg%3E")
}

@media (min-width:600px) {
  .article .ebook-block .ebook-cta {
    padding: 2px 46px 0 50px;
    font-size: 18px
  }
}

.embed-responsive-16by9.podcast:before {
  padding-top: 50%
}

@media (min-width:600px) {
  .embed-responsive-16by9.podcast:before {
    padding-top: 28%
  }
}

.gn-list-slide.list-view .carousel-control .carousel-toggle {
  display: none
}

@media (min-width:768px) and (max-width:1199px) {
  .gn-col-share {
    text-align: left !important;
    margin-top: 20px
  }
}

@media (min-width:768px) and (max-width:1199px) {

  .gn-col-article-meta,
  .gn-col-share {
    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: .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 .gn-logo,
#gn-share-modal .gn-logo-modal svg {
  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 .ais-RangeInput-submit,
.reach-form-footer .btn {
  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 .gn-boilerplate {
  margin-bottom: 1rem
}

.btn-buy,
.btn-new-by,
.btn-noon {
  font-family: Montserrat, Arial, sans serif;
  border-radius: 34px;
  font-size: .8rem;
  padding: .3rem 1.75rem;
  background-color: #feee00;
  color: #000 !important;
  text-decoration: none;
  border: none !important;
  letter-spacing: .6;
  display: inline-block
}

@media (min-width:600px) {

  .btn-buy,
  .btn-new-by,
  .btn-noon {
    padding: .5rem 1.75rem
  }
}

.btn-buy t,
.btn-new-by t,
.btn-noon t {
  font-size: 1rem;
  font-weight: 600
}

.btn-buy .txt-noon t,
.btn-new-by .txt-noon t,
.btn-noon .txt-noon t {
  font-size: 1.25rem;
  font-weight: 600
}

.btn-buy .dv,
.btn-new-by .dv,
.btn-noon .dv {
  color: rgba(108, 117, 125, .5);
  padding: 0 .75rem
}

.btn-buy {
  background-color: #e32028;
  color: #fff !important
}

.btn-buy .dv {
  color: hsla(0, 0%, 100%, .4)
}

.btn-new-by {
  background-color: #e56400;
  color: #fff !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 .sermons .section-header,
.pt-page .trending-on-right .section-header {
  border-color: #e56400
}

.pt-page .more-stories-list .section-header .h5,
.pt-page .sermons .section-header .h5,
.pt-page .trending-on-right .section-header .h5 {
  color: #e56400
}

.pt-page .sermons .card .card-title {
  font-family: Montserrat, Arial, sans serif;
  color: #191e21;
  font-size: .88rem
}

.pt-page .sermons .card .meta .text {
  color: #637a86;
  font-size: .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: .88rem;
  background-color: #fff;
  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: .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: .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 #fff
  }
}

.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 #fff
  }
}

.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: #111
}

.prayer-time-container-row-bg {
  background-color: #013d6c
}

.prayer-time-container .prayer-time-card {
  background-color: #013d6c;
  color: #fff;
  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: 700;
  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-cntry,
.prayer-time-container .prayer-time-card .prayer-date {
  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-cntry>span,
.prayer-time-container .prayer-time-card .prayer-date>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;
  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: .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: .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: #fff;
  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: #fff
}

@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: .75rem;
  line-height: .9rem
}

.prayer-time-container .pt-now .pt-box .pt-remaining {
  color: #fff;
  font-size: .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: .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;
  scrollbar-width: none
}

.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: .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: 700
}

.prayer-time-container .tab-container.country-tab .active:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-bottom: .3em solid #fff;
  border-right: .3em solid rgba(220, 53, 69, 0);
  border-top: 0;
  border-left: .3em solid rgba(121, 82, 179, .07059);
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.prayer-time-container .tab-container.city-tab {
  background-color: #fff
}

@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: #000;
  font-size: 78%
}

.next-item-link .icon {
  margin-left: .5rem
}

.next-item-link .prev-icon {
  margin-right: .5rem;
  margin-left: 0
}

.gn-fadein-card {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s
}

.gn-hide-card {
  opacity: 0
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.premium-section {
  width: 100%
}

.premium-section:before {
  content: " ";
  height: 12px;
  display: block;
  border-top: 4px dotted #e5eef5;
  border-bottom: 4px dotted #e5eef5
}

.premium-section:after {
  content: " ";
  height: 12px;
  display: block;
  border-top: 4px dotted #e5eef5;
  border-bottom: 4px dotted #e5eef5
}

.premium-section .section-header {
  border: 0
}

.premium-section .section-header h3 {
  font-size: 50px;
  color: #92e2ec;
  text-align: center;
  font-weight: 700
}

@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(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(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: #000;
  line-height: 25px
}

.join-premium {
  font-size: 14px;
  font-family: Montserrat, Arial, sans serif;
  line-height: 15px;
  color: #000;
  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: #fff;
  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-size: 1.125rem;
  font-weight: 700
}

.premium-intro h2,
.premium-intro p {
  font-family: Montserrat, Arial, sans serif
}

.premium-intro p {
  color: #767676;
  font-size: 1rem
}

.tt-hint,
.tt-input {
  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, .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, .2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(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: .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(90deg, #eafaff 0, #028bb7 50%, #005672);
  border-radius: 16px;
  color: #fff;
  font-family: Montserrat, Arial, sans serif;
  padding: 17px 0
}

@media (max-width:767.98px) {
  .gn-weather-container .weather-card {
    background: linear-gradient(180deg, #eafaff 0, #028bb7 50%, #005672);
    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: .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: .88rem;
  font-weight: 700;
  line-height: 17px
}

.gn-weather-container .weather-card .weather-sys span {
  font-weight: 400;
  font-size: .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: #fff;
  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: #000
}

.gn-weather-container .weather-card .w-info {
  font-size: .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 #fff
}

.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 #fff
  }

  .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: .75rem;
  color: #013d6c
}

.gn-weather-container .gn-forcast-date-month {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 300;
  font-size: .88rem;
  color: #637a86
}

.gn-weather-container .gn-forcast-temp-deg {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 400;
  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: .88rem;
  padding: .5rem .75rem;
  display: none;
  border-radius: 0
}

.ais-RangeInput-form .sign-in-section .was-validated input:valid,
.ais-RangeInput-form .user .was-validated input:valid,
.sign-in-section .was-validated .ais-RangeInput-form input:valid,
.sign-in-section .was-validated .form-control:valid,
.user .was-validated .ais-RangeInput-form input:valid,
.user .was-validated .form-control: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: 50%;
  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].invalid+.invalid-feedback,
.sign-up-form .gn-input[name=password]:focus+.invalid-feedback {
  display: block
}

.sign-in-section .gn-logo img {
  margin: 10px auto 14px
}

.sign-in-section .gn-logo img,
.sign-in-section .gn-logo svg {
  width: 120px;
  height: auto
}

@media (min-width:600px) {

  .sign-in-section .gn-logo img,
  .sign-in-section .gn-logo svg {
    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 {
  font-weight: 500
}

.sign-in-section header .dropdown-menu a,
.sign-in-section header .nav-link {
  color: #191e21;
  text-decoration: none
}

.sign-in-section header .divider {
  margin: 1rem 0 2rem
}

.sign-in-section .alert {
  font-size: .88rem;
  padding: .5rem .75rem;
  display: none
}

.sign-in-section .section-title,
.sign-in-section h2 {
  font-family: Montserrat, Arial, sans serif;
  font-size: 1.125rem;
  line-height: 1.5rem
}

@media (min-width:768px) {

  .sign-in-section .section-title,
  .sign-in-section h2 {
    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: #fff
}

.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 .ais-RangeInput-submit,
.sign-in-section .btn {
  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.ais-RangeInput-submit,
.sign-in-section a.btn {
  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: #fff !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: #fff;
  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: #fff;
  vertical-align: middle
}

.sign-in-section .fb-login-btn {
  color: #fff !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 solid #5672ac;
  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: #fff;
  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 solid #dee2e6;
  border-bottom: 1px solid #dee2e6
}

.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 img,
.sign-in-section .footer-logos svg {
  vertical-align: middle;
  width: 100%
}

.sign-in-section .welcome-txt {
  font-weight: 300;
  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: #000;
  color: #fff;
  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: 0 3px 12px 2px rgba(212, 204, 212, .46)
}

.sign-in-section .form-footer .unsubscribe-all {
  width: 100%;
  display: block
}

.sign-in-section .form-footer input {
  background-color: #fff
}

.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 0;
  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: .25rem;
  font-size: 80%;
  color: green
}

.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 {
  padding: 12px 7px;
  margin: 0
}

.gn-header-strips,
.gn-selector-header-strips {
  background-image: url(../images/background-dots-blue.jpg)
}

.gn-selector-header-strips {
  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: #000;
  font-size: .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: .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
}

.gn-grid-row,
.gn-grid-row-header,
.gn-row-header {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 600;
  font-size: .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: .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: #fff;
  font-weight: 400;
  font-size: .88rem
}

.gn-cr-container .col-header-desk {
  line-height: 32px
}

.gn-cr-container .row-header {
  color: #013d6c;
  font-weight: 400;
  font-size: .88rem
}

.gn-cr-container .cc-select .dropdown-toggle:after {
  content: none
}

.gn-cr-container .cc-select button {
  position: relative;
  color: #fff;
  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: #fff url(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-by-filter,
.search-filter {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
  border-color: #eeeee5;
  min-height: 48px;
  background: #fff url(icon-chevron-down.svg) no-repeat 97% 50%;
  background-size: 20px
}

.search-by-filter:focus,
.search-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: #fff 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 .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: #fff
}

.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: #fff;
  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: #fff;
  margin-top: 2px
}

.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: #fff;
  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: #333
}

.gt-results .gt-date {
  font-size: .75rem;
  color: #637a86
}

.gt-results .gt-price {
  color: #0288d1
}

.gt-results .gt-price,
.gt-results .gt-vertical {
  font-size: .75rem;
  font-family: Montserrat, Arial, sans serif;
  font-weight: 600
}

.gt-results .gt-view-more {
  color: #333;
  font-size: .88rem;
  display: block;
  padding-top: .75rem;
  text-align: right;
  font-family: Montserrat, Arial, sans serif
}

.gt-results .gt-vertical {
  font-size: .75rem;
  color: #333;
  line-height: 1.2rem
}

.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:active,
.recipe-wrapper .search-box-wrapper .ais-SearchBox-input:focus {
  outline-color: #f97d25
}

.recipe-wrapper .btn-my-recipe {
  background-color: #002234;
  color: #fff;
  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: .88rem;
  color: #637a86;
  transition: all .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 .6s ease
}

.gn-form .gn-input {
  font-family: Montserrat, Arial, sans serif;
  font-size: 1rem;
  width: 100%;
  padding: 10px;
  height: 46px;
  max-height: 46px;
  outline: none;
  transition: all .3s ease;
  background: none;
  border-radius: 0;
  border: 2px solid #d8dee1
}

@media (min-width:600px) {
  .gn-form .gn-input {
    font-size: .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 .3s ease
}

.gn-form .gn-input:focus+.gn-label {
  opacity: 0;
  left: 40%;
  transition: all .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 .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: #fff
}

.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 .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: #fff 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: #fff 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
}

.gn-btn,
.gn-btn-normal {
  font-size: .88rem;
  font-weight: 600
}

.gn-btn-normal {
  text-transform: uppercase;
  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: .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-weight: 600
}

.gn-polls .poll-date,
.gn-polls .poll-st {
  font-size: .75rem;
  font-family: Montserrat, Arial, sans serif
}

.gn-polls .poll-st {
  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-size: 14px
}

.poll-q,
.total-votes {
  font-family: Montserrat, Arial, sans serif
}

.total-votes {
  color: #000;
  font-size: .88rem;
  font-weight: 600
}

.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:after,
.with-image-polls .gn-radio-input+label:before {
  display: none
}

.with-image-polls .gn-radio-input+label .label-image img {
  border: 2px solid #fff;
  transition: all .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: 0 0 59px -12px rgba(0, 0, 0, .47);
  transition: all .6s ease
}

.with-image-polls .gn-radio-input:checked+label .label-image img {
  border-color: #013d6c;
  transition: all .6s ease
}

.poll-related-article {
  color: #fff;
  background-color: #4181b4;
  height: 100%
}

.poll-related-article .head {
  border-bottom: 1px solid;
  font-family: Montserrat, Arial, sans serif;
  font-size: .75rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 6px
}

.poll-related-article .article-link {
  color: #fff;
  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: .88rem;
  font-weight: 400
}

.restaurant-review {
  border-top: 3px solid #e56400;
  background: #f7f7f4;
  margin-top: 20px;
  margin-bottom: 30px
}

.restaurant-review img {
  margin: 0
}

.restaurant-review .restaurant-info {
  font-size: .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: .75rem;
  line-height: 1.2rem
}

@media (min-width:992px) {
  .restaurant-filter {
    background-color: #fff;
    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;charset=utf-8,%3Csvg width='12' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.173.392a.848.848 0 01.573-.218c.215 0 .42.078.573.218.075.07.135.151.176.242a.693.693 0 010 .57c-.04.09-.1.173-.176.242L6.741 5.608a.85.85 0 01-.573.219.85.85 0 01-.574-.219L1.016 1.446a.739.739 0 01-.176-.242.693.693 0 010-.57c.04-.09.1-.173.176-.242a.848.848 0 01.573-.218c.214 0 .42.078.573.218l4.007 3.414L10.173.392z' fill='%23F97D25'/%3E%3C/svg%3E");
    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-expanded.restaurant-filter,
  .restaurant-filter.res-search .filter-open .filter-content {
    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: .75rem;
  line-height: 1.2rem
}

.restaurant-filter .filter-head {
  font-size: .75rem;
  font-weight: 600;
  margin-bottom: .5rem;
  font-family: Montserrat, Arial, sans serif;
  text-transform: uppercase
}

.restaurant-filter .ais-RangeInput-input,
.restaurant-filter .ais-SearchBox-input {
  max-height: 32px;
  border: 2px solid #d8dee1;
  border-radius: 0;
  font-size: .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:after,
.restaurant-filter .ais-RefinementList-checkbox+.ais-RefinementList-labelText:before {
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 0 !important
}

.restaurant-filter .ais-NumericMenu-labelText {
  font-size: .75rem
}

.restaurant-filter .ais-RangeInput-submit {
  line-height: 1.2rem;
  font-size: .75rem;
  max-height: 32px
}

.rest-filter-modal,
.restaurant-search {
  background: #f7f7f4;
  font-family: Montserrat, Arial, sans serif
}

.filter-modal-header .close-filter {
  border: none;
  background: none;
  padding: 10px 10px 0;
  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: #fff
}

.clear-filter-lg .ais-ClearRefinements-button,
.clear-filter-lg .clear-filter {
  color: #000;
  font-size: 13px;
  -webkit-text-decoration-color: #767676;
  text-decoration-color: #767676;
  text-decoration: underline
}

.card-recipe-search .card-wrap {
  background-color: #fff;
  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: #fff;
  position: relative;
  padding-right: 36px;
  border-radius: 3px 0;
  max-height: 32px
}

.recipe-search-box .btn-my-recipe:after {
  content: " ";
  width: 21px;
  height: 16px;
  background-image: url(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 .card-title,
.gn-vid-playlist .video-title-lg {
  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: #000
}

.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, transparent 26.56%, #000)
}

.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 .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 .6s ease
}

.gn-social-share .share-link:hover svg {
  fill: #fff
}

.pr-card {
  background: #000;
  border-radius: 0
}

.pr-card .card-title a {
  color: #fff
}

.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: #fff;
  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, #090909 25%, transparent 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, #090909 25%, transparent 82%)
}

.pr-card .media-body {
  position: relative
}

.pr-card.premium-card .card-img {
  border-top: 3px solid #1abcd2
}

.pr-card.premium-card .lead {
  font-size: .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 solid #1abcd2
}

.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 solid #1abcd2
}

.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: .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: #fff;
  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: .7rem;
  padding-top: .5rem
}

.visual-feature {
  padding-bottom: 40px;
  padding-top: 20px
}

.visual-feature .vf-title {
  color: #fff;
  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: #fff;
  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: #000
}

.top-story-travel .card.pr-card .card-title a {
  color: #fff
}

.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,
  .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
}

.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 .blue-link,
.static-pages .footer-nav .menu-bar .nav-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-size: .75rem;
  font-weight: 600
}

.static-pages .sp-navi-blue-text,
.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: .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: #fff
}

.static-pages .contact-us-form .message.success-feedback {
  color: #fff;
  background-color: green
}

.static-pages .contact-us-form .success-txt {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: green;
  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: .88rem;
  font-weight: 600;
  line-height: 16px;
  color: #111;
  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: .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: .88rem
}

.static-pages-about-us .history-desc,
.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: .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: .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: 400;
  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 #000;
  font-weight: 700;
  font-size: 14px;
  font-family: Montserrat, Arial, sans serif
}

.contact-us h5 {
  color: #e56400
}

.contact-us h5,
.contact-us h6 {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 700
}

.contact-us h6 {
  color: #013d6c;
  font-size: .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: .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 solid #fff;
  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 solid #fff
}

.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 #fff
}

.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: .88rem;
  font-weight: 500
}

.gn-history p,
.static-pages-about-us p,
.static-pages-apps-devices p,
.static-pages-policies p,
.static-pages-services 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: .8rem
}

#contact-us input,
#contact-us textarea,
#have-you-say input,
#have-you-say textarea {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: .25rem;
  border: 1px solid #ced4da;
  color: #495057;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: .375rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%
}

#contact-us input[type=submit],
#have-you-say input[type=submit] {
  background-color: #e56400;
  border-color: #e56400;
  color: #fff;
  width: 40%
}

#our-policy-accord .policy-nav .heading {
  background-color: #dee2e6;
  font-family: Montserrat, Arial, sans serif;
  font-size: .88rem;
  font-weight: 600;
  padding: 5px 10px;
  margin-right: 77px
}

#our-policy-accord .policy-nav div button {
  color: #111;
  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: .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: #fff;
  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: #000;
  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: #000
}

.tour-section .new-feature.whats-beta .feature-title,
.tour-section .new-feature.whats-beta p {
  color: #fff
}

.gn-cinema-now-showing,
.gn-cinema-now-showing .heading {
  font-family: Montserrat, Arial, sans serif
}

.gn-cinema-now-showing .heading {
  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: .88rem;
  font-weight: 600;
  white-space: normal
}

@media (max-width:767.98px) {
  .gn-cinema-now-showing .show-timing-btn button {
    font-size: .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 button.gn-pills-nav {
  border: none;
  outline: none
}

.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: .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: .88rem;
  font-weight: 600;
  line-height: 1rem
}

.gn-cinema-result .trailer-link .icon {
  margin-left: .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: .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: .88rem;
  font-weight: 500;
  line-height: 1.1;
  padding: .25rem .6rem;
  width: 100%
}

.filim-time-link span {
  opacity: .8
}

.gn-badge-head-cntnr {
  background-color: #fff
}

.gn-badge-head-cntnr .badge {
  background-color: #013d6c;
  border-radius: 0;
  color: #fff;
  font-family: Montserrat, Arial, sans serif;
  font-size: .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-weight: 600;
  font-size: .88rem
}

.gn-info-text,
.gn-search-result-info {
  font-family: Montserrat, Arial, sans serif
}

.gn-search-result-info {
  font-weight: 400;
  font-size: 1.25rem
}

.gn-cinema-search .movie-search-link {
  color: #e56400;
  font-family: Montserrat, Arial, sans serif;
  font-size: .88rem;
  padding-right: 5px;
  text-decoration: underline
}

.gn-searching-ind {
  opacity: .5
}

.or-text {
  color: #637a86;
  font-weight: 500
}

.gallery-cartoon,
.gallery-hp {
  padding: 1.875rem;
  background-color: #000
}

@media (max-width:991.98px) {

  .gallery-cartoon,
  .gallery-hp {
    padding: 15px
  }
}

.gallery-cartoon .gallery-title,
.gallery-hp .gallery-title {
  font-family: Montserrat, Arial, sans serif;
  font-size: 27px;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase
}

.gallery-cartoon .section-header,
.gallery-hp .section-header {
  margin: 0
}

.gallery-cartoon .card,
.gallery-hp .card {
  background-color: #000;
  position: relative
}

.gallery-cartoon .card:first-child,
.gallery-hp .card:first-child {
  margin-bottom: 1rem
}

.gallery-cartoon .card .card-title a,
.gallery-hp .card .card-title a {
  color: #fff
}

.gallery-cartoon .card .card-img-top,
.gallery-hp .card .card-img-top {
  border: none
}

.gallery-cartoon .card .card-body,
.gallery-hp .card .card-body {
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: .8rem .75rem .4rem;
  background: linear-gradient(0deg, #000, #090909 33%, transparent 84%)
}

.gallery-cartoon .card .lead,
.gallery-hp .card .lead {
  color: #fff
}

.gallery-cartoon .card.sponsored .tag-container,
.gallery-hp .card.sponsored .tag-container {
  margin: 0
}

.gallery-cartoon .card.sponsored .tag,
.gallery-hp .card.sponsored .tag {
  color: #e56400
}

.gallery-cartoon {
  background-color: #ffefe5
}

.gallery-cartoon .gallery-title {
  color: #000
}

@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-dow .card-title,
.travel-trending .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
}

.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: .375rem .75rem;
  font-size: 1rem;
  height: 3rem;
  max-height: 46px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eeeee5;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .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 {
  z-index: 1;
  right: .5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: none;
  cursor: pointer;
  outline: none
}

.ais-SearchBox-submit,
.ais-SearchBox-submitIcon {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px
}

.ais-SearchBox-submitIcon {
  left: 50%;
  margin-top: 4px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.ais-SearchBox-reset {
  display: none
}

.ais-MenuSelect-select,
.ais-SortBy-select {
  font-size: .88rem;
  font-weight: 600;
  color: #767676;
  border: 1px solid #eeeee5;
  border-radius: .25rem;
  min-height: 46px;
  line-height: 2rem;
  background: #fff url(icon-chevron-down.svg) no-repeat 97% 50%;
  background-size: 20px;
  width: 100%;
  padding: .375rem .75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (min-width:600px) and (max-width:767px) {
  .wrapper {
    max-width: 640px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .wrapper {
    max-width: 738px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .wrapper {
    max-width: 982px;
  }
}

.ais-MenuSelect-select:focus,
.ais-SortBy-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 em {
  font-style: normal
}

.ais-Highlight-highlighted,
.ais-Highlight em {
  color: #0288d1;
  background: transparent;
  padding: 0
}

.ais-RefinementList-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 4px
}

.ais-RefinementList-item {
  font-size: .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:after,
.ais-RefinementList-count:before {
  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: #fff
}

.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 .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: .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: .3rem
}

.ais-RangeInput-submit {
  margin-left: 8px;
  padding: .3rem .38rem;
  font-weight: 500
}

.ais-RangeInput-separator {
  margin: 0 .3rem
}

.ais-ClearRefinements-button {
  background: none !important;
  border: none;
  color: #fff;
  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: .6;
  cursor: not-allowed;
  color: #a5abc4
}

.ais-Pagination-item .ais-Pagination-link {
  color: #013d6c;
  transition: color .2s ease-out;
  padding: .3rem .7rem;
  min-width: 34px;
  display: block;
  border: 1px solid #c4c8d8;
  border-radius: 5px;
  transition: background-color .2s ease-out
}

.ais-Pagination-item--selected .ais-Pagination-link {
  color: #fff;
  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: #fff;
  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(icon-search-mb.svg) no-repeat 2px;
  background-position-y: 7px;
  background-position-x: 9px;
  background-size: 20px;
  border: none;
  color: #000;
  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: #fff;
  border-color: #000;
  border-radius: 10em;
  box-shadow: 0 0 5px #6c757d;
  background-image: url(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: #000
}

#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: #444
}

#gn-onesignal-popup .allow-btn {
  background-color: #0288d1;
  color: #fff;
  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: #444
}

#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: #444 !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: #fff
}

.gn-os-po {
  background: #d9eaf2;
  border: 0
}

.gn-os-po .arrow:after {
  border-bottom-color: #d9eaf2
}

.gn-os-po .popover-body {
  padding-bottom: .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: #444
}

.gn-os-po .gn-onesignl-block-msg .desc {
  background: #fff;
  border-radius: 0 0 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-weight: 600;
  font-size: .75rem;
  line-height: 16px
}

.gn-ramadan-timing .prayer,
.gn-ramadan-timing .prayer_date {
  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: #fff;
  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: #fff;
  width: 100%;
  border-right: 1px solid #f6f3e2;
  text-align: center
}

.gn-ramadan-timing-hor .pt-info {
  background-color: #fff
}

.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: .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: #fff;
  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,
.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: #333;
  font-size: .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 .ais-RangeInput-submit,
.gt-jobs-articles .btn {
  text-transform: capitalize !important;
  background-color: #60cdf6;
  border-color: #60cdf6;
  color: #fff !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 .ais-RangeInput-submit,
  .gt-jobs-articles .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
}

.gn-table {
  font-family: Montserrat, Arial, sans serif;
  font-size: .88rem;
  font-weight: 600
}

.gn-table tbody tr>th {
  border-right: 1px solid #dee2e6;
  background-color: #fff;
  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: #fff
}

.body-color {
  color: #111 !important
}

.gn-widget {
  margin-bottom: .5rem
}

.gn-widget .widget-head {
  margin-bottom: .4rem
}

.gn-widget .widget-head .tag {
  display: inline-block;
  color: #fff;
  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 .sponsor-text,
.gn-widget .tm {
  font-size: .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: #fff
}

.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 td,
  .gn-widget .table th {
    padding-left: .5rem;
    padding-right: .5rem
  }
}

.gn-widget .view-last {
  margin-bottom: .5rem;
  font-family: Montserrat, Arial, sans serif;
  font-size: .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 .ais-RangeInput-submit,
.gn-widget .view-more .btn {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 600;
  text-align: center;
  width: 100%
}

@media (min-width:768px) {

  .gn-widget .view-more .ais-RangeInput-submit,
  .gn-widget .view-more .btn {
    float: right;
    width: auto
  }
}

.gn-widget .source {
  margin-bottom: .5rem;
  overflow: hidden;
  font-family: Montserrat, Arial, sans serif;
  font-size: .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: .75rem;
  font-weight: 600;
  margin: 1rem 0
}

.gn-widget-title {
  text-decoration: underline;
  margin-bottom: .6rem
}

.preferences-form,
.preferences-form-with-email {
  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
}

.ais-RangeInput-form .preferences-form-with-email .form-group input,
.ais-RangeInput-form .preferences-form .form-group input,
.preferences-form-with-email .form-group .ais-RangeInput-form input,
.preferences-form-with-email .form-group .form-control,
.preferences-form .form-group .ais-RangeInput-form input,
.preferences-form .form-group .form-control {
  height: 48px
}

@media (min-width:768px) {

  .ais-RangeInput-form .preferences-form-with-email .form-group input,
  .ais-RangeInput-form .preferences-form .form-group input,
  .preferences-form-with-email .form-group .ais-RangeInput-form input,
  .preferences-form-with-email .form-group .form-control,
  .preferences-form .form-group .ais-RangeInput-form input,
  .preferences-form .form-group .form-control {
    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: .88rem;
  color: #637a86;
  margin-bottom: 1rem
}

@media (min-width:600px) {
  .nl-form-container .desc {
    text-align: center
  }
}

.nl-form-container .ais-RangeInput-submit,
.nl-form-container .btn {
  color: #fff !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 .ais-RangeInput-submit,
  .nl-form-container.step2 .btn-wrap>div.skip-wrapper .btn {
    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 .ais-RangeInput-submit,
.nl-form-container.step2 .btn {
  margin: 0 auto .5rem
}

@media (min-width:600px) {

  .nl-form-container.step2 a.ais-RangeInput-submit,
  .nl-form-container.step2 a.btn {
    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: #000;
  padding: 6px;
  display: flex;
  transition: all .3s ease
}

.carousel-slide:last-child {
  margin-left: 5px
}

.carousel-slide svg {
  fill: #fff
}

.carousel-slide:hover {
  background: #e56400;
  transition: all .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-carousel .icon-bag {
  margin-right: .5rem
}

.gn-carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.gn-carousel-slider,
.swiper-wrapper {
  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
}

.gn-slide,
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.gn-slide,
.swiper-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
}

.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
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.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)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

: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: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  line-height: 20px;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: #0a0c0d;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  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: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}

.gn-carousel .swiper-linear {
  transition-timing-function: linear
}

.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: 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: .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: #fff;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
  }
}

.portal-section-title {
  padding: 1rem;
  text-align: center
}

.portal-btn-back,
.portal-section-title {
  font-weight: 600;
  font-family: Montserrat, Arial, sans serif
}

.portal-btn-back {
  font-size: .88rem
}

.portal-category,
.portal-search-box {
  margin-bottom: 1rem;
  font-size: .88rem;
  color: #013d6c;
  background-color: #fff
}

.portal-category .block-heading,
.portal-search-box .block-heading {
  font-weight: 600;
  margin-bottom: .5rem
}

.ais-RangeInput-form .portal-category input,
.ais-RangeInput-form .portal-search-box input,
.portal-category .ais-RangeInput-form input,
.portal-category .ais-RangeInput-submit,
.portal-category .btn,
.portal-category .form-control,
.portal-search-box .ais-RangeInput-form input,
.portal-search-box .ais-RangeInput-submit,
.portal-search-box .btn,
.portal-search-box .form-control {
  font-size: .88rem;
  border-radius: 0
}

.portal-category .ais-RangeInput-submit,
.portal-category .btn,
.portal-search-box .ais-RangeInput-submit,
.portal-search-box .btn {
  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:first-child {
  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, .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(odd) {
  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: .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: .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: #fff;
  box-shadow: 0 3px 12px 0 rgba(212, 204, 212, .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: .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: #fff
}

.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;
  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: #fff;
  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: #fff
}

.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-weight: 700;
  letter-spacing: -1px
}

.portal-wrapper .article a,
.portal-wrapper .article h1,
.portal-wrapper .article li,
.portal-wrapper .article p {
  font-family: Montserrat, Arial, sans serif
}

.portal-wrapper .col-right .more-stories-list,
.portal-wrapper .col-right .portal-category,
.portal-wrapper .col-right .portal-search-box,
.portal-wrapper .col-right .sbox,
.portal-wrapper .col-right .trending-on-right {
  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
}

.footer-ad-wrapper .adv,
.portal-wrapper .col-right .more-stories-list ul,
.portal-wrapper .col-right .trending-on-right ul {
  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,
.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: 0 3px 12px 0 rgba(212, 204, 212, .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.active svg,
.portal-money .portal-menu .nav-item .icon-active {
  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;
  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:first-child {
    width: calc(100% - 32px);
    text-align: center
  }

  .portal-money .portal-heading-wrapper .portal-head-block:first-child h2 {
    font-size: 1.6rem
  }

  .portal-money .portal-heading-wrapper .portal-head-block:first-child 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 .ais-RangeInput-submit,
.portal-money .portal-search-box .btn {
  border-radius: 4px;
  line-height: 24px
}

.portal-money .portal-search-box .form-group:last-child {
  margin-bottom: 0
}

.portal-money .terms-of-use {
  color: #fff
}

.portal-money .terms-of-use a {
  color: #b7d0de
}

.portal-money .btn-load-more {
  border-color: #0288d1;
  color: #0288d1;
  background-color: #fff;
  font-weight: 600;
  font-size: .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;
  background: url(../images/bg_signuptonewsletter.jpg) repeat 50%
}

.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-desc,
.portal-money .sbox .sbox-article-title,
.subscribe.your-money .sbox-article-desc,
.subscribe.your-money .sbox-article-title {
  color: #fff;
  font-family: Montserrat, Arial, sans serif
}

.portal-money .sbox .sbox-article-desc span,
.portal-money .sbox .sbox-article-title span,
.subscribe.your-money .sbox-article-desc span,
.subscribe.your-money .sbox-article-title span {
  font-weight: 600
}

.portal-money .sbox .sbox-icon,
.subscribe.your-money .sbox-icon {
  position: absolute;
  right: 1rem;
  top: .5rem
}

.portal-money .sbox form .ais-RangeInput-submit,
.portal-money .sbox form .btn,
.subscribe.your-money form .ais-RangeInput-submit,
.subscribe.your-money form .btn {
  font-size: .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: #fff;
  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: #fff;
  line-height: 1.2rem;
  font-size: .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: .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: #fff;
  padding-left: .25rem;
  font-size: .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: #fff;
  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, .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: .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, .1) 1.96%, #dee2e6), linear-gradient(0deg, #fff, #fff)
}

.user.bg-alert {
  background: linear-gradient(157.03deg, #fff9f0 28.97%, #e56400 92.15%), linear-gradient(180deg, rgba(222, 226, 230, .1) 1.96%, #dee2e6), linear-gradient(0deg, #fff, #fff)
}

@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: #fff;
  margin: 0;
  display: none
}

.user .continue {
  text-decoration: none;
  position: absolute;
  font-size: 1rem;
  color: #fff;
  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: #fff
}

@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;
  font-size: 1.125rem;
  letter-spacing: -.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: .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: .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 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 .6s ease
}

.user .gn-form .gn-input.input-expand+.gn-label,
.user .gn-form .gn-input:focus+.gn-label {
  top: -15px;
  opacity: 1;
  font-size: 10px;
  left: 0;
  transition: all .3s ease
}

.user .gn-form .gn-input[name=password].invalid+.invalid-feedback,
.user .gn-form .gn-input[name=password]:focus+.invalid-feedback {
  display: block
}

.user .gn-form .invalid-feedback {
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500
}

.user .gn-form label {
  font-size: .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: .75rem;
  line-height: 1rem;
  color: #8a9ba4;
  font-weight: 500
}

.user .ais-RangeInput-submit,
.user .btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .88rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 1rem
}

.user .ais-RangeInput-submit+p,
.user .btn+p {
  color: #8a9ba4;
  text-transform: uppercase;
  font-size: .88rem;
  font-weight: 500
}

.user .btn-fb.ais-RangeInput-submit,
.user .btn.btn-fb {
  color: #3b5998;
  border-color: #3b5998;
  border-width: 2px;
  margin-bottom: 0
}

.user .btn-fb.ais-RangeInput-submit:active,
.user .btn-fb.ais-RangeInput-submit:focus,
.user .btn-fb.ais-RangeInput-submit:hover,
.user .btn.btn-fb:active,
.user .btn.btn-fb:focus,
.user .btn.btn-fb:hover {
  background-color: #fff
}

.user .ais-RangeInput-submit .fb-icon,
.user .btn .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 .ais-RangeInput-submit .fb-icon svg,
.user .btn .fb-icon svg {
  height: 24px;
  width: 24px;
  fill: #fff;
  vertical-align: middle
}

.user .alert {
  font-size: 13px
}

.user .alert a {
  font-weight: 500
}

.user .alert.alert-primary a {
  color: #234861
}

.user.success .gn-form,
.user.success .modal-caption,
.user.success .modal-title {
  display: none
}

.user.success .form-respose {
  display: block
}

.user .form-respose {
  margin-top: 2rem;
  text-align: center;
  font-size: .75rem
}

.user .form-respose .verify-email {
  font-weight: 600
}

.user .form-respose .btn-primary {
  color: #fff;
  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, #fff, hsla(0, 0%, 100%, 0)), #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: #fff
}

@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: #fff
}

.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: .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: 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: .75rem;
  text-transform: uppercase;
  margin-top: .25rem
}

@media (min-width:992px) {
  .mm-counter .mm-ticker .dt-text {
    margin-top: .5rem
  }
}

.mm-counter .ais-RangeInput-submit,
.mm-counter .btn {
  font-size: .75rem;
  font-weight: 600;
  width: 130px;
  display: block;
  margin: 1rem auto .5rem;
  background-color: #e56400;
  border-color: #e56400
}

@media (min-width:992px) {

  .mm-counter .ais-RangeInput-submit,
  .mm-counter .btn {
    width: 80%
  }
}

.mm-counter .ais-RangeInput-submit:active,
.mm-counter .ais-RangeInput-submit:focus,
.mm-counter .btn:active,
.mm-counter .btn:focus {
  background-color: #e56400;
  border-color: #e56400;
  box-shadow: none
}

@media (min-width:992px) {

  .mm-counter .ais-RangeInput-submit,
  .mm-counter .btn {
    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 {
  0% {
    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(1turn);
    -moz-transform: translateZ(-2.5em) rotateY(1turn);
    -webkit-transform: translateZ(-2.5em) rotateY(1turn)
  }
}

.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: 700;
  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: 700;
  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: 700;
  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: 700;
  margin: 0
}

.ipl-wrapper-outer .ipl-wrapper .ipl-completed .title {
  background-color: #f2dd4e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  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: 700;
  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-m img,
.ipl-wrapper-outer .ipl-wrapper .ipl-sponsor img {
  max-width: 100%
}

.ipl-trending {
  font-family: Montserrat, Arial, sans serif;
  font-size: .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: #fff;
  font-weight: 700;
  font-size: 14px;
  padding-left: 5px;
  float: left
}

.ipl-trending .ipllive .title span {
  background-color: #ce181e;
  font-weight: 700;
  font-size: 10px;
  padding: 6px;
  margin: 5px 5px 5px 8px
}

.ipl-trending .ipllive .live-item {
  padding: 0 10px;
  font-weight: 400;
  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: 700;
  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: #fff;
  font-weight: 700;
  font-size: 14px;
  padding-left: 5px;
  float: left
}

.ipl-trending .ipl-scheduled .title span {
  background-color: #f2dd4e;
  color: #012e51;
  font-weight: 700;
  font-size: 10px;
  padding: 6px;
  margin: 5px 5px 5px 8px;
  text-transform: uppercase
}

.ipl-trending .ipl-scheduled .scheduled-item {
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  color: #191e21;
  display: flex;
  float: left;
  text-transform: uppercase
}

.ipl-trending .ipl-scheduled .scheduled-item p {
  margin: 0;
  font-weight: 700;
  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: #fff;
  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: #fff
}

[data-widget=ipl-slider] .entity-widget-main-div ul.entity_tabs.threeitems li.active a {
  color: #fff
}

.entity-widget-main-div .entity_tabs>li.active a {
  background-color: #ce181e !important
}

.icon-lightcoral {
  fill: #fff;
  background-color: hsla(0, 0%, 100%, .3)
}

.hp-ipl {
  padding: 1rem;
  font-family: Montserrat, Arial, sans serif;
  background-color: #ffebeb
}

.hp-ipl .section-header {
  margin: 0 0 1rem;
  background-color: #ce181e;
  padding-left: .75rem;
  border: none
}

.hp-ipl .section-header a {
  color: #fff
}

.hp-ipl .match-status-links .row {
  margin-left: -.5rem;
  margin-right: -.5rem
}

.hp-ipl .match-status-links [class^=col] {
  padding-left: .5rem;
  padding-right: .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: #fff;
  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: #fff
}

.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, .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: #fff
}

.hp-ipl .card .mr-3 {
  margin-right: .5rem !important
}

.hp-ipl .ipl-video {
  position: relative
}

.hp-ipl .ipl-video .card-title a {
  color: #fff
}

.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;
  background: linear-gradient(0deg, #000, #090909 33%, transparent 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;charset=utf-8,%3Csvg width='10' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.866.859A5.003 5.003 0 000 5.5c0 2.757 2.244 5 5 5 2.759 0 5-2.243 5-5A4.98 4.98 0 006.866.86zM5 9.883A4.387 4.387 0 01.65 4.955a4.386 4.386 0 015.986-3.524A4.367 4.367 0 019.384 5.5 4.388 4.388 0 015 9.882zm1.91-4.577h-1.6V3.017a.306.306 0 00-.307-.307.306.306 0 00-.308.307v2.597c0 .17.136.308.308.308h1.906a.31.31 0 00.309-.308.31.31 0 00-.309-.308z' fill='%23F97D25'/%3E%3C/svg%3E");
  padding-left: 1rem;
  background-repeat: no-repeat;
  background-position: 0
}

.card-food .for-two,
.card-recipe .for-two {
  font-size: .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;
  background-repeat: no-repeat
}

@media (min-width:600px) {

  .card-food-featured,
  .card-football-wide {
    background: url(../images/bg_herbsandspices.jpg) 100%
  }
}

.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: #fff;
  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: .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: .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: #fff;
  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: .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: #fff;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 1rem;
  margin-bottom: .4rem
}

.card-football-wide .media .media-body .tag-container.live {
  background-color: #fff
}

.card-football-wide .media .media-body .tag-container.live .tag {
  color: #b71c1c;
  background-color: #fff;
  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
}

.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: normal
  }
}

.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: #fff;
  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: .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;charset=utf-8,%3Csvg width='14' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.555 14.37L7 14l-.555.37L1 18V2c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v16l-5.445-3.63z' fill='%23F7F7F4' stroke='%23F97D25' stroke-width='2'/%3E%3C/svg%3E");
  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;charset=utf-8,%3Csvg width='14' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.555 14.37L7 14l-.555.37L1 18V2c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v16l-5.445-3.63z' fill='%23F97D25' stroke='%23F97D25' stroke-width='2'/%3E%3C/svg%3E")
}

@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: #fff
}

.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
}

.hp-recipe-guide .card-title {
  line-height: 1.25rem;
  margin-bottom: 1rem
}

.hp-recipe-guide .card .meta span {
  font-size: .75rem
}

.hp-recipe-guide .card .meta .servings {
  float: left
}

.hp-recipe-guide .card .meta .servings+span {
  float: right
}

.hp-recipe-guide .card .tag {
  color: #fff
}

.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
}

.hp-cuisine .card-title {
  line-height: 1.25rem;
  margin-bottom: 1rem
}

.hp-cuisine .card-wrap {
  padding: 0;
  background-color: #fff;
  margin-bottom: 1rem;
  height: calc(100% - 1rem)
}

.hp-cuisine .card-wrap .card,
.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, .9), hsla(0, 0%, 100%, 0))
}

.food-banner .gn-logo {
  height: 40px
}

@media (min-width:992px) {
  .food-banner .gn-logo {
    height: 50px
  }
}

.food-banner .ais-RangeInput-submit,
.food-banner .btn {
  background-color: #f97d25;
  color: #fff;
  font-family: Montserrat, Arial, sans serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .88rem;
  position: relative;
  padding-left: 38px;
  max-height: 34px
}

.food-banner .ais-RangeInput-submit svg,
.food-banner .btn svg {
  position: absolute;
  height: 14px;
  width: 14px;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #fff
}

.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: .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 #000
}

.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: .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 .ais-RangeInput-submit,
.alert-my-recipe .btn {
  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-recipe-search .ais-Pagination-item .ais-Pagination-link,
.card-restaurant-search .ais-Pagination-item .ais-Pagination-link {
  color: #191e21
}

.card-recipe-search .ais-Pagination-item .ais-Pagination-link--selected,
.card-restaurant-search .ais-Pagination-item .ais-Pagination-link--selected {
  background-color: #f97d25;
  color: #fff;
  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;charset=utf-8,%3Csvg width='12' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.173.392a.848.848 0 01.573-.218c.215 0 .42.078.573.218.075.07.135.151.176.242a.693.693 0 010 .57c-.04.09-.1.173-.176.242L6.741 5.608a.85.85 0 01-.573.219.85.85 0 01-.574-.219L1.016 1.446a.739.739 0 01-.176-.242.693.693 0 010-.57c.04-.09.1-.173.176-.242a.848.848 0 01.573-.218c.214 0 .42.078.573.218l4.007 3.414L10.173.392z' fill='%23F97D25'/%3E%3C/svg%3E");
  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 .ais-RangeInput-submit,
.card-recipe-search .sub-heading.message .btn {
  text-transform: uppercase;
  background-color: #f97d25;
  color: #fff;
  font-weight: 500;
  font-size: .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: #fff;
  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: normal
  }
}

.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, #d8f4ff 90.09%);
  border-radius: 30px;
  padding: 30px 0 20px;
  font-family: Montserrat, Arial, sans serif;
  margin: 45px 0;
  min-height: 530px
}

@media (max-width:991.98px) {
  .games-header {
    background: linear-gradient(180.25deg, #80d6f9 .22%, #effafe 72.26%);
    border-radius: 12px;
    padding: 30px 0;
    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: 700
  }
}

.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 0 0 4px
}

.game-sudoku-tab.nav .nav-item:last-child a {
  border-radius: 0 4px 4px 0
}

@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 0 0 4px
}

.section-sudoku-tab .nav-item:last-child {
  border-radius: 0 4px 4px 0
}

.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 .ais-RangeInput-submit,
.game-card .btn {
  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: 0
  }

  .game-graphics-home img {
    width: 94%
  }
}

.game-component {
  border-radius: 30px;
  font-family: Montserrat, Arial, sans serif;
  margin: 0 0 45px;
  padding: 20px 15px 20px 0
}

@media (min-width:600px) {
  .game-component {
    padding: 30px
  }
}

.game-component .cmp-inner {
  background: url(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 .ais-RangeInput-submit,
.game-component .btn {
  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(image_wordsearch.svg) no-repeat 0 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: 700;
  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(icon-howtoplay.svg) no-repeat 99% 0/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;
    border-radius: 12px
  }

  .game-component .cmp-inner {
    background: none !important;
    padding: 0 !important
  }

  .game-component .game-card img {
    width: 100%
  }

  .game-component .ais-RangeInput-submit,
  .game-component .btn {
    font-size: 7px;
    padding: 3px 6px;
    margin-left: -28px;
    bottom: 10px
  }

  .game-component.weekend-crossword .title-wrap {
    background: url(img-weekend-crossword.svg) no-repeat 25px 0/110px auto
  }

  .game-component.how-to-play {
    padding: 30px 20px
  }

  .game-component.how-to-play .title-wrap {
    background: url(icon-howtoplay.svg) no-repeat 0 0/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: #fff
}

.game-powerd-by {
  font-size: .88rem;
  font-family: Montserrat, Arial, sans serif;
  font-weight: 300;
  color: #111;
  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 #000;
  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(icon-crossword.svg) no-repeat 0 0;
  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: 0 20px
}

.foot-notes p {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 32px;
  margin: 0;
  line-height: 28px;
  font-size: 14px
}

.foot-notes p:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(btn-email.svg) no-repeat 0 0
}

@media (max-width:991.98px) {
  .foot-notes {
    padding: 10px
  }

  .foot-notes p {
    padding: 0 0 0 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 28%
  }
}

@media (max-width:767.98px) {
  .games-section .card {
    scroll-snap-align: center;
    flex: 0 0 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: #fff
}

.games-section .games-menu a:after {
  content: "";
  background: url(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(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(odd) {
    padding-right: 3px
  }

  .games-section .games-menu .row>div:nth-of-type(odd) 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
}

.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: 700;
  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: 700;
  padding: 8px 0 0 15px;
  color: #fff
}

.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: 700
}

.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: 700;
  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: 700;
  padding: 8px 0 0 15px;
  color: #fff
}

.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: 700;
  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-m img,
.football-wrapper-outer .football-wrapper .football-sponsor img {
  max-width: 100%
}

.football-trending {
  font-family: Montserrat, Arial, sans serif;
  font-size: .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: #fff;
  font-weight: 700;
  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: 700;
  font-size: 10px;
  padding: 10px 6px;
  margin: 5px 5px 5px 8px;
  text-transform: uppercase
}

.football-trending .footballlive .live-item {
  padding: 0 10px;
  font-weight: 400;
  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: 700;
  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: #fff;
  font-weight: 700;
  font-size: 14px;
  padding-left: 5px;
  float: left
}

.football-trending .football-scheduled .title span {
  background-color: #e2eaf3;
  color: #012e51;
  font-weight: 700;
  font-size: 10px;
  padding: 10px 6px;
  margin: 5px 5px 5px 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: #fff;
  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: #fff
}

[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: #fff;
  color: #78102d
}

[data-widget=football-slider] .entity-widget-main-div ul.entity_tabs.threeitems li.active a {
  color: #fff !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: #fff
}

[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: #fff
}

[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: #fff !important
}

.subs-widget {
  font-family: Montserrat, Arial, sans serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -.01em;
  font-weight: 600;
  padding-left: .75rem;
  background-color: #9c0331;
  margin-left: auto;
  overflow: hidden;
  height: 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  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;
  margin-bottom: 1rem
}

.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: 700;
  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: 400;
  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: #fff;
  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: 0 4px 4px 0;
  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: #fff
}

.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: 700;
  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
}

.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 {
  0% {
    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(1turn);
    -moz-transform: translateZ(-2.2em) rotateY(1turn);
    -webkit-transform: translateZ(-2.2em) rotateY(1turn)
  }
}

.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: #fff;
  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: #fff;
  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, rgba(255, 235, 205, 0))
}

.sc-campaign-wrapper .img-block {
  width: 348px;
  margin-top: 234px;
  margin-left: 40%
}

.sc-campaign-wrapper .info {
  background-color: #fff;
  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: 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.939 5.22L.883 3.147 0 4.037 2.939 7 9 .89 8.117 0 2.94 5.22z' fill='%23fff'/%3E%3C/svg%3E")
}

.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: #fff;
  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: #fff;
  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: .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: #fff
}

.top-story-full .card-featured .tag-container {
  margin-bottom: 0
}

.top-story-full .card-featured .tag-container .tag {
  color: #fff;
  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;
  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: .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(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(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 0 8px -10px;
  z-index: 1
}

.top-story-full.section .cards-expanded-module .card-body {
  background: #fff;
  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
  }
}

.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 #000;
    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(0 -2px 0 #e56400);
  filter: drop-shadow(0 -2px 0 #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));
  opacity: .7
}

.agnc3 .content-wrapper .card.reach .card-body .card-title a {
  color: #fff
}

.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: #fff;
  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: #fff
}

.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: transparent;
  box-shadow: none;
  text-shadow: none;
  outline: 0;
  border: 0
}

.gn-boilerplate {
  width: 100%;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .01em;
  color: rgba(50, 50, 50, .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, .08);
  z-index: 100
}

.gn-boilerplate__body {
  display: block;
  padding: 62px 72px 56px;
  background-color: #fff
}

.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:focus,
.gn-boilerplate__input:hover {
  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, .4)
}

.gn-boilerplate__input::-moz-placeholder {
  font-family: inherit;
  color: rgba(54, 54, 54, .4)
}

.gn-boilerplate__input:-ms-input-placeholder {
  font-family: inherit;
  color: rgba(54, 54, 54, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%23F23D3D'/%3E%3Cpath d='M8.5 5h-1v4h1V5zm0 5h-1v1h1v-1z' clip-rule='evenodd' fill='%23F23D3D' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  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: .01em;
  color: #fff;
  text-align: center;
  background-color: #ed2939;
  box-shadow: 0 15px 40px rgba(54, 54, 54, .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: .014em;
  color: #fff;
  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;charset=utf-8,%3Csvg width='12' height='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='%23FFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transition: all .2s linear;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px)
}

.gn-boilerplate__button:focus:after,
.gn-boilerplate__button:hover: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,
  .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
}

.podcast .section-logo {
  width: 175px
}

@media (max-width:991.98px) {
  .podcast .section-logo {
    width: 118px
  }
}

.podcast .intro-section {
  margin-top: 24px;
  border: 1px solid #d8dee1;
  background-color: #f7f7f4;
  padding: 15px
}

.podcast .intro-section .intro-text h3 {
  font-size: 24px;
  line-height: 28px
}

@media (min-width:768px) {
  .podcast .intro-section .intro-text h3 {
    font-size: 30px;
    line-height: 36px
  }
}

.podcast .intro-section .intro-text p {
  font-family: Montserrat, Arial, sans serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px
}

@media (min-width:768px) {
  .podcast .intro-section .intro-text p {
    margin: 0
  }
}

.podcast .intro-section .intro-icon {
  border-left: 1px solid #d8dee1
}

.podcast .intro-section .intro-icon p {
  font-family: Montserrat, Arial, sans serif;
  font-size: 14px;
  line-height: 18px;
  color: #637a86;
  margin-bottom: .5rem
}

.podcast .intro-section .intro-icon ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0
}

.podcast .intro-section .intro-icon ul li {
  margin-right: 5px
}

@media (max-width:991.98px) {
  .podcast .intro-section .intro-icon img {
    max-width: 40px
  }
}

.podcast .intro-section img {
  max-width: 100%
}

.podcast #article-wrapper .intro-section {
  margin-top: 0
}

@media (min-width:768px) {
  .podcast #article-wrapper .intro-section .intro-icon {
    padding-right: 0
  }

  .podcast #article-wrapper .intro-section .intro-icon img {
    width: 40px
  }
}

.podcast #article-wrapper .article .intro-section {
  margin-top: 24px;
  margin-bottom: 24px
}

.podcast #article-wrapper .article .intro-section h3 {
  font-family: GlosaHeadline-Black, Georgia, serif;
  margin: 0 0 .5rem;
  font-weight: 500
}

.podcast #article-wrapper .article .intro-section h3 a {
  color: #111
}

.podcast #article-wrapper .article .intro-section .intro-icon ul li {
  padding: 0
}

.podcast #article-wrapper .article .intro-section .intro-icon ul li:before {
  content: "";
  margin: 0
}

.podcast #article-wrapper .article .intro-section .intro-icon ul li img {
  margin: 0;
  width: 38px
}

@media (max-width:991.98px) {
  .podcast .card .img-wrapper .icon.medium {
    width: 3rem;
    height: 3rem
  }

  .podcast .card.card-more-food .img-wrapper .icon.medium {
    width: 2rem;
    height: 2rem
  }
}

.olympic-widgets {
  font-family: Montserrat, Arial, sans serif;
  margin-top: 10px
}

.olympic-widgets .gn-widget .title {
  font-size: 24px;
  font-weight: 500;
  color: #0a0c0d
}

@media (min-width:600px) {
  .olympic-widgets .gn-widget .title {
    font-size: 36px
  }
}

@media (max-width:767.98px) {
  .olympic-widgets h4 {
    font-size: 1.25rem
  }
}

.olympic-widgets .gn-table thead th {
  background-color: #013d6c;
  color: #fff;
  font-weight: 500
}

.olympic-widgets .gn-table td {
  font-weight: 500;
  color: #0a0c0d
}

.olympic-widgets .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff
}

.olympic-widgets .table-striped tbody tr:nth-of-type(2n) {
  background-color: #e5ebef
}

.olympic-widgets .table td {
  border-top: 0
}

.olympic-widgets .o-flag {
  padding-right: 5px
}

.olympic-widgets .o-flag img {
  width: 20px
}

.olympic-widgets .gn-table tbody tr:last-child td,
.olympic-widgets .gn-table tbody tr:last-child th {
  border-bottom: 0
}

.olympic-widgets .chevron-down:after {
  border-color: #0a0c0d
}

.olympic-widgets .chevron-down {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer
}

.olympic-widgets .nav-link {
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #000;
  border: 1px solid #000
}

.olympic-widgets .nav-link:last-child {
  border-radius: 0 4px 4px 0
}

.olympic-widgets .nav-link.active {
  background-color: #000;
  color: #fff
}

.olympic-widgets .sponsor-wrap {
  text-align: right
}