@charset "UTF-8";
/*!
Theme Name: blankslate-child
Template: blankslate
Version: 1.0.0
Author: dpc&s
Tags: responsive-layout
*/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

section h1, article h1 {
  margin: 0.67em 0;
}

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #161785 !important;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #161785 !important;
  color: #fff;
  text-shadow: none;
}

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !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) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
div#branding .logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#branding .logo-container > a {
  margin-left: 0.8vw;
}

nav#menu, nav#footer_menu {
  display: none;
  margin-right: 0.8vw;
}

nav#footer_menu .menu ul.sub-menu {
  display: none !important;
}

@media all and (min-width: 960px) {
  a#mobile_menu {
    display: none;
  }

  nav#menu, nav#footer_menu {
    display: block !important;
  }
}
.menu-main-menu-container {
  padding: 0 !important;
}
.menu-main-menu-container ul, .menu-main-menu-container li {
  margin: 0 !important;
  padding: 0 !important;
}
.menu-main-menu-container li {
  display: inline-block !important;
  position: relative !important;
}
.menu-main-menu-container li:hover > ul.sub-menu {
  opacity: 1 !important;
  pointer-events: all !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
.menu-main-menu-container li.disabled {
  display: none !important;
}
.menu-main-menu-container li a {
  display: block !important;
  height: 100% !important;
  padding: 1.1em 0.7vw !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  text-decoration: none;
  text-align: center;
  line-height: 1 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  opacity: 0.8 !important;
  -webkit-transition: all 500ms ease-out !important;
  -moz-transition: all 500ms ease-out !important;
  -ms-transition: all 500ms ease-out !important;
  -o-transition: all 500ms ease-out !important;
  transition: all 500ms ease-out !important;
}
.menu-main-menu-container li a:after {
  display: none !important;
}
.menu-main-menu-container li a:hover {
  opacity: 1 !important;
}
@media only screen and (min-width: 64.063em) and (max-width: 77.0315em) {
  .menu-main-menu-container li a {
    padding: 0 14px !important;
  }
}
.menu-main-menu-container li ul.sub-menu {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 100 !important;
  top: 2.6em !important;
  left: 50% !important;
  margin-left: -8.4em !important;
  width: 15em !important;
  background: #e1e1e1 !important;
  padding: 12px !important;
  border-radius: 12px !important;
  border-color: #fff;
  -webkit-transition: all 200ms ease-out !important;
  -moz-transition: all 200ms ease-out !important;
  -ms-transition: all 200ms ease-out !important;
  -o-transition: all 200ms ease-out !important;
  transition: all 200ms ease-out !important;
  -webkit-transform: translateY(10px) !important;
  -moz-transform: translateY(10px) !important;
  -ms-transform: translateY(10px) !important;
  -o-transform: translateY(10px) !important;
  transform: translateY(10px) !important;
}
.menu-main-menu-container li ul.sub-menu:before {
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: 0px !important;
  right: 0px !important;
  width: 20px !important;
  height: 20px !important;
  margin: auto !important;
  background: #e1e1e1 !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.menu-main-menu-container li ul.sub-menu li {
  width: 100% !important;
  background: #f0f0f0 !important;
  -webkit-transition: background 500ms ease-out !important;
  -moz-transition: background 500ms ease-out !important;
  -ms-transition: background 500ms ease-out !important;
  -o-transition: background 500ms ease-out !important;
  transition: background 500ms ease-out;
}
.menu-main-menu-container li ul.sub-menu li:first-child {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.menu-main-menu-container li ul.sub-menu li:last-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.menu-main-menu-container li ul.sub-menu li:hover {
  background: #fdfdfd !important;
}
.menu-main-menu-container li ul.sub-menu li a {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #102148 !important;
  text-transform: none !important;
  height: auto !important;
  line-height: 40px !important;
  padding: 0 10px !important;
  white-space: nowrap !important;
}
.menu-main-menu-container li ul.sub-menu li a:after {
  color: #616161 !important;
  margin-left: 4px !important;
}

body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #0b1733;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

section h1, section h2, section h3, section h4, section h5, article h1, article h2, article h3, article h4, article h5 {
  margin: 0;
}

ul {
  margin: 0;
}

p {
  color: black;
}

p.has-large-font-size {
  line-height: 1.1;
  font-size: 1.4em;
  text-align: center;
}
@media all and (min-width: 640px) {
  p.has-large-font-size {
    line-height: 1.1;
    font-size: 1.6em;
  }
}
@media all and (min-width: 960px) {
  p.has-large-font-size {
    line-height: 1.1;
    font-size: 1.8em;
  }
}

p.has-medium-font-size {
  line-height: 1.1;
  font-size: 1.3em;
}

div#container {
  background: white;
  min-height: 70vh;
}

body.theme-blankslate div#branding {
  background: #102148;
  padding: 1em;
}
body.theme-blankslate div#branding .logo-container {
  max-width: 1440px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.5em;
  min-height: 48px;
}
body.theme-blankslate div#branding img {
  width: auto;
  margin: 0 auto;
  display: block;
  height: 32px;
  max-height: none;
  min-height: auto;
}
body.theme-blankslate h1.entry-title {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1em 0.25em 0;
  text-align: center;
}
body.theme-blankslate .body-content > .wp-block-group__inner-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0.5em;
}
body.theme-blankslate .ec-checkout-container > .wp-block-group__inner-container,
body.theme-blankslate .ec-offer-buttons-container > .wp-block-group__inner-container,
body.theme-blankslate .ec-offer-form-container > .wp-block-group__inner-container,
body.theme-blankslate .ec-offer-listing-container > .wp-block-group__inner-container {
  max-width: 1080px;
  margin: 0 auto;
}
body.theme-blankslate footer#footer {
  padding: 1em;
  max-width: 1440px;
  margin: 0 auto;
}
@media all and (min-width: 960px) {
  body.theme-blankslate footer#footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
body.theme-blankslate footer#footer div#footer_branding {
  width: 16em;
  display: block;
  max-height: 30px;
  background: transparent;
  padding: 0;
  margin: 0 auto;
}
@media all and (min-width: 960px) {
  body.theme-blankslate footer#footer div#footer_branding {
    margin: 0;
  }
}
body.theme-blankslate footer#footer div#footer_branding img {
  height: auto;
  max-width: 100%;
}
body.theme-blankslate footer#footer a {
  color: #fffe72;
  text-decoration: none;
}
body.theme-blankslate footer#footer a:hover {
  color: white;
  text-decoration: underline;
}
body.theme-blankslate footer#footer div#footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0.5em;
  font-size: 0.8em;
  grid-column: 2/3;
}
body.theme-blankslate footer#footer div#copyright {
  color: white;
  text-align: center;
}
@media all and (min-width: 960px) {
  body.theme-blankslate footer#footer div#copyright {
    text-align: right;
  }
}
body.theme-blankslate footer#footer div#privacy_link_container {
  display: block;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 960px) {
  body.theme-blankslate footer#footer div#privacy_link_container {
    text-align: right;
  }
}

