/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Basic&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.hd-ani-hidden {
  opacity: 0;
  transition: all 1s;
  /* Blur Left Animation: */
  /* Blur Right Animation: */
}
.hd-ani-hidden.blur-left {
  filter: blur(5px);
  transform: translateX(-100%);
}
.hd-ani-hidden.blur-right {
  filter: blur(5px);
  transform: translateX(100%);
}

.hd-ani-show {
  opacity: 1;
  /* Blur Left Animation: */
  /* Blur Right Animation: */
}
.hd-ani-show.blur-left {
  filter: blur(0);
  transform: translateX(0);
}
.hd-ani-show.blur-right {
  filter: blur(0);
  transform: translateX(0);
}

/* staggered show for objects in the same area: */
.hd-ani-group .hd-ani-part:nth-child(2) {
  transition-delay: 200ms;
}
.hd-ani-group .hd-ani-part:nth-child(3) {
  transition-delay: 400ms;
}
.hd-ani-group .hd-ani-part:nth-child(4) {
  transition-delay: 600ms;
}
.hd-ani-group .hd-ani-part:nth-child(5) {
  transition-delay: 800ms;
}

/* Instead of turning off the animation with prefers-reduced-motion, turn it on. */
@media (prefers-reduced-motion: no-preference) {
  .hd-ani-hidden {
    transition: all 1s;
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/* Stick Footer to bottom for short content pages */
html, body {
  height: 100%;
}

#page {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page {
    height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
  }
}
#content {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

#bottomBar {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  width: 100%;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #4F4946;
  text-decoration: none;
  transition: 0.2s;
}
a:hover, a:active, a:focus {
  color: #0e5269;
  text-decoration: underline;
}

