/*!
Theme Name: Graffoodie
Theme URI: http://underscores.me/
Author: Raffi Semerdjian
Author URI: http://www.graffi.co
Description: A light-speed template for restaurants.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: graffoodie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Graffoodie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Tenor+Sans&display=swap");
.campaign--primary {
  color: #1b53ad;
}

.campaign--border {
  border-color: #1b53ad;
}

h2, h3 {
  font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #00aeef;
}

h1 {
  font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #00aeef;
}

h1.entry-title {
  text-align: center;
  display: block;
  font-weight: 100;
  font-size: 2em;
  margin: 0;
  line-height: 1em;
}

h1.entry-title:after {
  content: '';
  height: 3px;
  background-color: #1b53ad;
  width: 50%;
  display: block;
  margin: 0.4em auto;
}

h1.page-title {
  color: white;
  text-align: center;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #1b53ad;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
  width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #00aeef;
}

a:visited {
  color: #00aeef;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

.signup input.wpcf7-submit {
  margin-top: -10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.signup h2 {
  color: white;
  text-align: left;
}

@media (max-width: 700px) {
  .signup h2 {
    color: #00aeef;
  }
}

.signup input {
  color: white;
}

@media (max-width: 700px) {
  .signup input {
    color: black;
  }
}

.signup input:focus {
  color: white;
}

@media (max-width: 700px) {
  .signup input:focus {
    color: black;
  }
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body.page main, body.single main {
  display: -ms-grid;
  display: grid;
}

body.page main article, body.single main article {
  max-width: 999px;
  margin: 0 auto;
  width: 100%;
  background: white;
  padding: 2em;
  display: -ms-grid;
  display: grid;
  margin-top: 1em;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  margin-bottom: 2em;
  grid-gap: 2em;
  row-gap: 0em;
}

@media (max-width: 700px) {
  body.page main article, body.single main article {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body.page main article .entry-header, body.single main article .entry-header {
  grid-column: 1/-1;
}

body.page main article .entry-content p:first-of-type, body.single main article .entry-content p:first-of-type {
  margin-top: 0;
}

body.page main article .entry-footer, body.single main article .entry-footer {
  grid-column: 1/-1;
}

body.page main article .entry-footer a.post-edit-link, body.single main article .entry-footer a.post-edit-link {
  text-decoration: none;
  background: #0d2651;
  color: white;
  padding: 0.5em 1em;
  font-size: 0.75em;
}

body.page main article .entry-footer a.post-edit-link:hover, body.single main article .entry-footer a.post-edit-link:hover {
  background: #1b53ad;
}

#page_header {
  background: #00aeef;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  padding: 1em;
}

#page_header img {
  max-width: 120px;
}

body.home #page_header {
  display: none;
}

body.single-issues main article {
  -ms-grid-columns: 1fr 4fr;
      grid-template-columns: 1fr 4fr;
}

body.single-issues main article header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

@media (max-width: 700px) {
  body.single-issues main article header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}

body.single-issues main article .issues-sidebar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}

@media (max-width: 700px) {
  body.single-issues main article .issues-sidebar {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}

body.single-issues main article .issues-sidebar .post-thumbnail {
  background: #00aeef;
  padding: 1em;
}

body.single-issues main article .issues-sidebar .issues-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.single-issues main article .issues-sidebar .issues-nav li {
  list-style: none;
  margin: 0;
  border-top: 1px solid #cdcdcd;
}

body.single-issues main article .issues-sidebar .issues-nav li a {
  text-decoration: none;
  text-align: right;
  padding: 0.75em 0;
  display: -ms-grid;
  display: grid;
  color: #0d2651;
  font-weight: bold;
  font-size: 0.85em;
}

body.single-issues main article .issues-sidebar .issues-nav li a:hover {
  color: #1b53ad;
}

body.single-issues main article .issues-sidebar .issues-nav li.current a {
  color: #00aeef;
}

body.post-type-archive-issues main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
  grid-gap: 2em;
  max-width: 1199px;
  margin: 0 auto;
  row-gap: 3em;
  padding: 2em 2em 2em 2em !important;
}

@media (max-width: 700px) {
  body.post-type-archive-issues main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (min-width: 1900px) {
  body.post-type-archive-issues main {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

body.post-type-archive-issues main article {
  display: -ms-grid;
  display: grid;
}

body.post-type-archive-issues main article a.issuesicon {
  background-color: white;
  padding: 2em;
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 200em;
  background: #00aeef;
  -webkit-box-shadow: 0px 0px 10px #0d2651;
          box-shadow: 0px 0px 10px #0d2651;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body.post-type-archive-issues main article a.issuesicon:hover {
  background: #0d2651;
  -webkit-box-shadow: 0px 0px 2px #0d2651;
          box-shadow: 0px 0px 2px #0d2651;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body.post-type-archive-issues main article a.issuesicon img {
  height: 7em;
  width: 7em;
}

body.post-type-archive-issues main article .contents h2 {
  text-align: center;
  font-size: 1.3em !important;
  margin: 0;
}

body.post-type-archive-issues main article .contents h2:after {
  content: none;
  display: none;
}

body.post-type-archive-issues main article .contents h2 a {
  text-decoration: none;
  color: white;
}

body.post-type-archive-issues main article .contents .readmore {
  text-align: center;
  font-size: 0.8em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
nav {
  padding: 1em 1em 0;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.1em;
}

nav.main-navigation {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

nav button {
  position: fixed;
  right: 1em;
  top: 0.8em;
  padding: 8px;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 1em;
  background: transparent;
  color: #000;
  display: none;
}

nav button:focus, nav button:hover {
  background: #000;
  color: #000;
}

nav li {
  margin-bottom: 1em;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  letter-spacing: -0.02em;
}

nav li.current_page_item {
  border-bottom: 3px solid #1b53ad;
}

nav li:hover {
  border-bottom: 3px solid #0d2651;
}

nav li a {
  display: block;
  color: white;
}

nav li a:visited {
  color: white;
}

nav li a:hover {
  color: #00aeef;
}

nav li .sub-menu {
  display: -ms-grid !important;
  display: grid !important;
  background: white;
  -webkit-box-shadow: 0px 0px 8px black;
          box-shadow: 0px 0px 8px black;
}

nav li .sub-menu li {
  margin: 0;
}

nav li .sub-menu li a {
  padding: 1em;
  color: #0d2651;
}

.js ul {
  display: none;
}

.js button {
  display: block;
}

ul.is-active {
  display: block;
}

@media (min-width: 700px) {
  .js ul {
    display: block;
  }
  .js button {
    display: none;
  }
  button {
    display: none;
  }
  nav {
    padding-left: 0;
  }
  nav li {
    display: inline-block;
    margin-right: 1em;
  }
}

#site-navigation.toggled {
  width: 100%;
  background: #00aeef;
  position: fixed;
  top: 69px;
  z-index: 9999;
}

#site-navigation.toggled a:hover {
  color: #0d2651;
}

button.menu-toggle {
  background: none;
  border: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.543);
  font-size: 4em;
  position: fixed;
  top: -9px;
  right: 4px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

button.menu-toggle:hover {
  background: none;
  color: white;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.centered {
  max-width: 999px;
  margin: 0 auto;
  text-align: center;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Splash
--------------------------------------------- */
ul#splash li {
  background: #0d2651;
}