.privacy-policy ul {
  margin-bottom: 1em;
}

body.privacy-policy div.privacy-policy {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 1em;
}

body.dpcs-page-lp-layout div#image_container {
  height: 14em;
  background-size: cover;
  background-position: center center;
}

form.cart div.ec_user_message {
  display: none;
}
form.cart #weeks-timing_wrapper {
  display: none;
}

.nyp_form_editor {
  font-size: 1.6em;
}
@media all and (min-width: 640px) {
  .nyp_form_editor {
    font-size: 1.8em;
  }
}
@media all and (min-width: 960px) {
  .nyp_form_editor {
    font-size: 2em;
  }
}
.nyp_form_editor .recurring_wrapper {
  font-size: 0.6em;
}
.nyp_form_editor input, .nyp_form_editor select {
  border: 1px solid #aaa;
}
.nyp_form_editor input#nyp {
  padding: 4px 5px;
  margin-left: 4px;
}
.nyp_form_editor div#frequency_wrapper {
  margin: 0.4em 0;
}
.nyp_form_editor input#datepicker {
  padding: 3px;
}

form#nyp_form {
  background: #f1f1f1;
  padding: 8px;
  text-align: center;
}

.ec_error_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  display: block;
}

.ec-offer-buttons-container .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em;
}

.offer_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.offer_buttons a {
  background: #008310;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6em 1em 0.4em;
  margin-left: 0.4em;
  font-size: 1.2em;
  line-height: 1;
  margin-top: 0.3em;
  text-align: center;
}
@media all and (min-width: 640px) {
  .offer_buttons a {
    font-size: 1.5em;
  }
}
@media all and (min-width: 960px) {
  .offer_buttons a {
    font-size: 1.8em;
  }
}
.offer_buttons a:hover {
  background: #005a0b;
}
.offer_buttons a.offer-btn-selected {
  background: #003707;
}
.offer_buttons a span.support-text {
  display: block;
  font-size: 0.5em;
}

.ec_user_message {
  color: black;
  border: 1px solid #cf0000;
  background: #ffdae0;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  padding: 4px;
  width: auto;
  max-width: 320px;
  margin: 0 auto 6px;
}

form.checkout .recur {
  background: #c7e5ff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 1em 0.5em;
  margin-bottom: 5px;
  border-top: 2px solid #add8e6;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
.offer-added-listing .row.div {
  display: flex !important;
  flex-flow: column;
}

.offer-added-listing {
  margin: 0 0 4px;
  background: #f8f8f8;
  padding: 0 20px 16px;
  display: block !important;
  color: black;
}

.offer-added-listing.unselected .listing-img {
  max-height: 150px;
  float: none;
}

.offer-added-listing .listing-img {
  max-height: 160px;
  transition: max-height 0.3s ease;
  margin: 0 auto 0 0 !important;
}

.offer-selections-container {
  display: flex;
  flex-flow: column;
  padding: 0 2%;
}

.offer-content.cell {
  width: 100%;
  align-items: center;
}

.offer-added-listing:nth-child(odd) span.row.div .offer-content {
  text-align: inherit;
}

.offer-added-listing .offer-details {
  width: 80%;
  padding: 0 5px;
}

.offer-added-listing {
  border: 2px solid #008310;
  text-decoration: none;
  transition: border 0.3s ease;
}

.offer-added-listing.unselected {
  border: 2px solid rgba(0, 131, 16, 0);
}

.offer-added-listing .offer-name {
  font-size: calc(1em * 1.3);
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.offer-added-listing .offer-amount {
  font-size: calc(1em * .9);
}

.offer-selections-container > h4 {
  color: #008310;
  font-weight: bold;
  text-align: center;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  font-size: 20px;
}

.checkmark.unselected:before, .dimmed .checkmark:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #008310;
  opacity: 0;
}

.checkmark:before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #008310;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.offer-added-listing .checkmark {
  width: 60px;
  height: 60px;
  border: 1px solid #aaa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.offer-none-selected .description {
  font-weight: bold;
  font-size: calc(1em * 1.1);
  padding: 15px;
}

.offer-added-listing.offer-none-selected.unselected {
  padding: 15px 20px;
}