.basic-regular {
  font-family: "Basic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #4F4946;
  font: normal 100%/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 0.4em;
}
.entry-content h6 {
  margin-top: 2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 72px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.entry-title {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 40px;
  color: #0e5269;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 100;
}

em {
  font-style: italic;
}

p, li, td, th, figcaption, label, select, input, textarea {
  /*font-size: .9em;*/
  font-size: 16px;
}

p, li, figcaption {
  line-height: 1.3;
}

p, figcaption {
  text-align: justify;
}

p {
  margin-bottom: 10px;
}

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

blockquote {
  margin: 0 auto;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", 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;
}

small {
  font-size: 70%;
}

big {
  font-size: 125%;
}

input, select, textarea {
  color: #000;
}

p.lrg {
  font-size: 18px;
  line-height: 1.6;
}

.stretch {
  letter-spacing: 1px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: inherit;
}

.ui-widget button {
  font-size: 0.9em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
  font-size: 12.96px;
}

/**
 * Clear inner floats
 */
.clear:before, .clear:after {
  display: table;
  content: "";
}

.clear:before, .clear:after {
  clear: both;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
/*.clear:before,
.clear:after,*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after {
  display: table;
  content: "";
}

/*.clear:after,*/
.entry-content:after,
.comment-content:after,
.site-content:after {
  clear: both;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1200px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.full-width {
  width: 100%;
}

.noMargin {
  margin: 0;
}

.spacedList li {
  margin-bottom: 20px;
}

ul.narrowList {
  margin: 0;
  list-style: none;
}

/* ----- Responsive iFrame */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hiddenData {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  direction: ltr;
}

.column-a {
  width: 50%;
  padding-right: 20px;
  float: left;
}

.column-b {
  width: 50%;
  padding-left: 20px;
  float: right;
}

@media screen and (max-width: 520px) {
  .column-a {
    width: auto;
    padding-right: 0px;
    float: none;
  }
  .column-b {
    width: auto;
    padding-left: 0px;
    float: none;
  }
}
.site-header {
  display: flex;
  flex-direction: column;
}
.site-header .mobile-topbar {
  display: none;
}
.site-header .menuToggleMobile {
  background: none;
  font-size: 35px;
  cursor: pointer;
  padding: 5px;
  vertical-align: middle;
  top: -4px;
  position: relative;
}
.site-header .container {
  position: relative;
  z-index: 1;
}

#top-bar {
  padding: 15px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.languageNav {
  background: #0e5269;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 8px;
}
.languageNav li {
  display: inline-block;
  padding: 10px;
}
.languageNav li:nth-child(2) {
  border-left: 1px solid #fff;
}
.languageNav a {
  color: #fff;
  transition: 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  padding-left: 22px;
}
.languageNav a:hover, .languageNav a:active, .languageNav a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.languageNav a[lang=es-DO] {
  background-image: url("img/lang_es-do_22x22.png");
}
.languageNav a[lang=es-DO]:after {
  content: "ES";
  margin-left: 8px;
}
.languageNav a[lang=es-ES] {
  background-image: url("img/lang_es-es_22x22.png");
}
.languageNav a[lang=es-ES]:after {
  content: "ES";
  margin-left: 8px;
}
.languageNav a[lang=en-US] {
  background-image: url("img/lang_en-us_22x22.png");
}
.languageNav a[lang=en-US]:after {
  content: "EN";
  margin-left: 8px;
}
.languageNav a span, .languageNav a img {
  display: none;
}

/* @2x */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .languageNav a[lang=es-DO] {
    background-image: url("img/lang_es-do_22x22@2x.png");
  }
  .languageNav a[lang=es-ES] {
    background-image: url("img/lang_es-es_22x22@2x.png");
  }
  .languageNav a[lang=en-US] {
    background-image: url("img/lang_en-us_22x22@2x.png");
  }
}
/* Overwrite with SVG if available */
.languageNav a[lang=es-DO] {
  background-image: linear-gradient(transparent, transparent), url("img/lang_es-do.svg");
}
.languageNav a[lang=es-ES] {
  background-image: linear-gradient(transparent, transparent), url("img/lang_es-es.svg");
}
.languageNav a[lang=en-US] {
  background-image: linear-gradient(transparent, transparent), url("img/lang_en-us.svg");
}

.mid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mid-header .contact-links li {
  margin-left: 40px;
  display: inline-block;
}
.mid-header .contact-links li i {
  color: #0e5269;
  padding-right: 5px;
}
.mid-header .contact-links li a:hover, .mid-header .contact-links li a:active, .mid-header .contact-links li a:focus {
  text-decoration: none;
}

.bottom-header {
  width: 100%;
  padding: 0;
}
.bottom-header .headerNav .menuToggle {
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  display: none;
}
.bottom-header .headerNav #mainMenu {
  position: relative;
}
.bottom-header .headerNav #mainMenu .navBannerTriangles:before, .bottom-header .headerNav #mainMenu .navBannerTriangles:after {
  border: 10px solid transparent;
  bottom: -10px;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
.bottom-header .headerNav #mainMenu .navBannerTriangles:before {
  border-left: 10px solid #0e5269;
  right: -10px;
}
.bottom-header .headerNav #mainMenu .navBannerTriangles:after {
  border-right: 10px solid #082f3c;
  left: -10px;
}
.bottom-header .headerNav #mainMenu .menu-mainnav_en-container, .bottom-header .headerNav #mainMenu .menu-mainnav_es-container {
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.bottom-header .headerNav #mainMenu ul.nav-menu {
  text-transform: uppercase;
  text-align: center;
  background: #0e5269;
  font-weight: bold;
  padding: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item {
  display: inline-block;
  padding: 4px 20px;
}
.bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item.currentPage a, .bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item.current_page_item a, .bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item.current-menu-parent a:not(.sub-menu a) {
  color: #fff;
}
.bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item a {
  color: #fff;
  display: block;
  width: 100%;
}
.bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item a:hover, .bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item a:active, .bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.bottom-header .headerNav #mainMenu .social-menu {
  display: none;
}

/* Social Menu */
.social-menu {
  display: inline-block;
  vertical-align: middle;
}
.social-menu ul {
  margin: 0;
  padding: 0;
}
.social-menu li {
  display: inline-block;
  padding: 0 4px;
}
.social-menu li svg {
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transition: 0.2s;
}
.social-menu li svg .svg-icon {
  transition: 0.2s;
}
.social-menu li svg:hover {
  opacity: 0.5;
}

.social-menu.white {
  margin: 0 auto;
}
.social-menu.white ul svg {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
.social-menu.white ul svg:hover {
  opacity: 1;
}
.social-menu.white ul svg .svg-icon {
  fill: #fff;
}

@media screen and (max-width: 1240px) {
  .bottom-header {
    max-width: unset;
  }
  .bottom-header .headerNav #mainMenu .navBannerTriangles {
    display: none;
  }
}
@media screen and (min-width: 721px) {
  #mainMenu {
    display: block !important;
  }
}
@media screen and (max-width: 720px) {
  .site-header .top-header {
    order: 2;
  }
  .site-header .mid-header {
    flex-direction: column;
    margin-top: 35px;
  }
  .site-header .mid-header .contact-links {
    margin: 40px 0 20px;
    padding: 0;
  }
  .site-header .mid-header .contact-links li {
    margin: 0;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .site-header .bottom-header {
    order: 1;
  }
  .site-header .bottom-header .headerNav {
    background: #0e5269;
  }
  .site-header .bottom-header .headerNav #mainMenu {
    display: none;
    flex-direction: column;
  }
  .site-header .bottom-header .headerNav #mainMenu .menu-mainnav_en-container, .site-header .bottom-header .headerNav #mainMenu .menu-mainnav_es-container {
    margin-bottom: 0;
  }
  .site-header .bottom-header .headerNav #mainMenu ul.nav-menu {
    margin: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: unset;
  }
  .site-header .bottom-header .headerNav #mainMenu ul.nav-menu li.menu-item {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .site-header .bottom-header .headerNav #mainMenu .social-menu {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .site-header .bottom-header .headerNav.menu-open #mainMenu {
    display: flex;
  }
  .site-header .mobile-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0e5269;
    padding: 10px;
  }
  .site-header #top-bar {
    display: none;
  }
  .site-header .language-selector .languageNav {
    display: flex;
    background: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 721px) {
  .overlapping-header {
    top: -30px;
    position: relative;
    z-index: 0;
    margin-bottom: -30px;
  }
}
.grecaptcha-badge {
  display: none;
}

.siteFooter {
  background: #0e5269;
  color: #fff;
}
.siteFooter a, .siteFooter address {
  color: rgba(255, 255, 255, 0.5);
}
.siteFooter a:hover, .siteFooter a:active, .siteFooter a:focus {
  color: #fff;
  text-decoration: none;
}
.siteFooter #outroBox {
  margin: 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.siteFooter #outroBox .logoBox {
  display: inline-block;
}
.siteFooter #outroBox .footerNav {
  display: inline-block;
}
.siteFooter #outroBox .footerNav #primary-menu-footer {
  padding-left: 25px;
  border-left: 1px solid #fff;
  margin-left: 40px;
  list-style: none;
}
.siteFooter #outroBox .footerNav #primary-menu-footer li {
  padding: 4px 0;
}
.siteFooter #outroBox .footerContactBox {
  text-align: center;
}
.siteFooter #outroBox .footerContactBox .social-menu ul {
  margin-top: 25px;
}
.siteFooter #outroBox .footerContactBox h5 {
  margin: 15px 0 10px;
}
.siteFooter #outroBox .footerContactBox address {
  margin: 0;
  font-style: normal;
}
.siteFooter #outroBox .footerContactBox address p {
  margin: 10px 0;
  text-align: center;
}
.siteFooter #bottomBar p {
  text-align: center;
  margin-bottom: 30px;
}
.siteFooter #bottomBar p a:before {
  content: " | ";
  color: #fff;
  padding: 0 15px;
}

@media screen and (max-width: 720px) {
  .siteFooter .logoBox {
    margin: 0 auto;
  }
  .siteFooter #outroBox {
    display: block;
    text-align: center;
  }
  .siteFooter #outroBox .logoBox {
    display: block;
    margin: 0 auto;
  }
  .siteFooter #outroBox .footerNav #primary-menu-footer {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
    padding-top: 25px;
    border-top: 1px solid #fff;
    margin-top: 30px;
  }
  .siteFooter #bottomBar p a {
    display: block;
    padding-top: 10px;
  }
  .siteFooter #bottomBar p a:before {
    content: "";
    color: #fff;
    padding: 0;
  }
}
.footerNav .menu-item-has-children {
  padding: 0;
}
.footerNav .menu-item-has-children a[href="#*"] {
  display: none;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  background: #ED7D31;
  border: none !important;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  font-weight: 500;
  transition: 0.2s;
}
button:hover, button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus {
  background: #a94d0f;
}

input:disabled,
option:disabled {
  cursor: not-allowed;
}

button:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
input[type=username],
input[type=file],
input[type=url],
textarea,
select {
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: #86A8B4;
  border: 0;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=username]:focus,
input[type=file]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #FF8800;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=username]:disabled,
input[type=file]:disabled,
input[type=url]:disabled,
textarea:disabled,
select:disabled {
  background: #eee;
  color: #bbb;
  cursor: not-allowed;
}

form {
  background: #0e5269;
  padding: 20px;
  /*input:focus::placeholder,
  textarea:focus::placeholder {
      color: #86A8B4;
  }*/
}
form a {
  color: #fff;
}
form a:hover {
  color: rgba(255, 255, 255, 0.5);
}
form ::-moz-placeholder {
  color: #0e5269;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
form ::placeholder {
  color: #0e5269;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
form input[type=text],
form input[type=number],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=username],
form input[type=file],
form input[type=url],
form textarea,
form select {
  width: 100%;
  max-width: 496px;
}

.requiredLabel:after {
  content: " *";
  color: #ED7D31;
  font-weight: normal;
}

span.required {
  color: #ED7D31;
}

.recaptcha-disclaimer, .reverseBox .recaptcha-disclaimer {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-size: 70%;
}
.recaptcha-disclaimer a, .reverseBox .recaptcha-disclaimer a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.recaptcha-disclaimer a:hover, .reverseBox .recaptcha-disclaimer a:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255) !important;
}

.wpcf7-not-valid-tip {
  color: #ffee00;
  padding-bottom: 5px;
}

body.home .parallax-bg {
  color: #fff;
}
body.home .home-hero .entry-content {
  text-align: center;
}
body.home .home-hero .entry-content .logoBox {
  margin: 80px auto 20px;
  width: 344px;
}
body.home .home-hero .entry-content hr {
  background-color: #fff;
  width: 62px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 10px;
}
body.home .home-hero .entry-content .entry-title {
  color: #fff;
  margin-top: 0;
  font-size: 72px;
  margin-bottom: 10px;
  line-height: 1.2;
}
body.home .home-hero .entry-content h5 {
  font-size: 22px;
  margin: 0 0 30px;
  letter-spacing: 2px;
  line-height: 1.2;
}
body.home .home-hero .entry-content button {
  width: 100%;
  max-width: 280px;
  margin-bottom: 70px;
}
body.home .home-services {
  margin-bottom: 40px;
}
body.home .home-services .services-group {
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #919191;
  padding: 35px 0;
  background: #fff;
}
body.home .home-services .services-group .services-box {
  padding: 0 35px;
  border-left: 1px solid #919191;
  width: 33.3%;
}
body.home .home-services .services-group .services-box:first-child {
  border-left: 0;
}
body.home .home-services .services-group .services-box .serviceImg {
  max-width: 100%;
  width: 330px;
  margin: 0 auto;
}
body.home .home-services .services-group .services-box .serviceImg span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 0;
  padding-top: 100%; /* 100 * (330/330) */
}
body.home .home-services .services-group .services-box h4 {
  text-align: center;
  margin: 20px 0;
  color: #0e5269;
}
body.home .home-services .services-group .services-box ul {
  padding-left: 17px;
  margin-bottom: 0;
}
body.home .home-services .services-group .services-box ul li {
  padding-bottom: 5px;
}
body.home .home-aboutus .aboutus-gradient {
  background: #E8DCD4;
  background: linear-gradient(0deg, rgb(255, 246, 239) 0%, rgba(255, 246, 239, 0) 100%) bottom/100% 130px no-repeat, linear-gradient(120deg, rgb(232, 220, 212) 0%, rgb(183, 230, 237) 100%);
}
body.home .home-aboutus .entry-content {
  padding-bottom: 80px;
}
body.home .home-aboutus .entry-content .aboutus-box {
  position: relative;
  color: #0e5269;
  background: #fff;
  border-radius: 35px;
  padding: 40px;
  max-width: 1040px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
body.home .home-aboutus .entry-content .aboutus-box .logoBox {
  position: relative;
  margin-left: 30px;
  top: -70px;
  margin-bottom: -65px;
  float: right;
}
body.home .home-aboutus .entry-content .aboutus-box p {
  padding-bottom: 20px;
}
body.home .home-aboutus .entry-content .aboutus-box p:first-of-type {
  margin-top: 0;
}
body.home .home-aboutus .entry-content .aboutus-box p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.home .home-aboutus .entry-content .aboutus-box blockquote {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  margin: 18px auto 10px;
}
body.home .home-aboutus .entry-content h4 {
  text-align: center;
  margin-top: 0;
  color: #0e5269;
  font-size: 30px;
}
body.home .home-aboutus .entry-content .core-values-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
body.home .home-aboutus .entry-content .core-values-group .core-values-box {
  padding: 16px;
  max-width: 232px;
}
body.home .home-aboutus .entry-content .core-values-group .core-values-box .core-values-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
body.home .home-aboutus .entry-content .core-values-group .core-values-box p.lrg {
  text-transform: uppercase;
  font-weight: bold;
  color: #0e5269;
  line-height: 1;
}
body.home .home-aboutus .entry-content .core-values-group .core-values-box p {
  text-align: center;
}
body.home .home-aboutus .about-vianmery {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
body.home .home-aboutus .about-vianmery .vianmeryPhoto {
  width: 475px;
  height: 722px;
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.home .home-aboutus .about-vianmery .entry-content {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  height: 722px;
}
body.home .home-aboutus .about-vianmery .entry-content .left-text-group {
  max-width: 775px;
}
body.home .home-aboutus .about-vianmery .entry-content .left-text-group h3, body.home .home-aboutus .about-vianmery .entry-content .left-text-group h2 {
  margin-top: 0;
}
body.home .home-aboutus .about-vianmery .entry-content .left-text-group h3 {
  margin-bottom: 10px;
}
body.home .home-whychooseus {
  text-align: center;
}
body.home .home-whychooseus .entry-content {
  padding-bottom: 40px;
}
body.home .home-whychooseus .entry-content p {
  text-align: center;
  max-width: 960px;
  color: #0e5269;
  margin-left: auto;
  margin-right: auto;
}
body.home .home-whychooseus .whychooseus-quote .quote {
  font-size: 38px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 25px;
}
body.home .home-whychooseus .whychooseus-quote button {
  width: 100%;
  max-width: 280px;
}
body.home .home-location .rsms-iframe-container {
  border-top: 1px solid #919191;
}
body.home .home-location .rsms-iframe-container iframe {
  height: 565px;
  width: 100%;
}

/* OVER MOBILE STYLES */
@media screen and (min-width: 950px) {
  .core-values-box {
    width: 20%;
  }
}
/* TABLET STYLES */
@media screen and (max-width: 1300px) {
  .about-vianmery .left-text-group {
    width: 55%;
  }
}
/* MOBILE STYLES */
@media screen and (max-width: 949px) {
  body.home .home-aboutus .about-vianmery {
    display: inline-block;
  }
  body.home .home-aboutus .about-vianmery .vianmeryPhoto {
    width: 274px;
    height: 274px;
    position: unset;
    border-radius: 137px;
    margin: 80px auto 50px;
    box-shadow: -10px 3px 20px rgba(0, 0, 0, 0.5);
  }
  body.home .home-aboutus .about-vianmery .entry-content {
    display: block;
    height: auto;
    padding-bottom: 80px;
  }
  body.home .home-aboutus .about-vianmery .entry-content .left-text-group {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    text-align: center;
  }
  body.home .home-aboutus .about-vianmery .entry-content .left-text-group h2 {
    font-size: 50px;
  }
  body.home .home-aboutus .about-vianmery .entry-content .left-text-group h3 {
    font-size: 30px;
  }
  body.home .home-aboutus .about-vianmery .entry-content .left-text-group p {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  body.home .home-hero .entry-content .logoBox {
    margin-top: 40px;
  }
  body.home .home-hero .entry-content .entry-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  body.home .home-hero .entry-content h5 {
    margin-bottom: 20px;
  }
  body.home .home-hero .entry-content button {
    margin-bottom: 50px;
  }
  body.home .home-services .services-group {
    flex-direction: column;
    padding: 35px 20px;
  }
  body.home .home-services .services-group .services-box {
    padding: 35px 0;
    border-left: 0;
    border-top: 1px solid #919191;
    width: 100%;
  }
  body.home .home-services .services-group .services-box:first-child {
    border-top: 0;
    padding-top: 0;
  }
  body.home .home-services .services-group .services-box:last-child {
    padding-bottom: 0;
  }
  body.home .home-aboutus .entry-content .aboutus-box {
    padding: 20px;
  }
  body.home .home-aboutus .entry-content .aboutus-box .logoBox {
    position: relative;
    top: 0;
    margin: 0 auto 30px;
    float: none;
  }
}
@media screen and (max-width: 520px) {
  body.home .home-location .rsms-iframe-container {
    border: 1px solid #919191;
    margin: 20px 20px 80px;
    position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
  }
  body.home .home-location .rsms-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* BACKGROUND IMAGES */
.home-hero {
  background-image: url("img/shaking-hands.jpg");
  background-color: #0b343f;
}

.about-vianmery, .whychooseus-quote {
  background-image: url("img/accounting-background-blur.jpg");
  background-color: #0b343f;
}

.vianmeryPhoto {
  background-image: url("img/vianmery-gabriel_274x274.jpg");
}

.svc-busiCreat {
  background-image: url("img/services-busiCreat.jpg");
}

.svc-acct {
  background-image: url("img/services-acct.jpg");
}

.svc-profServ {
  background-image: url("img/services-profServ.jpg");
}

[data-vtype=integrity] {
  background-image: url("img/icon_integrity.png");
}

[data-vtype=innovation] {
  background-image: url("img/icon_innovation.png");
}

[data-vtype=reliability] {
  background-image: url("img/icon_reliability.png");
}

[data-vtype=customer-focus] {
  background-image: url("img/icon_customer-focus.png");
}

[data-vtype=collaboration] {
  background-image: url("img/icon_collaboration.png");
}

/* @2x */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .home-hero {
    background-image: url("img/shaking-hands@2x.jpg");
  }
  .about-vianmery, .whychooseus-quote {
    background-image: url("img/accounting-background-blur@2x.jpg");
  }
  .vianmeryPhoto {
    background-image: url("img/vianmery-gabriel_274x274@2x.jpg");
  }
  .svc-busiCreat {
    background-image: url("img/services-busiCreat@2x.jpg");
  }
  .svc-acct {
    background-image: url("img/services-acct@2x.jpg");
  }
  .svc-profServ {
    background-image: url("img/services-profServ@2x.jpg");
  }
  [data-vtype=integrity] {
    background-image: url("img/icon_integrity@2x.png");
  }
  [data-vtype=innovation] {
    background-image: url("img/icon_innovation@2x.png");
  }
  [data-vtype=reliability] {
    background-image: url("img/icon_reliability@2x.png");
  }
  [data-vtype=customer-focus] {
    background-image: url("img/icon_customer-focus@2x.png");
  }
  [data-vtype=collaboration] {
    background-image: url("img/icon_collaboration@2x.png");
  }
}
/* Load desktop size graphics if over mobile size */
@media only screen and (min-width: 531px) {
  .home-hero {
    background-image: url("img/shaking-hands@2x.jpg");
    background-attachment: fixed;
  }
  .about-vianmery,
  .whychooseus-quote {
    background-image: url("img/accounting-background-blur@2x.jpg");
    background-attachment: fixed;
  }
}
@media screen and (min-width: 950px) {
  .vianmeryPhoto {
    background-image: url("img/vianmery-gabriel_475x722@2x.png");
  }
}
/* @2x */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 531px) {
  .home-hero {
    background-image: url("img/shaking-hands@2x.jpg");
  }
  .about-vianmery, .whychooseus-quote {
    background-image: url("img/accounting-background-blur@2x.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 950px) {
  .vianmeryPhoto {
    background-image: url("img/vianmery-gabriel_475x722@2x.png");
  }
}
/* Overwrite with SVG if available */
[data-vtype=integrity] {
  background-image: linear-gradient(transparent, transparent), url("img/icon_integrity.svg");
}

[data-vtype=innovation] {
  background-image: linear-gradient(transparent, transparent), url("img/icon_innovation.svg");
}

[data-vtype=reliability] {
  background-image: linear-gradient(transparent, transparent), url("img/icon_reliability.svg");
}

[data-vtype=customer-focus] {
  background-image: linear-gradient(transparent, transparent), url("img/icon_customer-focus.svg");
}

[data-vtype=collaboration] {
  background-image: linear-gradient(transparent, transparent), url("img/icon_collaboration.svg");
}

.contact-section {
  background-color: transparent;
}
.contact-section .entry-content .contact-group {
  max-width: 536px;
  margin-bottom: 70px;
}
.contact-section .entry-content .contact-group .entry-title {
  margin-top: 70px;
  margin-bottom: 20px;
}
.contact-section .entry-content .contact-group form {
  width: 100%;
  color: #fff;
}
.contact-section .entry-content .contact-group form .form-grid .form-group p {
  margin-top: 0;
  margin-bottom: 0;
}
.contact-section .entry-content .contact-group form .form-grid .form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-section .entry-content .contact-group form .form-grid .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-section .entry-content .contact-group form .form-grid .form-group.checkbox p {
  margin-bottom: 20px;
}
.contact-section .entry-content .contact-group form .form-grid .form-group.checkbox .wpcf7-list-item {
  margin: 15px 0 0;
  text-align: left;
}
.contact-section .entry-content .contact-group form .form-grid .form-group.checkbox a {
  color: #fff;
}
.contact-section .entry-content .contact-group form .form-grid .form-group.checkbox a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .entry-content .contact-group form .form-grid [type=submit] {
  width: 100%;
  max-width: 237px;
}

/* MOBILE STYLES */
@media screen and (max-width: 720px) {
  .contact-section .entry-content .contact-group {
    margin: 0 auto 20px;
  }
  .contact-section .entry-content .contact-group .entry-title {
    margin-top: 40px;
  }
}
/* BACKGROUND IMAGES */
/*.contact-section {
    //background-image: url("img/contact-background_grayscale.jpg");
}*/
/* @2x */
/* Load desktop size graphics if over mobile size */
@media only screen and (min-width: 720px) {
  .contact-section {
    background-image: url("img/contact-background_grayscale.jpg");
    background-color: #fff6ef;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-section {
    background-image: url("img/contact-background_grayscale@2x.jpg");
  }
}
/* @2x */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 720px) {
  .contact-section {
    background-image: url("img/contact-background_grayscale@2x.jpg");
  }
}
body {
  background: #fff6ef;
  overflow-x: hidden;
}

.narrowContent {
  max-width: 760px;
  margin: 30px auto;
}

.fullWidthImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0e5269;
  background-position: center;
  width: 100%;
  height: 100%;
}

.parallax-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll; /* key: not fixed */
  overflow: hidden;
}

/* Disable Parallax for smaller screens */
@media (max-width: 720px) {
  .parallax-bg {
    background-attachment: scroll;
    background-position: center center !important;
  }
}
/* Prevent jumping on initial load */
@media (min-width: 721px) {
  .parallax-bg:first-of-type {
    background-position-y: -95.4px;
  }
}
.logoBox {
  max-width: 100%;
  width: 250px;
}

/* Apply common background image styles */
.rsmsLogo, .rsmsLogo-white {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0; /* reset */
  background-position: center;
}

/* Load mobile size graphics first */
.rsmsLogo-white {
  background-image: url("img/rsmsLogo-white_344x250.png");
  padding-top: 73%; /* 100 * (250/344) */
}

.rsmsLogo {
  background-image: url("img/rsmsLogo-fullColor_250x182.png");
  padding-top: 73%; /* 100 * (182/250) */
}

/* @2x */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .rsmsLogo {
    background-image: url("img/rsmsLogo-fullColor_250x182@2x.png");
  }
  .rsmsLogo-white {
    background-image: url("img/rsmsLogo-white_344x250@2x.png");
  }
}
/* Load desktop size graphics if over mobile size */
/* @2x */
/* Overwrite with SVG if available */
.rsmsLogo {
  background-image: linear-gradient(transparent, transparent), url("img/rsmsLogo-fullColor.svg");
}

.rsmsLogo-white {
  background-image: linear-gradient(transparent, transparent), url("img/rsmsLogo-white.svg");
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #000;
}
table th, table td {
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
table th {
  background: #0e5269;
  color: #fff;
  font-weight: bold;
}

.entry-content a {
  color: #4F4946;
  text-decoration: underline;
}
.entry-content a:hover, .entry-content a:active, .entry-content a:focus {
  color: #0e5269;
}
.entry-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/*--------------------------------------------------------------
00.0 Print Styles
--------------------------------------------------------------*/
@media print {
  html {
    background: transparent !important;
  }
}/*# sourceMappingURL=style.css.map */