ul#splash li div {
  opacity: 0.775;
  padding-top: 50%;
  width: 100%;
  background-size: cover;
  background-position: top right;
}

@media (max-width: 700px) {
  ul#splash li div {
    height: 40vh;
  }
}

.splash-outer {
  position: relative;
}

.splash-outer .signup {
  position: absolute;
  z-index: 99;
  top: 45%;
  left: 10%;
}

@media (max-width: 700px) {
  .splash-outer .signup {
    position: relative;
    top: inherit;
    left: inherit;
    background: white;
    padding: 2em;
  }
}

.lSSlideOuter {
  position: relative;
}

.lSPager.lSpg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Header
--------------------------------------------- */
#masthead {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999;
  width: 100%;
}

#masthead .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr max-content;
      grid-template-columns: 1fr -webkit-max-content;
      grid-template-columns: 1fr max-content;
  width: 100%;
  max-width: 1199px;
}

body.page #page, body.single #page, body.archive #page, body.blog #page {
  margin-top: 64px;
}

body.page #masthead, body.single #masthead, body.archive #masthead, body.blog #masthead {
  background: #0d2651;
  top: 0;
}

body.page #masthead .site-branding img, body.single #masthead .site-branding img, body.archive #masthead .site-branding img, body.blog #masthead .site-branding img {
  position: relative;
  margin-top: -54px;
}

body.page #masthead.settle, body.single #masthead.settle, body.archive #masthead.settle, body.blog #masthead.settle {
  background: #0d2651;
}