.offer-added-listing.offer-none-selected {
  padding: 20px 20px;
  transition: padding 0.3s ease;
  margin-bottom: 10px;
}

.offer-disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 400px) {
  .offer-added-listing .row.div {
    flex-flow: row;
    align-items: center;
  }
  .offer-added-listing .row.div .offer-content {
    flex-flow: row-reverse;
  }

  .offer-added-listing {
    padding: 0 20px;
  }

  .offer-added-listing .listing-img {
    margin: 0;
  }
}
.offer-added-listing {
  display: inline-block !important;
  padding: 0.5%;
  margin: 0;
  border: none;
  width: 440px;
  background: transparent;
  border-top: 1px dotted #ccc;
  position: relative;
  transition: none;
}

.offer-items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 640px;
  margin: 0.5em auto;
}

.offer-content.cell {
  display: flex;
  width: auto;
}

span.offer-image {
  display: block;
  min-width: 100px;
}

.offer-added-listing > .offer-content {
  border: 2px solid #008310;
}

.offer-added-listing.unselected > .offer-content {
  border-color: transparent;
}

.offer-added-listing .checkmark:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.offer-added-listing .checkmark {
  position: relative;
  border: none;
  box-shadow: none;
}

.offer-details-container {
  width: 100%;
}

.ec-offer-listing-container h4 {
  text-align: center;
}

.offer-added-listing:last-of-type, .offer-added-listing.unselected:last-of-type {
  border-bottom: 1px dotted #ccc;
}

.ec-offer-listing-container .wp-block-group__inner-container {
  padding: 1em 0;
}

.offer-disabled {
  position: absolute;
  width: 100%;
  height: 95%;
  display: block;
}

.offer-added-listing.dimmed .offer-name {
  color: #777;
}

.offer-added-listing.unselected {
  border: none;
  border-top: 1px dotted #ccc;
}

form.cart > h2 {
  display: none;
}

form.cart .details-heading {
  display: none;
}

.offer-container > h4 {
  font-size: 1.1em;
}

.offer-container .gift-amount {
  font-size: 0.9em;
  font-weight: bold;
}

.offer-container > .recur {
  font-size: 0.7em !important;
  line-height: 1.2 !important;
}

.offer-container {
  padding: 0.5em;
  line-height: 1.2;
  background: #e2ebff;
}

.item-options {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3em;
}

.selections > span:first-of-type {
  font-size: 0.9em;
  font-weight: bold;
}

.selections ul {
  font-size: 0.8em;
}

.item-options a.edit {
  background: #4d6aae;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0.2em 0.5em;
}

a.ajax_remove_from_cart_button {
  font-size: 0.8em;
  color: darkred;
}

#ui-datepicker-div {
  z-index: 1000 !important;
  background: white;
  border: 1px solid #eee;
  box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.5);
  padding: 0.3em;
  display: none;
}
#ui-datepicker-div tbody td {
  border: 1px solid #ddd;
  text-align: center;
}
#ui-datepicker-div .ui-state-disabled {
  background: #ddd;
}
#ui-datepicker-div a.ui-datepicker-next.ui-corner-all {
  float: right;
}
#ui-datepicker-div a.ui-state-default {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.04em;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  clear: both;
}
#ui-datepicker-div tbody > tr > td {
  width: 1.5em;
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > a {
  font-weight: bold;
  color: blue;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 0.1em 0.3em;
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > a:hover {
  cursor: pointer;
}
#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all.ui-state-disabled {
  color: black !important;
}
#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all {
  float: left;
}

body.theme-blankslate div.woocommerce {
  position: relative;
}
body.theme-blankslate form.checkout {
  padding-bottom: 2em;
  font-size: 0.9em;
}
body.theme-blankslate .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
body.theme-blankslate form.checkout > ul.woocommerce-error {
  grid-column: 1/3;
  margin-bottom: 0;
}
body.theme-blankslate .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  margin: 0;
  background: #ffdae0;
  color: black;
  font-size: 0.9em;
  line-height: 1.2;
}
body.theme-blankslate .woocommerce-billing-fields {
  margin-top: 0;
}
body.theme-blankslate .woocommerce-billing-fields h3 {
  padding: 5px;
  text-align: center;
  background: #0b1733;
  color: white;
}
body.theme-blankslate .woocommerce-shipping-fields {
  padding-bottom: 0.7em;
}
body.theme-blankslate .woocommerce-billing-fields__field-wrapper,
body.theme-blankslate .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  background: #dfdcde;
  padding: 8px;
  grid-gap: 4px;
  grid-template-columns: 56% 1fr;
}
body.theme-blankslate .woocommerce form #customer_details .form-row {
  grid-column: 1/3;
  padding: 0;
  margin: 0;
  width: auto;
}
body.theme-blankslate .woocommerce form .form-row label {
  line-height: 1;
}
body.theme-blankslate .woocommerce form #customer_details .form-row > label {
  display: none;
}
body.theme-blankslate .woocommerce form .form-row input {
  padding: 4px 8px;
  border: 1px solid #aaa;
  transition: background 0.3s ease;
}
body.theme-blankslate .woocommerce form .form-row input:focus {
  background: lightyellow;
}
body.theme-blankslate span.select2-container {
  margin-bottom: 4px;
}
body.theme-blankslate #add_payment_method #payment div.payment_box,
body.theme-blankslate .woocommerce-cart #payment div.payment_box,
body.theme-blankslate .woocommerce-checkout #payment div.payment_box {
  padding: 8px;
  margin: 0;
  color: black;
  background: #d6d6d6;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
