/*--------------------------------------------------------------
# Variables (Colors, Fonts, sizes)
--------------------------------------------------------------*/
/*
 ***********************
 *    IMPORT FONTS     *
 ***********************
*/
/* 
Barlow Condensed 
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap");
/* Font Awesome Icons */
@font-face {
  font-family: FontAwesome;
  src: url(https://www.kelloggcompany.com/content/dam/NorthAmerica/kellogg-company/fonts/fontawesome-webfont.eot);
  src: url(https://www.kelloggcompany.com/content/dam/NorthAmerica/kellogg-company/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(https://www.kelloggcompany.com/content/dam/NorthAmerica/kashi-stories/fonts/fontawesome-webfont.woff2) format("woff2"), url(https://www.kelloggcompany.com/content/dam/NorthAmerica/kellogg-company/fonts/fontawesome-webfont.woff) format("woff"), url(https://www.kelloggcompany.com/content/dam/NorthAmerica/kashi-stories/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://www.kelloggcompany.com/content/dam/NorthAmerica/kellogg-company/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.2em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-flickr:before {
  content: "\F16E"; }

/** Fonts **/
/** Colors **/
/*breakpoints*/
/*--------------------------------------------------------------
# Normalize & Print
--------------------------------------------------------------*/
/*
 ***********************
 * RESET AND NORMALIZE *
 ***********************
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address,
big, code, del, dfn, em, img, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
main, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  line-height: 1.15; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

figure {
  margin: 1em 40px; }

img {
  border-style: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[clear] {
  clear: both; }

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 *******************
 *  PRINT STYLES  *
 *  DONT TOUCH!!  *
 *******************
*/
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Global Styles */
*,
*:before,
*:after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  background-color: #fff;
  text-align: left;
  overflow-x: hidden; }

/*Typography*/
p {
  font-family: "Montserrat", sans-serif;
  font-size: 2.0em;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 400;
  color: #50555c; }

h1,
.h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: #be0f34;
  font-size: 6em;
  font-weight: 800;
  line-height: .9em;
  margin: 0;
  text-transform: uppercase; }
  @media (max-width: 530px) {
    h1,
    .h1 {
      font-size: 4.5em; } }
  h1 span.subhead,
  .h1 span.subhead {
    font-size: 3.7em; }

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.2em;
  line-height: 1em;
  color: #227BAA;
  font-weight: 800; }
  @media only screen and (max-width: 900px) {
    h2 {
      font-size: 3.2em; } }

h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.0em;
  line-height: 1.5em;
  color: #50555c;
  font-weight: 600; }

h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.6em;
  line-height: 1.5em;
  color: #50555c;
  font-weight: 500; }

h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.6em;
  line-height: 1.5em;
  color: #50555c;
  font-weight: 800; }

h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.3em;
  line-height: 1.5em;
  color: #50555c;
  font-weight: 700; }

strong,
b {
  font-weight: 700; }

.center {
  text-align: center;
  margin: 0 auto; }

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #be0f34; }
  a.no-border {
    border: none; }
  a:hover {
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 2px;
    outline: 0; }
    a:hover.no-border {
      border: none; }
    a:hover:active {
      outline: 0; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  white-space: nowrap; }

