/*TitlingGothicFBNormal-Light*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Light';
  src: url("../fonts/TitlingGothicFBNormal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Light.svg#TitlingGothicFBNormal-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Regular';
  src: url("../fonts/TitlingGothicFBNormal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Regular.svg#TitlingGothicFBNormal-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Medium*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Medium';
  src: url("../fonts/TitlingGothicFBNormal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Medium.svg#TitlingGothicFBNormal-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBCond-Medium*/
@font-face {
  font-family: 'TitlingGothicFBCond-Medium';
  src: url("../fonts/TitlingGothicFBCond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBCond-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBCond-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBCond-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBCond-Medium.svg#TitlingGothicFBCond-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Regular';
  src: url("../fonts/TitlingGothicFBNarrow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Regular.svg#TitlingGothicFBNarrow-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Light*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Light';
  src: url("../fonts/TitlingGothicFBNarrow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Light.svg#TitlingGothicFBNarrow-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Bold*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Bold';
  src: url("../fonts/TitlingGothicFBNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Bold.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Bold.svg#TitlingGothicFBNarrow-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 304, ../sass/_custom.scss */
video {
  max-width: none; }

/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smartphone sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smartphone sizes and down
 */
@media only screen and (max-width: 767px) {
  /*
   * Float Region blocks example:
   * In smaller screen sizes we can remove the float and widths so all blocks
   * stack instead of displaying horizonally. The selector used here is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   *
   * "Float Region blocks" is an extension for floating blocks in regions, see
   * your themes appearance settings, under the Extensions tab.
   */
  /* line 45, ../sass/responsive.custom.scss */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%; }

  /* line 49, ../sass/responsive.custom.scss */
  .mobile-visible {
    display: block; }

  /* line 52, ../sass/responsive.custom.scss */
  .mobile-invisible {
    display: none !important; }

  /* line 56, ../sass/responsive.custom.scss */
  .ami-slideshow-slide-taboola-code .trc_elastic .trc_rbox {
    min-height: 296px; } }
/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */
@media only screen and (min-width: 768px) and (max-width: 929px) {
  /* line 67, ../sass/responsive.custom.scss */
  .mobile-visible {
    display: none; } }
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */
@media only screen and (min-width: 930px) {
  /* line 77, ../sass/responsive.custom.scss */
  .mobile-visible {
    display: none; } }
/*
 * Desktops/laptops and down
 */
@media only screen and (max-width: 930px) {
  /* line 89, ../sass/responsive.custom.scss */
  #node-basic-newsletter {
    width: 100%;
    padding: 22px 0; }
    /* line 92, ../sass/responsive.custom.scss */
    #node-basic-newsletter h3 {
      font-size: 2.9rem; }
    /* line 95, ../sass/responsive.custom.scss */
    #node-basic-newsletter h4 {
      font-size: 1.8rem; } }