body.theme-blankslate #add_payment_method #payment div.payment_box input,
body.theme-blankslate .woocommerce-cart #payment div.payment_box input,
body.theme-blankslate .woocommerce-checkout #payment div.payment_box input {
  font-size: calc( 1em * 1.3 ) !important;
}
body.theme-blankslate #add_payment_method #payment ul.payment_methods,
body.theme-blankslate .woocommerce-cart #payment ul.payment_methods,
body.theme-blankslate .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  margin: 6px 0 0;
}
body.theme-blankslate div#stripe-payment-data > p:first-of-type {
  display: none;
}
body.theme-blankslate #add_payment_method #payment div.payment_box:before,
body.theme-blankslate .woocommerce-cart #payment div.payment_box:before,
body.theme-blankslate .woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
body.theme-blankslate #add_payment_method #payment div.payment_box .wc-credit-card-form,
body.theme-blankslate .woocommerce-cart #payment div.payment_box .wc-credit-card-form,
body.theme-blankslate .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  margin: 0;
}
body.theme-blankslate #add_payment_method #payment div.payment_box .form-row,
body.theme-blankslate .woocommerce-cart #payment div.payment_box .form-row,
body.theme-blankslate .woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
  margin: 0;
  position: relative;
}
body.theme-blankslate #add_payment_method #payment, body.theme-blankslate .woocommerce-cart #payment, body.theme-blankslate .woocommerce-checkout #payment {
  background: transparent;
  margin-top: 0;
}
body.theme-blankslate #add_payment_method #payment h3, body.theme-blankslate .woocommerce-cart #payment h3, body.theme-blankslate .woocommerce-checkout #payment h3 {
  padding: 5px;
  text-align: center;
  background: #0b1733;
  color: white;
}
body.theme-blankslate fieldset#wc-stripe-cc-form > br {
  display: none;
}
body.theme-blankslate #add_payment_method #payment div.form-row, body.theme-blankslate .woocommerce-cart #payment div.form-row, body.theme-blankslate .woocommerce-checkout #payment div.form-row {
  padding: 8px;
  margin: 0;
}
body.theme-blankslate .woocommerce #payment #place_order, body.theme-blankslate .woocommerce-page #payment #place_order {
  margin: 0;
}
body.theme-blankslate label[for=payment_method_stripe] {
  display: flex;
  justify-content: center;
  padding: 0 10px 10px;
  margin: 0;
}
body.theme-blankslate .payment_box .form-row {
  font-size: 0.9em !important;
  margin: 0.3em 0 !important;
}
body.theme-blankslate .payment_box .form-row label {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.3em;
}
body.theme-blankslate .payment_box div.form-row:first-of-type {
  margin-bottom: 6px !important;
}
body.theme-blankslate input#billing_first_name, body.theme-blankslate input#billing_last_name,
body.theme-blankslate input#shipping_first_name, body.theme-blankslate input#shipping_last_name {
  width: 90%;
}
body.theme-blankslate input#billing_city,
body.theme-blankslate input#shipping_city {
  width: 80%;
}
body.theme-blankslate .woocommerce form #customer_details p#billing_state_field,
body.theme-blankslate .woocommerce form #customer_details p#shipping_state_field {
  grid-column: 1/2;
}
body.theme-blankslate .woocommerce form #customer_details p#billing_postcode_field,
body.theme-blankslate .woocommerce form #customer_details p#shipping_postcode_field {
  grid-column: 2/3;
}
body.theme-blankslate .verifyCheckoutGiftAmt {
  font-weight: bold;
  margin-bottom: 3px;
}
body.theme-blankslate .woocommerce #payment #place_order, body.theme-blankslate .woocommerce-page #payment #place_order {
  background: darkgreen;
  color: white;
  display: block;
  float: none;
  margin: 0 auto !important;
  font-size: 1.3em;
  padding: 0.6em 1.6em 0.5em;
  width: auto;
}
body.theme-blankslate .woocommerce #payment #place_order:hover, body.theme-blankslate .woocommerce-page #payment #place_order:hover {
  background: green;
  cursor: pointer;
}
body.theme-blankslate p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  text-align: center;
}
body.theme-blankslate p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  font-size: 0.8em;
}
body.theme-blankslate p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
  margin-right: 5px !important;
}
body.theme-blankslate .security-notice {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
body.theme-blankslate .security-notice:before {
  display: none;
}
body.theme-blankslate .security-notice .lock-symbol {
  fill: #93c793;
  width: 0.8em;
  margin-top: -0.2em;
  margin-right: 0.2em;
}
body.theme-blankslate .security-notice .security-message {
  font-size: 0.8em;
  font-weight: bold;
  color: #555;
}

#add_payment_method #payment input#payment_method_stripe {
  margin: 0;
  width: 0;
  height: 0;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  width: 40px;
  height: 26px;
}

h3#ship-to-different-address {
  float: none !important;
  display: flex;
  justify-content: center;
  padding: 0.3em;
}

li.wc_payment_method > input:first-of-type {
  width: 0;
}

li.wc_payment_method > label {
  font-weight: bold;
  padding-left: 0.5em;
}

body.woocommerce-order-received .entry-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1em 1em 2em;
}
body.woocommerce-order-received h1.entry-title {
  display: none;
}
body.woocommerce-order-received .confirm-page-content-container {
  text-align: center;
  padding: 0 1em 1.2em;
}
body.woocommerce-order-received .confirm-page-content-container p {
  font-size: 1.4em;
}
body.woocommerce-order-received h2.woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  text-align: center;
}
body.woocommerce-order-received address {
  max-width: 660px !important;
  margin: 0 auto;
}
body.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  max-width: 660px;
  margin: 0 auto;
}
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  max-width: none;
  margin: 0 auto 2em;
  padding-left: 0;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
  display: block;
  width: 100%;
  margin-bottom: 0.7em;
}
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li strong {
  line-height: 1.1;
}
body.woocommerce-order-received .woocommerce table.shop_table td {
  line-height: 1.2;
}
@media all and (min-width: 540px) {
  body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-wrap: nowrap;
  }
  body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
    display: block;
  }
}