.dark-gray {
  color: #50555c; }

.kellogg-red {
  color: #be0f34; }

.sky-blue {
  color: #227BAA; }

.grayish-blue {
  color: #7b94a9; }

.tiny {
  font-size: 1.4em;
  line-height: 2em; }

sup {
  vertical-align: top;
  font-size: 0.6em; }

/* Some active styles */
a:focus,
a:focus .button-cta,
a:active,
[tabindex]:focus,
form input[type="checkbox"]:focus + label:before,
form input[type="radio"]:focus + label:before {
  outline: 1px solid #7b94a9; }

input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button:focus,
button:active {
  outline: none; }

input:hover:focus,
input:hover:active,
textarea:hover:focus,
textarea:hover:active,
select:hover:focus,
select:hover:active,
button:hover:focus,
button:hover:active,
a:hover:focus,
a:hover:active {
  outline: none; }

/*common styles*/
nav.breadcrumb {
  margin: 1.0em 0 2.0em;
  color: #50555c;
  font-size: 1.6em;
  font-weight: 500; }
  nav.breadcrumb a {
    color: #50555c;
    font-weight: 500; }

.content_wrapper {
  width: calc(100% - 4rem);
  max-width: 119.4em; }
  @media (min-width: 1018px) {
    .content_wrapper {
      width: calc(100% - 10rem); } }

.video {
  display: flex;
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*flex columns*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

@media screen and (max-width: 728px) {
  .no-gutters {
    margin-right: 15px;
    margin-left: 15px; } }

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-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.333333%;
  max-width: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@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.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .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.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.desktop {
  display: none; }
  @media (min-width: 900px) {
    .desktop {
      display: block; } }

@media (min-width: 900px) {
  .mobile {
    display: none; } }

.tns-nav button:focus {
  outline: thin solid black; }

/* tooltip */
.social-widget a {
  position: relative; }

.tool-tip {
  color: #227BAA;
  background-color: #fff;
  text-shadow: none;
  font-size: .8em;
  visibility: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  opacity: 0;
  z-index: 999;
  padding: 3px 8px;
  position: absolute;
  cursor: default;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out; }

.tool-tip,
.tool-tip.top {
  top: auto;
  bottom: 114%;
  left: 50%; }

.tool-tip.top:after,
.tool-tip:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 6px solid transparent;
  border-top-color: #fff; }

/* default heights, width and margin w/o Javscript */
.tool-tip,
.tool-tip.top {
  margin-left: -3.5em; }

/* tool tip position right */
.tool-tip.right {
  top: 50%;
  right: auto;
  left: 106%;
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto; }

.tool-tip.right:after {
  left: -5px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.7); }

/* tool tip position left */
.tool-tip.left {
  top: 50%;
  left: auto;
  right: 105%;
  margin-top: -15px;
  margin-left: auto; }

.tool-tip.left:after {
  left: auto;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.7); }

/* tool tip position bottom */
.tool-tip.bottom {
  top: 115%;
  bottom: auto;
  left: 50%;
  margin-bottom: auto; }

.tool-tip.bottom:after {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0px;
  width: 0px;
  border: 6px solid transparent;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.6); }

/* tooltip on focus left and right */
.on-focus .tool-tip.left,
.on-focus .tool-tip.right {
  margin-top: -19px; }

/* on hover of element containing tooltip default*/
*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out; }

/* tool tip slide out */
*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip {
  display: block; }

.on-focus > .tool-tip.slideIn {
  z-index: -1; }

.on-focus > input:focus + .tool-tip.slideIn {
  z-index: 1; }

/* bottom slideIn */
*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom {
  top: 65%; }

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom {
  top: 115%; }

.on-focus > input:focus + .tool-tip.slideIn.bottom {
  top: 100%; }

/* top slideIn */
*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top {
  bottom: 50%; }

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top {
  bottom: 110%; }

/* left slideIn */
*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left {
  right: 50%; }

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left {
  right: 105%; }

/* right slideIn */
*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right {
  left: 50%; }

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right {
  left: 105%; }

.text-centered {
  text-align: center; }

.round-all-corners {
  border-radius: 15px; }

@media (max-width: 654px) {
  .hide-xs {
    display: none; } }

@media (max-width: 900px) {
  .hide-sm {
    display: none; } }

@media (max-width: 1018px) {
  .hide-md {
    display: none !important; } }

input {
  outline: none; }

/* colors */
.dark-gray {
  color: #50555c; }

.kellogg-red {
  color: #be0f34; }

.sky-blue {
  color: #227BAA; }

.light-gray {
  color: #f6f6f7; }

.white {
  color: #fff; }

.black {
  color: #000; }

.gray-blue {
  color: #7b94a9; }

.bg-dark-gray {
  background: #50555c; }

.bg-kellogg-red {
  background: #be0f34; }

.bg-sky-blue {
  background: #227BAA; }

.bg-light-gray {
  background: #f6f6f7; }

.bg-gray-blue {
  background: #7b94a9; }

.nav--main li > div {
  top: 81%;
  right: -0.3em; }

@media (max-width: 1030px) {
  .menu-button {
    z-index: 9999;
    display: block;
    margin-top: 1em;
    margin-left: 1em; }
  .nav--main li > div {
    top: 0;
    right: -0.3em; }
  .nav--container {
    left: 0;
    height: auto;
    padding: 0;
    border-top: none;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, max-height 0.2s, padding 0.2s, visibility 0s 0.2s;
    margin: -1px; }
  .nav-list-title {
    color: #227BAA !important;
    font-size: 1.2em !important;
    border-bottom: 2px solid #227BAA !important; }
  .nav-dropdown--products {
    font-size: .8em; }
  .mobile-menu--active .nav--container {
    visibility: visible;
    opacity: 1;
    padding: 1em 0 0em;
    transition: opacity 0.2s, max-height 0.2s, padding 0.2s, visibility 0s;
    margin-top: 1em;
    position: absolute;
    background: #be0f34;
    margin-top: 2.3em !important;
    position: absolute !important;
    opacity: .93; }
    .mobile-menu--active .nav--container li {
      font-size: 1.3em;
      padding: 0.2em; }
      .mobile-menu--active .nav--container li a {
        color: #fff;
        padding: 0.25em 0; }
  .nav--main .subNav {
    color: #227BAA; }
  .navicon span,
  .navicon span:after,
  .navicon span:before {
    top: 62%;
    width: 2.6em;
    height: 0.2em; }
  .header header .nav--container .nav--main {
    height: auto; } }

@media (min-width: 1018px) {
  .header-logo {
    left: 0; } }

.header header {
  position: relative;
  height: auto;
  background: #fff; }
  .header header a {
    padding: 0 0.75em 0.2em 0.75em;
    margin: 0 2em 0em 0; }
    @media (max-width: 1219px) {
      .header header a {
        margin: 0 3em 0em 0;
        font-size: .9em; } }
  .header header .nav--container {
    max-width: 84.6em;
    position: relative;
    align-self: flex-start;
    margin-top: -1.6em; }
    @media (min-width: 1219px) {
      .header header .nav--container nav {
        padding: 0 0 0 23px; } }
    .header header .nav--container nav a:hover,
    .header header .nav--container nav a:focus,
    .header header .nav--container nav a:focus-within,
    .header header .nav--container nav a:active,
    .header header .nav--container nav a.focus-visible {
      background-color: transparent;
      border-style: none;
      background: transparent; }
    .header header .nav--container nav a[href="#"] {
      pointer-events: auto; }
    .header header .nav--container nav .topmenu {
      font-size: 2em;
      line-height: 2em;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      @media (max-width: 1018px) {
        .header header .nav--container nav .topmenu {
          display: block; } }
      .header header .nav--container nav .topmenu li:nth-child(4),
      .header header .nav--container nav .topmenu li:nth-child(6) {
        flex-basis: 35%; }
      .header header .nav--container nav .topmenu li:nth-child(5) {
        flex-basis: 60%; }
      @media (min-width: 1219px) {
        .header header .nav--container nav .topmenu li:nth-child(2) {
          margin-right: 1.8em; } }
    .header header .nav--container .nav--main a,
    .header header .nav--container .nav--main a:last-child {
      font-family: "Barlow Condensed", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      border: none; }
      .header header .nav--container .nav--main a::after,
      .header header .nav--container .nav--main a:last-child::after {
        display: none; }
    .header header .nav--container .nav--main {
      height: auto; }
  .header header .search-button {
    display: none !important; }
  .header header .content_wrapper {
    padding: 3em 0 1em;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: auto;
    max-width: 119.4em; }
    .header header .content_wrapper .header-logo {
      background: #fff;
      position: static;
      width: auto;
      height: auto; }
      @media (max-width: 1018px) {
        .header header .content_wrapper .header-logo {
          width: 100%;
          margin: 0;
          position: absolute; } }
      @media (min-width: 1219px) {
        .header header .content_wrapper .header-logo {
          left: 0; } }
      .header header .content_wrapper .header-logo:hover {
        border-width: 0; }
      .header header .content_wrapper .header-logo img {
        max-width: 90%; }
        @media (max-width: 1018px) {
          .header header .content_wrapper .header-logo img {
            display: block;
            width: 185px;
            margin: 1em auto;
            padding: 0; } }
    @media (max-width: 1018px) {
      .header header .content_wrapper {
        padding: 1em 0 1em; } }
    @media (max-width: 1219px) {
      .header header .content_wrapper {
        max-width: 100%;
        width: 100%; } }
  @media (max-width: 1018px) {
    .header header {
      position: relative;
      height: auto;
      background: #fff;
      height: 9em; } }

.nav--main > ul > li:focus-within > div,
.nav--main ul > li:hover > div {
  max-height: 100vh !important;
  background: rgba(0, 0, 0, 0);
  transform: none;
  right: auto;
  z-index: 999; }
  .nav--main > ul > li:focus-within > div a,
  .nav--main ul > li:hover > div a {
    text-transform: none !important;
    font-size: 1.235rem; }

.nav--main ul div > ul {
  border: 1px solid #660000;
  background: #be0f34; }
  .nav--main ul div > ul a {
    color: #fff; }
  .nav--main ul div > ul li:nth-child(1) {
    margin-top: 5px; }
  .nav--main ul div > ul li:last-child {
    margin-bottom: 5px; }
  .nav--main ul div > ul li a {
    padding-top: 8px;
    padding-bottom: 8px; }
    .nav--main ul div > ul li a:hover {
      background: #660000 !important; }

.nav--main ul ul {
  padding: 0; }

.navicon span,
.navicon span:after,
.navicon span:before {
  border-radius: 0;
  background: #be0f34; }

@media (min-width: 1219px) {
  .menu-button {
    display: none; } }

.nav--main li:hover,
.nav--main li::before {
  background: transparent; }

.nav--main li::before {
  display: none; }

div li ul a {
  font-size: 1.17rem; }

.topmenu .menu-dropdown a:nth-child(2) {
  margin-right: 1.8em; }

.nav--main ul ul li {
  margin-right: 0 !important; }

footer {
  text-align: left; }
  @media (max-width: 1219px) {
    footer br {
      display: none; } }
  footer .content_wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 6em 0 0; }
  footer #back-to-top,
  footer .footer-nav--main,
  footer .social_icons,
  footer .copyright,
  footer .footer-nav--secondary {
    display: none; }
  footer .full-width-bar-footer-red {
    width: 100%;
    min-height: 20px;
    background-size: contain;
    display: flex; }
    @media (min-width: 768px) {
      footer .full-width-bar-footer-red {
        background: url(https://www.kelloggcompany.com/content/dam/NorthAmerica/kellogg-company/images/site/red-bar-full-width-footer-top.svg) top left no-repeat; } }
  footer li,
  footer ul {
    padding: 0;
    margin: 0; }
  footer .row {
    flex-wrap: wrap;
    margin: .6rem 0 0;
    background: #be0f34;
    color: #fff;
    padding-top: 10px;
    width: 100vw; }
    footer .row .links {
      position: relative;
      margin-bottom: 9.5rem;
      font: 600 2em "Montserrat", sans-serif;
      color: #fff;
      text-transform: uppercase; }
    footer .row .links > div > ul > li > a,
    footer .row .social-widget a {
      display: inline-block;
      margin-bottom: 1.3rem;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
      -webkit-transition: opacity 0.3s;
      font-size: 1.1rem; }
    footer .row .links > div > ul > li > a,
    footer .row .social-widget a {
      color: #fff;
      text-align: left; }
    footer .row .links > div > ul > li > a:hover,
    footer .row .social-widget a:hover {
      color: #7b94a9;
      border-style: none; }
    footer .row .legal,
    footer .row .legal p {
      font-size: 1.15em;
      font: 500 "Montserrat", sans-serif;
      margin-bottom: 0.8em;
      line-height: 1.7em;
      color: #fff; }
      footer .row .legal span,
      footer .row .legal p span {
        display: inline-block;
        min-width: 27.5%; }
    footer .row .legal {
      padding-bottom: 4rem; }
      footer .row .legal a {
        color: #fff; }
    footer .row .social-wrap {
      text-align: center;
      font-size: 10px; }
      footer .row .social-wrap p {
        font: 600 1.1rem "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase; }
        footer .row .social-wrap p.copy {
          font: 400 1.3em "Montserrat", sans-serif;
          max-width: 56%;
          text-transform: none;
          margin: 0 auto; }
    footer .row .social-widget {
      display: flex;
      justify-content: center;
      font-size: 2.0em;
      margin-top: 0.6em; }
      footer .row .social-widget li {
        padding: 0 .5em; }
  footer .microsite_kelloggscareers_floating a:hover {
    border-style: none !important; }
  footer .ccpa_kelloggscareers_button {
    color: #fff;
    border: 1px solid currentcolor;
    padding: 4px 10px;
    display: inline-block; }
  @media (max-width: 900px) {
    footer .col-12 {
      padding: 0 15px; }
    footer li {
      text-align: center; }
    footer .row .links > div > ul > li > a {
      text-align: center; }
    footer .legal {
      padding: 2em; }
    footer .row .links {
      margin-bottom: 3.5em;
      max-width: 100%; } }
  @media (max-width: 1018px) {
    footer .row .social-wrap p {
      margin-top: 2em; }
    footer .row .links {
      margin-bottom: 5.5rem; }
    footer #footerbvscipt .content_wrapper:nth-child(1) {
      padding: 0; }
    footer .content_wrapper {
      padding: 2em 0 0; } }

.content_wrapper {
  max-width: 99.6em; }

main a {
  text-decoration: none;
  border-style: solid;
  border-width: 0px 0px 2px;
  outline: 0; }
  main a:hover {
    color: #660000; }

a img {
  border: none; }

.banner-with-breadcrumb {
  position: relative; }
  .banner-with-breadcrumb a {
    border: none; }
    .banner-with-breadcrumb a:hover {
      text-decoration: none;
      border-style: solid;
      border-width: 0px 0px 2px;
      outline: 0; }
  .banner-with-breadcrumb .desktop {
    display: none; }
    @media (min-width: 900px) {
      .banner-with-breadcrumb .desktop {
        display: block; } }
  @media (min-width: 900px) {
    .banner-with-breadcrumb .mobile {
      display: none; } }
  .banner-with-breadcrumb .breadcrumb,
  .banner-with-breadcrumb .breadcrumb-bg {
    display: none; }
    @media (min-width: 900px) {
      .banner-with-breadcrumb .breadcrumb,
      .banner-with-breadcrumb .breadcrumb-bg {
        display: block;
        position: absolute;
        bottom: 2em;
        width: 100%;
        padding: .4em 0;
        font-size: 1.6em;
        line-height: 1.8em; }
        .banner-with-breadcrumb .breadcrumb b,
        .banner-with-breadcrumb .breadcrumb-bg b {
          font-weight: 600; }
        .banner-with-breadcrumb .breadcrumb a,
        .banner-with-breadcrumb .breadcrumb-bg a {
          color: #50555c; } }
  .banner-with-breadcrumb .breadcrumb-bg {
    background: white;
    opacity: .8; }

.section {
  margin-top: 3em;
  margin-bottom: 3em; }

article h1,
article .h1 {
  margin-bottom: 0.3em; }

article ul {
  font-size: 2.0em;
  line-height: 2em;
  list-style: disc;
  margin: 0;
  margin-left: 20px;
  color: #50555c; }

@media (min-width: 1018px) {
  .frootloops-wrapper {
    background-image: url(../png/frootloops-right.png);
    background-repeat: no-repeat;
    background-position: 100% 8em; } }

@media (min-width: 900px) and (max-width: 1320px) {
  .frootloops-wrapper .content_wrapper {
    margin-left: 4em;
    width: calc(100% - 15rem); } }

@media (min-width: 1320px) {
  .frootloops-wrapper {
    background-image: url(../png/frootloops-right.png), url(../png/frootloops-left.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 8em, 0em 97%; } }

@media (max-width: 1018px) {
  .frootloops-wrapper.privacy {
    background: none; }
    .frootloops-wrapper.privacy .content_wrapper {
      width: 90%; } }

.caption {
  font-style: italic; }

.side-by-side {
  background: #f6f6f7;
  padding: 2em 0; }
  .side-by-side h3 {
    margin: .5em 0; }
  .side-by-side .button-cta {
    font-size: 1.33rem;
    background: #227BAA;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.6em 2em 0.65em;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
    cursor: pointer; }
    .side-by-side .button-cta:hover {
      border: none;
      background: #90d1f5; }
  .side-by-side .image-fit {
    width: 100%;
    position: relative;
    padding-bottom: 66%; }
    .side-by-side .image-fit img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

.banner-cta {
  position: relative; }
  .banner-cta .desktop {
    display: none; }
    @media (min-width: 900px) {
      .banner-cta .desktop {
        display: block; } }
  @media (min-width: 900px) {
    .banner-cta .mobile {
      display: none; } }
  .banner-cta a {
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 2px; }
    .banner-cta a:hover {
      color: #660000; }
  .banner-cta .cta-right {
    position: absolute;
    top: 50%;
    right: 0;
    background: white;
    width: 27%;
    padding: 2em 3em;
    opacity: .8; }
  .banner-cta .cta-bottom-right {
    position: relative;
    bottom: 0;
    right: 0;
    background: white;
    width: 100%;
    padding: 3em 4em;
    opacity: .8; }
    @media (min-width: 968px) {
      .banner-cta .cta-bottom-right {
        width: 50%;
        position: absolute; } }
    @media (min-width: 1130px) {
      .banner-cta .cta-bottom-right {
        right: 10%;
        width: 29%; } }
  .banner-cta .cta-bottom-left {
    bottom: 0;
    left: 0;
    background: white;
    width: 100%;
    padding: 3em 4em;
    opacity: .8; }
    @media (min-width: 968px) {
      .banner-cta .cta-bottom-left {
        width: 50%;
        position: absolute; } }
    @media (min-width: 1130px) {
      .banner-cta .cta-bottom-left {
        left: 10%;
        width: 29%; } }

@media (max-width: 1320px) {
  .around-world .content_wrapper {
    margin-left: 4em; } }

.around-world p {
  line-height: 1.8em; }

.around-world a {
  border: none;
  color: #7b94a9; }
  .around-world a:hover {
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 2px;
    outline: 0;
    color: #7b94a9; }

.around-world.contact h2 {
  font-size: 3.0em;
  line-height: 1.4em;
  font-weight: 600; }

.around-world.contact h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4em;
  line-height: 1.4em;
  color: #50555c;
  font-weight: 500;
  margin-top: 0.4em; }

@media (min-width: 1018px) {
  .around-world {
    background-image: url(../png/frootloops-right.png);
    background-repeat: no-repeat;
    background-position: 100% 100%; } }

@media (max-width: 530px) {
  .around-world {
    background-size: 11em; } }

.row-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }

.vertical-centered {
  align-items: center; }

.featured-brands {
  margin-top: 5rem; }
  .featured-brands .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    flex-direction: column;
    width: calc(100% - 2rem); }
    @media (min-width: 1219px) {
      .featured-brands .content_wrapper {
        max-width: 70%;
        flex-direction: row;
        width: calc(100% - 10rem); } }
  .featured-brands .brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 248px;
    padding: 0 1em;
    margin: 3em 0;
    min-width: 210px; }
    .featured-brands .brand p {
      margin: 0;
      font-size: 2.2em;
      text-align: center; }
    @media (max-width: 1219px) {
      .featured-brands .brand {
        margin: 0;
        margin-bottom: 1em;
        min-height: auto; }
        .featured-brands .brand img {
          padding: 2em;
          margin: 0 auto; } }
  @media (max-width: 1018px) {
    .featured-brands {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto; } }
  .featured-brands .divider {
    align-self: flex-start; }

.other-brands .content_wrapper {
  max-width: 140em; }
  .other-brands .content_wrapper .section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: row wrap; }
    .other-brands .content_wrapper .section .brand {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 200px;
      padding: 0 1em;
      margin: 3em 0; }
      @media (max-width: 1219px) {
        .other-brands .content_wrapper .section .brand {
          margin: 0;
          justify-content: flex-start; } }

.home-slider {
  position: relative; }
  .home-slider #tns1 > .tns-item {
    position: relative; }
  .home-slider .home-slider-content {
    display: flex;
    justify-content: space-between; }
  .home-slider .home-slider--bg {
    background: white;
    opacity: .89;
    display: block;
    position: relative;
    width: 100%;
    padding: 0.4em 0;
    font-size: 1.6em;
    line-height: 1.8em; }
    @media (min-width: 1265px) {
      .home-slider .home-slider--bg {
        position: absolute;
        bottom: 5em; } }
    .home-slider .home-slider--bg::before {
      /*up triangle pointer*/
      position: absolute;
      top: -60px;
      height: 0;
      width: 0;
      left: 23%;
      /*first slide default*/
      border: 30px solid transparent;
      border-bottom-color: white;
      opacity: .89;
      content: "";
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    @media (min-width: 1265px) {
      .home-slider .home-slider--bg::before {
        /*up triangle pointer*/
        position: absolute;
        top: -60px;
        height: 0;
        width: 0;
        left: 26%;
        /*first slide default*/
        border: 30px solid transparent;
        border-bottom-color: white;
        opacity: 1;
        content: ""; }
      .home-slider .home-slider--bg.active-item1::before {
        left: 26%;
        /*   transition: left 1s ease;*/ }
      .home-slider .home-slider--bg.active-item2::before {
        left: 49%;
        /*  transition:
                left 1s ease;*/ }
      .home-slider .home-slider--bg.active-item3::before {
        left: 71%;
        /*    transition:
                left 1s ease;*/ } }
    .home-slider .home-slider--bg .content_wrapper {
      max-width: 56em;
      position: relative; }
      @media (max-width: 1265px) {
        .home-slider .home-slider--bg .content_wrapper {
          width: calc(100% - 9rem);
          max-width: 100%; } }
      .home-slider .home-slider--bg .content_wrapper .slide {
        padding-top: 1em;
        padding-bottom: 1em;
        min-height: auto; }
        @media (min-width: 1265px) {
          .home-slider .home-slider--bg .content_wrapper .slide {
            min-height: 250px; } }
        .home-slider .home-slider--bg .content_wrapper .slide div {
          max-width: 100%;
          display: flex;
          flex-direction: column;
          margin: 0 auto; }
          @media (min-width: 1265px) {
            .home-slider .home-slider--bg .content_wrapper .slide div {
              max-width: 270px; } }
    .home-slider .home-slider--bg span.h6 {
     line-height: 1em;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif; }
    .home-slider .home-slider--bg p {
      font-size: 1.12em;
      margin-bottom: 0; }
      .home-slider .home-slider--bg p:nth-of-type(1) {
        margin-bottom: 1em; }
      .home-slider .home-slider--bg p:nth-of-type(2) {
        margin-top: 1em; }
        @media (min-width: 1265px) {
          .home-slider .home-slider--bg p:nth-of-type(2) {
            position: absolute;
            bottom: 1.6em; } }

.tns-outer [data-action] {
  visibility: hidden;
  position: absolute; }

.tns-nav {
  bottom: -20px;
  z-index: 999; }

@media (max-width: 1265px) {
  #tns2-ow .tns-nav {
    display: none !important; } }

tns-nav ~ div + div {
  padding-bottom: 0; }

#tns2-ow .tns-nav button::before {
  width: 1.6em;
  height: 1.6em; }

#tns2-ow .tns-nav {
  bottom: 52px; }

.tns-controls button[data-controls="next"] {
  background: url("../png/right-arrow-carousel.png");
  background-repeat: no-repeat;
  right: 7em;
  z-index: 999;
  top: 70%;
  width: 35px;
  height: 38px; }
  .tns-controls button[data-controls="next"]:disabled, .tns-controls button[data-controls="next"][disabled] {
    opacity: .2; }

#tns1-ow .tns-controls button[data-controls="next"] {
  right: -5em;
  top: 60%; }

.tns-controls button[data-controls="prev"] {
  background: url("../png/left-arrow-carousel.png");
  background-repeat: no-repeat;
  left: 7em;
  z-index: 999;
  top: 70%;
  width: 33px;
  height: 40px; }
  .tns-controls button[data-controls="prev"]:disabled, .tns-controls button[data-controls="prev"][disabled] {
    opacity: .2; }

#tns1-ow .tns-controls button[data-controls="prev"] {
  left: -4em;
  top: 60%; }

.tns-nav {
  display: flex !important;
  justify-content: center; }
  .tns-nav button {
    color: #d3d4d6; }
    .tns-nav button.tns-nav-active {
      color: #be0f34; }

.tns-nav ~ div + div {
  padding-bottom: 0;
  padding-top: 1em; }

@media (max-width: 1265px) {
  #tns1 > .tns-item {
    padding-top: 1em;
    padding-bottom: 0; }
  .tns-nav ~ div + div {
    padding-bottom: 0;
    padding-top: 1em; } }

.tns-controls button[data-controls="next"]::before,
.tns-controls button[data-controls="next"]::after,
.tns-controls button[data-controls="prev"]::before,
.tns-controls button[data-controls="prev"]::after {
  display: none; }

/*--------------------------------------------------------------
# Responsive Bug Fixes
--------------------------------------------------------------*/
/*
 *******************
 *  MEDIA QUERIES  *
 *******************
*/
/* EXTRA LARGE DISPLAY */
/* MEDIA FOR NOTEBOOK DISPLAY */
/* MEDIA FOR TABLET DISPLAY */
/* MEDIA FOR MEDIUM MOBILE DISPLAY */
/* MEDIA FOR LITTLE MOBILE DISPLAY */

.otnotice-content .otnotice-sections .otnotice-section-content p {
	line-height: 1;
}

h1.sr-only {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
}