@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;
  }
}
a {
  color: #3b8688;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.btn, a.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  background: #3b8688;
  color: white;
  text-decoration: none;
  transition: background 0.3s ease;
}
a.btn:hover, a.page-numbers:hover {
  background: #1C4041;
}

.pagination {
  padding: 10px;
  margin: 20px auto;
  max-width: 1280px;
  padding-top: 18px;
  text-align: center;
  border-top: 2px dashed #e5e5e5;
}
.pagination .page-numbers {
  margin-right: 8px;
}
.pagination .page-numbers.current {
  display: inline-block;
  padding: 7px 13px;
  text-decoration: none;
  border: 1px solid #727272;
}

#recent_programs {
  padding: 15px 0;
}

.cpt-entry {
  position: relative;
  padding: 10px 5%;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: black;
  line-height: 1.4;
  min-height: 100px;
  background: #f3f3f3;
  border-top: 3px solid #e5e5e5;
  border-bottom: 1px solid white;
}
.cpt-entry h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 4%;
  background: #f2f2f2;
  transition: background 0.3s ease, color 0.3s ease;
}
.cpt-entry .video-title {
  font-weight: bold;
  display: block;
}
.cpt-entry .embed-outer {
  width: 40%;
  float: left;
}
.cpt-entry .video-meta {
  width: 57.5%;
  float: right;
}
.cpt-entry .visible-link {
  color: white;
  background: #1C4041;
  padding: 4px 10px;
  transition: background 0.3s ease;
}
.cpt-entry:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3f3+0,e2e2e2+100 */
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #f3f3f3 50%, #e2e2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #f3f3f3 50%, #e2e2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #f3f3f3 50%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3f3f3", endColorstr="#e2e2e2",GradientType=1 );
  /* IE6-9 */
}
.cpt-entry:hover .play-icon {
  transform: scale(1.2);
}
.cpt-entry:hover .play-icon .triangle {
  border-color: transparent transparent transparent #ffe379;
}
.cpt-entry:hover .play-icon .circle {
  border-color: #ffe379;
}
.cpt-entry:hover .recent-overlay {
  opacity: 1;
}
.cpt-entry:hover h5 {
  color: white;
  background: #006098;
}
.cpt-entry:hover .visible-link {
  background: #3b8688;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border: 1px solid #bbb;
}

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

.icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play-icon {
  width: 70px;
  height: 70px;
  display: block;
  transition: transform 0.3s ease;
}
.play-icon .triangle {
  width: 20px;
  height: 25px;
  background: transparent;
  position: absolute;
  top: 22px;
  left: 27px;
  box-sizing: border-box;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
  border-style: solid;
}
.play-icon .circle {
  width: 70px;
  height: 70px;
  background: transparent;
  position: absolute;
  border-radius: 35px;
  top: 0;
  left: 0;
  border: 6px solid white;
}

.video-notice {
  display: block;
  font-size: 13px;
  text-align: center;
  background: #ffffcc;
  padding: 4px;
}

.validation_error {
  background: #ffcccc;
  color: black;
  padding: 8px 12px;
  font-size: 16px;
  text-align: center;
}

.gfield_description.validation_message {
  background: #ffcccc;
  padding: 4px;
  color: black;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-clip-rotate {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-clip-rotate.la-dark {
  color: #333;
}

.la-ball-clip-rotate > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-clip-rotate {
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate > div {
  width: 100%;
  height: 100%;
  background: transparent;
  border-width: 3px;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
  -moz-animation: ball-clip-rotate 0.75s linear infinite;
  -o-animation: ball-clip-rotate 0.75s linear infinite;
  animation: ball-clip-rotate 0.75s linear infinite;
}

.la-ball-clip-rotate.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-clip-rotate.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-clip-rotate.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-ball-clip-rotate.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #1C4041;
  background: -moz-radial-gradient(16% 26%, 130vw 130vh, #1c4041 0%, #157d66 100%);
  background: -webkit-radial-gradient(16% 26%, 130vw 130vh, #1c4041 0%, #157d66 100%);
  background: radial-gradient(130vw 130vh ellipse at 16% 26%, #1c4041 0%, #157d66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1C4041", endColorstr="#157D66",GradientType=1 );
}

header#header {
  display: flex;
  justify-content: space-between;
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
header#header #branding {
  padding: 10px;
}
header#header #branding img {
  max-width: 220px;
}
@media all and (min-width: 480px) {
  header#header #branding img {
    max-width: none;
  }
}
@media all and (min-width: 768px) {
  header#header #branding {
    padding: 0 2% !important;
    text-align: left;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media all and (min-width: 980px) {
  header#header {
    display: flex;
    background: white;
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
  }
  header#header #branding {
    padding: 10px 20px;
  }
}
@media all and (min-width: 980px) and (min-width: 1280px) {
  header#header #branding {
    padding: 10px 5%;
  }
}