body.woocommerce-checkout {
  overflow-x: hidden;
}

@media all and (min-width: 640px) {
  body.dpcs-page-lp-layout div#branding {
    background: transparent;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1080px;
  }

  body.dpcs-page-lp-layout div#branding img {
    margin: 1.5em 0 0 1em;
    width: 12em;
    max-height: none;
  }

  body.dpcs-page-lp-layout div#image_container {
    height: 30vh;
  }

  .wp-block-group.body-content .wp-block-group__inner-container {
    font-size: 1.1em;
    line-height: 1.4;
  }
}
@media all and (min-width: 960px) {
  body.dpcs-page-lp-layout div#image_container {
    height: 40vh !important;
  }

  body.dpcs-page-lp-layout div#branding img {
    width: 15em;
  }

  .wp-block-group.body-content .wp-block-group__inner-container {
    font-size: 1.2em;
    line-height: 1.5;
  }
}
@media all and (min-width: 480px) {
  body.theme-blankslate .woocommerce form #customer_details .woocommerce-billing-fields__field-wrapper,
body.theme-blankslate .woocommerce form #customer_details .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  body.theme-blankslate .woocommerce form #customer_details .form-row {
    grid-column: 1/5;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_first_name_field {
    grid-column: 1/3;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_first_name_field input {
    width: 100%;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_last_name_field {
    grid-column: 3/5;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_last_name_field input {
    width: 100%;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_country_field {
    grid-column: 1/4;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_city_field {
    grid-column: 1/3;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_city_field input {
    width: 100%;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_state_field {
    grid-column: 3/5;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_postcode_field {
    grid-column: 1/2;
  }
  body.theme-blankslate .woocommerce form #customer_details p#billing_phone_field {
    grid-column: 2/5;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_first_name_field {
    grid-column: 1/3;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_first_name_field input {
    width: 100%;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_last_name_field {
    grid-column: 3/5;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_last_name_field input {
    width: 100%;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_country_field {
    grid-column: 1/4;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_city_field {
    grid-column: 1/3;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_city_field input {
    width: 100%;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_state_field {
    grid-column: 3/5;
  }
  body.theme-blankslate .woocommerce form #customer_details p#shipping_postcode_field {
    grid-column: 1/2;
  }
}
@media all and (min-width: 768px) {
  body.theme-blankslate .woocommerce .col2-set .col-1,
body.theme-blankslate .woocommerce-page .col2-set .col-1,
body.theme-blankslate .woocommerce .col2-set .col-2,
body.theme-blankslate .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  body.theme-blankslate form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 57% 1fr;
    grid-gap: 0.5em;
  }
  body.theme-blankslate .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.sidebar-content .content-before.has-content,
.sidebar-content .content-after.has-content,
.sidebar-content .related-container {
  line-height: 1.2;
  padding: 15px;
}
.sidebar-content .the-content {
  line-height: 1.2;
  padding: 0 15px;
}
.sidebar-content .related .content-before {
  padding-bottom: 0;
}
.sidebar-content .related .content-after {
  padding-top: 0;
}
.sidebar-content a.related-item {
  display: block;
  margin-bottom: 4px;
  padding: 10px;
  background: #eee;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #ccc;
}
.sidebar-content a.related-item:hover {
  background: #d0eeff;
}
.sidebar-content a.related-item.current {
  background: #ffffc3;
  cursor: default;
  color: black;
}
.sidebar-content a.related-item > span {
  display: block;
}
.sidebar-content a.related-item .post-title {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 110%;
}
.sidebar-content a.related-item .post-excerpt {
  font-size: 86%;
  color: black;
  margin-top: 4px;
}

nav#menu {
  display: none;
}

header#header {
  background: transparent;
  position: relative;
}

header#header, footer#footer {
  display: block;
  padding: 0;
}

#branding, #branding_footer {
  text-align: center;
}

footer#footer div#copyright {
  width: 100%;
  text-align: center;
}

body.single-dpcs_video div#wrapper, body.page-template-page-video div#wrapper {
  background: #eee !important;
}
body.single-dpcs_video div#container, body.page-template-page-video div#container {
  background: transparent;
  padding: 30px 0 0 0;
}
body.single-dpcs_video footer#footer, body.page-template-page-video footer#footer {
  min-height: 130px !important;
}

.header-sep > h1 {
  position: absolute;
  z-index: 2;
  padding: 0 30px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

#videoContainer {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
  font-size: calc(1em*0.9);
  /*desktop styles*/
}
#videoContainer .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2px;
  background: #f9f9f9;
  border-bottom: 5px solid #1e73a6;
}
#videoContainer .videoInner > header {
  font-size: 26px;
  align-items: center;
  position: relative;
  top: auto;
  padding: 5px 20px;
}
@media all and (min-width: 640px) {
  #videoContainer .videoInner > header {
    padding: 0;
  }
}
#videoContainer .videoInner > header h1 {
  font-family: inherit;
  color: white;
  font-size: 21px;
}
@media all and (min-width: 640px) {
  #videoContainer .videoInner > header h1 {
    font-size: 27px;
  }
}
@media all and (min-width: 960px) {
  #videoContainer .videoInner > header h1 {
    font-size: 33px;
  }
}
#videoContainer .videoInner > aside {
  width: 100%;
  margin: 0;
}
#videoContainer .videoInner section.videoPlayerContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#videoContainer .videoInner section.videoPlayerContainer.no-video {
  padding: 10px;
  height: auto;
  overflow: auto;
  background: #f9f9f9;
  border-right: 1px solid #eee;
}
#videoContainer .videoInner section.videoPlayerContainer.no-tabs {
  grid-column: 1/3;
}
#videoContainer .videoInner section.videoPlayerContainer div.videoPlayerEmbed {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoContainer .videoInner section.videoPlayerContainer .content-replacement {
  line-height: 1.2;
  padding: 10px 5%;
  font-size: 20px;
}
@media all and (min-width: 640px) {
  #videoContainer .videoInner section.videoPlayerContainer .content-replacement {
    padding: 10px 15%;
  }
}
#videoContainer .videoInner section.videoPlayerContainer .content-replacement p {
  margin-bottom: 20px;
}
#videoContainer footer {
  background: black;
}
#videoContainer footer .footer-banner img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 400px) {
  #videoContainer .videoInner > aside {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