body.page #masthead.settle .site-branding img, body.single #masthead.settle .site-branding img, body.archive #masthead.settle .site-branding img, body.blog #masthead.settle .site-branding img {
  position: relative;
  margin-top: -54px;
}

body.home #page {
  margin-top: 0;
}

body.home #masthead {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 38, 81, 0)), color-stop(80%, rgba(6, 24, 55, 0.783)));
  background: linear-gradient(0deg, rgba(13, 38, 81, 0) 0%, rgba(6, 24, 55, 0.783) 80%);
  top: 0;
}

body.home #masthead .site-branding img {
  position: relative;
  margin-top: 0;
}

.site-branding {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 12px;
}

.site-branding img {
  width: 100px;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}

header {
  color: #000;
}

header a {
  color: inherit;
}

/* Sections
--------------------------------------------- */
section.two_col {
  background: white;
  padding: 4em 0;
}

section.two_col .inner {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
}

@media (min-width: 700px) {
  section.two_col .inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.left,
.right {
  padding: 1em;
}

.image {
  min-height: 300px;
  width: 100%;
  background: red;
  background-size: cover;
  background-position: center center;
  border: 16px solid white;
  -webkit-box-shadow: 0px 0px 16px -8px #0d2651;
          box-shadow: 0px 0px 16px -8px #0d2651;
}

h2 {
  font-size: 2em;
  text-align: center;
  margin: 0;
}

h2:after {
  content: '';
  height: 5px;
  background-color: #1b53ad;
  width: 100%;
  display: block;
}

.inner {
  max-width: 1199px;
  margin: 0 auto;
}

a.readmore {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  color: #00aeef;
  text-align: center;
}

a.readmore:after {
  content: '\25B6';
  color: #1b53ad;
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}

/* Footer
--------------------------------------------- */
footer {
  color: white;
  background: #0d2651;
  padding: 3em 0;
}

footer h2 {
  color: white;
  font-size: 1.2em;
}

footer .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  grid-gap: 2em;
}

footer .inner .contact {
  text-align: center;
}

footer .inner .disclaimer span {
  border: 2px solid #00aeef;
  display: block;
  padding: 0.75em;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

footer .inner .poweredby {
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .inner .poweredby span {
  display: block;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  grid-gap: 0.5em;
}

footer .inner .poweredby a {
  display: inline;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  justify-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.5em;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.6;
}

footer .inner .poweredby a img {
  -ms-grid-column-align: start;
      justify-self: start;
  width: 35px;
}

footer .inner .poweredby a:hover {
  color: white;
  opacity: 1;
}

/* menu
--------------------------------------------- */
#menu {
  background: white;
  padding: 1.5em;
  max-width: 740px;
  margin: 0 auto;
  font-size: 1.4em;
}

#menu h3 {
  text-align: center;
  display: block;
  font-size: 2em;
  margin-bottom: 0.5em;
}

#menu .item_name {
  font-weight: bold;
  letter-spacing: -0.05em;
}

#menu .menu_section ul {
  padding: 0;
  margin: 0;
  font-family: "Tenor Sans", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#menu .price_2 {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #ccc;
}

#menu .menu_section ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr auto;
      grid-template-columns: -webkit-max-content 1fr auto;
      grid-template-columns: max-content 1fr auto;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#menu .menu_section ul li.price_2nd {
  -ms-grid-columns: max-content 1fr auto auto;
      grid-template-columns: -webkit-max-content 1fr auto auto;
      grid-template-columns: max-content 1fr auto auto;
}

#menu .menu_section ul li .line {
  border-bottom: 3px dotted #ccc;
  position: relative;
  top: -5px;
}

#menu .menu_section ul li .desc {
  grid-column: 1/-1;
  font-size: 0.8em;
}

#menu .menu_section ul li span {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: left;
}

#menu .menu_section ul li span.price {
  -ms-grid-column-align: end;
      justify-self: end;
}

/* actionbars
--------------------------------------------- */
.action-buttons-outer {
  background: #0d2651;
}

#action-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
  font-family: century-gothic, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  padding: 0.75em;
}

#action-buttons li {
  margin: 0;
  list-style: none;
  text-align: center;
  display: -ms-grid;
  display: grid;
  min-height: 70px;
  font-weight: bold;
}

#action-buttons li:nth-of-type(5) a {
  background: #00aeef;
}

