.outer,
.outer-md,
.outer-lg,
.outer-xl,
.outer-xxl,
.outer-xxxl,
.outer-xxxxl {
  margin-right: auto;
  margin-left: auto;
}
.dev-size {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  opacity: 0.8;
  font-size: 11px;
  color: gray;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 339px) {
  .dev-size::before {
    content: "xxxs";
  }
}
@media (min-width: 340px) and (max-width: 379px) {
  .dev-size::before {
    content: "xxxs-xxs";
  }
}
@media (min-width: 380px) and (max-width: 429px) {
  .dev-size::before {
    content: "xxs-xs";
  }
}
@media (min-width: 430px) and (max-width: 575px) {
  .dev-size::before {
    content: "xs-sm";
  }
}
@media (min-width: 576px) and (max-width: 683px) {
  .dev-size::before {
    content: "sm-smmd";
  }
  .outer {
    width: 540px;
  }
}
@media (min-width: 684px) and (max-width: 767px) {
  .dev-size::before {
    content: "smmd-md";
  }
  .outer {
    width: 648px;
  }
}
@media (min-width: 768px) and (max-width: 863px) {
  .dev-size::before {
    content: "md-mdlg";
  }
  .outer,
  .outer-md {
    width: 720px;
  }
}
@media (min-width: 864px) and (max-width: 991px) {
  .dev-size::before {
    content: "mdlg-lg";
  }
  .outer,
  .outer-md {
    width: 840px;
  }
}
@media (min-width: 992px) and (max-width: 1115px) {
  .dev-size::before {
    content: "lg-lgxl";
  }
  .outer,
  .outer-md,
  .outer-lg {
    width: 960px;
  }
}
@media (min-width: 1116px) and (max-width: 1199px) {
  .dev-size::before {
    content: "lgxl-xl";
  }
  .outer,
  .outer-md,
  .outer-lg {
    width: 1080px;
  }
}
@media (min-width: 1200px) and (max-width: 1343px) {
  .dev-size::before {
    content: "xl-xxl";
  }
  .outer,
  .outer-md,
  .outer-lg,
  .outer-xl {
    width: 1140px;
  }
}
@media (min-width: 1344px) {
  .dev-size::before {
    content: "xxl";
  }
  .outer,
  .outer-md,
  .outer-lg,
  .outer-xl,
  .outer-xxl {
    width: 1280px;
  }
}
@media (min-width: 1524px) {
  .dev-size::before {
    content: "xxxl";
  }
  .outer-xxxl {
    width: 1440px;
  }
}
@media (min-width: 1716px) {
  .dev-size::before {
    content: "xxxxl";
  }
  .outer-xxxxl {
    width: 1620px;
  }
}
@media (min-width: 1116px) and (max-width: 1199px) {
  .outer-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .outer-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}
html {
  font-size: 13px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1343.98px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1344px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  background-color: #f4f4f4;
}
a:link {
  color: #be225e;
  text-decoration: none;
}
a:visited {
  color: #be225e;
  text-decoration: none;
}
a:hover {
  color: #350119;
  text-decoration: underline;
}
a:active {
  color: #350119;
  text-decoration: underline;
}
a:focus {
  color: #350119;
  text-decoration: underline;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.25rem !important;
}
.img-circle {
  border-radius: 50% !important;
}
.btn-default {
  background-color: #999999;
}
.input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: -1px;
}
.input-group-btn .btn {
  position: relative;
  z-index: 2;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.input-group-btn .btn:focus {
  z-index: 3;
}
.input-group-btn .btn + .btn,
.input-group-btn .btn + .input-group-text,
.input-group-btn .input-group-text + .input-group-text,
.input-group-btn .input-group-text + .btn {
  margin-left: -1px;
}
.input-group > .input-group-btn:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-btn > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn span.fa-search {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 18px;
  height: 18px;
  background-image: url(/themes/volumeone/images/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-xs-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-xs-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-xs-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-xs-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-xs-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-xs-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.btn-primary:link,
.btn-primary:visited {
  color: #ffffff;
}
.narrow {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.hidden {
  display: none;
}
.clear {
  height: 0;
  clear: both;
  font-size: 1%;
  line-height: 1%;
}
.hr {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 14px 0;
  padding: 0;
}
.no_margin {
  margin: 0 !important;
}
.indent {
  margin-left: 1.25em;
}
.spacer {
  padding: 10px 0;
  font-size: 1%;
  line-height: 1%;
}
.line {
  clear: both;
  border-bottom: solid #999 1px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1%;
  line-height: 1%;
}
.brdr {
  border: solid #999 1px;
}
.weight-normal {
  font-weight: normal;
}
.italic-normal {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.tabs-centered .nav-tabs,
.tabs-centered .nav-pills {
  text-align: center;
}
.tabs-centered .nav-tabs > li,
.tabs-centered .nav-pills > li {
  float: none;
  display: inline-block;
}
.tab-divider-vertical {
  margin-left: 15px;
  padding: 10px 12px 10px 0;
  border-left: solid #CCCCCC 1px;
}
.white,
p.white {
  color: white;
}
a.white:link,
a.white:visited {
  color: white;
}
a.white:hover,
a.white:active {
  color: #FFFFCC;
}
.black {
  color: black;
}
.black_reverse {
  color: white;
  background: black;
  padding: 1px;
}
a.black_reverse:link {
  color: white;
  text-decoration: none;
}
a.black_reverse:visited {
  color: white;
  text-decoration: none;
}
a.black_reverse:hover,
a.black_reverse:active {
  color: #CC3300;
  background: transparent;
  text-decoration: underline;
}
.red {
  color: #CC0000;
}
.red_reverse {
  color: white;
  background: #CC0000;
  padding: 1px;
}
.required {
  color: #CC0000;
}
.green {
  color: #006600;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 15px;
}
.label-light,
.badge-light {
  font-weight: normal;
  color: #333333;
  background-color: #E6E6E6;
  text-shadow: none;
  margin-bottom: 4px;
}
.form-horizontal .controls .control-label {
  float: none;
  width: auto;
  padding-top: 5px;
  text-align: left;
}
.no-results {
  text-align: center;
  padding: 100px 0 100px 0;
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 50px;
  background-color: #222222;
  color: white;
  z-index: 10;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  body {
    padding-top: 50px;
  }
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .header-container {
    height: 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .header-container {
    height: 60px;
  }
}
.header-col {
  height: 50px;
}
@media (min-width: 992px) {
  .header-col {
    height: 60px;
  }
}
.header-col-logo {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  min-width: 180px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15px;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .header-col-logo {
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    padding-left: 20px;
    padding-top: 12px;
  }
}
.header-col-spacer {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .header-col-spacer {
    display: none;
  }
}
.header-col-nav {
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .header-col-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 40px;
    border-top: solid #000000 1px;
  }
}
@media (min-width: 992px) {
  .header-col-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.header-col-social {
  display: none;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  min-width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
@media (min-width: 1200px) {
  .header-col-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.header-col-search,
.header-col-menu {
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header-col-search {
  -ms-flex-preferred-size: 36px;
  flex-basis: 36px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.header-col-menu {
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media (min-width: 430px) {
  .header-col-search {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }
  .header-col-menu {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
  }
}
.header-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-logo-link .svg-fill {
  fill: #cccccc;
}
.header-logo-link:hover .svg-fill,
.header-logo-link:focus .svg-fill {
  fill: #f1f1f1;
}
.header-logo-link:active .svg-fill {
  fill: #ffffff;
}
.header-logo {
  display: block;
  width: 90%;
  height: 32px;
}
@media (min-width: 992px) {
  .header-logo {
    display: block;
    width: 84%;
    height: 36px;
  }
}
.header-search-link,
.header-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear 0s;
}
.header-search-link .svg-fill,
.header-menu-link .svg-fill {
  fill: #999999;
}
.header-search-link:hover,
.header-menu-link:hover,
.header-search-link:focus,
.header-menu-link:focus {
  background-color: #000000;
}
.header-search-link:hover .svg-fill,
.header-menu-link:hover .svg-fill,
.header-search-link:focus .svg-fill,
.header-menu-link:focus .svg-fill {
  fill: #cccccc;
}
.header-search-link:active,
.header-menu-link:active {
  background-color: #666666;
}
.header-search-link.active,
.header-menu-link.active {
  background-color: #000000;
}
.header-search-link.active .svg-fill,
.header-menu-link.active .svg-fill {
  fill: #cccccc;
}
.header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.header-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear 0s;
}
.header-nav .nav-link:link,
.header-nav .nav-link:visited {
  color: #999999;
}
.header-nav .nav-link:hover,
.header-nav .nav-link:focus {
  color: #f1f1f1;
  background-color: #000000;
}
.header-nav .nav-link:active {
  color: #ffffff;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .header-nav .nav-link {
    line-height: 39px;
  }
}
@media (min-width: 992px) {
  .header-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.header-search-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.header-menu-icon {
  display: block;
  width: 26px;
  height: 20px;
}
.header-menu-icon svg {
  vertical-align: top;
}
@media (min-width: 430px) {
  .header-search-icon {
    width: 24px;
    height: 24px;
  }
  .header-menu-icon {
    width: 30px;
    height: 24px;
  }
}
.header-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear 0s;
}
.header-social-link .svg-fill {
  fill: #999999;
}
.header-social-link-facebook:hover,
.header-social-link-facebook:focus {
  background-color: #4267b2;
}
.header-social-link-facebook:hover .svg-fill,
.header-social-link-facebook:focus .svg-fill {
  fill: #ffffff;
}
.header-social-link-twitter:hover,
.header-social-link-twitter:focus {
  background-color: #1da1f2;
}
.header-social-link-twitter:hover .svg-fill,
.header-social-link-twitter:focus .svg-fill {
  fill: #ffffff;
}
.header-social-link-instagram:hover,
.header-social-link-instagram:focus {
  background-color: #ce0075;
}
.header-social-link-instagram:hover .svg-fill,
.header-social-link-instagram:focus .svg-fill {
  fill: #ffffff;
}
.header-social-icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.full-menu-overlay {
  display: none;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.98);
}
.full-menu-overlay a:link,
.full-menu-overlay a:visited {
  color: #333333;
  text-decoration: none;
}
.full-menu-overlay a:hover,
.full-menu-overlay a:focus,
.full-menu-overlay a:active {
  color: orange;
  text-decoration: none;
}
.full-menu-overlay.active {
  display: block;
}
@media (min-width: 576px) {
  .full-menu-overlay {
    position: fixed;
  }
}
.full-menu-overlay-close-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 50px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear 0s;
}
.full-menu-overlay-close-link .svg-fill {
  fill: #666666;
}
.full-menu-overlay-close-link:hover,
.full-menu-overlay-close-link:focus {
  background-color: #e6e6e6;
}
.full-menu-overlay-close-link:hover .svg-fill,
.full-menu-overlay-close-link:focus .svg-fill {
  fill: #444444;
}
.full-menu-overlay-close-link:active {
  background-color: #cccccc;
}
@media (min-width: 430px) {
  .full-menu-overlay-close-link {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .full-menu-overlay-close-link {
    height: 60px;
  }
}
.menu-overlay-close-icon {
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 430px) {
  .menu-overlay-close-icon {
    width: 26px;
    height: 26px;
  }
}
.full-menu-overlay-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  top: 50px;
  left: 20px;
  width: calc(100vw - 20px);
  z-index: 1;
}
@media (min-width: 576px) {
  .full-menu-overlay-container {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .full-menu-overlay-container {
    top: 60px;
  }
}
.full-menu-mobile-logo {
  display: block;
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 2;
  width: 148px;
  height: 32px;
}
.full-menu-mobile-logo .svg-fill {
  fill: #666666;
}
@media (min-width: 576px) {
  .full-menu-mobile-logo {
    display: none;
  }
}
.full-menu-brand {
  display: none;
}
.full-menu-brand-inner {
  padding-top: 90px;
  padding-right: 120px;
}
.full-menu-brand-logo {
  display: block;
  width: 180px;
  height: 40px;
}
.full-menu-brand-logo .svg-fill {
  fill: #666666;
}
.full-menu-brand-tagline {
  font-size: 14px;
  line-height: 1.2;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #333333;
}
.full-menu-overlay-nav {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .full-menu-overlay-container {
    left: 40px;
  }
  .full-menu-overlay-nav {
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px;
    min-width: 540px;
  }
}
@media (min-width: 768px) {
  .full-menu-overlay-container {
    left: 60px;
  }
  .full-menu-overlay-nav {
    -ms-flex-preferred-size: 720px;
    flex-basis: 720px;
    min-width: 720px;
  }
}
@media (min-width: 992px) {
  .full-menu-overlay-container {
    left: 120px;
  }
  .full-menu-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.full-menu-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.full-menu-sublist {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}
.full-menu-sublist li {
  margin-left: 0;
  padding-left: 0;
}
.full-menu-sublist li a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}
.full-menu-hd {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .full-menu-list-margin-top {
    margin-top: 1rem;
  }
  .full-menu-hd {
    margin-top: 1.4rem;
  }
  .full-menu-list {
    margin-bottom: 0;
  }
  .full-menu-list li.full-menu-list-no-border {
    border-bottom: none;
  }
  .full-menu-list li {
    border-bottom: solid #e6e6e6 1px;
    margin-bottom: 0;
  }
  .full-menu-list li a {
    display: inline-block;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 9px;
  }
  .full-menu-list li .full-menu-sublist a {
    padding-top: 9px;
    padding-bottom: 7px;
  }
  .full-menu-sublist {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .full-menu-list {
    font-size: 16px;
  }
  .full-menu-sublist,
  .full-menu-hd {
    font-size: 14px;
  }
}
.search-overlay {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 75;
  background-color: #000000;
}
.search-overlay.active {
  display: block;
}
.search-overlay-form {
  padding: 10px;
}
.search-overlay-form .form-control {
  background-color: #e6e6e6;
  border: none;
  font-size: 18px;
}
.search-overlay-form .form-control:focus {
  background-color: #ffffff;
}
.search-overlay-form .btn {
  background-color: #666666;
}
.search-overlay-form .btn:hover,
.search-overlay-form .btn:focus {
  background-color: #999999;
}
.search-overlay-form .btn:active {
  background-color: #CCCCCC;
}
.search-overlay-form .btn svg {
  width: 30px;
  height: 18px;
}
.search-overlay-form .btn svg .svg-fill {
  fill: #e6e6e6;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .search-overlay {
    top: 90px;
    height: 60px;
    width: 360px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media (min-width: 992px) {
  .search-overlay {
    top: 60px;
    height: 60px;
    width: 360px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
  }
}
.footer {
  position: relative;
  z-index: 1;
  background-color: #222222;
  color: #E6E6E6;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.footer a:link,
.footer a:visited {
  color: #ec3d5a;
}
.footer a:hover,
.footer a:active {
  color: #ff9a8f;
}
/*** START TINYMCE STORY CSS ***/
.fmt_story .description,
.fmt_story .excerpt,
.fmt_post .description,
.fmt_post .excerpt {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
.fmt_story .description h1,
.fmt_story .excerpt h1,
.fmt_post .description h1,
.fmt_post .excerpt h1 {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  padding: 18px 0 20px 0;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.fmt_story .description h2,
.fmt_story .excerpt h2,
.fmt_post .description h2,
.fmt_post .excerpt h2 {
  font-size: 26px;
  line-height: 1;
  margin: 0;
  padding: 14px 0 16px 0;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.fmt_story .description h3,
.fmt_story .excerpt h3,
.fmt_post .description h3,
.fmt_post .excerpt h3 {
  font-size: 18px;
  line-height: 1.1;
  margin: 0;
  padding: 10px 0 12px 0;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.fmt_story .description h4,
.fmt_story .excerpt h4,
.fmt_post .description h4,
.fmt_post .excerpt h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 8px 0 10px 0;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.fmt_story .description h5,
.fmt_story .excerpt h5,
.fmt_post .description h5,
.fmt_post .excerpt h5 {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 6px 0 8px 0;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.fmt_story .description h6,
.fmt_story .excerpt h6,
.fmt_post .description h6,
.fmt_post .excerpt h6 {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  padding: 6px 0 8px 0;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.fmt_story .description p,
.fmt_story .excerpt p,
.fmt_post .description p,
.fmt_post .excerpt p {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 14px 0;
}
.fmt_story .description ul,
.fmt_story .excerpt ul,
.fmt_post .description ul,
.fmt_post .excerpt ul {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.fmt_story .description ol,
.fmt_story .excerpt ol,
.fmt_post .description ol,
.fmt_post .excerpt ol {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.fmt_story .description li,
.fmt_story .excerpt li,
.fmt_post .description li,
.fmt_post .excerpt li {
  line-height: 1.5;
  font-size: 16px;
  line-height: 24px;
}
.fmt_story .description .lead,
.fmt_story .excerpt .lead,
.fmt_post .description .lead,
.fmt_post .excerpt .lead {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 30px;
}
.fmt_story .description .mce_caption_wrap,
.fmt_story .excerpt .mce_caption_wrap,
.fmt_post .description .mce_caption_wrap,
.fmt_post .excerpt .mce_caption_wrap {
  padding: 0;
  margin: 0 0 18px 0;
}
.fmt_story .description .mce_caption_wrap img,
.fmt_story .excerpt .mce_caption_wrap img,
.fmt_post .description .mce_caption_wrap img,
.fmt_post .excerpt .mce_caption_wrap img {
  display: block;
}
/* add theme styles to the preview content (colors, fonts, etc) */
.fmt_story .description a:link,
.fmt_story .excerpt a:link,
.fmt_post .description a:link,
.fmt_post .excerpt a:link {
  color: #e07608;
  text-decoration: underline;
}
.fmt_story .description a:visited,
.fmt_story .excerpt a:visited,
.fmt_post .description a:visited,
.fmt_post .excerpt a:visited {
  color: #ed973b;
  text-decoration: underline;
}
.fmt_story .description a:hover,
.fmt_story .description a:active,
.fmt_post .excerpt a:hover,
.fmt_post .excerpt a:active,
.fmt_story .description a:hover,
.fmt_story .description a:active,
.fmt_post .excerpt a:hover,
.fmt_post .excerpt a:active {
  color: #be225e;
  text-decoration: none;
}
.fmt_story .description .pullquote,
.fmt_story .excerpt .pullquote,
.fmt_post .description .pullquote,
.fmt_post .excerpt .pullquote {
  display: block;
  width: 84%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 3px 0 14px 0;
  margin: 0 auto;
  background: transparent url("/themes/volumeone/images/pullquote_bg.png") no-repeat scroll 0 0;
  color: #231d1c;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.fmt_story .description .pullquote_left,
.fmt_story .excerpt .pullquote_left,
.fmt_post .description .pullquote_left,
.fmt_post .excerpt .pullquote_left {
  display: block;
  width: 60%;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding: 3px 14px 14px 3px;
  margin: 0;
  background: transparent url("/themes/volumeone/images/pullquote_left_bg.png") no-repeat scroll 96% 0;
  color: #231d1c;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.fmt_story .description .pullquote_right,
.fmt_story .excerpt .pullquote_right,
.fmt_post .description .pullquote_right,
.fmt_post .excerpt .pullquote_right {
  display: block;
  width: 60%;
  float: right;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding: 3px 3px 14px 14px;
  margin: 0;
  background: transparent url("/themes/volumeone/images/pullquote_bg.png") no-repeat scroll 0 0;
  color: #231d1c;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.fmt_story .description blockquote,
.fmt_story .excerpt blockquote,
.fmt_post .description blockquote,
.fmt_post .excerpt blockquote {
  padding: 14px 14px 6px 14px;
  margin: 20px 32px 30px 32px;
  clear: none;
  background: #efeee8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border-left: none;
}
.mce_caption,
.fmt_story .description .mce_caption,
.fmt_story .excerpt .mce_caption,
.fmt_post .description .mce_caption,
.fmt_post .excerpt .mce_caption {
  clear: both;
  padding: 8px 10px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #efeee8;
}
/* this will not show up on the site, but can be used for comments within tinymce (uncomment this for the tinymce css) */
.fmt_story .description .hidden,
.fmt_story .excerpt .hidden,
.fmt_post .description .hidden,
.fmt_post .excerpt .hidden {
  display: none;
}
.fmt_story .description .btn,
.fmt_story .excerpt .btn,
.fmt_post .description .btn,
.fmt_post .excerpt .btn,
.fmt_story .description .btn:link,
.fmt_story .excerpt .btn:link,
.fmt_post .description .btn:link,
.fmt_post .excerpt .btn:link,
.fmt_story .description .btn:visited,
.fmt_story .excerpt .btn:visited,
.fmt_post .description .btn:visited,
.fmt_post .excerpt .btn:visited,
.fmt_story .description .btn:hover,
.fmt_story .excerpt .btn:hover,
.fmt_post .description .btn:hover,
.fmt_post .excerpt .btn:hover {
  color: #3c3130;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.fmt_story .description .btn-primary,
.fmt_story .excerpt .btn-primary,
.fmt_post .description .btn-primary,
.fmt_post .excerpt .btn-primary,
.fmt_story .description .btn-primary:link,
.fmt_story .excerpt .btn-primary:link,
.fmt_post .description .btn-primary:link,
.fmt_post .excerpt .btn-primary:link,
.fmt_story .description .btn-primary:visited,
.fmt_story .excerpt .btn-primary:visited,
.fmt_post .description .btn-primary:visited,
.fmt_post .excerpt .btn-primary:visited,
.fmt_story .description .btn-primary:hover,
.fmt_story .excerpt .btn-primary:hover,
.fmt_post .description .btn-primary:hover,
.fmt_post .excerpt .btn-primary:hover,
.fmt_story .description .btn-info,
.fmt_story .excerpt .btn-info,
.fmt_post .description .btn-info,
.fmt_post .excerpt .btn-info,
.fmt_story .description .btn-info:link,
.fmt_story .excerpt .btn-info:link,
.fmt_post .description .btn-info:link,
.fmt_post .excerpt .btn-info:link,
.fmt_story .description .btn-info:visited,
.fmt_story .excerpt .btn-info:visited,
.fmt_post .description .btn-info:visited,
.fmt_post .excerpt .btn-info:visited,
.fmt_story .description .btn-info:hover,
.fmt_story .excerpt .btn-info:hover,
.fmt_post .description .btn-info:hover,
.fmt_post .excerpt .btn-info:hover,
.fmt_story .description .btn-success,
.fmt_story .excerpt .btn-success,
.fmt_post .description .btn-success,
.fmt_post .excerpt .btn-success,
.fmt_story .description .btn-success:link,
.fmt_story .excerpt .btn-success:link,
.fmt_post .description .btn-success:link,
.fmt_post .excerpt .btn-success:link,
.fmt_story .description .btn-success:visited,
.fmt_story .excerpt .btn-success:visited,
.fmt_post .description .btn-success:visited,
.fmt_post .excerpt .btn-success:visited,
.fmt_story .description .btn-success:hover,
.fmt_story .excerpt .btn-success:hover,
.fmt_post .description .btn-success:hover,
.fmt_post .excerpt .btn-success:hover {
  color: #FFFFFF;
}
.ads .inner {
  padding: 0;
}
.ads .ad {
  padding: 10px 0;
}
.ads .ad .image {
  margin: 0 auto;
}
.ad_970x250 .image {
  width: 970px;
  margin: 0 auto;
}
.ad_970x90 .image {
  width: 970px;
  margin: 0 auto;
}
.ad_728x90 .image {
  width: 728px;
  margin: 0 auto;
}
.ad_160x600 .image {
  width: 160px;
  margin: 0 auto;
}
.ad_160x770 .image {
  width: 160px;
  margin: 0 auto;
}
.ad_120x600 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_120x240 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_300x250 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_240x320 .image {
  width: 240px;
  margin: 0 auto;
}
.ad_300x340 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x185 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x120 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x600 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x510 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_600x300 .image {
  width: 600px;
  margin: 0 auto;
}
.ad_600x250 .image {
  width: 600px;
  margin: 0 auto;
}
.ad_120x90 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_940x50 .image {
  width: 940px;
  margin: 0 auto;
}
.ad_200x90 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_300x50 .image {
  width: 300px;
  margin: 0 auto;
}
.ads .ad_320x50 .image {
  width: 320px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.ad_200x120 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_200x90 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_410x120 .image {
  width: 410px;
  margin: 0 auto;
}
.dfp_ad > div > iframe {
  display: block;
  margin: 0 auto;
}
.ad_960x50 {
  padding: 0 !important;
  display: none;
}
.ad_960x50 .dfp_ad {
  margin-left: auto;
  margin-right: auto;
}
.ad_970x250 {
  padding: 0 !important;
  display: none;
}
.ad_970x250 .dfp_ad {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.content-full {
  width: 100%;
  background-color: #ffffff;
}
.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.col-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  background-color: #ffffff;
}
.col-content-inner,
.content-page {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 430px) and (max-width: 991.98px) {
  .col-content-inner,
  .content-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-content-inner {
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .content-page {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .col-content-inner {
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .content-page {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.col-sidebar {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  max-width: 340px;
  background-color: #e6e6e6;
}
.ad-mobile {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  background-color: #f4f4f4;
}
@media (max-width: 429.98px) {
  .col-content-inner .ad-mobile,
  .content-left-right-inner .ad-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 430px) {
  .col-content-inner .ad-mobile {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .col-sidebar {
    display: block;
    padding-top: 10px;
  }
  .ad-mobile {
    display: none;
  }
}
.content-left-right-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.content-left-left-inner {
  padding-left: 15px;
}
.content-columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 30px;
}
.content-left-left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 280px;
}
.content-left-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 992px) {
  .content-columns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .content-left-left {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px;
    max-width: 180px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .content-left-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .content-columns-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .content-left-left-inner {
    padding-left: 5px;
  }
  .content-left-right-inner {
    padding-left: 30px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .content-columns-container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .content-left-left-inner {
    padding-left: 5px;
  }
  .content-left-right-inner {
    padding-left: 40px;
    padding-right: 60px;
  }
}
.title {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.subtitle {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #666666;
  line-height: 1.3;
}
.teaser {
  color: #666666;
}
@media (max-width: 379.98px) {
  .teaser {
    font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
}
.total_relations {
  font-family: 'cubano-sharp', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.listing-text-container .subtitle:last-child,
.listing-text-container .teaser:last-child {
  margin-bottom: 0;
}
/* font sizes within formats */
.fmt_list_sm {
  font-size: 0.75rem;
}
.fmt_list_sm .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.fmt_list_sm .listing-text-container {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fmt_list_sm .image_lg {
  -ms-flex-preferred-size: 58px;
  flex-basis: 58px;
  min-width: 48px;
  max-width: 48px;
  padding-right: 8px;
}
.fmt_list_sm .title {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.fmt_list_sm .title .total_relations {
  font-size: 0.75rem;
}
.fmt_list_sm .subtitle {
  font-size: 0.75rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .fmt_list_sm .title {
    font-size: 1rem;
  }
}
@media (min-width: 380px) and (max-width: 991.98px) {
  .fmt_list_sm .image_lg {
    -ms-flex-preferred-size: 68px;
    flex-basis: 68px;
    min-width: 68px;
    max-width: 68px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .fmt_list_sm .image_lg {
    -ms-flex-preferred-size: 102px;
    flex-basis: 102px;
    max-width: 102px;
    padding-right: 12px;
  }
}
.fmt_list .result,
.fmt_list_lg .result {
  margin-bottom: 2.2rem;
}
.fmt_list .title,
.fmt_list_lg .title {
  font-size: 1.2rem;
}
.fmt_list .subtitle,
.fmt_list_lg .subtitle {
  font-size: 1rem;
}
.fmt_home .result {
  margin-bottom: 2.2rem;
}
.fmt_home .title {
  font-size: 1.2rem;
}
.fmt_home .subtitle {
  font-size: 1rem;
}
.fmt_list .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fmt_list .result.event,
.fmt_list .result.event_time,
.fmt_list .result.listing,
.fmt_list .result.location {
  border-top: dotted #E6E6E6 2px;
  padding-top: 0.5rem;
}
.fmt_list .listing-text-container {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fmt_list .image_home {
  -ms-flex-preferred-size: 132px;
  flex-basis: 132px;
  max-width: 132px;
  padding-right: 12px;
}
.fmt_list .image_vhome {
  -ms-flex-preferred-size: 132px;
  flex-basis: 132px;
  max-width: 132px;
  padding-left: 12px;
}
.fmt_list .listing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 100%;
}
.fmt_list .location_text {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.fmt_list .display_date {
  color: #666666;
  font-size: 0.8rem;
}
.fmt_list .categorys {
  font-size: 0.75rem;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.fmt_list .category-list-item {
  padding: 2px 6px 2px 6px;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  background: #E6E6E6;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fmt_list .listing-date-container {
  min-width: 100%;
}
.fmt_list .listing-date-container .date .time {
  padding: 2px 6px 2px 6px;
  margin-right: 6px;
  font-style: normal;
  letter-spacing: 1px;
  background: #E6E6E6;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fmt_list .listing-date-container .date .day {
  padding: 2px 6px 2px 0;
  font-style: normal;
  font-weight: 700;
  color: #666666;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media (min-width: 576px) {
  .fmt_list .listing-text-container {
    padding-top: 4px;
  }
}
/* On sm, and above lg, make the images a bit bigger. */
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .fmt_list .image_home {
    -ms-flex-preferred-size: 224px;
    flex-basis: 224px;
    max-width: 224px;
    padding-right: 24px;
  }
  .fmt_list .image_vhome {
    -ms-flex-preferred-size: 224px;
    flex-basis: 224px;
    max-width: 224px;
    padding-left: 24px;
  }
}
/* Below sm, hide the teaser if it comes after a subtitle. */
@media (max-width: 575.98px) {
  .fmt_list .subtitle + .teaser {
    display: none;
  }
  .fmt_list .subtitle {
    font-weight: 400;
    color: #666666;
  }
}
/* Formats where images are edge to edge on mobile. */
@media (max-width: 429.98px) {
  .col-content-inner .fmt_list_lg .image_story,
  .col-content-inner .fmt_home .image_story {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-content-inner .fmt_story .to-edge,
  .col-content-inner .fmt_story .video_embed {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-content-inner .fmt_story .mce_caption_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-content-inner .fmt_story .mce_caption_wrap .mce_caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-content-inner .photos .fmt_story .image_vstory {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-content-inner .photos .fmt_story .image_vstory .image-grid-link {
    padding-right: 0;
    padding-bottom: 1px;
  }
}
/* Space below image when it's above the listing text. */
@media (max-width: 575.98px), (min-width: 768px) and (max-width: 991.98px) {
  .fmt_list_lg .image_story,
  .fmt_home .image_story {
    margin-bottom: 1rem;
  }
}
/* Format large thumbnail has side image within small and above large. */
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) {
  .fmt_list_lg .result,
  .fmt_home .result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .fmt_list_lg .listing-text-container,
  .fmt_home .listing-text-container {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 4px;
  }
  .fmt_list_lg .image_story,
  .fmt_home .image_story {
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px;
    max-width: 310px;
    padding-right: 20px;
  }
}
/* Format half should be the same as lg, but 420 image above xl. */
@media (min-width: 1200px) {
  .fmt_home .image_story {
    -ms-flex-preferred-size: 444px;
    flex-basis: 444px;
    max-width: 444px;
    padding-right: 24px;
  }
}
.fmt_grid {
  font-size: 0.75rem;
}
.fmt_grid .result {
  margin-bottom: 1.8rem;
}
.fmt_grid .image_vhome {
  margin-bottom: 1rem;
}
.fmt_grid .title {
  font-size: 0.9rem;
}
.fmt_grid .subtitle {
  font-size: 0.75rem;
  font-weight: 400;
}
.fmt_story .description {
  color: #333333;
}
.fmt_story > .inner > .result > .title {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  color: #333333;
}
.fmt_story > .inner > .result > .subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
}
.fmt_story > .inner > .result > .credits {
  font-size: 1rem;
  color: #999999;
  width: 50%;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.fmt_story > .inner > .result > .published_at {
  font-size: 1rem;
  float: right;
  width: 50%;
  text-align: right;
  color: #666666;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.fmt_story .mce_caption_wrap .img-fluid,
.fmt_story .description p:first-child .img-fluid {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.fmt_story .img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .fmt_story > .inner > .result > .title {
    font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 3rem;
  }
  .fmt_story > .inner > .result > .credits {
    width: 70%;
    font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  .fmt_story > .inner > .result > .published_at {
    width: 30%;
    font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
}
.listing-story-container {
  margin-bottom: 2rem;
}
.listing-story-container h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.listing-story-container .image_vstory img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.fmt_story .location .listing-story-container {
  margin-bottom: 1rem;
}
.listing-story-text-container .title {
  font-size: 1.8rem;
}
.listing-story-text-container .description {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .listing-story-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .listing-story-text-container,
  .listing-story-left-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .listing-story-container .image_vstory,
  .listing-story-right-container {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 280px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .listing-story-container .image_vstory,
  .listing-story-right-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .listing-story-container .image_vstory,
  .listing-story-right-container {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    max-width: 340px;
    padding-left: 40px;
  }
}
.fmt_story .photo_set .image_vstory,
.fmt_story .photo .image_vstory,
.fmt_story .video_embed,
.fmt_story .map {
  margin-bottom: 1.6rem;
}
.below-title-spacer {
  height: 0.5rem;
}
@media (min-width: 430px) {
  .below-title-spacer {
    height: 1rem;
  }
}
.photo-flip-button-container {
  text-align: center;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.image-grid-link {
  display: block;
  padding: 0 4px 4px 0;
  text-align: center;
}
.image-grid-link.active {
  opacity: 0.3;
}
.photos .fmt_story .inner {
  margin-bottom: 1.5rem;
}
.group_by_photo_set {
  padding-top: 3rem;
}
.group_by_photo_set:first-child {
  padding-top: 0;
}
.map .static_map {
  max-width: 100%;
  height: auto;
}
.share-links {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hd {
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: dotted #999999 1px;
}
.hd h4 {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.group-by {
  text-align: right;
  font-size: 13px;
  color: #6d6762;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: dotted #d6d0c8 1px;
  margin: 0 0 10px 0;
  padding: 0 10px 10px 0;
}
.group-by-large {
  font-size: 24px;
  text-align: left;
  border-bottom: solid #efeee8 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.group-by-centered {
  font-size: 24px;
  line-height: 28px;
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #231d1c;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 20px 0 20px 0;
  border-top: dotted #98938b 1px;
  border-bottom: dotted #98938b 1px;
}
.group-by-centered:first-child {
  border-top: none;
}
.nav_month thead td:nth-child(1),
.nav_month thead td:nth-child(3) {
  width: 24px;
}
.nav_month thead td:nth-child(2) {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}
.nav_city {
  margin-bottom: 30px;
}
.nav_city .form-control {
  margin-bottom: 0;
}
.nav_categories ul.nested {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.nav_categories ul.nested > li > a {
  font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.nav_categories ul.nested > li > a:link,
.nav_categories ul.nested > li > a:visited {
  color: #333333;
}
.nav_categories ul.nested ul {
  list-style-type: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.nav_categories ul.nested ul li.active {
  font-weight: 700;
}
.nav_categories ul.nested ul li.active a:link,
.nav_categories ul.nested ul li.active a:visited {
  color: #000000;
}
.nav_categories ul.nested ul li {
  margin-left: 0;
  padding-left: 0;
}
.nav_categories ul.nested ul li a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}
.nav_categories ul.non-nested {
  list-style-type: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.nav_categories ul.non-nested li.active {
  font-weight: 700;
}
.nav_categories ul.non-nested li.active a:link,
.nav_categories ul.non-nested li.active a:visited {
  color: #000000;
}
.nav_categories ul.non-nested li {
  margin-left: 0;
  padding-left: 0;
}
.nav_categories ul.non-nested li a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}
.nav_letters {
  text-transform: uppercase;
}
.nav_letters .pagination > li > a,
.nav_letters .pagination > li > span {
  padding-left: 11px;
  padding-right: 11px;
}
.sort_and_pager .col-xs-1.pull-right,
.sort_and_pager .col-xs-2.pull-right {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.calendar_date {
  display: block;
  width: 50px;
  height: 55px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFFFFF;
  *background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.calendar_date span,
.calendar_date i {
  display: block;
  text-align: center;
  padding: 4px 0 0 0;
  line-height: 16px;
}
.calendar_date span {
  color: #999999;
}
.calendar_date i {
  line-height: 14px;
  font-style: normal;
  padding: 7px 0 6px 0;
  margin-bottom: 6px;
  border-bottom: solid #CCCCCC 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.calendar_date.current {
  border: 1px solid #999999;
}
.calendar_date.current i {
  color: #FFFFFF;
  text-shadow: none;
  border-bottom: solid #999999 1px;
  background-color: #FC0000;
  *background-color: #CF0000;
  background-image: -moz-linear-gradient(top, #FC0000, #CF0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC0000), to(#CF0000));
  background-image: -webkit-linear-gradient(top, #FC0000, #CF0000);
  background-image: -o-linear-gradient(top, #FC0000, #CF0000);
  background-image: linear-gradient(to bottom, #FC0000, #CF0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFC0000', endColorstr='#FFCF0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days {
  margin-bottom: 20px;
}
.nav_days table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  white-space: nowrap;
}
.nav_days td.previous,
.nav_days td.next {
  width: 24px;
}
.nav_days td.days {
  overflow-x: hidden;
}
.nav_days td.days ul {
  width: 1200px;
}
.nav_days .inner {
  padding: 0;
}
.nav_days ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
}
.nav_days li {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}
.nav_days a {
  display: block;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFFFFF;
  *background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.nav_days a {
  float: left;
  width: 40px;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 430px) {
  .nav_days a {
    width: 50px;
    height: 55px;
    font-size: 14px;
    line-height: 14px;
  }
}
.nav_days td.previous,
.nav_days td.next {
  width: 28px;
}
.nav_days a.previous,
.nav_days a.next {
  width: 20px;
  font-size: 18px;
  line-height: 50px;
}
.nav_days td.next li,
.nav_days td.next a.next {
  margin-right: 0;
  float: right;
}
.nav_days ul li a i {
  display: block;
  font-style: normal;
  text-align: center;
  padding: 7px 0 6px 0;
  margin-bottom: 6px;
  border-bottom: solid #CCCCCC 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav_days a:link,
.nav_days a:visited {
  color: #666666;
  text-decoration: none;
}
.nav_days a:link i,
.nav_days a:visited i {
  color: #999999;
  text-decoration: none;
}
.nav_days a:hover,
.nav_days a:active {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #999999;
  *background-color: #333333;
  background-image: -moz-linear-gradient(top, #999999, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#333333));
  background-image: -webkit-linear-gradient(top, #999999, #333333);
  background-image: -o-linear-gradient(top, #999999, #333333);
  background-image: linear-gradient(to bottom, #999999, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF333333', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days a:hover i,
.nav_days a:active i {
  color: #FFFFCC;
}
.nav_days a.current {
  color: #000000;
  border: 1px solid #999999;
  *border: 0;
  border-color: #999999 #999999 #999999;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.55);
  border-bottom-color: #999999;
}
.nav_days ul li a.current i {
  text-shadow: none;
  border-bottom: solid #999999 1px;
  background-color: #FC0000;
  *background-color: #CF0000;
  background-image: -moz-linear-gradient(top, #FC0000, #CF0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC0000), to(#CF0000));
  background-image: -webkit-linear-gradient(top, #FC0000, #CF0000);
  background-image: -o-linear-gradient(top, #FC0000, #CF0000);
  background-image: linear-gradient(to bottom, #FC0000, #CF0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFC0000', endColorstr='#FFCF0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days a.current:link,
.nav_days a.current:visited {
  color: #000000;
}
.nav_days a.current:link i,
.nav_days a.current:visited i {
  color: #FFFFFF;
}
.nav_days a.current:hover,
.nav_days a.current:active {
  color: #FFFFFF;
}
.nav_days a.current:hover i,
.nav_days a.current:active i {
  color: #FFFFCC;
}
.nav_month {
  width: auto;
  max-width: 214px;
  margin: 0 auto 20px auto;
  padding: 5px 0 5px 0;
  background: #F1F1F1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.nav_month table {
  width: 100%;
  max-width: 214px;
  margin: 0 auto;
  border: none;
  color: #666;
}
.nav_month table td {
  border: none;
  padding: 0;
}
.nav_month table thead a {
  display: block;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.nav_month table thead a:link {
  color: #666;
  text-decoration: none;
}
.nav_month table thead a:visited {
  color: #666;
  text-decoration: none;
}
.nav_month table thead a:hover,
.nav_month table thead a:active {
  color: #FFFFCC;
  background: black;
}
table.calendar {
  font-size: 10px;
  line-height: 10px;
  margin: 0 auto;
}
table.calendar th.calendar_header {
  color: #999;
  font-size: 10px;
  line-height: 10px;
  border-bottom: solid #CCC 1px;
  background: #E6E6E6;
  font-weight: bold;
  text-align: center;
  padding: 5px 1px 5px 1px;
}
table.calendar td.calendar_day {
  font-size: 11px;
  line-height: 11px;
  border-top: solid #CCC 1px;
  padding: 0;
}
table.calendar td.calendar_day a {
  display: block;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
table.calendar td.calendar_day a:link {
  color: #666;
  text-decoration: none;
}
table.calendar td.calendar_day a:visited {
  color: #666;
  text-decoration: none;
}
table.calendar td.calendar_day a:hover,
table.calendar td.calendar_day a:active {
  color: #FFFFCC;
  background: black;
}
table.calendar td.calendar_today a {
  background: #666;
  color: white;
  font-weight: bold;
}
table.calendar td.calendar_today a:link {
  color: white;
  text-decoration: none;
}
table.calendar td.calendar_today a:visited {
  color: white;
  text-decoration: none;
}
table.calendar td.calendar_today a:hover,
table.calendar td.calendar_today a:active {
  color: #FFFFCC;
}
table.calendar td.calendar_selected_day a {
  background: #CC0000;
  color: white;
  font-weight: bold;
}
table.calendar td.calendar_selected_day a:link,
table.calendar td.calendar_selected_day a:visited {
  color: white;
}
table.prev_next {
  width: 100%;
  background: #F1F1F1;
  margin: 8px auto 5px auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
table.prev_next td {
  vertical-align: middle;
}
table.prev_next td.td_previous,
table.prev_next td.td_next {
  width: 140px;
  padding: 0;
}
table.prev_next td.td_previous .btn-group {
  float: left;
}
table.prev_next td.td_next .btn-group {
  float: right;
}
table.prev_next td.td_previous img {
  float: left;
}
table.prev_next td.td_next img {
  float: right;
}
table.prev_next a.btn {
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0;
}
table.prev_next a.btn:link,
table.prev_next a.btn:visited {
  background-color: #999999;
  color: #ffffff;
}
table.prev_next a.btn:hover,
table.prev_next a.btn:active {
  background-color: #666666;
  color: #ffffff;
}
table.prev_next td.td_previous a.btn_previous {
  float: left;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
table.prev_next td.td_next a.btn_next {
  float: right;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table.prev_next td.td_next .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
table.prev_next td.td_next .btn-group .btn_next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
table.prev_next td.td_next .btn-group img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
table.prev_next .btn-group > .btn.btn_next {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.footer {
  padding-left: 15px;
  padding-right: 15px;
}
.footer .col-xs-6:first-child {
  padding-left: 0;
}
.footer .col-xs-6:last-child {
  padding-right: 0;
}
.footer .footer-subtitle {
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
}
.footer .footer-text-xs {
  margin-bottom: 4px;
}
.footer .footer-phone {
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.footer .footer-heading {
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #999999;
  margin-bottom: 2rem;
}
.footer .footer-subheading {
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 400;
}
.footer .text-muted {
  color: #666666 !important;
}
@media (max-width: 575.98px) {
  .footer-heading {
    text-align: center;
  }
}
.footer-column-inner {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer-column-inner {
    max-width: 320px;
  }
}
.footer-row-divider {
  border-bottom: dotted #666666 1px;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .footer-row-divider {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.footer-logo-and-tagline {
  color: #666666;
  margin: 0 0 25px 0;
  text-align: center;
  line-height: 1.2;
}
.footer-logo-and-tagline .footer-logo {
  display: block;
  margin: 0 auto 10px auto;
}
.footer-logo-and-tagline .footer-logo-tagline {
  font-size: 11px;
}
.footer-logo-and-tagline a:link,
.footer-logo-and-tagline a:visited {
  color: #666666;
}
.footer-text-sm {
  color: #666666;
  font-size: 13px;
}
.footer-text-sm a:link,
.footer-text-sm a:visited {
  color: #666666;
}
.footer-social-icon {
  display: block;
  float: left;
  margin-right: 16px;
  margin-bottom: 24px;
  width: 40px;
  height: 40px;
}
.footer-social-icon:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  .footer .footer-subtitle {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.bullet-divider {
  display: block;
  visibility: hidden;
  line-height: 4px;
}
@media (min-width: 576px) {
  .bullet-divider {
    display: inline;
    visibility: visible;
    line-height: inherit;
  }
}
body {
  background-color: #ffffff;
}
.normal-ads-top .ads .ad.ad_300x250 {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .normal-ads-top .ad_300x250,
  .normal-ads-top .ad_320x50 {
    display: none;
  }
}
.ad_728x90 {
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ad_728x90 {
    display: block;
  }
}
.top-container {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .top-container {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .top-container {
    height: 60px;
  }
}
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.header-backdrop {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 550px;
  background-color: #4f57fe;
  background-image: url('/themes/normal/images/normal_header_bg.jpg');
  background-position: center center;
  background-size: cover;
}
@media (min-width: 576px) {
  .header-backdrop {
    background-color: #F1F1F1;
  }
}
.header-backdrop-spacer {
  height: 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .header-backdrop-spacer {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .header-backdrop-spacer {
    height: 80px;
  }
}
.header-home-logo {
  width: 240px;
  height: 60px;
  margin: 20px auto 10px auto;
}
@media (min-width: 576px) {
  .header-home-logo {
    width: 360px;
    height: 80px;
    margin: 20px auto 30px auto;
  }
}
.header-home-logo-link {
  display: block;
}
.combo_combined {
  border-bottom: solid #E6E6E6 1px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.combo_combined .fmt_story .results {
  margin-bottom: 2rem;
}
.combo_combined .fmt_story .results:last-child {
  margin-bottom: 0;
}
.combo_combined .fmt_story > .inner > .result .image_giant {
  margin-bottom: 1rem;
}
.combo_combined .fmt_story > .inner > .result .title {
  font-size: 1.5rem;
}
.combo_combined .fmt_story > .inner > .result .subtitle {
  font-size: 1.25rem;
}
@media (max-width: 429.98px) {
  .col-content-inner .fmt_story .image_giant {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.listing-text-date {
  font-size: 0.8rem;
  color: #999999;
  margin-bottom: 0.5rem;
}
.listing-text-date a:link,
.listing-text-date a:visited {
  color: #f55f4c;
}
.fmt_list_lg .fmt_story .result {
  display: block !important;
}
.fmt_list_lg .fmt_story .result .video_embed {
  margin-bottom: 1rem;
}
.fmt_story .result .video_embed {
  margin-bottom: 1rem;
}
.fmt_post .result {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: dotted #999 1px;
  margin-top: 1rem;
}
.fmt_post .result .title {
  font-size: 1.5rem;
}
.fmt_post .result .subtitle {
  font-size: 1.2rem;
}
.col-content {
  padding-bottom: 1rem;
}
.col-sidebar {
  padding-bottom: 3rem;
}
.col-sidebar .component {
  margin-right: 15px;
  margin-left: 15px;
}
.col-sidebar .combo_combined {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border-bottom: none;
}
.col-sidebar .ads {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .content-container {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767.98px) {
  .content-container {
    display: block !important;
  }
  .col-sidebar {
    display: block;
    padding-top: 10px;
    max-width: 100%;
  }
  .col-sidebar .ads {
    display: none;
  }
}
@media (min-width: 768px) {
  .col-sidebar {
    display: block;
    padding-top: 20px;
    max-width: 340px;
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
  .col-sidebar .component {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.content-nospacing {
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
#disqus_thread {
  width: 100%;
}
.together-embed-responsive::before {
  padding-top: 133.33333%;
}
@media (min-width: 576px) {
  .together-embed-responsive::before {
    padding-top: 56.25%;
  }
}
.together-comments {
  margin-bottom: 2rem;
  font-size: 13px;
  line-height: 1.3;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 400;
}
.together-comments li.dsq-widget-item {
  padding: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.together-comments img.dsq-widget-avatar {
  margin-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.together-comments a.dsq-widget-user {
  font-weight: 400;
}
.together-comments a.dsq-widget-thread {
  font-weight: 400;
}
.ad_970x250 .image {
  margin-top: 30px;
}
.heading-divider {
  font-family: 'cubano-sharp', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-bottom: dotted #999999 1px;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.issues_by_published_at .component {
  margin-bottom: 3rem;
}
#component_90774,
#component_90775 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.search-well {
  max-width: 580px;
  background: #E6E6E6;
  padding: 8px 12px 8px 12px;
  margin-bottom: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.search-well .form-search {
  padding: 0 !important;
}
.search-well .search-query {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: white;
  height: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #E6E6E6;
  border-color: #E6E6E6 #E6E6E6 #E6E6E6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #E6E6E6;
}
.search-well .search-query::-webkit-input-placeholder {
  color: #E6E6E6;
}
.search-well .search-query:-moz-placeholder {
  color: #E6E6E6;
  opacity: 1;
}
.search-well .search-query::-moz-placeholder {
  color: #E6E6E6;
  opacity: 1;
}
.search-well .search-query:-ms-input-placeholder {
  color: #E6E6E6;
}
.search-well .btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #999999;
  border: 1px solid #999999;
  border-color: #F1F1F1 #F1F1F1 #E6E6E6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #E6E6E6;
}
.search-well .btn span.fa-search {
  background-image: none;
}
@media (min-width: 576px) {
  .search-well {
    padding: 15px 20px 15px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .search-well .search-query {
    font-size: 18px;
    height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .search-well .btn {
    font-size: 18px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.result-inner {
  padding: 10px;
}
.contributors .fmt_list .contributor {
  border-top: none;
  padding-top: 0;
}
.contributors .fmt_list .result-inner {
  min-height: 190px;
  width: 100%;
  border: solid #E6E6E6 1px;
  color: #999999;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contributors .fmt_list .result-inner .title {
  font-size: 18px;
}
.contributors .fmt_list .result-inner .hometown,
.contributors .fmt_list .result-inner .count_relations {
  font-size: 14px;
  margin-bottom: 0.35em;
}
.contributors .fmt_list .result-inner .count_relations .badge {
  font-size: 16px;
  font-weight: 400;
}
.contributors .fmt_list .result-inner .image_sm {
  width: 60px;
}
.contributors .fmt_list .result-inner .image_ty {
  width: 30px;
  float: right;
}
.contributors .fmt_list .result-inner .fmt_list_sm .result,
.contributors .fmt_list .result-inner .component {
  margin: 0;
}
.contributors .fmt_list .result-inner .fmt_list_sm .title {
  font-size: 14px;
  font-weight: 400;
}
.page_group-staff .contributors_by_department .component {
  margin-bottom: 3rem;
}
.page_group-staff .contributors_by_department .result.contributor {
  margin-bottom: 2rem;
}
.page_group-staff .contributors_by_department .col-xs-7 {
  padding-left: 0;
}
.email_link {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.job_title {
  font-style: italic;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p_contributors_show .result.contributor .col-8 {
  padding-left: 0;
}
.listing-left-image {
  margin-bottom: 1rem;
}
.listing-right .website_link {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) {
  .listing-center {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 200px;
    padding-left: 1rem;
  }
  .listing-left-image {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 180px;
    padding-right: 12px;
  }
  .listing-right {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 320px;
    padding-top: 0;
    padding-left: 10px;
    margin-left: 15px;
  }
}
ul.list-cols {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.list-cols li {
  line-height: 1.5em;
  float: left;
  display: inline;
  list-style-type: none;
}
ul.list-cols .active a:link,
ul.list-cols .active a:visited {
  color: #3c3130;
}
ul.list-cols-1 li {
  width: 100%;
}
ul.list-cols-2 li {
  width: 50%;
}
ul.list-cols-3 li {
  width: 33.333%;
}
ul.list-cols-4 li {
  width: 25%;
}
ul.list-cols-6 li {
  width: 16.666%;
}
.list-cols-container {
  padding-left: 35px;
}
.label-light,
.badge-light {
  color: #3c3130;
  background-color: #E6E6E6;
  text-shadow: none;
  margin-bottom: 6px;
}
.label-light a:link,
.badge-light a:link,
.label-light a:visited,
.badge-light a:visited {
  color: #3c3130;
}
.total-views-right {
  font-family: 'cubano-sharp', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #6d6762;
  float: right;
  margin-left: 20px;
  margin-bottom: 0 !important;
}
.total_relations {
  font-family: 'cubano-sharp', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #999999;
}
.fmt_list_lg .result.site {
  border-top: solid #E6E6E6 1px;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.fmt_list_lg .result.site .list-cols {
  font-size: 0.8rem;
}
.page-title-container {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .page-title-container {
    border-bottom: solid #E6E6E6 1px;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-content-inner .page-title-container {
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .col-content-inner .page-title-container {
    margin-top: -15px;
  }
}
.page-title {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: 'cubano-sharp', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  margin-bottom: 0.7rem;
}
.page-subtitle {
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0;
}
.page-title-nav {
  padding-top: 1rem;
  font-family: 'proxima-nova-condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.page-title-nav .nav-link {
  padding: 0.25rem 0.75rem;
}
.page-title-nav .nav-link:link,
.page-title-nav .nav-link:visited {
  color: #666666;
}
.page-title-nav .nav-link:hover,
.page-title-nav .nav-link:active {
  background-color: #E6E6E6;
  color: #222222;
}
.page-title-nav .nav-link.active {
  background-color: #999999;
  color: #ffffff;
}
.page-title-nav .nav-link.disabled {
  padding-left: 0;
  color: #999999;
}
