@charset "UTF-8";
/*
Theme Name: BPC Full-Goose
Author: Alexander Gross, Garret Wilkin
Author URI: http://bangordailynews.com
Description: Prototype of the new BDN theme. The theme was based on the timber-starter-theme and uses the Timber PHP-Twig Library. This theme is also using Sass, the Skeleton on boilerplate css, and FontAwesome library.
Version: 1.0
Text Domain: bpc-full-goose

This theme utilizes a customization of the "Skeleton on Sass" boilerplate project:
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,700,800");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("assets/font/bebasneue-webfont.woff") format("woff"), url("assets/font/bebasneue-webfont.eot"), url("assets/font/bebasneue-webfont.ttf") format("truetype"), url("assets/font/bebasneue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

a {
  color: #3b5a7a;
  text-decoration: none; }
  a:hover {
    color: #2a4158;
    text-decoration: underline; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important; }

@media (max-width: 640px) {
  .visible-xs {
    display: block !important; }

  .hidden-xs {
    display: none !important; } }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.05rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.05rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.05rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.05rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%; } }
@media (min-width: 640px) {
  .container {
    width: 640px; }

  .column,
  .columns {
    margin-left: 0%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns,
  .two.columns,
  .ten.columns,
  .eleven.columns,
  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .three.columns,
  .four.columns,
  .five.columns,
  .six.columns,
  .seven.columns,
  .eight.columns,
  .nine.columns {
    width: 50%; }

  .one-third.column,
  .two-thirds.column,
  .one-half.column {
    width: 50%; } }
@media (min-width: 640px) {
  .container {
    width: 90%;
    max-width: 960px; } }
@media (min-width: 960px) {
  .container {
    width: 960px; }

  .one.column,
  .one.columns {
    width: 8.33333%; }

  .two.columns {
    width: 16.66667%; }

  .three.columns {
    width: 25%; }

  .four.columns {
    width: 33.33333%; }

  .five.columns {
    width: 41.66667%; }

  .six.columns {
    width: 50%; }

  .seven.columns {
    width: 58.33333%; }

  .eight.columns {
    width: 66.66667%; }

  .nine.columns {
    width: 75%; }

  .ten.columns {
    width: 83.33333%; }

  .eleven.columns {
    width: 91.66667%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 33.33333%; }

  .two-thirds.column {
    width: 66.66667%; }

  .one-half.column {
    width: 50%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.33333%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.66667%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.33333%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.66667%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.33333%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.66667%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.33333%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.66667%; }

  .inset-by-two.column,
  .inset-by-two.columns {
    margin-left: -16.66667%; }

  .inset-by-three.column,
  .inset-by-three.columns {
    margin-left: -25%; }

  .inset-by-four.column,
  .inset-by-four.columns {
    margin-left: -33.33333%; }

  .inset-by-five.column,
  .inset-by-five.columns {
    margin-left: -41.66667%; }

  .inset-by-six.column,
  .inset-by-six.columns {
    margin-left: -50%; }

  .inset-by-seven.column,
  .inset-by-seven.columns {
    margin-left: -58.33333%; }

  .inset-by-eight.column,
  .inset-by-eight.columns {
    margin-left: -66.66667%; }

  .inset-by-nine.column,
  .inset-by-nine.columns {
    margin-left: -75%; }

  .inset-by-ten.column,
  .inset-by-ten.columns {
    margin-left: -83.33333%; }

  .inset-by-eleven.column,
  .inset-by-eleven.columns {
    margin-left: -91.66667%; }

  .inset-by-twelve.column,
  .inset-by-twelve.columns {
    margin-left: -100%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.33333%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.66667%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 50%; } }
@media (min-width: 1080px) {
  .container {
    width: 90%;
    max-width: 1280px; } }
@media (min-width: 1280px) {
  .container {
    width: 1280px;
    max-width: 1280px; } }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 36px;
  padding: 6px 14px;
  color: #555555;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 36px;
  padding: 6px 14px;
  color: #555555;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #3b5a7a;
  border-color: #3b5a7a; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #3b5a7a;
  border-color: #3b5a7a; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #3b5a7a;
  border-color: #3b5a7a; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #3b5a7a;
  border-color: #3b5a7a; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: none;
  margin: 0; }
  ul li {
    list-style: none;
    text-align: left; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Templates Styles */
/* Nav Header Styles */
header#comp-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 19790724 !important;
  width: 100%;
  min-width: 320px;
  height: 50px;
  max-height: 50px;
  background-color: #00331c;
  color: #ffffff;
  border-bottom: 0.5px #444 solid;
  /** Responsive nav mobile fixers **/ }
  header#comp-header .nav-bar ul li {
    height: 50px; }
  header#comp-header .nav-bar div#nav-container {
    overflow: hidden;
    height: 50px; }
  header#comp-header .nav-bar .nav-container .nav-left ul > li {
    float: left; }
  header#comp-header .nav-bar .nav-left {
    width: 80%;
    padding-left: 10px; }
  header#comp-header .nav-bar .nav-right {
    padding-right: 10px;
    position: absolute;
    right: 0; }
  header#comp-header .nav-bar .nav-left,
  header#comp-header .nav-bar .nav-right {
    display: inline-block;
    box-sizing: border-box;
    float: left; }
    header#comp-header .nav-bar .nav-left::after,
    header#comp-header .nav-bar .nav-right::after {
      content: "";
      clear: both;
      display: table; }
  header#comp-header .nav-bar .nav-left ul.button-list > li {
    margin-right: 10px; }
  header#comp-header .nav-bar .nav-container .nav-right ul > li {
    float: right; }
  header#comp-header .nav-bar .nav-right ul.button-list > li {
    margin-left: 10px; }
  header#comp-header .nav-bar ul ul {
    margin: 0;
    display: none; }
  header#comp-header .nav-bar ul li > a {
    line-height: 50px;
    font-family: "FranklinITCProBold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #d5d5d5;
    display: block;
    padding-left: 12px;
    transition: 200ms color ease-in-out; }
    header#comp-header .nav-bar ul li > a:hover {
      color: white; }
  header#comp-header .nav-bar ul li > a.button {
    margin: 7px 0;
    background-color: #004023;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #f7f7f7;
    padding: 6px 14px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: 200ms all linear;
    -moz-transition: 200ms all linear;
    -o-transition: 200ms all linear;
    transition: 200ms all linear;
    background-image: none; }
    header#comp-header .nav-bar ul li > a.button > i {
      font-size: 20px; }
    header#comp-header .nav-bar ul li > a.button:hover {
      background-color: #00331c;
      border-color: #f9f9f9;
      color: #fff; }
  header#comp-header #nav-logo {
    position: absolute;
    top: 0;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    cursor: pointer;
    z-index: 10000;
    -webkit-transition: opacity 800ms ease-in;
    -moz-transition: opacity 800ms ease-in;
    -o-transition: opacity 800ms ease-in;
    transition: opacity 800ms ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    text-align: center; }
    header#comp-header #nav-logo.show {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
    header#comp-header #nav-logo.hide {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; }
    header#comp-header #nav-logo a.bdn-logo-link {
      color: white;
      font-family: 'BebasNeueRegular';
      font-size: 32px;
      line-height: 50px;
      -webkit-font-smoothing: antialiased; }
  header#comp-header #nav-logo::before {
    content: url("assets/img/bdnmaine-36.jpg");
    position: absolute;
    top: 7px;
    left: -45px;
    width: 36px;
    height: 36px; }
  header#comp-header #menu-main-nav {
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
    header#comp-header #menu-main-nav.show {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
    header#comp-header #menu-main-nav.hide {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; }
  header#comp-header .tagline-wrapper {
    display: none; }
  header#comp-header #search-form {
    margin: 7px 0 0; }
  header#comp-header #search-field {
    transition: width 0.25s cubic-bezier(0.49, 0.37, 0.445, 0.715);
    border: 0;
    padding: 2px 0;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    font-size: 14px;
    height: 34px;
    line-height: 20px;
    text-indent: 0;
    border-radius: 4px;
    background-color: #f0f0f0;
    display: initial; }
    header#comp-header #search-field.opened {
      width: 200px;
      padding-left: 10px; }
    header#comp-header #search-field.closed {
      width: 0; }
  header#comp-header #search-menu-btn {
    font-size: 16px;
    -webkit-transition: 200ms all linear;
    -moz-transition: 200ms all linear;
    -o-transition: 200ms all linear;
    transition: 200ms all linear;
    margin: 7px 0; }
    header#comp-header #search-menu-btn.opened {
      background-color: transparent;
      color: #1f1f1f;
      margin-right: -36px;
      padding: 0 10px;
      position: relative;
      right: 40px; }
    header#comp-header #search-menu-btn.closed {
      background-color: #004023;
      border: 1px solid #444;
      color: #f0f0f0;
      padding: 9px 10px; }
      header#comp-header #search-menu-btn.closed:hover {
        background-color: #00331c;
        border-color: #f9f9f9; }
  header#comp-header #search-overlay {
    position: fixed;
    z-index: 115;
    top: 50px;
    left: 0;
    right: 100%;
    bottom: 0;
    color: black;
    background-color: rgba(0, 0, 0, 0.8); }
    header#comp-header #search-overlay.open {
      right: 0; }
    header#comp-header #search-overlay.closed {
      right: 100%;
      display: none; }
  header#comp-header #section-menu-btn i.fa {
    top: 2px;
    padding-left: 5px;
    position: relative;
    font-size: 18px; }
  @media (max-width: 640px) {
    header#comp-header #menu-main-nav {
      display: none; }
    header#comp-header .nav-bar ul li > a.button {
      padding: 6px 10px; }
    header#comp-header #nav-logo {
      width: 150px;
      margin-left: -50px; }
      header#comp-header #nav-logo.hide {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
      header#comp-header #nav-logo a.bdn-logo-link {
        font-size: 24px; } }

/** Accommodate Header */
section#content {
  padding-top: 10px; }

div#header-login-menu {
  display: none;
  position: absolute;
  background-color: #00734a;
  padding: 20px;
  right: 0;
  top: 51px;
  box-sizing: border-box;
  width: 320px; }
  div#header-login-menu.open {
    display: block !important; }
  div#header-login-menu.closed {
    display: none !important; }
  div#header-login-menu input[type="text"],
  div#header-login-menu input[type="password"] {
    color: black; }
  div#header-login-menu ul li {
    float: none !important; }
  div#header-login-menu .usermessage {
    display: inline-block;
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.0rem;
    line-height: 2.5rem; }
  div#header-login-menu #login-close-button,
  div#header-login-menu #bpc-login-form a {
    display: block;
    float: right;
    color: #d5d5d5; }
    div#header-login-menu #login-close-button:hover,
    div#header-login-menu #bpc-login-form a:hover {
      color: #fff; }
  div#header-login-menu #bpc-login-form a {
    float: none !important; }
  div#header-login-menu #header-user-menu ul li {
    height: 25px !important; }
    div#header-login-menu #header-user-menu ul li a {
      line-height: 25px !important; }
  div#header-login-menu #bpc-login-form .submit_button,
  div#header-login-menu #header-user-menu #sign-out-link {
    margin: 7px 0;
    background-color: #004023;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #f7f7f7;
    padding: 6px 14px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: 200ms all linear;
    -moz-transition: 200ms all linear;
    -o-transition: 200ms all linear;
    transition: 200ms all linear;
    background-image: none; }
    div#header-login-menu #bpc-login-form .submit_button:hover,
    div#header-login-menu #header-user-menu #sign-out-link:hover {
      background-color: #00331c;
      border-color: #f9f9f9;
      color: #fff; }
    div#header-login-menu #bpc-login-form .submit_button label,
    div#header-login-menu #header-user-menu #sign-out-link label {
      display: inline-block; }
    div#header-login-menu #bpc-login-form .submit_button a,
    div#header-login-menu #header-user-menu #sign-out-link a {
      color: #f7f7f7; }

.button-list-compact li#nav-user,
.button-list-compact li#nav-subscribe,
.button-list-compact li#nav-sign-in {
  display: none; }

div#contact-submit-menu {
  display: none;
  position: absolute;
  background-color: #00734a;
  padding: 20px;
  right: 0;
  top: 51px;
  box-sizing: border-box;
  width: 320px; }
  div#contact-submit-menu.open {
    display: block !important; }
  div#contact-submit-menu.closed {
    display: none !important; }
  div#contact-submit-menu ul li {
    float: none !important;
    height: 25px !important; }
    div#contact-submit-menu ul li a {
      line-height: 25px !important; }
  div#contact-submit-menu #bpc-login-form .submit_button,
  div#contact-submit-menu #header-user-menu #sign-out-link {
    margin: 7px 0;
    background-color: #004023;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #f7f7f7;
    padding: 6px 14px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: 200ms all linear;
    -moz-transition: 200ms all linear;
    -o-transition: 200ms all linear;
    transition: 200ms all linear;
    background-image: none; }
    div#contact-submit-menu #bpc-login-form .submit_button:hover,
    div#contact-submit-menu #header-user-menu #sign-out-link:hover {
      background-color: #00331c;
      border-color: #f9f9f9;
      color: #fff; }
    div#contact-submit-menu #bpc-login-form .submit_button label,
    div#contact-submit-menu #header-user-menu #sign-out-link label {
      display: inline-block; }
    div#contact-submit-menu #bpc-login-form .submit_button a,
    div#contact-submit-menu #header-user-menu #sign-out-link a {
      color: #f7f7f7; }

/* Masthead Styles */
div#masthead {
  border-bottom: 2px solid black; }
  div#masthead div#masthead-wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    background-color: white; }
  div#masthead div#masthead-inner {
    float: left;
    height: 100px; }
  div#masthead div#masthead-left {
    position: relative;
    z-index: 6;
    float: left;
    height: 100px; }
    div#masthead div#masthead-left span {
      display: block;
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      font-weight: bold; }
    div#masthead div#masthead-left .masthead-left-bottom {
      height: 20px; }
    div#masthead div#masthead-left #ear-left {
      margin-left: 0; }
  div#masthead div#masthead-left.mc-sectionfront,
  div#masthead div#masthead-left.mc-articlestyle {
    display: none; }
  div#masthead div#masthead-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100px; }
    div#masthead div#masthead-content a {
      color: #333; }
  div#masthead div#masthead-content.mc-homepagestyle .masthead-h1 {
    display: inline-block;
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 6.0rem;
    line-height: 100px;
    margin-bottom: 0; }
    div#masthead div#masthead-content.mc-homepagestyle .masthead-h1::before {
      content: "";
      position: absolute;
      top: 20px;
      left: -70px;
      width: 60px;
      height: 60px;
      background-image: url("assets/img/bdnmaine-70.png");
      background-size: 60px 60px; }
  div#masthead div#masthead-content.mc-sectionfront,
  div#masthead div#masthead-content.mc-articlestyle {
    position: relative;
    float: left;
    left: -69px;
    transform: translate(70px); }
  div#masthead .masthead-logo {
    float: left;
    position: relative;
    top: 18px;
    margin-right: 10px;
    width: 60px;
    height: 60px; }
  div#masthead .masthead-h1 {
    display: inline-block;
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 6.0rem;
    line-height: 100px;
    margin-bottom: 0; }
  div#masthead #masthead-right {
    float: right;
    height: 100px; }
    div#masthead #masthead-right div#weather-unit {
      height: 30px;
      line-height: 30px;
      font-size: 12px;
      font-weight: bold; }
      div#masthead #masthead-right div#weather-unit a {
        color: black; }
      div#masthead #masthead-right div#weather-unit a:hover {
        text-decoration: underline; }
    div#masthead #masthead-right span#current-datetime {
      display: block;
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      font-weight: bold; }
    div#masthead #masthead-right .masthead-right-bottom {
      height: 20px; }
    div#masthead #masthead-right #ear-right {
      margin: 0; }

div#masthead-bottom-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
  height: 30px; }
  div#masthead-bottom-wrapper img {
    width: 26px;
    height: 26px;
    margin: 2px 0;
    vertical-align: top; }
  div#masthead-bottom-wrapper #topic-leader {
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 30px;
    font-size: 26px;
    overflow-x: hidden;
    max-width: 0px;
    -webkit-transition: max-width 400ms ease-in;
    -moz-transition: max-width 400ms ease-in;
    -o-transition: max-width 400ms ease-in;
    transition: max-width 400ms ease-in; }
    div#masthead-bottom-wrapper #topic-leader.expand {
      max-width: 250px;
      margin-right: 10px; }
    div#masthead-bottom-wrapper #topic-leader a {
      color: #333; }
  div#masthead-bottom-wrapper #masthead-topics {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold; }
    div#masthead-bottom-wrapper #masthead-topics span {
      display: inline-block;
      line-height: 30px;
      height: 30px;
      vertical-align: top; }
    div#masthead-bottom-wrapper #masthead-topics span.link a {
      color: #333; }
      div#masthead-bottom-wrapper #masthead-topics span.link a:hover {
        text-decoration: underline; }
    div#masthead-bottom-wrapper #masthead-topics span.sep {
      color: #00734a; }
  div#masthead-bottom-wrapper div#masthead-topics.mc-sectionfront,
  div#masthead-bottom-wrapper div#masthead-topics.mc-articlestyle {
    position: relative; }
  div#masthead-bottom-wrapper + hr {
    margin: 0;
    border-top: 1px solid #D5D5D5; }

div#masthead-bottom-wrapper.pin {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #D5D5D5; }

div#nav-side {
  position: fixed;
  z-index: 115;
  top: 50px;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  div#nav-side.open {
    right: 0; }
  div#nav-side.closed {
    right: 100%; }
  div#nav-side div#nav-side-body {
    position: relative;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    background-color: #333;
    color: white;
    border: 1px solid #444;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
    div#nav-side div#nav-side-body.open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  div#nav-side div.nav-side-piece-header {
    font-size: 16px;
    padding: 2px 5px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
  div#nav-side div.nav-side-piece {
    width: 100%;
    margin-bottom: 10px; }
    div#nav-side div.nav-side-piece ul li {
      float: left;
      width: 50%; }
    div#nav-side div.nav-side-piece ul li a {
      color: #d5d5d5;
      font-size: 14px; }
      div#nav-side div.nav-side-piece ul li a:hover {
        color: white;
        text-decoration: underline; }
    div#nav-side div.nav-side-piece ul ul {
      display: none; }
    div#nav-side div.nav-side-piece:after {
      content: "";
      display: table;
      clear: both; }
  div#nav-side div#nav-side-content {
    position: absolute;
    top: 10px;
    bottom: 70px;
    overflow-y: scroll; }
  div#nav-side div#nav-side-footer {
    position: absolute;
    width: auto;
    bottom: 0;
    padding: 0 10px 10px;
    left: 0;
    margin-bottom: 0; }
    div#nav-side div#nav-side-footer:before {
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      background: linear-gradient(to top, #333333 0%, rgba(51, 51, 51, 0) 100%);
      position: absolute;
      top: -20px;
      left: -1px; }
  div#nav-side .ad-unit {
    margin: 0; }
  div#nav-side div#nav-side-content-more ul.menu-side-more li {
    width: 100%; }

#search-overlay > div {
  min-width: 300px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px; }
#search-overlay a#close-search-overlay {
  display: block;
  color: white;
  text-align: center;
  margin: 0 auto; }
#search-overlay td {
  padding: 0 !important; }

footer#footer {
  background-color: #333; }
  footer#footer div#module-footer {
    min-height: 250px;
    padding: 20px 0;
    color: white;
    font-weight: bold; }
  footer#footer div.footer-content a {
    color: #d5d5d5;
    font-weight: normal; }
    footer#footer div.footer-content a:hover {
      color: white;
      text-decoration: underline; }
  footer#footer div.footer-content i.fa + a {
    margin-left: 5px; }
  footer#footer div.foot-column {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px; }
    footer#footer div.foot-column .foot-section-header {
      font-size: 16px; }
  footer#footer div#social-column li,
  footer#footer div#aboutus-column li,
  footer#footer div#marketing-column li,
  footer#footer div#services-column li {
    float: left;
    width: 50%;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 13px; }
  footer#footer div#social-column li {
    padding-bottom: 10px; }
  footer#footer div#subscribe1-column li, footer#footer div#subscribe2-column li {
    font-size: 13px; }
  footer#footer div#subscribe1-column, footer#footer div#subscribe2-column {
    width: 50%; }
  footer#footer div#social-column .foot-section-header,
  footer#footer div#aboutus-column .foot-section-header {
    font-size: 20px; }
  footer#footer div.footer-footer {
    bottom: 20px;
    width: 100%;
    border-top: 1px solid #444;
    padding-top: 10px; }
    footer#footer div.footer-footer address, footer#footer div.footer-footer .legal {
      font-weight: normal;
      font-size: 14px; }
    footer#footer div.footer-footer .copyright, footer#footer div.footer-footer address, footer#footer div.footer-footer .legal {
      text-align: center; }

@media (min-width: 550px) {
  footer#footer div.foot-column {
    width: 50%; }
    footer#footer div.foot-column:nth-of-type(2n+1) {
      clear: left; }
    footer#footer div.foot-column li {
      font-size: 15px !important; }
  footer#footer div#social-column li,
  footer#footer div#aboutus-column li,
  footer#footer div#marketing-column li,
  footer#footer div#services-column li {
    width: 100%;
    float: none;
    display: block; } }
@media (min-width: 960px) {
  footer#footer div.foot-column {
    width: 33.33333%; }
    footer#footer div.foot-column:nth-of-type(2n+1) {
      clear: none; }
    footer#footer div.foot-column:nth-of-type(3n+1) {
      clear: left; }
    footer#footer div.foot-column .foot-section-header {
      font-size: 20px; }
    footer#footer div.foot-column li {
      font-size: 15px !important; }
  footer#footer div#subscribe1-column, footer#footer div#subscribe2-column {
    width: 33.33333%; } }
@media (min-width: 1280px) {
  footer#footer div.foot-column {
    width: 16.66667%; }
    footer#footer div.foot-column:nth-of-type(2n+1) {
      clear: none; }
    footer#footer div.foot-column:nth-of-type(3n+1) {
      clear: none; }
    footer#footer div.foot-column .foot-section-header {
      font-size: 16px !important; }
    footer#footer div.foot-column li {
      font-size: 15px !important; }
  footer#footer div#subscribe1-column, footer#footer div#subscribe2-column {
    width: 16.66667%; } }
footer#footer i.fa {
  color: white;
  background-color: #666;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px; }
  footer#footer i.fa:before {
    position: relative;
    top: 0px;
    left: 6px; }
footer#footer i.fa-facebook-f {
  background-color: #3d5ba8; }
footer#footer i.fa-twitter {
  background-color: #1da1f2; }
footer#footer i.fa-linkedin {
  background-color: #007bb6; }
footer#footer i.fa-youtube {
  background-color: #cc181e; }
footer#footer i.fa-instagram {
  background-color: #ff2455; }
footer#footer i.fa-rss {
  background-color: #f7941e; }

div#share-buttons {
  display: inline-block;
  height: 30px;
  margin-left: 30px; }
  div#share-buttons ul {
    height: 30px;
    padding-top: 2px;
    box-sizing: border-box; }
  div#share-buttons ul,
  div#share-buttons ul li {
    display: inline-block; }
  div#share-buttons i.fa {
    color: white;
    background-color: #666;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px; }
    div#share-buttons i.fa:hover {
      box-shadow: 3px 2px 3px #666; }
  div#share-buttons i.fa-facebook-f {
    background-color: #3d5ba8; }
    div#share-buttons i.fa-facebook-f:before {
      position: relative;
      top: 0px;
      left: 7px; }
  div#share-buttons i.fa-twitter {
    background-color: #1da1f2; }
    div#share-buttons i.fa-twitter:before {
      position: relative;
      top: 0px;
      left: 6px; }
  div#share-buttons i.fa-envelope-o {
    background-color: #cc181e; }
    div#share-buttons i.fa-envelope-o:before {
      position: relative;
      top: 0px;
      left: 5px; }
  div#share-buttons i.fa-print {
    background-color: #f7941e; }
    div#share-buttons i.fa-print:before {
      position: relative;
      top: 0px;
      left: 6px; }

/* @todo pull article.section stuff to a separate partial  */
div.view.single .layout-content.container,
div.view.single-advanced .layout-content.container,
div.view.single-comments .layout-content.container {
  padding: 0; }
div.view.single section.article-media > .copy > div.video,
div.view.single-advanced section.article-media > .copy > div.video,
div.view.single-comments section.article-media > .copy > div.video {
  margin: 0 0 20px 0; }
div.view.single article.post-type-post,
div.view.single article.post-type-video,
div.view.single article.post-type-nativead,
div.view.single-advanced article.post-type-post,
div.view.single-advanced article.post-type-video,
div.view.single-advanced article.post-type-nativead,
div.view.single-comments article.post-type-post,
div.view.single-comments article.post-type-video,
div.view.single-comments article.post-type-nativead {
  max-width: 1080px;
  margin: 0 auto; }
  div.view.single article.post-type-post .article-h1,
  div.view.single article.post-type-video .article-h1,
  div.view.single article.post-type-nativead .article-h1,
  div.view.single-advanced article.post-type-post .article-h1,
  div.view.single-advanced article.post-type-video .article-h1,
  div.view.single-advanced article.post-type-nativead .article-h1,
  div.view.single-comments article.post-type-post .article-h1,
  div.view.single-comments article.post-type-video .article-h1,
  div.view.single-comments article.post-type-nativead .article-h1 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold; }
  div.view.single article.post-type-post .article-body,
  div.view.single article.post-type-video .article-body,
  div.view.single article.post-type-nativead .article-body,
  div.view.single-advanced article.post-type-post .article-body,
  div.view.single-advanced article.post-type-video .article-body,
  div.view.single-advanced article.post-type-nativead .article-body,
  div.view.single-comments article.post-type-post .article-body,
  div.view.single-comments article.post-type-video .article-body,
  div.view.single-comments article.post-type-nativead .article-body {
    font-family: "Georgia", "Times New Roman", serif;
    padding: 0 10px; }
    div.view.single article.post-type-post .article-body p,
    div.view.single article.post-type-video .article-body p,
    div.view.single article.post-type-nativead .article-body p,
    div.view.single-advanced article.post-type-post .article-body p,
    div.view.single-advanced article.post-type-video .article-body p,
    div.view.single-advanced article.post-type-nativead .article-body p,
    div.view.single-comments article.post-type-post .article-body p,
    div.view.single-comments article.post-type-video .article-body p,
    div.view.single-comments article.post-type-nativead .article-body p {
      font-size: 20px;
      line-height: 1.667;
      margin: 0 auto 18px;
      max-width: 720px; }
    div.view.single article.post-type-post .article-body a,
    div.view.single article.post-type-video .article-body a,
    div.view.single article.post-type-nativead .article-body a,
    div.view.single-advanced article.post-type-post .article-body a,
    div.view.single-advanced article.post-type-video .article-body a,
    div.view.single-advanced article.post-type-nativead .article-body a,
    div.view.single-comments article.post-type-post .article-body a,
    div.view.single-comments article.post-type-video .article-body a,
    div.view.single-comments article.post-type-nativead .article-body a {
      color: #3987c6;
      text-decoration: none; }
      div.view.single article.post-type-post .article-body a:hover,
      div.view.single article.post-type-video .article-body a:hover,
      div.view.single article.post-type-nativead .article-body a:hover,
      div.view.single-advanced article.post-type-post .article-body a:hover,
      div.view.single-advanced article.post-type-video .article-body a:hover,
      div.view.single-advanced article.post-type-nativead .article-body a:hover,
      div.view.single-comments article.post-type-post .article-body a:hover,
      div.view.single-comments article.post-type-video .article-body a:hover,
      div.view.single-comments article.post-type-nativead .article-body a:hover {
        color: #2e6c9e;
        text-decoration: underline; }
  div.view.single article.post-type-post .commentbutton h3,
  div.view.single article.post-type-video .commentbutton h3,
  div.view.single article.post-type-nativead .commentbutton h3,
  div.view.single-advanced article.post-type-post .commentbutton h3,
  div.view.single-advanced article.post-type-video .commentbutton h3,
  div.view.single-advanced article.post-type-nativead .commentbutton h3,
  div.view.single-comments article.post-type-post .commentbutton h3,
  div.view.single-comments article.post-type-video .commentbutton h3,
  div.view.single-comments article.post-type-nativead .commentbutton h3 {
    width: 320px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 10px;
    text-align: center; }
    div.view.single article.post-type-post .commentbutton h3:hover,
    div.view.single article.post-type-video .commentbutton h3:hover,
    div.view.single article.post-type-nativead .commentbutton h3:hover,
    div.view.single-advanced article.post-type-post .commentbutton h3:hover,
    div.view.single-advanced article.post-type-video .commentbutton h3:hover,
    div.view.single-advanced article.post-type-nativead .commentbutton h3:hover,
    div.view.single-comments article.post-type-post .commentbutton h3:hover,
    div.view.single-comments article.post-type-video .commentbutton h3:hover,
    div.view.single-comments article.post-type-nativead .commentbutton h3:hover {
      background-color: #00734a;
      color: white; }
  div.view.single article.post-type-post .native-ad-logo,
  div.view.single article.post-type-video .native-ad-logo,
  div.view.single article.post-type-nativead .native-ad-logo,
  div.view.single-advanced article.post-type-post .native-ad-logo,
  div.view.single-advanced article.post-type-video .native-ad-logo,
  div.view.single-advanced article.post-type-nativead .native-ad-logo,
  div.view.single-comments article.post-type-post .native-ad-logo,
  div.view.single-comments article.post-type-video .native-ad-logo,
  div.view.single-comments article.post-type-nativead .native-ad-logo {
    max-width: 270px;
    max-height: 300px; }

div.view.single-advanced article.post-type-post .article-body,
div.view.single-advanced article.post-type-video .article-body {
  float: none;
  margin: 0 auto; }
@media (min-width: 960px) {
  div.view.single-advanced .article-body {
    width: 100%; } }

div.view.single-event article.post-type-event,
div.view.single-event article.post-type-ugc,
div.view.single-ugc article.post-type-event,
div.view.single-ugc article.post-type-ugc {
  max-width: 1080px;
  margin: 0 auto; }
  div.view.single-event article.post-type-event .article-h1,
  div.view.single-event article.post-type-ugc .article-h1,
  div.view.single-ugc article.post-type-event .article-h1,
  div.view.single-ugc article.post-type-ugc .article-h1 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold; }
  div.view.single-event article.post-type-event .article-body > *:not(.acf-form),
  div.view.single-event article.post-type-ugc .article-body > *:not(.acf-form),
  div.view.single-ugc article.post-type-event .article-body > *:not(.acf-form),
  div.view.single-ugc article.post-type-ugc .article-body > *:not(.acf-form) {
    font-family: "Georgia", "Times New Roman", serif;
    padding: 0 10px; }
    div.view.single-event article.post-type-event .article-body > *:not(.acf-form) p,
    div.view.single-event article.post-type-ugc .article-body > *:not(.acf-form) p,
    div.view.single-ugc article.post-type-event .article-body > *:not(.acf-form) p,
    div.view.single-ugc article.post-type-ugc .article-body > *:not(.acf-form) p {
      font-size: 20px;
      line-height: 1.667;
      margin: 0 auto 18px;
      max-width: 720px; }
    div.view.single-event article.post-type-event .article-body > *:not(.acf-form) a,
    div.view.single-event article.post-type-ugc .article-body > *:not(.acf-form) a,
    div.view.single-ugc article.post-type-event .article-body > *:not(.acf-form) a,
    div.view.single-ugc article.post-type-ugc .article-body > *:not(.acf-form) a {
      color: #3987c6;
      text-decoration: none; }
      div.view.single-event article.post-type-event .article-body > *:not(.acf-form) a:hover,
      div.view.single-event article.post-type-ugc .article-body > *:not(.acf-form) a:hover,
      div.view.single-ugc article.post-type-event .article-body > *:not(.acf-form) a:hover,
      div.view.single-ugc article.post-type-ugc .article-body > *:not(.acf-form) a:hover {
        color: #2e6c9e;
        text-decoration: underline; }
  div.view.single-event article.post-type-event .article-body > .acf-form .acf-field-message ul li,
  div.view.single-event article.post-type-ugc .article-body > .acf-form .acf-field-message ul li,
  div.view.single-ugc article.post-type-event .article-body > .acf-form .acf-field-message ul li,
  div.view.single-ugc article.post-type-ugc .article-body > .acf-form .acf-field-message ul li {
    margin-left: 20px;
    list-style-type: disc !important; }

div.view.page .layout-content.container {
  padding: 0; }
div.view.page article.post-type-page,
div.view.page article.post-type-post {
  max-width: 1080px;
  margin: 0 auto; }
  div.view.page article.post-type-page .article-h1,
  div.view.page article.post-type-post .article-h1 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold; }
  div.view.page article.post-type-page .article-body > *:not(.acf-form),
  div.view.page article.post-type-post .article-body > *:not(.acf-form) {
    font-family: "Georgia", "Times New Roman", serif;
    padding: 0 10px; }
    div.view.page article.post-type-page .article-body > *:not(.acf-form) p,
    div.view.page article.post-type-post .article-body > *:not(.acf-form) p {
      font-size: 20px;
      line-height: 1.667;
      margin: 0 auto 18px;
      max-width: 720px; }
      div.view.page article.post-type-page .article-body > *:not(.acf-form) p a,
      div.view.page article.post-type-post .article-body > *:not(.acf-form) p a {
        color: #3987c6;
        text-decoration: none; }
        div.view.page article.post-type-page .article-body > *:not(.acf-form) p a:hover,
        div.view.page article.post-type-post .article-body > *:not(.acf-form) p a:hover {
          color: #2e6c9e;
          text-decoration: underline; }
  div.view.page article.post-type-page .article-body > .acf-form .acf-field-message ul li,
  div.view.page article.post-type-post .article-body > .acf-form .acf-field-message ul li {
    margin-left: 20px;
    list-style-type: disc !important; }

div.view.page-sectionfront div.widget.top-ad.final-widget,
div.view.page-sectionfront div.widget.top-ad.final-widget .widget-content > div {
  margin-bottom: 0; }

section.article-section {
  margin: 0 auto 18px; }
  section.article-section > div.copy {
    float: left;
    width: 100%;
    min-width: 320px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px; }
    section.article-section > div.copy p {
      max-width: 720px; }
    section.article-section > div.copy a {
      color: #3987c6;
      text-decoration: none; }
      section.article-section > div.copy a:hover {
        color: #2e6c9e;
        text-decoration: underline; }
  section.article-section.article-media > div.copy {
    padding: 0; }

div.view.single-advanced section.article-section > div.copy {
  padding: 0; }

section.page-section {
  max-width: 1080px;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Georgia", "Times New Roman", serif;
  padding: 0 10px; }
  section.page-section h3 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold; }
  section.page-section p {
    font-size: 20px;
    line-height: 1.667;
    margin: 0 auto 18px;
    max-width: 720px; }

.video-container,
.wp-video {
  margin: 0 auto 18px;
  max-width: 720px; }

figure.image-inline {
  width: 100%;
  padding-bottom: 62.5%;
  margin: 0;
  float: left;
  position: relative;
  overflow: hidden; }
  figure.image-inline img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  figure.image-inline figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    background-color: #ccc;
    color: black;
    padding: 2px 5px;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px; }

div.figcaption {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 2px;
  clear: both; }
  div.figcaption .mediacredit {
    float: right; }
  div.figcaption .caption {
    clear: right; }
  div.figcaption a.buy_link {
    float: right;
    z-index: 15;
    font-weight: bold;
    color: #00734a; }
    div.figcaption a.buy_link:hover {
      text-decoration: underline; }

.pullquote {
  position: relative;
  margin: 0 auto 20px auto !important;
  border-top: 8px solid #00723f;
  border-bottom: double 8px #00723f; }
  .pullquote div span {
    font-weight: bold;
    font-style: italic;
    font-size: 50px;
    letter-spacing: -3px;
    color: #222;
    line-height: 50px; }

cite {
  display: block;
  text-align: right;
  padding-right: 75px; }

div.pseudoquote {
  padding: 5px 0 5px 75px;
  text-indent: -75px; }

div.pseudoquote span::before {
  content: "“";
  font-size: 130px;
  line-height: 50px;
  bottom: -40px;
  position: relative;
  padding-right: 20px; }

div.pseudoquote span::after {
  content: "”";
  font-size: 130px;
  line-height: 50px;
  bottom: -50px;
  position: relative;
  padding-left: 0; }

.sectionheader {
  max-width: 720px;
  margin: 20px auto 10px;
  font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  border-bottom: 0.5px solid #444; }
  .sectionheader a:hover {
    text-shadow: 2px 2px 0px rgba(0, 114, 63, 0.4); }

div#recirculator {
  margin: 30px 0; }
  div#recirculator .ad-column {
    min-width: 320px;
    width: 100%; }
  div#recirculator .item-column {
    width: 100%; }
  div#recirculator .item {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
  div#recirculator figure + .article-h2 {
    padding-left: calc(25% + 10px); }

@media (max-width: 639px) {
  div#recirculator .item:nth-child(5),
  div#recirculator .item:nth-child(6) {
    display: none; } }
@media (min-width: 640px) and (max-width: 959px) {
  .layout-header,
  .layout-content,
  .layout-footer {
    max-width: 720px;
    width: initial; }

  div#recirculator .ad-column {
    width: 50%; }
  div#recirculator .item-column {
    width: 50%; }
  div#recirculator .item {
    width: 100%;
    clear: none; }
  div#recirculator .item:nth-child(1n+1) {
    clear: left; } }
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-header,
  .layout-content,
  .layout-footer {
    max-width: 1280px; }

  div#recirculator .ad-column {
    width: 33.33333%; }
  div#recirculator .item-column {
    width: 66.66667%; }
  div#recirculator .item {
    width: 50%;
    clear: none; }
  div#recirculator .item:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 1280px) {
  div#recirculator .ad-column {
    width: 25%; }
  div#recirculator .item-column {
    width: 75%; }
  div#recirculator .item {
    width: 33.33333%;
    clear: none; }
  div#recirculator .item:nth-child(3n+1) {
    clear: left; } }
div#related-posts-box {
  float: right;
  width: 33.33333%;
  border: 1px solid #ccc;
  padding: 0 10px 10px;
  box-sizing: border-box; }
  div#related-posts-box div.related-header h3 {
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 0; }
  div#related-posts-box ul.related-list li {
    margin-bottom: 10px; }
  div#related-posts-box ul.related-list li a {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2.0rem; }
    div#related-posts-box ul.related-list li a:hover {
      text-decoration: underline; }

div#poll-box {
  float: right;
  clear: right;
  width: 33.33333%;
  border: 1px solid #ccc;
  padding: 0 10px 10px;
  box-sizing: border-box;
  margin-top: 10px; }
  div#poll-box div.poll-header h3 {
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 0; }

div.view.single-comments article.post-type-post .article-h1,
div.view.single-comments article.post-type-video .article-h1 {
  font-size: 3.0rem; }
div.view.single-comments article.post-type-post .article-section.article-tease,
div.view.single-comments article.post-type-video .article-section.article-tease {
  padding: 15px;
  border: 1px solid #999; }
div.view.single-comments #comments-guidelines-list {
  margin-bottom: 20px; }
div.view.single-comments #comments-guidelines-list ul li {
  list-style: disc outside none;
  margin: 0 0 10px 15px; }

section.article-section.article-media section.article-section.article-media {
  margin: 0 auto; }

.gallery-image {
  position: relative; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
  .rslides li:first-child {
    position: relative;
    display: block;
    float: left; }
  .rslides img {
    display: block;
    height: auto;
    width: 100%;
    border: 0; }
    .rslides img::after {
      content: '';
      display: table;
      clear: both; }

.rslides_nav {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  color: white; }
  .rslides_nav i {
    margin: 60% 10px 0px;
    font-size: 3.0rem; }
  .rslides_nav.prev {
    left: 0;
    text-align: left; }
  .rslides_nav.next {
    right: 0;
    text-align: right; }

ul.rslides_tabs {
  position: absolute;
  top: 400px;
  z-index: 2;
  transform: translateX(-50%);
  left: 50%; }
  ul.rslides_tabs li {
    display: inline-block;
    padding: 0 10px; }
  ul.rslides_tabs li > a {
    color: white;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    width: 24px;
    height: 10px; }
    ul.rslides_tabs li > a:hover {
      background: #80002f; }
  ul.rslides_tabs .rslides_here a {
    background: #00734a; }

#content-1,
#content-2,
#content-3 {
  width: 33.33333%; }

div.layout-article .article-sidebar {
  position: relative; }
@media (min-width: 960px) {
  div.layout-article .article-body {
    width: 66.66667%;
    float: left; }
  div.layout-article .article-sidebar {
    width: 33.33333%;
    float: right; } }

div.layout-article.layout-nosidebar .article-body {
  float: none;
  margin: 0 auto; }
div.layout-article.layout-nosidebar .article-sidebar {
  display: none; }
@media (min-width: 960px) {
  div.layout-article.layout-nosidebar .article-body {
    width: 100%; } }

.layout-sidebar .content {
  width: 100%;
  float: left; }
.layout-sidebar .sidebar {
  width: 100%;
  float: left;
  position: relative; }

@media (min-width: 960px) {
  .layout-sidebar .content {
    width: 66.66667%; }
  .layout-sidebar .sidebar {
    width: 33.33333%; } }
@media (min-width: 1280px) {
  .layout-sidebar .content {
    width: 75%; }
  .layout-sidebar .sidebar {
    width: 25%; } }
div#recirculator article.tease, div#recirculator article.tease-hero {
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 5px;
  min-height: 114px;
  background-color: #f0f0f0; }
div#recirculator h2.recirc-h2 {
  font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 3.0rem;
  margin: 0;
  padding: 10px 0; }

.module {
  margin-top: 10px;
  margin-bottom: 20px; }
  .module .layout-header .module-h2 {
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 3.0rem;
    margin: 0;
    padding: 10px 0; }
  .module hr {
    border-top: 1px solid #D5D5D5;
    margin: 0; }
  .module .layout-header,
  .module .layout-content,
  .module .layout-footer {
    margin: 0 auto; }

#module-prestige .row-1:after,
#module-prestige .row-2:after,
#module-prestige .row-3:after {
  content: "";
  display: table;
  clear: both; }
#module-prestige .r1-hero {
  width: 100%;
  float: right;
  padding: 0 10px;
  box-sizing: border-box; }
  #module-prestige .r1-hero article.tease, #module-prestige .r1-hero article.tease-hero {
    border-bottom: none; }
#module-prestige .r1-2x2-box {
  float: left;
  width: 100%; }
  #module-prestige .r1-2x2-box .r1-2x2 {
    width: 100%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box; }
  #module-prestige .r1-2x2-box article.tease, #module-prestige .r1-2x2-box article.tease-hero {
    border-bottom: none; }
  #module-prestige .r1-2x2-box article.tease-list {
    padding-bottom: 10px;
    margin-bottom: 10px; }
#module-prestige .r2-1x3-box {
  width: 100%;
  float: left; }
  #module-prestige .r2-1x3-box .r2-1x3 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px; }
    #module-prestige .r2-1x3-box .r2-1x3 article.tease, #module-prestige .r2-1x3-box .r2-1x3 article.tease-hero {
      border-bottom: none; }
#module-prestige .r3-hero {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%; }
  #module-prestige .r3-hero article.tease, #module-prestige .r3-hero article.tease-hero {
    border-bottom: none; }
#module-prestige .r3-1x3-box {
  width: 100%;
  float: left; }
  #module-prestige .r3-1x3-box .r3-1x3 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px; }
  #module-prestige .r3-1x3-box article.tease, #module-prestige .r3-1x3-box article.tease-hero {
    border-bottom: none; }

@media (min-width: 640px) {
  #module-prestige .r1-hero article h2 {
    font-size: 3.2rem;
    line-height: 4.0rem; }
  #module-prestige .r1-2x2-box .r1-2x2 {
    width: 50%; }
  #module-prestige .r2-1x3-box {
    width: 100%; }
    #module-prestige .r2-1x3-box .r2-1x3 {
      width: 33.33333%; }
      #module-prestige .r2-1x3-box .r2-1x3 article h2 {
        font-size: 1.8rem;
        line-height: 2.2rem; }
  #module-prestige .r3-hero {
    padding-right: 5px; }
    #module-prestige .r3-hero article h2 {
      font-size: 3.2rem;
      line-height: 4.0rem; }
  #module-prestige .r3-1x3-box .r3-1x3 {
    width: 33.33333%; }
    #module-prestige .r3-1x3-box .r3-1x3 article h2 {
      font-size: 1.8rem;
      line-height: 2.2rem; } }
@media (min-width: 960px) {
  #module-prestige .r1-2x2-box .r1-2x2:first-child article h2 {
    font-size: 2.5rem;
    line-height: 3.0rem; } }
@media (min-width: 1280px) {
  #module-prestige .r1-hero {
    width: 66.66667%; }
  #module-prestige .r1-2x2-box {
    width: 33.33333%; }
    #module-prestige .r1-2x2-box .r1-2x2 {
      width: 100%; }
  #module-prestige .r2-1x3-box .r2-1x3 article h2 {
    font-size: 2.0rem;
    line-height: 2.5rem; }
  #module-prestige .r3-hero {
    width: 66.66667%; }
  #module-prestige .r3-1x3-box {
    width: 33.33333%; }
    #module-prestige .r3-1x3-box .r3-1x3 {
      width: 100%; }
      #module-prestige .r3-1x3-box .r3-1x3 article h2 {
        font-size: 2.0rem;
        line-height: 2.5rem; } }
/* Module: ATF */
#module-atf .columns {
  padding: 0 10px; }
#module-atf #content-1.columns {
  position: relative;
  right: 1px;
  border-left: 1px solid #D5D5D5; }
#module-atf #content-3.columns {
  position: relative;
  right: 1px;
  border-left: 1px solid #D5D5D5; }
#module-atf #content-1,
#module-atf #content-2,
#module-atf #content-3 {
  width: 100%; }
@media (min-width: 720px) {
  #module-atf #content-1 {
    width: 58.33333%;
    margin-left: 41.66667%; }
  #module-atf #content-2 {
    width: 41.66667%;
    margin-left: -100%; }
  #module-atf #content-3 {
    width: 100%; } }
@media (min-width: 960px) {
  #module-atf #content-1 {
    width: 33.33333%;
    margin-left: 33.33333%; }
    #module-atf #content-1 article:nth-child(1) h2,
    #module-atf #content-1 article:nth-child(2) h2 {
      font-size: 2.5rem;
      line-height: 3.0rem; }
  #module-atf #content-2 {
    width: 33.33333%;
    margin-left: -66.66667%; }
  #module-atf #content-3 {
    width: 33.33333%; } }
@media (min-width: 1080px) {
  #module-atf #content-1 {
    width: 41.66667%;
    margin-left: 25%; }
  #module-atf #content-2 {
    width: 25%;
    margin-left: -66.66667%; } }
@media (min-width: 1280px) {
  #module-atf #content-1 {
    width: 45.83333%;
    margin-left: 27.08333%; }
  #module-atf #content-2 {
    width: 27.08333%;
    margin-left: -72.91667%; }
  #module-atf #content-3 {
    width: 27.08333%; } }

/* Module: ATF */
#module-feature-region .columns,
#module-feature7 .columns,
#module-feature3 .columns {
  padding: 0 10px; }
#module-feature-region .layout-header,
#module-feature-region .layout-content,
#module-feature-region .layout-footer,
#module-feature7 .layout-header,
#module-feature7 .layout-content,
#module-feature7 .layout-footer,
#module-feature3 .layout-header,
#module-feature3 .layout-content,
#module-feature3 .layout-footer {
  margin: 0 auto; }
#module-feature-region .layout-header .module-h2,
#module-feature7 .layout-header .module-h2,
#module-feature3 .layout-header .module-h2 {
  font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 3.0rem;
  margin: 0;
  padding: 10px 0; }
#module-feature-region hr,
#module-feature7 hr,
#module-feature3 hr {
  border-top: 1px solid #D5D5D5;
  margin: 0; }
#module-feature-region article.tease-hero,
#module-feature-region #content-3 article.tease:last-child,
#module-feature-region #content-3 article.tease-hero:last-child,
#module-feature7 article.tease-hero,
#module-feature7 #content-3 article.tease:last-child,
#module-feature7 #content-3 article.tease-hero:last-child,
#module-feature3 article.tease-hero,
#module-feature3 #content-3 article.tease:last-child,
#module-feature3 #content-3 article.tease-hero:last-child {
  border-bottom: none; }
#module-feature-region #content-1,
#module-feature-region #content-2,
#module-feature-region #content-3,
#module-feature7 #content-1,
#module-feature7 #content-2,
#module-feature7 #content-3,
#module-feature3 #content-1,
#module-feature3 #content-2,
#module-feature3 #content-3 {
  width: 100%; }
@media (min-width: 640px) {
  #module-feature-region .layout-header,
  #module-feature-region .layout-content,
  #module-feature-region .layout-footer,
  #module-feature7 .layout-header,
  #module-feature7 .layout-content,
  #module-feature7 .layout-footer,
  #module-feature3 .layout-header,
  #module-feature3 .layout-content,
  #module-feature3 .layout-footer {
    max-width: 720px; }
  #module-feature-region #content-1,
  #module-feature7 #content-1,
  #module-feature3 #content-1 {
    width: 50%;
    position: relative;
    right: 1px;
    border-right: 1px solid #D5D5D5; }
  #module-feature-region #content-2,
  #module-feature7 #content-2,
  #module-feature3 #content-2 {
    width: 50%; }
  #module-feature-region #content-3,
  #module-feature7 #content-3,
  #module-feature3 #content-3 {
    width: 100%; } }
@media (min-width: 960px) {
  #module-feature-region .layout-header,
  #module-feature-region .layout-content,
  #module-feature-region .layout-footer,
  #module-feature7 .layout-header,
  #module-feature7 .layout-content,
  #module-feature7 .layout-footer,
  #module-feature3 .layout-header,
  #module-feature3 .layout-content,
  #module-feature3 .layout-footer {
    max-width: 1080px; }
  #module-feature-region #content-1, #module-feature-region #content-2,
  #module-feature7 #content-1,
  #module-feature7 #content-2,
  #module-feature3 #content-1,
  #module-feature3 #content-2 {
    position: relative;
    right: 1px;
    border-right: 1px solid #D5D5D5; }
  #module-feature-region #content-1,
  #module-feature7 #content-1,
  #module-feature3 #content-1 {
    width: 33.33333%; }
  #module-feature-region #content-2,
  #module-feature7 #content-2,
  #module-feature3 #content-2 {
    width: 33.33333%; }
  #module-feature-region #content-3,
  #module-feature7 #content-3,
  #module-feature3 #content-3 {
    width: 33.33333%; } }

#module-feature-region #content-3.columns h2, #module-feature-region #content-3.columns .article-h2,
#module-feature7 #content-3.columns h2,
#module-feature7 #content-3.columns .article-h2 {
  font-size: 1.6rem;
  line-height: 2.0rem; }

div#module-feature-region ul.menu {
  display: inline-block;
  line-height: 30px;
  margin: 0 0 10px 10px; }
div#module-feature-region ul.menu li {
  display: inline-block;
  padding: 0 5px;
  line-height: 30px; }
  div#module-feature-region ul.menu li.active-cat {
    font-weight: bold; }
div#module-feature-region .layout-header .module-h2 {
  font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 3.0rem;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding: 0 0 10px; }
div#module-feature-region .layout-header .see-all-link {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  vertical-align: top;
  text-transform: initial; }

div#module-flipp #circularhub_module_10107 {
  max-width: 1080px;
  margin: 0 auto; }

#module-videozone .layout-header,
#module-videozone .layout-content,
#module-videozone .layout-footer {
  max-width: 1080px;
  margin: 0 auto; }
#module-videozone .gallery-video .video-col {
  float: left;
  width: 75%;
  padding-bottom: 10px; }
  #module-videozone .gallery-video .video-col .video-container,
  #module-videozone .gallery-video .video-col .wp-video {
    margin: 0;
    max-width: initial; }
#module-videozone .gallery-video .list-col {
  float: left;
  width: 25%;
  height: 455px;
  padding-left: 10px;
  box-sizing: border-box;
  overflow-y: scroll; }
  #module-videozone .gallery-video .list-col article {
    border-bottom: none; }
  #module-videozone .gallery-video .list-col article.active {
    background-color: darkseagreen; }
  #module-videozone .gallery-video .list-col h2.article-h2 {
    font-size: 1.5rem;
    line-height: 2.0rem; }
#module-videozone .gallery-video::after {
  content: "";
  display: table;
  clear: both; }

/* Module: Zone Grid */
#module-zonegrid {
  background-color: #f1f1f1; }
  #module-zonegrid .layout-header,
  #module-zonegrid .layout-content,
  #module-zonegrid .layout-footer {
    margin: 0 auto; }
  #module-zonegrid .grid-container {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  #module-zonegrid .layout-content {
    width: 100%; }
  @media (min-width: 640px) and (max-width: 959px) {
    #module-zonegrid .layout-header,
    #module-zonegrid .layout-content,
    #module-zonegrid .layout-footer {
      max-width: 720px; }
    #module-zonegrid .grid-container {
      width: 50%;
      clear: none; }
    #module-zonegrid .grid-container:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 960px) and (max-width: 1079px) {
    #module-zonegrid .layout-header,
    #module-zonegrid .layout-content,
    #module-zonegrid .layout-footer {
      max-width: 1280px; }
    #module-zonegrid .grid-container {
      width: 33.33333%;
      clear: none; }
    #module-zonegrid .grid-container:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 1080px) {
    #module-zonegrid .grid-container {
      width: 25%;
      clear: none; }
    #module-zonegrid .grid-container:nth-child(4n+1) {
      clear: left; } }

/* Stack Styles */
div.stack {
  max-width: 1080px;
  margin: 0 auto; }
  div.stack > ul.columns {
    border-right: 1px solid #D5D5D5;
    padding-right: 10px; }
  div.stack > div.columns {
    padding-left: 10px; }

div.paginator .button.prev {
  float: left;
  display: inline-block; }
div.paginator .button.next {
  float: right;
  display: inline-block; }

div#module-feeder {
  padding: 0 0 10px 0;
  color: white;
  font-weight: bold; }
  div#module-feeder .layout-header, div#module-feeder .layout-content {
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #00734a;
    max-width: 960px; }
  div#module-feeder .feeder-content {
    margin-bottom: 10px; }
    div#module-feeder .feeder-content .greater {
      width: 50%; }
    div#module-feeder .feeder-content .lesser {
      float: right;
      width: 50%; }
    div#module-feeder .feeder-content:after {
      content: "";
      display: table;
      clear: both; }
  div#module-feeder div.feeder-footer {
    border-top: 1px solid #ccc;
    padding: 5px 0; }
    div#module-feeder div.feeder-footer ul li {
      float: left;
      width: 50%; }
    div#module-feeder div.feeder-footer:after {
      content: "";
      display: table;
      clear: both; }
  div#module-feeder li a {
    color: #eee;
    font-weight: normal; }
    div#module-feeder li a:hover {
      color: white;
      text-decoration: underline; }
  div#module-feeder img {
    margin: 0 auto;
    display: none; }

@media (min-width: 640px) {
  div#module-feeder .layout-header, div#module-feeder .layout-content {
    max-width: 720px; }
  div#module-feeder div.feeder-content ul li {
    text-align: center; }
  div#module-feeder div.feeder-footer ul li {
    float: left;
    width: 33.33333%;
    text-align: center; } }
@media (min-width: 960px) {
  div#module-feeder .layout-header, div#module-feeder .layout-content {
    max-width: 1080px;
    width: 960px; }
  div#module-feeder .feeder-content {
    margin-bottom: 0; }
    div#module-feeder .feeder-content .greater {
      width: 66.66667%; }
      div#module-feeder .feeder-content .greater ul li {
        float: left;
        display: inline-block;
        width: 50%;
        padding-bottom: 20px; }
    div#module-feeder .feeder-content .lesser {
      width: 33.33333%;
      padding: 0 10px; }
      div#module-feeder .feeder-content .lesser ul li {
        margin-bottom: 20px; }
    div#module-feeder .feeder-content a.label {
      display: none; }
  div#module-feeder div.feeder-footer ul li {
    float: left;
    width: 16.66667%; }
  div#module-feeder img {
    display: block; } }
@media (min-width: 1080px) {
  div#module-feeder .layout-header, div#module-feeder .layout-content {
    width: 90%;
    max-width: 1080px; } }
@media (min-width: 1280px) {
  div#module-feeder .layout-header, div#module-feeder .layout-content {
    max-width: 1080px; } }
div.contentwell {
  margin: 10px 10px 20px;
  background-color: white; }
  div.contentwell .header {
    font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 2.5rem;
    line-height: 3.0rem;
    padding: 10px 0 5px 10px; }
  div.contentwell article {
    border: none; }
  div.contentwell article:not(:last-child):after {
    position: relative;
    top: 10px;
    margin: 0 auto;
    width: 80%;
    border-top: 1px solid #D5D5D5; }
  div.contentwell .headline {
    padding: 0 10px; }
  div.contentwell hr {
    margin: 0px;
    border-top: 1px solid #D5D5D5; }
  div.contentwell article:not(:first-child) h2.article-h2 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #444;
    letter-spacing: 0px; }

/* Basic article tease styles */
article.tease, article.tease-hero {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 10px; }
  article.tease:after, article.tease-hero:after {
    content: "";
    display: table;
    clear: both; }
  article.tease h1, article.tease-hero h1, article.tease h2, article.tease-hero h2, article.tease h3, article.tease-hero h3, article.tease h4, article.tease-hero h4, article.tease h5, article.tease-hero h5, article.tease h6, article.tease-hero h6,
  article.tease .article-h1,
  article.tease-hero .article-h1,
  article.tease .article-h2,
  article.tease-hero .article-h2,
  article.tease .article-h3,
  article.tease-hero .article-h3,
  article.tease .article-h4,
  article.tease-hero .article-h4,
  article.tease .article-h5,
  article.tease-hero .article-h5,
  article.tease .article-h6,
  article.tease-hero .article-h6 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 2.5rem;
    margin: 0; }
  article.tease figure.post_has_video span.fa, article.tease-hero figure.post_has_video span.fa {
    position: absolute;
    float: left;
    display: inline-block;
    bottom: 10px;
    right: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 50px;
    z-index: 6;
    text-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5); }
  article.tease figure, article.tease-hero figure {
    width: 25%;
    padding-bottom: 25%;
    float: left;
    position: relative;
    margin: 0 10px 0 0;
    overflow: hidden; }
  article.tease figure.ws, article.tease-hero figure.ws {
    width: 33%;
    padding-bottom: 20.625%; }
  article.tease img, article.tease-hero img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  article.tease img.side-crop, article.tease-hero img.side-crop {
    width: 100%;
    height: auto; }
  article.tease .excerpt, article.tease-hero .excerpt,
  article.tease .metadata,
  article.tease-hero .metadata,
  article.tease .related-list,
  article.tease-hero .related-list {
    width: 100%;
    box-sizing: border-box; }
  article.tease .excerpt, article.tease-hero .excerpt {
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    line-height: 2.0rem; }
    article.tease .excerpt a.read-more, article.tease-hero .excerpt a.read-more {
      color: #00734a;
      font-weight: bold; }
    article.tease .excerpt a.read-more:hover, article.tease-hero .excerpt a.read-more:hover {
      text-decoration: underline; }
    article.tease .excerpt a.read-more:visited, article.tease-hero .excerpt a.read-more:visited {
      color: #00331c; }
    article.tease .excerpt .correction-text, article.tease-hero .excerpt .correction-text {
      color: #555;
      font-style: italic; }
  article.tease .metadata, article.tease-hero .metadata {
    margin: 5px 0 0 0;
    font-size: 1.3rem;
    line-height: 2.4rem; }
    article.tease .metadata .author, article.tease-hero .metadata .author, article.tease .metadata .date, article.tease-hero .metadata .date {
      margin: 0 5px;
      display: inline-block; }
    article.tease .metadata .author, article.tease-hero .metadata .author {
      font-weight: bold; }
      article.tease .metadata .author a, article.tease-hero .metadata .author a {
        color: #555; }
    article.tease .metadata .date.recent, article.tease-hero .metadata .date.recent {
      color: #f00; }
  article.tease .related-list, article.tease-hero .related-list {
    float: left;
    margin: 5px 0 0 0;
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-indent: -10px; }
    article.tease .related-list li:before, article.tease-hero .related-list li:before {
      content: "\2022";
      position: relative;
      left: 0; }

article.tease-hero figure {
  width: 100%;
  padding-bottom: 62.5%;
  margin-bottom: 5px; }
article.tease-hero div.video {
  margin-bottom: 5px; }

/* Article tease styles */
article.tease-list {
  padding: 0 0 20px 70px;
  margin-bottom: 20px; }
  article.tease-list figure {
    width: 60px;
    padding-bottom: 60px;
    margin: 0 0 0 -70px; }
  article.tease-list .excerpt,
  article.tease-list .metadata,
  article.tease-list .related-list {
    margin: 10px 0 0 0; }

/* Size specific tease styles */
article.tease-list.sm {
  padding: 0 0 10px 70px; }
  article.tease-list.sm h2, article.tease-list.sm .article-h2 {
    font-size: 1.8rem;
    line-height: 2.2rem; }

article.tease-list.md {
  padding: 0 0 20px 115px; }
  article.tease-list.md figure {
    width: 105px;
    padding-bottom: 105px;
    margin: 0 0 0 -115px; }

article.tease-list.lg {
  padding: 0 0 20px 162.5px; }
  article.tease-list.lg figure {
    width: 152.5px;
    padding-bottom: 95.3125px;
    margin: 0 0 0 -162.5px; }

.overline {
  display: inline-block;
  color: white;
  background-color: #ccc;
  padding: 0 10px;
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg); }
  .overline a {
    color: white; }

.overline.default {
  background-color: #00331c; }

.overline.next {
  background-color: #A98DE8; }

.overline.locally {
  background-color: #C4624E; }

.overline.homestead {
  background-color: #F2B400; }

.overline.outdoors {
  background-color: #78B95D; }

.overline.sponsored {
  background-color: #848484; }

.overline.thepoint {
  background-color: #6D9ECB; }

.ad-unit-module {
  margin: 10px auto 20px; }

.ad-unit-970x250 {
  width: 970px;
  min-height: 250px; }

.ad-unit-970x90 {
  max-width: 970px;
  min-width: 728px;
  min-height: 90px; }

.ad-unit-300x600 {
  width: 300px;
  height: 600px; }

.ad-unit-125x50 {
  width: 125px;
  height: 50px; }

.ad-unit-300x250 {
  width: 300px;
  min-height: 250px;
  margin: 0 auto 20px; }

.ad-unit-300x50 {
  width: 300px;
  min-height: 50px; }

.ad-unit-180x90 {
  width: 180px;
  height: 90px;
  border: none;
  background-color: #ddd; }

.ad-unit-180x80 {
  margin: 0;
  width: 180px;
  height: 80px; }

div#bpcads-top-leaderboard {
  margin: 20px auto 0; }

div#bpcads-bottom-footer,
div.bpcads-middle-banner {
  margin: 20px auto; }

div#bpcads-bottom-sidenav {
  margin: 0; }

div.view.error404 .content {
  position: relative; }
div.view.error404 #error-404-header {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 4rem; }
div.view.error404 #error-404-message {
  position: absolute;
  float: left;
  box-sizing: border-box;
  top: 30%;
  right: 0;
  width: 320px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 3.0rem;
  color: white; }
div.view.error404 img {
  width: 100%; }

/* Google Maps Styles */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.acf-form {
  max-width: 759px;
  margin: auto;
  padding-bottom: 20px; }

.ui-timepicker-select {
  padding-left: 2px;
  padding-right: 2px; }

.ugc-field-label {
  font-weight: bold; }

div.widget {
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  div.widget .widget-header {
    background-color: #00734a; }
    div.widget .widget-header .widget-h2 {
      font-family: "BebasNeueRegular", "Open Sans Condensed", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0;
      font-size: 2.5rem;
      line-height: 3.0rem;
      color: white;
      margin: 0;
      padding: 2px 0 0 10px; }
      div.widget .widget-header .widget-h2 a {
        color: white; }
  div.widget article.tease-list {
    margin-bottom: 10px;
    border-bottom: none; }

div.widget:not(.bpc_ad_widget) .widget-header {
  margin-bottom: 10px; }

div#sports-scores-callout {
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin: 0 auto; }
  div#sports-scores-callout a {
    display: block;
    margin: 0 auto;
    max-width: 720px; }

/* Print Style Shims */
@media print {
  header#comp-header .tagline-wrapper,
  header#comp-header #nav-container,
  div#masthead,
  div#masthead-bottom-wrapper,
  aside.article-sidebar,
  section.comment-box,
  div#recirculator,
  div.footer-content {
    display: none !important; }

  header#comp-header {
    position: relative; }
    header#comp-header #nav-logo a.bdn-logo-link {
      color: black !important; }

  section.article-body a {
    font-weight: bolder !important;
    text-decoration: none !important;
    color: black !important; } }

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