#action-buttons li:nth-of-type(5) a:hover {
  background: white;
}

#action-buttons li a {
  display: -ms-grid;
  display: grid;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: #1b53ad;
  border-radius: 4em;
  margin: 0.25em;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#action-buttons li a:hover {
  color: #0d2651;
  background: white;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media only screen and (min-width: 840px) {
  #action-buttons {
    -ms-grid-columns: (auto)[8];
        grid-template-columns: repeat(8, auto);
    font-size: 1.2em;
    letter-spacing: 0;
    z-index: 2;
    position: relative;
  }
}

/* forms
--------------------------------------------- */
.wpcf7-form-control.wpcf7-submit {
  background: #00aeef;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  border: 0;
  border-radius: 1em;
  padding: 0.5em 1em;
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background: #1b53ad;
}

.wpcf7-form label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7d7d7d;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wpcf7-form label:focus-within {
  color: #e6e6e6;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wpcf7-form input {
  border-radius: 0;
  padding: 0.5em;
  background: #0000000a;
  font-size: 1.4em;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
  width: 100%;
}

/* blog
--------------------------------------------- */
body.blog article.post, body.single-post article.post {
  background: white;
  max-width: 999px;
  margin: 0 auto 1em auto;
  padding: 2em;
}

body.blog article.post header, body.single-post article.post header {
  display: -ms-grid;
  display: grid;
}

body.blog article.post header .entry-meta, body.single-post article.post header .entry-meta {
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
}

body.blog article.post header h2.entry-title, body.single-post article.post header h2.entry-title {
  max-width: 599px;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1em;
  margin: 0em auto;
}

body.blog article.post header h2.entry-title:after, body.single-post article.post header h2.entry-title:after {
  margin: 1em 0 0.25em;
}

body.blog article.post header h2.entry-title a, body.single-post article.post header h2.entry-title a {
  text-decoration: none;
}

body.single-post article.post {
  margin-top: 2em;
}

section#featured_video {
  padding: 2em 0 3em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #0d2651b8), color-stop(44%, #1b53ada3), to(#0d2651));
  background: linear-gradient(0deg, #0d2651b8 14%, #1b53ada3 44%, #0d2651 100%);
}

section#featured_video .inner {
  max-width: 820px;
}

section#featured_video h2 {
  color: white;
}

section#featured_video h2:after {
  margin-top: 0.75em;
  background-color: #00aeef;
}

.video-container {
  position: relative;
  padding-bottom: 51.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 15px solid white;
  -webkit-box-shadow: 0px 0px 20px -5px black;
          box-shadow: 0px 0px 20px -5px black;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#standwithus {
  background-size: cover;
  background-position: top right;
}

#standwithus .outer {
  background: #0d26517a;
  padding-top: 10%;
  padding-bottom: 10%;
}

#standwithus .inner {
  DISPLAY: GRID;
  JUSTIFY-ITEMS: END;
  WIDTH: 100%;
  POSITION: RELATIVE;
  LEFT: -5EM;
}

@media only screen and (max-width: 840px) {
  #standwithus .inner {
    LEFT: 0EM;
    JUSTIFY-ITEMS: inherit;
    padding: 1em;
  }
}

.endorsement-group-title {
  grid-column: 1/-1;
  width: 100%;
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  border-bottom: 5px solid #eee;
  text-align: left;
}

#endorsement-group {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  grid-gap: 1em;
}

@media only screen and (max-width: 840px) {
  #endorsement-group {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 440px) {
  #endorsement-group {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

#endorsement-group li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 3fr 1fr;
      grid-template-rows: 3fr 1fr;
}

#endorsement-group li div.photo {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

#endorsement-group li div.photo img {
  width: 100%;
}

#endorsement-group li .name {
  font-size: 0.9em;
}

#endorsement-list {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  grid-gap: 1em;
  list-style: none;
}

@media only screen and (max-width: 740px) {
  #endorsement-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#endorsement-list li {
  padding: 0;
  margin: 0;
}

#endorsement-list li ul {
  padding: 0;
  margin: 0;
}

#endorsement-list li ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
}

#endorsement-list li ul li:last-of-type {
  border-bottom: none;
}

#endorsement-list li ul li:before {
  content: '\2713';
  color: #93b99f;
  margin-right: 0.5em;
}

.nav-links {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  max-width: 999px;
  margin: 0 auto;
  grid-gap: 1em;
}