div#footer_container {
  min-height: 150px;
  align-items: flex-end;
}
@media all and (min-width: 768px) {
  div#footer_container {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.header-sep {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: url(https://studies.prophecywatchers.com/wp-content/uploads/2019/10/header-sep.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 28px;
  z-index: 1020;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
}
.header-sep .hcol1 {
  background: transparent;
  height: 38px;
}
.header-sep .hcol3 {
  background: transparent;
  height: 38px;
}
@media all and (min-width: 480px) {
  .header-sep {
    top: 48px;
  }
}
@media all and (min-width: 640px) {
  .header-sep {
    top: 28px;
  }
  .header-sep .hcol1 {
    height: 58px;
  }
  .header-sep .hcol3 {
    height: 58px;
  }
}
@media all and (min-width: 980px) {
  .header-sep {
    top: auto;
    position: relative;
    box-shadow: none;
  }
}
@media all and (min-width: 1280px) {
  .header-sep {
    background: #faf5e2;
  }
  .header-sep .hcol1 {
    background: url(https://studies.prophecywatchers.com/wp-content/uploads/2019/10/header-sep.jpg) no-repeat top left;
    width: 553px;
  }
  .header-sep .hcol3 {
    background: url(https://studies.prophecywatchers.com/wp-content/uploads/2019/10/header-sep.jpg) no-repeat top right;
    width: 706px;
    height: 58px;
  }
}

nav#menu {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
}
nav#menu #mobile_menu {
  display: block;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  background: #006098;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 12px;
  margin-right: 10px;
}
nav#menu .menu-main-container {
  position: absolute;
  top: 61px;
  z-index: 9999;
  right: 0;
  background-color: #00304c;
  width: 50%;
  min-width: 300px;
  display: none;
  padding: 20px;
  margin-right: 0;
  text-align: right;
}
nav#menu ul.menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
nav#menu ul.menu > li {
  width: 100%;
}
nav#menu ul.menu > li > a {
  display: block;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  color: white;
}
nav#menu ul.menu > li.current-menu-item > a {
  color: #ffd77c;
}
nav#menu svg#search_icon {
  height: 16px;
}
@media all and (min-width: 480px) {
  nav#menu #mobile_menu {
    font-size: 18px;
    padding: 10px 15px;
    margin-right: 20px;
  }
  nav#menu .menu-main-container {
    position: absolute;
    top: 79px;
  }
}
@media all and (min-width: 980px) {
  nav#menu {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  nav#menu #mobile_menu {
    display: none;
  }
  nav#menu .menu-main-container {
    display: block !important;
    position: relative;
    width: 100%;
    top: auto;
    z-index: inherit;
    right: auto;
    background: transparent;
    min-width: auto;
    padding: inherit;
    margin-right: inherit;
  }
  nav#menu ul.menu {
    display: flex;
    justify-content: flex-end;
  }
  nav#menu ul.menu > li {
    width: auto;
  }
  nav#menu ul.menu > li > a {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    color: #727272;
    transition: background 0.3s ease, color 0.3s ease;
  }
  nav#menu ul.menu > li > a:hover {
    background: #006098;
    color: white;
  }
  nav#menu ul.menu > li.current-menu-item > a {
    color: #006098;
  }
  nav#menu ul.menu > li.current-menu-item > a:hover {
    background: transparent;
    color: #006098;
  }
  nav#menu svg#search_icon {
    height: 16px;
  }
}
@media all and (min-width: 980px) {
  nav#menu {
    margin-right: 10px;
  }
}
@media all and (min-width: 1280px) {
  nav#menu {
    margin-right: 5%;
  }
}

nav#footer_menu {
  display: none;
}
@media all and (min-width: 980px) {
  nav#footer_menu {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-right: 10px;
  }
  nav#footer_menu #mobile_menu {
    display: none;
  }
  nav#footer_menu .menu-main-container {
    display: block !important;
    position: relative;
    width: 100%;
    top: auto;
    z-index: inherit;
    right: auto;
    background: transparent;
    min-width: auto;
    padding: inherit;
    margin-right: inherit;
  }
  nav#footer_menu ul.menu {
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
  }
  nav#footer_menu ul.menu > li {
    width: auto;
  }
  nav#footer_menu ul.menu > li > a {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    color: white;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease, color 0.3s ease;
  }
  nav#footer_menu ul.menu > li > a:hover {
    background: #006098;
    color: white;
  }
  nav#footer_menu ul.menu > li.current-menu-item > a {
    color: #ffe7af;
  }
  nav#footer_menu ul.menu > li.current-menu-item > a:hover {
    background: transparent;
    color: #ffe7af;
  }
  nav#footer_menu svg#search_icon {
    height: 16px;
  }
}
@media all and (min-width: 1280px) {
  nav#footer_menu {
    margin-right: 5%;
  }
}

#container {
  background: white;
  min-height: 50vh;
}
#container h1.entry-title {
  margin: 0;
}

div#copyright {
  color: white;
  position: relative;
  right: 0;
  bottom: 0;
  font-size: 11px;
  opacity: 0.6;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 20px;
}
@media all and (min-width: 768px) {
  div#copyright {
    padding: 10px 30px 0 0;
    text-align: right;
  }
}

footer#footer {
  position: relative;
  display: flex;
}
footer#footer #branding_footer {
  padding: 10px;
}
footer#footer #branding_footer img {
  max-width: 240px;
}
@media all and (min-width: 480px) {
  footer#footer #branding_footer img {
    max-width: none;
  }
}
@media all and (min-width: 980px) {
  footer#footer #branding_footer {
    padding: 10px 20px;
  }
}
@media all and (min-width: 980px) and (min-width: 1280px) {
  footer#footer #branding_footer {
    padding: 10px 5%;
  }
}

nav#menu {
  display: none;
}

header#header #branding img,
footer#footer #branding_footer img {
  max-width: 200px;
}

div#wrapper {
  padding-top: 0;
  background: #1C4041;
  background: -moz-radial-gradient(16% 26%, 130vw 130vh, #1c4041 0%, #157d66 100%);
  background: -webkit-radial-gradient(16% 26%, 130vw 130vh, #1c4041 0%, #157d66 100%);
  background: radial-gradient(130vw 130vh ellipse at 16% 26%, #1c4041 0%, #157d66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1C4041", endColorstr="#157D66",GradientType=1 );
}

div#container {
  background: transparent;
  padding-bottom: 15px;
}

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

header#header, footer#footer {
  display: block;
  padding: 10px;
}

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

#branding_footer {
  width: auto;
  padding: 20px;
  margin: 0;
}
@media all and (min-width: 768px) {
  #branding_footer {
    width: 100px;
    margin: 0 0 0 40px;
    padding: 0;
  }
}

footer#footer {
  background: transparent;
}

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

#videoContainer {
  max-width: 1440px;
  margin: 0 auto;
  /*desktop styles*/
}
#videoContainer .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2px;
}
#videoContainer .videoInner > header {
  background: rgba(21, 125, 102, 0.3);
  font-size: 26px;
  padding: 15px 22px;
}
#videoContainer .videoInner > header h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  font-size: 27px;
}
#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 div.videoPlayerEmbed {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoContainer footer {
  background: #1C4041;
  background: -moz-linear-gradient(top, #1c4041 0%, rgba(28, 64, 65, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1c4041 0%, rgba(28, 64, 65, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1c4041 0%, rgba(28, 64, 65, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c4041", endColorstr="#001c4041",GradientType=0 );
  /* IE6-9 */
}
#videoContainer footer nav#footer_menu {
  width: 0;
}
#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: 768px) {
  #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: 240px !important;
  }
  #videoContainer footer {
    grid-column: 1/2;
  }
}
@media all and (min-width: 1000px) {
  #videoContainer .grid {
    grid-template-columns: minmax(368px, 1fr) 34.8%;
  }
}

.sidebar {
  position: relative;
}
.sidebar nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.sidebar nav > ul {
  display: grid;
  grid-template-columns: 18% 1fr 21% 21%;
}
.sidebar nav li {
  text-align: center;
  border: 1px solid #6100fe;
  width: auto;
}
.sidebar nav a {
  display: block;
  padding: 10px;
  background: #3a0098;
  color: white;
  text-decoration: none;
}
.sidebar nav a:hover {
  background: #270065;
}
.sidebar nav a.active {
  background: #270065;
  color: #ffffb9;
}

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

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

.faux-frame {
  overflow-y: auto;
  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-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;
}
body.page-id-38 .contact-line {
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
}

#sidebar-donate #nyp_form {
  background: #ede3f9;
}
#sidebar-donate .offer-added-listing.unselected .listing-img {
  max-height: 120px;
}
#sidebar-donate .offer-added-listing .listing-img {
  max-height: 130px;
}
#sidebar-donate .offer-added-listing .offer-name {
  font-size: 18px;
}
#sidebar-donate .offer-selections-container > h4 {
  color: #3a0098;
  font-size: 18px;
  border-top: 0;
}
#sidebar-donate .recurring_wrapper {
  font-size: 16px;
}
#sidebar-donate .nyp_form_editor {
  padding-bottom: 5px;
}
#sidebar-donate .offer_buttons {
  padding-bottom: 8px;
}
#sidebar-donate .offer_buttons a {
  background: #2b6365;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  border: 2px solid #2b6365;
  border-radius: 3px;
  text-transform: capitalize;
  padding: 10px;
  line-height: 1;
  font-size: 26px;
  transition: all 0.3s ease;
}
#sidebar-donate .offer_buttons a:hover {
  background: #3b8688 !important;
  border-color: #6abdbf;
}
#sidebar-donate .offer_buttons a.offer-btn-selected {
  background: #1C4041 !important;
}
#sidebar-donate .offer_buttons a.offer-btn-selected:hover {
  background: #1C4041 !important;
}
#sidebar-donate .continue-container {
  position: relative;
}
#sidebar-donate .continue-container .ec-spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  z-index: 11;
  display: none;
}
#sidebar-donate .continue-container .ec-overlay {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  cursor: not-allowed;
}
#sidebar-donate #ec_gift_options > p {
  padding: 15px 4% 4px 4%;
  line-height: 1.5;
}
#sidebar-donate #ec_selections_next_step {
  display: block;
  margin-top: 4px;
  background: #008310;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  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-donate #ec_selections_next_step:hover {
  background: #00500a !important;
  border-color: #00e91c;
}
#sidebar-donate #ec_selections_next_step.offer-btn-selected {
  background: #00304c !important;
}
#sidebar-donate #ec_selections_next_step.offer-btn-selected:hover {
  background: #00304c !important;
}
#sidebar-donate .nyp_form_editor {
  width: 100%;
  float: none;
  text-align: center;
  padding: 10px 0 4px 0;
}
#sidebar-donate .nyp_form_editor .form_label {
  font-size: 24px !important;
}
#sidebar-donate #nyp {
  font-size: 24px !important;
  padding: 4px 8px !important;
  border: 1px solid #cccccc;
  font-weight: bold;
  color: black;
  margin-left: 5px !important;
}
#sidebar-donate .recurring_wrapper {
  width: 100%;
  background: transparent;
  float: none;
  padding: 5px;
}
#sidebar-donate .recurring_wrapper #frequency {
  font-size: 16px !important;
  margin-left: 3px;
  padding: 4px;
  border: 1px solid #cccccc;
}
#sidebar-donate .recurring_wrapper #datepicker {
  padding: 4px 8px;
  color: black;
  border: 1px solid #cccccc;
}
#sidebar-donate .recurring_wrapper #weeks-timing_wrapper {
  padding: 0;
  margin: 5px 0;
}
#sidebar-donate #otherAmtCloseBtn {
  display: none;
}

body.page-id-286 #content,
body.page-id-1198 #content {
  padding: 0 !important;
}

body.single-dpcs_email #content {
  padding: 20px 0;
}
body.single-dpcs_email article.dpcs_email {
  display: block;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
body.single-dpcs_email article.dpcs_email h1.entry-title {
  flex: 0 0 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: calc(32px * 1.2);
  color: #006098;
  padding: 7px 0 22px;
}
body.single-dpcs_email article.dpcs_email #email_content {
  line-height: 1.5;
}
body.single-dpcs_email article.dpcs_email #email_content h2 {
  font-size: 20px;
}
body.single-dpcs_email article.dpcs_email #email_content blockquote {
  padding: 0 10%;
  font-size: 18px;
  line-height: 1.5;
}
body.single-dpcs_email article.dpcs_email #email_content blockquote img {
  float: left;
  border: 1px solid #aaa;
  margin-right: 10px;
}
body.single-dpcs_email article.dpcs_email #email_content h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 5%;
  margin-bottom: 16px;
}
body.single-dpcs_email article.dpcs_email #email_content p {
  margin-bottom: 16px;
}
body.single-dpcs_email article.dpcs_email > section {
  width: 95%;
  margin: 0 auto;
}
body.single-dpcs_email article.dpcs_email > aside {
  width: 96%;
  max-width: 540px;
  margin: 22px auto 0 auto;
  padding: 0;
  border: none;
}
body.single-dpcs_email article.dpcs_email > aside header {
  background: #006098;
}
body.single-dpcs_email article.dpcs_email > aside header h3 {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: calc(32px * 1.2);
  text-align: center;
  padding: 8px 1%;
}
body.single-dpcs_email article.dpcs_email > aside #ec_gift_options {
  background: #f2f2f2;
  padding: 0;
}
body.single-dpcs_email article.dpcs_email article.dpcs_email > aside #ec_gift_options {
  padding-top: 20px;
}
body.single-dpcs_email .video-notice {
  display: none;
}
body.single-dpcs_email .offer_buttons {
  padding-top: 10px;
}
body.single-dpcs_email .offer_buttons a {
  background: #006098;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding: 15px;
  border: 2px solid #006098;
  border-radius: 5px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
body.single-dpcs_email .offer_buttons a:hover {
  background: #006098 !important;
  border-color: #00a0fe;
}
body.single-dpcs_email .offer_buttons a.offer-btn-selected {
  background: #00304c !important;
}
body.single-dpcs_email .offer_buttons a.offer-btn-selected:hover {
  background: #00304c !important;
}
body.single-dpcs_email #ec_selections_next_step {
  display: block;
  margin-top: 4px;
  background: #008310;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  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;
}
body.single-dpcs_email #ec_selections_next_step:hover {
  background: #00500a !important;
  border-color: #00e91c;
}
body.single-dpcs_email #ec_selections_next_step.offer-btn-selected {
  background: #00304c !important;
}
body.single-dpcs_email #ec_selections_next_step.offer-btn-selected:hover {
  background: #00304c !important;
}
body.single-dpcs_email #nyp_form {
  background: transparent;
}
body.single-dpcs_email .nyp_form_editor {
  width: 100%;
  float: none;
  text-align: center;
  padding: 10px 0;
}
body.single-dpcs_email .nyp_form_editor .form_label {
  font-size: 24px !important;
}
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;
}
body.single-dpcs_email .recurring_wrapper {
  width: 100%;
  background: transparent;
  float: none;
  padding: 5px;
}
body.single-dpcs_email .recurring_wrapper #frequency {
  font-size: 16px !important;
  margin-left: 3px;
  padding: 4px;
  border: 1px solid #cccccc;
}
body.single-dpcs_email .recurring_wrapper #datepicker {
  padding: 4px 8px;
  color: black;
  border: 1px solid #cccccc;
}
body.single-dpcs_email .recurring_wrapper #weeks-timing_wrapper {
  padding: 0;
  margin: 5px 0;
}
body.single-dpcs_email #otherAmtCloseBtn {
  display: none;
}
@media all and (min-width: 980px) {
  body.single-dpcs_email #content {
    padding: 42px 0;
    width: 96%;
    margin: 0 auto;
  }
  body.single-dpcs_email article.dpcs_email {
    display: flex;
  }
  body.single-dpcs_email article.dpcs_email > section {
    width: 58%;
  }
  body.single-dpcs_email article.dpcs_email > aside {
    width: 40%;
    padding: 0 0 0 2%;
    margin: 0 0 0 2%;
    border-left: 1px solid #e5e5e5;
    max-width: none;
  }
  body.single-dpcs_email article.dpcs_email .video-notice {
    display: block;
    font-size: 13px;
    text-align: center;
    background: #ffffcc;
    padding: 4px;
  }
}

.page-id-8 div#wrapper {
  padding-top: 0;
}
.page-id-8 #footer {
  display: none;
}
.page-id-8 #content > article > header > h1.entry-title {
  margin: 0;
  color: white;
  font-size: 32px;
  letter-spacing: normal;
  padding: 0;
}
.page-id-8 #content > .page > header {
  background: #006098;
  color: white;
  padding: 7px 20px;
}

.page-id-8.woocommerce-order-received #content .cart {
  display: none;
}
.page-id-8 .woocommerce-checkout {
  display: block;
}
@media all and (min-width: 768px) {
  .page-id-8 .woocommerce-checkout {
    display: flex;
  }
}
.page-id-8 .woocommerce-error::before {
  display: none;
}
.page-id-8 .woocommerce-checkout .col2-set {
  margin-bottom: 0 !important;
}
.page-id-8 #add_payment_method #payment div.payment_box, .page-id-8 .woocommerce-cart #payment div.payment_box, .page-id-8 .woocommerce-checkout #payment div.payment_box {
  line-height: 1.2;
  padding: 10px;
}
.page-id-8 #add_payment_method #payment div.form-row, .page-id-8 .woocommerce-cart #payment div.form-row, .page-id-8 .woocommerce-checkout #payment div.form-row {
  padding: 10px;
}
.page-id-8 .form-row.place-order {
  text-align: center;
}
.page-id-8 .woocommerce-checkout .verifyCheckoutGiftAmt {
  font-size: 16px;
  font-weight: bold;
  background: lightyellow;
  padding: 7px 25px;
  display: inline-block;
}
.page-id-8 .woocommerce #payment #place_order, .page-id-8 .woocommerce-page #payment #place_order {
  margin: 10px auto 0;
}
.page-id-8 #order_review {
  margin-bottom: 0 !important;
}
.page-id-8 span.data-security:before {
  font-family: "Dashicons";
  content: "";
  display: inline-block;
  font-size: 16px;
  color: #d5ad1c;
}
.page-id-8 span.data-security {
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #555;
}
.page-id-8 .cart .offer-container {
  box-shadow: none;
  margin: 0;
  line-height: 1.2;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.page-id-8 .cart .offer-container h4 {
  float: none;
  line-height: 1;
  color: black;
}
.page-id-8 .cart .details {
  display: none;
}
.page-id-8 .cart .subtotal {
  display: none;
}
.page-id-8 #container {
  padding: 0 1%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .page-id-8 #container {
    padding: 0 6%;
  }
}
.page-id-8 .cart-items-outer {
  padding: 5px 20px;
  background: #b2e2ff;
}
.page-id-8 .cart .offer-container .item-options {
  margin-top: 0;
}
.page-id-8 .cart .offer-container .gift-amount {
  font-size: 16px;
}
.page-id-8 h3#order_review_heading {
  display: none;
}
.page-id-8 .woocommerce-billing-fields__field-wrapper, .page-id-8 .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 6px 2%;
}
.page-id-8 .woocommerce-account-fields .create-account .form-row {
  margin: 3px 0 !important;
}
.page-id-8 .woocommerce-account-fields .create-account {
  padding: 12px 1em !important;
}
.page-id-8 p#billing_country_field label,
.page-id-8 p#shipping_country_field label,
.page-id-8 p#shipping_state_field label,
.page-id-8 p#billing_state_field label {
  display: none;
}
.page-id-8 .woocommerce form .form-row input {
  border: 1px solid #ccc;
  padding: 4px 8px;
}
.page-id-8 .woocommerce form .form-row {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-id-8 p#billing_email_field {
  grid-column: 1/5;
}
.page-id-8 p#billing_phone_field {
  grid-column: 3/5;
}
.page-id-8 p#billing_first_name_field {
  grid-column: 1/3;
}
.page-id-8 p#billing_last_name_field {
  grid-column: 3/5;
}
.page-id-8 p#billing_address_1_field {
  grid-column: 1/5;
}
.page-id-8 p#billing_address_2_field {
  grid-column: 1/5;
}
.page-id-8 p#billing_country_field {
  grid-column: 1/4;
}
.page-id-8 p#billing_city_field {
  grid-column: 1/3;
}
.page-id-8 p#billing_state_field {
  grid-column: 3/5;
}
.page-id-8 p#billing_postcode_field {
  grid-column: 1/3;
}
.page-id-8 .woocommerce form .form-row input {
  border: 1px solid #ccc;
  padding: 4px 8px;
}
.page-id-8 p#shipping_first_name_field {
  grid-column: 1/3;
}
.page-id-8 p#shipping_last_name_field {
  grid-column: 3/5;
}
.page-id-8 p#shipping_country_field {
  grid-column: 1/4;
}
.page-id-8 p#shipping_address_1_field {
  grid-column: 1/5;
}
.page-id-8 p#shipping_address_2_field {
  grid-column: 1/5;
}
.page-id-8 p#shipping_city_field {
  grid-column: 1/3;
}
.page-id-8 p#shipping_state_field {
  grid-column: 3/5;
}
.page-id-8 p#shipping_postcode_field {
  grid-column: 1/3;
}
.page-id-8 .woocommerce-shipping-fields {
  background-color: #eee;
  padding: 1em !important;
}
.page-id-8 .woocommerce .col-2 {
  margin-top: 9px;
}
.page-id-8 .shipping_address {
  padding-top: 8px;
}
.page-id-8 .woocommerce .checkout .recur-verify {
  padding: 10px;
  margin: 10px 0;
  line-height: 1.2;
  background: lightyellow;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}
.page-id-8 #add_payment_method #payment div.payment_box .form-row, .page-id-8 .woocommerce-cart #payment div.payment_box .form-row, .page-id-8 .woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
  margin: 0;
}
.page-id-8 .wc-stripe-elements-field, .page-id-8 .wc-stripe-iban-element-field {
  padding: 4px 8px;
  margin: 0;
}
.page-id-8 #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .page-id-8 #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .page-id-8 .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .page-id-8 .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .page-id-8 .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .page-id-8 .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 !important;
  padding: 0;
}
.page-id-8 #add_payment_method #payment div.payment_box, .page-id-8 .woocommerce-cart #payment div.payment_box, .page-id-8 .woocommerce-checkout #payment div.payment_box {
  margin: 0;
}
.page-id-8 #add_payment_method #payment ul.payment_methods, .page-id-8 .woocommerce-cart #payment ul.payment_methods, .page-id-8 .woocommerce-checkout #payment ul.payment_methods {
  padding-bottom: 0;
}
.page-id-8 .wc_payment_methods > li > label {
  display: flex;
  align-items: center;
  background: #444;
  color: white;
  font-weight: bold;
  padding: 8px 0 8px 54px;
  position: relative;
}
.page-id-8 .wc_payment_methods > li > input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0;
}
.page-id-8 .wc_payment_methods > li > label:before {
  font-family: "Woocommerce";
  content: "" !important;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 120%;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  margin-right: 0.3em;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.page-id-8 .wc_payment_method > input[type=radio]:checked ~ label:before {
  color: #18ff18;
}
.page-id-8 .wc_payment_methods > li > label:hover {
  cursor: pointer;
}
.page-id-8 .wc_payment_methods > li {
  line-height: 1 !important;
}
.page-id-8 img.stripe-jcb-icon {
  display: none;
}
.page-id-8 img.stripe-diners-icon {
  display: none;
}
.page-id-8 .wc-stripe-elements-field {
  padding: 9px 10px !important;
}
.page-id-8 ul.wc-stripe-error {
  background: pink !important;
  padding: 5px 10px !important;
  border: none !important;
}
.page-id-8 ul.wc-stripe-error > li {
  font-size: 13px;
  font-weight: bold !important;
  text-align: center !important;
}
.page-id-8 .woocommerce-checkout #payment div.payment_box {
  padding: 0 5px 10px !important;
}
.page-id-8 .woocommerce-checkout #payment div.payment_box label {
  font-weight: bold;
  color: black;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.page-id-8 #wc-stripe-cc-form .form-row {
  margin-bottom: 7px !important;
}
.page-id-8 #add_payment_method #payment div.payment_box::before, .page-id-8 .woocommerce-cart #payment div.payment_box::before, .page-id-8 .woocommerce-checkout #payment div.payment_box::before {
  margin-top: -30px;
  display: none;
}
.page-id-8 #wc-stripe-cc-form br {
  display: none !important;
}
.page-id-8 #wc-stripe-cc-form {
  margin-bottom: 4px !important;
}
.page-id-8 .payment_box .woocommerce-SavedPaymentMethods-saveNew label {
  font-weight: normal !important;
}
.page-id-8 #place_order {
  background: #008310;
  color: white;
  transition: background 0.3s ease;
}
.page-id-8 #place_order:hover {
  background: #00500a;
}
.page-id-8 .woocommerce-info::before {
  content: "";
}
.page-id-8 .woocommerce-info {
  display: flex;
  align-items: center;
  padding: 9px !important;
  background: #ffffcc !important;
}
.page-id-8 .woocommerce-info .account-message, .page-id-8 .woocommerce-info .account-actions {
  margin: 0;
  font-size: 14px;
}
.page-id-8 .woocommerce-info .account-actions a {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  text-decoration: none;
  background: #006098;
}
.page-id-8 .woocommerce-info > a.showlogin {
  display: none;
}
.page-id-8 .account-actions {
  text-align: left;
}
.page-id-8 .account-optional.account-message {
  text-align: right;
  padding-right: 12px;
}
.page-id-8 .create-account label {
  display: none !important;
}
.page-id-8 form.woocommerce-form.woocommerce-form-login.login {
  grid-template-columns: 1fr;
}
.page-id-8 .woocommerce-form-login p {
  margin: 0 !important;
}
.page-id-8 .woocommerce-form-login .clear {
  display: none;
}
.page-id-8 label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  font-size: 14px;
}
.page-id-8 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  background: #006098;
  color: white;
  margin-left: 10px;
}
.page-id-8 .woocommerce-form-login p.lost_password {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0 0;
}
.page-id-8 #add_payment_method #payment, .page-id-8 .woocommerce-cart #payment, .page-id-8 .woocommerce-checkout #payment {
  border-radius: 0;
}

@font-face {
  font-family: "WooCommerce";
  src: url("https://studies.prophecywatchers.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot");
  src: url("https://studies.prophecywatchers.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("https://studies.prophecywatchers.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("https://studies.prophecywatchers.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("https://studies.prophecywatchers.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * 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%;
  display: flex !important;
  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;
  transition: border 0.3s ease;
}

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

.offer-added-listing .offer-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: calc(16px * 1.3);
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

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

.offer-selections-container > h4 {
  color: #006098;
  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-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: calc(16px * 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;
  }
}
body.woocommerce-order-received #container {
  padding: 0 2%;
}
body.woocommerce-order-received #content {
  background: transparent;
}
body.woocommerce-order-received #content > .page > header {
  background: white;
  padding-top: 30px;
}
body.woocommerce-order-received #content header > h1 {
  text-align: center;
  margin: 0;
  padding: 10px;
  background: transparent;
  font-weight: 300;
  font-size: 48px;
  color: #a6adb4;
  letter-spacing: -1.2px;
}
body.woocommerce-order-received .entry-content .woocommerce {
  margin: 0 auto;
}
body.woocommerce-order-received .entry-content .woocommerce .ec-confirmation-messaging {
  max-width: 980px;
  text-align: center;
  line-height: 1.2;
  background: lightyellow;
  margin: 10px auto;
  font-size: 14px;
  padding: 15px 13px;
}
body.woocommerce-order-received .woocommerce-order {
  display: block;
  background: #f1f4f8;
}
body.woocommerce-order-received .woocommerce-order > p {
  order: 1;
  grid-column: 1/3;
  text-align: center;
  padding: 5px;
  background: #ffffcc;
  font-size: 14px;
  font-weight: bold;
}
body.woocommerce-order-received li.woocommerce-order-overview__email.email {
  display: none;
}
body.woocommerce-order-received section.woocommerce-order-details {
  order: 2;
  width: 100%;
  margin: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details, body.woocommerce-order-received .woocommerce .woocommerce-order-details, body.woocommerce-order-received .woocommerce .woocommerce-order-downloads {
  order: 2;
  grid-column: 2/3;
  background: white;
  margin: 0;
}
body.woocommerce-order-received .woocommerce ul.order_details {
  display: flex;
  order: 2;
  width: 100%;
  margin-bottom: 0;
  flex-flow: row;
  place-content: space-between;
  padding: 10px 1%;
}
body.woocommerce-order-received .woocommerce ul.order_details > li {
  border-right: none;
  text-align: right;
  line-height: 1.3;
  margin: 0;
  padding: 0 3%;
}
body.woocommerce-order-received .woocommerce ul.order_details > li strong {
  line-height: 1.1;
  font-size: 14px;
}
body.woocommerce-order-received section.woocommerce-order-details {
  width: 100%;
}
body.woocommerce-order-received table.shop_table {
  background: white;
  border: 0;
  padding: 10px 0;
}
body.woocommerce-order-received table.shop_table th, body.woocommerce-order-received table.shop_table td {
  line-height: 1.3 !important;
}
body.woocommerce-order-received table.shop_table span.order-item-title {
  font-weight: bold;
}
body.woocommerce-order-received table.shop_table span.order-item-recurrence, body.woocommerce-order-received table.shop_table span.order-item-selections, body.woocommerce-order-received table.shop_table span.order-item-quantity {
  font-size: 12px;
  padding: 0 20px;
  display: block;
}
body.woocommerce-order-received th.woocommerce-table__product-table.product-total {
  width: 33%;
}
body.woocommerce-order-received .woocommerce-checkout .col-1 {
  border: none;
}
body.woocommerce-order-received .woocommerce .col2-set {
  align-items: baseline;
  width: 100% !important;
  float: none !important;
  display: block;
  padding: 0;
}
body.woocommerce-order-received .woocommerce .col2-set h2.woocommerce-column__title {
  font-weight: bold;
  background: #f1f4f8;
  padding: 10px;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  border: none;
  text-align: center;
  line-height: 1.3;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  line-height: 1.3;
}
@media all and (min-width: 980px) {
  body.woocommerce-order-received .woocommerce-order {
    display: grid;
  }
  body.woocommerce-order-received .woocommerce ul.order_details {
    flex-flow: column;
    place-content: normal;
    padding: 20px 40px 20px;
  }
  body.woocommerce-order-received .woocommerce ul.order_details > li {
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }
  body.woocommerce-order-received .woocommerce ul.order_details > li strong {
    font-size: 16px;
  }
  body.woocommerce-order-received table.shop_table {
    padding: 20px;
  }
  body.woocommerce-order-received table.shop_table span.order-item-recurrence, body.woocommerce-order-received table.shop_table span.order-item-selections {
    font-size: 14px;
  }
  body.woocommerce-order-received .woocommerce .col2-set {
    display: flex;
    padding: 0 0 20px 20px;
  }
}

body.home .header-sep {
  display: none;
}
body.home section#banner {
  background: url(https://studies.prophecywatchers.com/wp-content/uploads/2019/10/home-headline2.jpg) center top no-repeat;
  min-height: 480px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  line-height: 1.2;
  color: #555;
}
@media all and (max-width: 1280px) {
  body.home section#banner {
    height: 36vw;
    min-height: auto;
    background-size: 120vw;
  }
  body.home section#banner span.quote {
    font-size: 4.5vw;
    max-width: 49vw;
  }
  body.home section#banner span.attribution {
    font-size: 2.5vw;
    max-width: 47vw;
  }
}
@media all and (min-width: 1921px) {
  body.home section#banner {
    height: 540px;
    min-height: auto;
    background-size: contain;
  }
}
body.home section#video {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
body.home section#video #recent_programs {
  display: block;
  padding-top: 0;
  border-top: none;
  margin: 0;
  width: 100%;
}
body.home section#video #recent_programs > h4 {
  margin-bottom: 0;
  color: #006098;
  font-weight: bold;
  padding: 4px 10px;
  font-size: 18px;
  text-align: center;
}
body.home section#video #recent_programs .video-entry {
  flex-wrap: wrap;
  border-top: none;
  display: block;
  margin-top: 0;
}
body.home section#video #recent_programs .video-entry h5 {
  width: 100%;
  background: transparent;
  font-weight: normal;
  padding: 6px 10px;
  /* transition: none; */
  color: #555;
  font-size: 18px;
  text-align: center;
}
body.home section#video #recent_programs .video-entry .embed-outer {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
body.home section#video #recent_programs .video-entry .excerpt {
  background: transparent;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
body.home section#video #recent_programs .video-entry .footer {
  width: 100%;
}
body.home section#video footer.video-archive {
  padding-top: 20px;
}

@media all and (min-width: 480px) {
  body.home section#video #recent_programs h4 {
    font-size: 26px;
  }
  body.home section#video #recent_programs .video-entry {
    display: flex;
  }
  body.home section#video #recent_programs .video-entry h5 {
    font-size: 26px;
  }
  body.home section#video #recent_programs .video-entry .embed-outer {
    width: 50%;
  }
  body.home section#video #recent_programs .video-entry .excerpt {
    width: 50%;
  }
}
@media all and (min-width: 980px) {
  body.home section#video #recent_programs h4 {
    text-align: left;
    font-size: 32px;
  }
  body.home section#video #recent_programs .video-entry h5 {
    text-align: left;
    font-size: 30px;
  }
  body.home section#video #recent_programs .video-entry .excerpt {
    width: 50%;
    font-size: 19px;
  }
}

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