@media all and (min-width: 640px) {
  #videoContainer .grid {
    grid-template-columns: minmax(368px, 1fr) 368px;
  }
  #videoContainer header {
    grid-column: 1/3;
    font-size: 33px;
  }
  #videoContainer aside, #videoContainer section, #videoContainer header, #videoContainer footer {
    order: inherit;
    position: relative;
  }
  #videoContainer .videoInner > aside {
    width: 100%;
  }
  #videoContainer section.videoPlayerContainer {
    grid-column: 1/2;
  }
  #videoContainer .grid > aside {
    grid-column: 2/3;
    grid-row: 2/4;
  }
  #videoContainer section.sidebar-content {
    min-height: auto !important;
  }
  #videoContainer footer {
    grid-column: 1/2;
  }
}
@media all and (min-width: 640px) {
  #videoContainer .grid > header {
    grid-column: 1/3;
    top: auto;
  }
}

.sidebar {
  position: relative;
}
.sidebar nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.sidebar nav > ul {
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.sidebar nav li {
  text-align: center;
  width: 100%;
  list-style: none;
}
.sidebar nav li.give a {
  background: darkred;
  border-color: red;
}
.sidebar nav a {
  display: block;
  padding: 0.6em;
  background: #102148;
  border: 1px solid #102148;
  color: white;
  text-decoration: none;
}
.sidebar nav a:hover {
  background: #193472;
  border-color: #193472;
}
.sidebar nav a.active {
  background: #23479b;
  color: #fffe72;
}

.sidebar-content {
  background: white;
  height: 100%;
  min-height: 100vh;
}
.sidebar-content > article {
  background: white;
  padding-top: 39px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 39px);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 0;
}
.sidebar-content > article.visible {
  opacity: 1;
  z-index: 1;
}

#videoContainer .sidebar-content > article > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#videoContainer .sidebar-content > article > iframe html {
  overflow-y: scroll;
  overflow-x: hidden;
}

.faux-frame {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

#sidebar-about .faux-frame {
  font-size: 20px;
  line-height: 1.5;
  padding: 25px 5% 10px 5%;
}
#sidebar-about p {
  margin-bottom: 20px;
}

.gform_confirmation_message {
  background: lightyellow;
  color: black;
  padding: 20px 5%;
}

body.page-template-page-sidebar #recent_programs {
  grid-template-columns: 1fr;
  border-top: none;
  margin: 0;
  padding-top: 10px;
  width: 100%;
}
body.page-template-page-sidebar #recent_programs .video-entry {
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2;
}
body.page-template-page-sidebar #recent_programs .video-entry h5 {
  width: 100%;
  background: #006098;
  color: white;
}
body.page-template-page-sidebar .embed-outer {
  width: 50%;
}
body.page-template-page-sidebar #recent_programs .video-entry .excerpt {
  width: 50%;
  font-size: 13px;
  line-height: 1.2;
}
@media all and (min-width: 400px) {
  body.page-template-page-sidebar #recent_programs .video-entry .excerpt {
    font-size: 3.3vw;
  }
}
body.page-template-page-sidebar #recent_programs .video-entry .footer {
  width: 100%;
}
body.page-template-page-sidebar #wrapper {
  padding-top: 0;
}
body.page-template-page-sidebar #recent_programs .video-entry:hover h5 {
  background: #00304c;
}

body.page-id-38 {
  background: #eee;
}
body.page-id-38 #container {
  background: #eee;
  font-size: 18px;
  padding: 20px 4%;
}
body.page-id-38 #container .gform_wrapper input {
  border: 1px solid #ccc;
  padding: 10px 11px;
  line-height: 1;
}
body.page-id-38 .gform_fields {
  display: grid !important;
  grid-gap: 16px 10px;
  grid-template-columns: 1fr 1fr;
  font-size: 16px;
}
body.page-id-38 li.form-topic {
  grid-column: 1/3;
}
body.page-id-38 li.form-phone {
  grid-column: 1/3;
}
body.page-id-38 li.form-email {
  grid-column: 1/3;
}
body.page-id-38 li.form-comments {
  grid-column: 1/3;
}
body.page-id-38 #container li.form-topic select {
  padding: 10px 11px;
}
body.page-id-38 .gform_wrapper ul li.gfield {
  margin-top: 0;
}
body.page-id-38 .gform_wrapper {
  margin: 0;
}
body.page-id-38 .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body.page-id-38 .gform_wrapper .gform_footer {
  margin-top: 0;
}
body.page-id-38 .gform_wrapper div.charleft {
  margin-top: 1px;
}
body.page-id-38 .gform_wrapper .gform_footer input.button, body.page-id-38 .gform_wrapper .gform_footer input[type=submit], body.page-id-38 .gform_wrapper .gform_page_footer input.button, body.page-id-38 .gform_wrapper .gform_page_footer input[type=submit] {
  margin-bottom: 0;
}
body.page-id-38 #container .gform_wrapper .gform_footer input.button, body.page-id-38 .gform_wrapper .gform_footer input[type=submit], body.page-id-38 #container .gform_wrapper .gform_page_footer input.button, body.page-id-38 .gform_wrapper .gform_page_footer input[type=submit] {
  background: #088600;
  color: white;
  font-weight: bold;
  border: 1px solid #066c00;
  cursor: pointer;
}

.sidebar-content .donate .video-notice,
body.page-id-286 .video-notice,
body.single-dpcs_email .video-notice {
  display: block;
  font-size: 13px;
  text-align: center;
  background: #ffffcc;
  padding: 4px;
}
.sidebar-content .donate #nyp_form,
body.page-id-286 #nyp_form,
body.single-dpcs_email #nyp_form {
  background: #f2f2f2;
}
.sidebar-content .donate .offer-added-listing.unselected .listing-img,
body.page-id-286 .offer-added-listing.unselected .listing-img,
body.single-dpcs_email .offer-added-listing.unselected .listing-img {
  max-height: 120px;
}
.sidebar-content .donate .offer-added-listing .listing-img,
body.page-id-286 .offer-added-listing .listing-img,
body.single-dpcs_email .offer-added-listing .listing-img {
  max-height: 130px;
}
.sidebar-content .donate .offer-added-listing .offer-name,
body.page-id-286 .offer-added-listing .offer-name,
body.single-dpcs_email .offer-added-listing .offer-name {
  font-size: 18px;
}
.sidebar-content .donate .offer-selections-container > h4,
body.page-id-286 .offer-selections-container > h4,
body.single-dpcs_email .offer-selections-container > h4 {
  color: #008310;
  font-size: 18px;
  border-top: 0;
}
.sidebar-content .donate .recurring_wrapper,
body.page-id-286 .recurring_wrapper,
body.single-dpcs_email .recurring_wrapper {
  font-size: 16px;
}
.sidebar-content .donate .nyp_form_editor,
body.page-id-286 .nyp_form_editor,
body.single-dpcs_email .nyp_form_editor {
  padding-bottom: 5px;
}
.sidebar-content .donate .offer_buttons,
body.page-id-286 .offer_buttons,
body.single-dpcs_email .offer_buttons {
  padding-bottom: 8px;
}
.sidebar-content .donate .offer_buttons a,
body.page-id-286 .offer_buttons a,
body.single-dpcs_email .offer_buttons a {
  background: #008310;
  color: white;
  font-family: inherit;
  font-weight: bold;
  border: 2px solid #008310;
  border-radius: 3px;
  text-transform: capitalize;
  padding: 10px;
  line-height: 1;
  font-size: 26px;
  transition: all 0.3s ease;
}
.sidebar-content .donate .offer_buttons a:hover,
body.page-id-286 .offer_buttons a:hover,
body.single-dpcs_email .offer_buttons a:hover {
  background: #005a0b !important;
  border-color: #005a0b;
}
.sidebar-content .donate .offer_buttons a.offer-btn-selected,
body.page-id-286 .offer_buttons a.offer-btn-selected,
body.single-dpcs_email .offer_buttons a.offer-btn-selected {
  background: #003707 !important;
}
.sidebar-content .donate .offer_buttons a.offer-btn-selected:hover,
body.page-id-286 .offer_buttons a.offer-btn-selected:hover,
body.single-dpcs_email .offer_buttons a.offer-btn-selected:hover {
  background: #003707 !important;
}
.sidebar-content .donate .continue-intro-text,
body.page-id-286 .continue-intro-text,
body.single-dpcs_email .continue-intro-text {
  text-align: center;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 4px;
}
.sidebar-content .donate .td_continue_container,
body.page-id-286 .td_continue_container,
body.single-dpcs_email .td_continue_container {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
}
.sidebar-content .donate .td_continue_container a,
body.page-id-286 .td_continue_container a,
body.single-dpcs_email .td_continue_container a {
  width: 100%;
  max-width: 300px;
  margin: 0 8px;
}
.sidebar-content .donate .continue-container,
body.page-id-286 .continue-container,
body.single-dpcs_email .continue-container {
  position: relative;
  margin: 0 auto;
}
.sidebar-content .donate .continue-container .ec-spinner,
body.page-id-286 .continue-container .ec-spinner,
body.single-dpcs_email .continue-container .ec-spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  z-index: 11;
  display: none;
}
.sidebar-content .donate .continue-container .ec-overlay,
body.page-id-286 .continue-container .ec-overlay,
body.single-dpcs_email .continue-container .ec-overlay {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  cursor: not-allowed;
}
.sidebar-content .donate #ec_gift_options > p,
body.page-id-286 #ec_gift_options > p,
body.single-dpcs_email #ec_gift_options > p {
  padding: 15px 4% 4px 4%;
  line-height: 1.5;
}
.sidebar-content .donate #ec_selections_next_step,
.sidebar-content .donate #td_button,
body.page-id-286 #ec_selections_next_step,
body.page-id-286 #td_button,
body.single-dpcs_email #ec_selections_next_step,
body.single-dpcs_email #td_button {
  display: block;
  margin-top: 4px;
  background: #008310;
  color: white;
  font-family: inherit;
  font-weight: bold;
  padding: 2%;
  border: 2px solid #008310;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.sidebar-content .donate #ec_selections_next_step:hover,
.sidebar-content .donate #td_button:hover,
body.page-id-286 #ec_selections_next_step:hover,
body.page-id-286 #td_button:hover,
body.single-dpcs_email #ec_selections_next_step:hover,
body.single-dpcs_email #td_button:hover {
  background: #00500a !important;
  border-color: #00e91c;
}
.sidebar-content .donate #ec_selections_next_step.offer-btn-selected,
.sidebar-content .donate #td_button.offer-btn-selected,
body.page-id-286 #ec_selections_next_step.offer-btn-selected,
body.page-id-286 #td_button.offer-btn-selected,
body.single-dpcs_email #ec_selections_next_step.offer-btn-selected,
body.single-dpcs_email #td_button.offer-btn-selected {
  background: #003707 !important;
}
.sidebar-content .donate #ec_selections_next_step.offer-btn-selected:hover,
.sidebar-content .donate #td_button.offer-btn-selected:hover,
body.page-id-286 #ec_selections_next_step.offer-btn-selected:hover,
body.page-id-286 #td_button.offer-btn-selected:hover,
body.single-dpcs_email #ec_selections_next_step.offer-btn-selected:hover,
body.single-dpcs_email #td_button.offer-btn-selected:hover {
  background: #003707 !important;
}
.sidebar-content .donate .nyp_form_editor,
body.page-id-286 .nyp_form_editor,
body.single-dpcs_email .nyp_form_editor {
  width: 100%;
  float: none;
  text-align: center;
  padding: 10px 0 4px 0;
}
.sidebar-content .donate .nyp_form_editor .form_label,
body.page-id-286 .nyp_form_editor .form_label,
body.single-dpcs_email .nyp_form_editor .form_label {
  font-size: 24px !important;
}
.sidebar-content .donate #nyp,
body.page-id-286 #nyp,
body.single-dpcs_email #nyp {
  font-size: 24px !important;
  padding: 4px 8px !important;
  border: 1px solid #cccccc;
  font-weight: bold;
  color: black;
  margin-left: 5px !important;
}
.sidebar-content .donate .recurring_wrapper,
body.page-id-286 .recurring_wrapper,
body.single-dpcs_email .recurring_wrapper {
  width: 100%;
  background: transparent;
  float: none;
  padding: 5px;
}
.sidebar-content .donate .recurring_wrapper #frequency,
body.page-id-286 .recurring_wrapper #frequency,
body.single-dpcs_email .recurring_wrapper #frequency {
  font-size: 16px !important;
  margin-left: 3px;
  padding: 4px;
  border: 1px solid #cccccc;
}
.sidebar-content .donate .recurring_wrapper #datepicker,
body.page-id-286 .recurring_wrapper #datepicker,
body.single-dpcs_email .recurring_wrapper #datepicker {
  padding: 4px 8px;
  color: black;
  border: 1px solid #cccccc;
}
.sidebar-content .donate .recurring_wrapper #weeks-timing_wrapper,
body.page-id-286 .recurring_wrapper #weeks-timing_wrapper,
body.single-dpcs_email .recurring_wrapper #weeks-timing_wrapper {
  padding: 0;
  margin: 5px 0;
}
.sidebar-content .donate #otherAmtCloseBtn,
body.page-id-286 #otherAmtCloseBtn,
body.single-dpcs_email #otherAmtCloseBtn {
  display: none;
}

body.single-dp_video main#content {
  background: #f1f1f1;
}
body.single-dp_video div#videoContainer {
  padding: 20px 0 40px;
  background: #f1f1f1;
  box-shadow: none;
}
body.single-dp_video #videoContainer h1 {
  position: relative;
  background: #f1f1f1;
  color: #102148 !important;
  text-shadow: none;
  padding: 10px;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-size: 1em !important;
}
body.single-dp_video form.checkout.woocommerce-checkout {
  display: block;
}

.sidebar-content .donate .offer_buttons a, body.page-id-286 .offer_buttons a, body.single-dpcs_email .offer_buttons a {
  font-size: 1.5em;
  min-width: 2.4em;
}

.sidebar-content .donate #nyp, body.page-id-286 #nyp, body.single-dpcs_email #nyp {
  font-size: 0.9em !important;
  max-width: 128px !important;
}

.sidebar-content .donate .recurring_wrapper, body.page-id-286 .recurring_wrapper, body.single-dpcs_email .recurring_wrapper {
  font-size: 0.5em;
}

.sidebar-content .donate .recurring_wrapper #frequency, body.page-id-286 .recurring_wrapper #frequency, body.single-dpcs_email .recurring_wrapper #frequency {
  font-size: 1em !important;
}

.sidebar-content .donate .recurring_wrapper #datepicker, body.page-id-286 .recurring_wrapper #datepicker, body.single-dpcs_email .recurring_wrapper #datepicker {
  padding: 0.5em;
  max-width: 143px;
}

.faux-frame h4 {
  text-align: center;
  padding: 0.3em;
}

span.offer-image {
  min-width: 68px;
}

.sidebar-content .donate .offer-added-listing .offer-name, body.page-id-286 .offer-added-listing .offer-name, body.single-dpcs_email .offer-added-listing .offer-name {
  font-size: 1.1em;
}

.sidebar-content .donate .nyp_form_editor, body.page-id-286 .nyp_form_editor, body.single-dpcs_email .nyp_form_editor {
  padding: 0.1em 0;
}

.checkmark:before {
  font-size: 1.8em;
}

.sidebar-content > article.custom_text .faux-frame > div {
  line-height: 1.5;
}

/*# sourceMappingURL=style.css.map */