@media only screen and (max-width: 440px) {
  .nav-links {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.nav-links div {
  display: -ms-grid;
  display: grid;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1em;
  background: #ffffff12;
}

.nav-links div:hover {
  background: #ffffffd7;
}

.nav-links div:hover a {
  color: #0d2651;
}

.nav-links div a {
  padding: 1em;
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  letter-spacing: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1em;
  font-size: 1em;
}

.nav-links div a .nav-subtitle {
  font-size: 5em;
  margin-top: -0.2em;
  line-height: 0em;
}

.nav-links div a .nav-title {
  max-width: 368px;
}

.nav-links div.nav-next {
  -ms-grid-column-align: end;
      justify-self: end;
}

.nav-links div.nav-next a {
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  -ms-grid-column-align: end;
      justify-self: end;
}

.nav-links div.nav-previous a {
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

.wp-block-image.right {
  float: right;
}

.wp-block-image.right img {
  border: 16px solid white;
  -webkit-box-shadow: 0px 0px 16px -8px #0d2651;
  box-shadow: 0px 0px 16px -8px #0d2651;
}

.wp-block-image.full img {
  border: 16px solid white;
  -webkit-box-shadow: 0px 0px 16px -8px #0d2651;
  box-shadow: 0px 0px 16px -8px #0d2651;
}

body.blog .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none;
}

.post-th-bg {
  background: black;
  left: 0;
  right: 0;
  height: 50vh;
  position: absolute;
  z-index: -1;
  background-size: cover;
}

.post-th-bg .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b53ad;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b53ad), to(rgba(27, 83, 173, 0)));
  background: linear-gradient(0deg, #1b53ad 0%, rgba(27, 83, 173, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b53ad",endColorstr="#1b53ad",GradientType=1);
  max-width: inherit;
}

.pt-spacer {
  margin-top: 25vh;
}

body.blog article.post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

body.blog article.post header {
  grid-column: 2/-1;
}

body.blog article.post .post-thumbnail {
  width: 240px;
  margin-right: 20px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body.blog article.post .post-thumbnail img {
  border: 16px solid white;
  -webkit-box-shadow: 0px 0px 16px -8px #0d2651;
          box-shadow: 0px 0px 16px -8px #0d2651;
}

body.blog article.post .entry-content {
  grid-column: 2/-1;
  margin-top: 0;
}

@media only screen and (max-width: 700px) {
  body.blog article.post header {
    grid-column: 1/-1;
  }
  body.blog article.post .post-thumbnail {
    width: 200px;
    margin-right: 10px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  body.blog article.post .post-thumbnail img {
    border: 8px solid white;
    -webkit-box-shadow: 0px 0px 16px -8px #0d2651;
            box-shadow: 0px 0px 16px -8px #0d2651;
  }
  body.blog article.post .entry-content {
    grid-column: 2/-1;
    margin-top: 0;
  }
}

@media only screen and (max-width: 468px) {
  body.blog article.post header {
    grid-column: 1/-1;
  }
  body.blog article.post .post-thumbnail {
    width: 240px;
    margin: 1em auto;
    grid-column: 1/-1;
  }
  body.blog article.post .post-thumbnail img {
    border: 8px solid white;
    -webkit-box-shadow: 0px 0px 16px -8px #0d2651;
            box-shadow: 0px 0px 16px -8px #0d2651;
  }
  body.blog article.post .entry-content {
    grid-column: 2/-1;
    margin-top: 0;
    grid-column: 1/-1;
  }
}

body.single article .post-thumbnail {
  display: none;
}

body.single-issues article .entry-header {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

body.single-issues article .post-thumbnail {
  display: -ms-grid;
  display: grid;
}

article {
  -webkit-box-shadow: 0px 0px 10px #0d2651;
          box-shadow: 0px 0px 10px #0d2651;
}

.social-links {
  position: fixed;
  right: 5px;
  top: 66px;
  z-index: 9;
  width: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 0.5em;
}

@media only screen and (min-width: 840px) {
  .social-links {
    top: 110px;
  }
}

.social-links a {
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  opacity: 0.8;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.social-links a:hover {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.social-links a:hover img {
  padding: 0.75em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-links a:nth-of-type(odd) {
  background: #0d2651;
}

.social-links a:nth-of-type(even) {
  background: #00aeef;
}

@media only screen and (min-width: 840px) {
  .social-links a {
    width: 40px;
    height: 40px;
  }
}

.social-links a img {
  padding: 0.5em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */