/* Theme Colors */
/* Heights */
/* Custom DIV Scrollbar */
/* Calendar Widget */
/* Form Fields */
/* Modal */
/* Tier Nav */
body {
  font-family: "Lato", sans-serif; }

a {
  color: #fb560b; }
  a:hover {
    color: #d54503;
    text-decoration: none; }

.orange {
  color: #fb4308; }

.debug {
  background-color: #efefef; }

.debug-red {
  background-color: red; }

.debug-blue {
  background-color: blue; }

legend {
  margin-bottom: 0; }

.ccm-error {
  list-style-position: inside;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: normal; }
  .ccm-error li {
    margin-bottom: 5px; }
    
    #msg {
		font-size: 18px;
		margin-bottom: 35px;    
	}

/* ================================ */
/* Mixin */
/* ================================ */
.util-wrapper {
  background: #000000;
  color: #8c8c8c; }

/* ================================ */
/* Utility Nav */
/* ================================ */
.util-phone {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
  padding-left: 30px; }
  .util-phone:hover {
    color: #ffffff;
    text-decoration: none; }

.util-nav {
  display: block;
  width: auto;
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .util-nav li {
    display: inline-block;
    float: left;
    margin-right: 1px; }
    .util-nav li:last-child {
      margin-right: 0; }
  .util-nav li a {
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    background-color: #31383d;
    font-size: 12px;
    letter-spacing: 0.03em;
    padding: 5px 22px 5px 22px;
    font-weight: 100; }
    .util-nav li a:hover {
      text-decoration: none;
      background-color: #3c454b; }
    .util-nav li a.orange-arrow-link {
      font-weight: 400; }
      .util-nav li a.orange-arrow-link:after {
        font-family: FontAwesome;
        content: '\f054';
        color: #fb4308;
        font-weight: bold;
        display: inline-block;
        padding-left: 7px;
        line-height: 1px; }
    .util-nav li a.util-social {
      font-size: 17px;
      color: #64717a;
      padding: 5px;
      width: auto;
      line-height: 17px; }
      .util-nav li a.util-social:hover {
        color: #ffffff; }

/* ================================ */
/* Desktop & Mobile Nav */
/* ================================ */
.desktop-nav-wrap,
.mobile-nav-wrap {
  background: #363636;
  color: #e7e7e7;
  background-image: url("../images/dark_grey_line_tile.png");
  height: 51px;
  max-height: 51px;
  position: relative; }

.desktop-nav-wrap {
  text-align: right; }

.mobile-nav-wrap {
  min-height: 51px;
  height: auto;
  max-height: none; }

.flexnav {
  margin: 0;
  padding: 0;
  background: #000000;
  background-image: url("../images/dark_grey_line_tile.png");
  -webkit-transform: translateZ(0);
  transition: none !important; }
  .flexnav.flexnav-show {
    visibility: visible;
    padding-top: 60px;
    -webkit-transform: translateZ(0);
    transition: none !important; }
  .flexnav ul.flexnav-show {
    border-top: 1px solid #000000;
    -webkit-transform: translateZ(0); }
  .flexnav a {
    background: none !important; }
  .flexnav li {
    /*&.nav-path-selected {
      background: $mobileNavActive !important;
      a {
        color: $darkOrange !important;
      }
    }*/ }
    .flexnav li a {
      color: #ffffff;
      background: none;
      text-transform: uppercase; }
      .flexnav li a:hover {
        text-decoration: none;
        color: #fb4308; }
      .flexnav li a.nav-path-selected {
        color: #fb4308 !important; }
    .flexnav li ul {
      -webkit-transform: translateZ(0);
      padding: 0; }
      .flexnav li ul li {
        background-image: url("../images/extra_dark_grey_line_tile.png");
        border-bottom: 1px solid #000000; }
        .flexnav li ul li:last-child {
          border-bottom: 0; }
        .flexnav li ul li a {
          padding-left: 40px;
          padding-right: 40px;
          display: block;
          color: #ffffff; }
      .flexnav li ul ul {
        -webkit-transform: translateZ(0); }
        .flexnav li ul ul li a {
          /* thier tier */
          padding-left: 80px; }
        .flexnav li ul ul ul li a {
          /* fourth tier */
          padding-left: 120px; }
  .flexnav > li {
    background-image: url("../images/dark_grey_line_tile.png");
    border-bottom: 1px solid #000000; }
  .flexnav .touch-button {
    width: 71px;
    height: 45px;
    color: #ffffff;
    background: none; }
    .flexnav .touch-button .navicon {
      display: none; }
  .flexnav .touch-button:before {
    display: inline-block;
    content: "\f067";
    font-size: 15px;
    padding-top: 15px;
    font-family: FontAwesome; }
  .flexnav .touch-button.active:before {
    content: "\f068"; }

.desktop-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  /*float: right;*/
  text-align: left; }
  .desktop-nav > li {
    display: inline-block;
    position: relative; }
    .desktop-nav > li > a {
      color: #e7e7e7;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.03em;
      padding-top: 15px;
      padding-left: 20px;
      padding-right: 20px;
      height: 51px;
      display: block;
      font-weight: 100;
      position: relative; }
      .desktop-nav > li > a:hover, .desktop-nav > li > a.dd-active {
        background-color: #363636;
        text-decoration: none;
        color: #ffffff; }
      .desktop-nav > li > a.has-dropdown.dd-active:after {
        font-family: FontAwesome;
        content: '\f0d7';
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 51px;
        color: #363636;
        font-size: 40px;
        height: 18px !important;
        line-height: 8px;
        z-index: 99; }

.dd-container {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  min-width: 100px;
  min-height: 200px;
  z-index: 98;
  background: #ffffff;
  color: #242424;
  padding: 60px 25px 25px 25px;
  border-bottom: 5px solid #fb4308; }
  .dd-container .menu-col {
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .dd-container .menu-col.menu-one-third {
      width: 33.3333333%; }
    .dd-container .menu-col.menu-one-half {
      width: 50%; }
    .dd-container .menu-col.menu-one-qtr {
      width: 25%; }
    .dd-container .menu-col.menu-col-quarter {
      width: 25%; }
    .dd-container .menu-col.menu-full {
      width: 100%; }
    .dd-container .menu-col img {
      width: 100%;
      height: auto; }
  .dd-container h1, .dd-container h2, .dd-container h3, .dd-container h4 {
    color: #727579;
    font-size: 19px;
    font-weight: 600;
    display: block; }
  .dd-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .dd-container ul li {
      border-bottom: 1px solid #d7d7d7; }
      .dd-container ul li:last-child {
        border-bottom: none; }
      .dd-container ul li a {
        color: #363636;
        font-size: 16px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px; }
        .dd-container ul li a:after {
          font-family: FontAwesome;
          content: '\f0da';
          color: #fb560b;
          display: inline-block;
          font-size: 17px;
          padding-left: 10px;
          margin-top: 2px; }
        .dd-container ul li a:hover {
          color: #505050 !important;
          text-decoration: none; }

.logo {
  display: block;
  position: absolute;
  top: 7px;
  left: 30px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 88px;
  height: 91px;
  z-index: 99; }

.desktop-search {
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4909+0,fd6a0d+100 */
  background: #fb4909;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDZhMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fb4909 0%, #fd6a0d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4909), color-stop(100%, #fd6a0d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fb4909 0%, #fd6a0d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fb4909 0%, #fd6a0d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fb4909 0%, #fd6a0d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fb4909 0%, #fd6a0d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4909', endColorstr='#fd6a0d',GradientType=1 );
  /* IE6-8 */
  height: 51px;
  width: 74px;
  float: right;
  color: #ffffff;
  cursor: pointer;
  font-size: 23px;
  padding-top: 8px;
  font-weight: 100;
  text-align: center; }
  .desktop-search:hover {
    color: #363636; }
  .desktop-search:active {
    color: #ffffff; }
  .desktop-search:focus {
    color: #ffffff; }

.desktop-search-box-wrapper {
  display: block;
  /*width: 482px;*/
  width: 0px;
  height: 51px;
  float: right;
  background: none;
  overflow: hidden; }
  .desktop-search-box-wrapper input {
    border: 0;
    background: #000000;
    width: 100%;
    padding: 8px;
    height: 51px;
    color: #ffffff;
    font-size: 20px; }
    .desktop-search-box-wrapper input:focus {
      outline: none; }
    .desktop-search-box-wrapper input:active {
      outline: none; }

.mobile-nav-wrap {
  position: relative; }
  .mobile-nav-wrap .mobile-nav-toggler {
    display: block;
    color: #ffffff;
    font-size: 28px;
    display: block;
    width: 32px;
    height: auto;
    float: right;
    margin-top: 5px;
    margin-right: 15px; }
    .mobile-nav-wrap .mobile-nav-toggler:hover, .mobile-nav-wrap .mobile-nav-toggler:active, .mobile-nav-wrap .mobile-nav-toggler:focus {
      outline: none;
      color: #fb4308; }

/* ================================ */
/* Tier Nav */
/* ================================ */
.tier-menu-toggler {
  display: block;
  float: right;
  vertical-align: top;
  width: 30px;
  height: 30px;
  color: #959595; }
  .tier-menu-toggler:hover, .tier-menu-toggler:active, .tier-menu-toggler:focus {
    color: #fb4308; }

.tier-nav-container {
  text-align: right;
  margin-bottom: 25px;
  position: relative; }
  .tier-nav-container .tier-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 30px; }
    .tier-nav-container .tier-nav li {
      display: inline-block;
      margin-left: 20px; }
      .tier-nav-container .tier-nav li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #000000;
        font-weight: 600;
        position: relative; }
        .tier-nav-container .tier-nav li a:active {
          text-decoration: none; }
        .tier-nav-container .tier-nav li a:focus {
          text-decoration: none; }
        .tier-nav-container .tier-nav li a:after {
          content: "";
          position: absolute;
          bottom: -5px;
          width: 100%;
          height: 1px;
          background-color: #9b9ea4;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
          display: block; }
        .tier-nav-container .tier-nav li a:hover:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        .tier-nav-container .tier-nav li a:hover {
          color: #fb4308; }

/* ================================ */
/* Homepage Body */
/* ================================ */
.full-video-wrap {
  background: #efefef;
  /*height: 474px;*/ }

.master-carousel {
  background: #efefef;
  position: relative;
  /* Scaleable Master Carousel */ }
  .master-carousel.slick-slider {
    margin: 0;
    padding: 0; }
    .master-carousel.slick-slider .slick-prev, .master-carousel.slick-slider .slick-next {
      z-index: 1;
      color: red; }
    .master-carousel.slick-slider .slick-prev {
      left: 40px; }
      .master-carousel.slick-slider .slick-prev:before {
        font-family: FontAwesome;
        content: "\f104";
        font-size: 40px; }
    .master-carousel.slick-slider .slick-next {
      right: 40px; }
      .master-carousel.slick-slider .slick-next:before {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 40px; }
  .master-carousel .mc-slide {
    height: 474px;
    overflow: hidden;
    position: relative;
    outline: none !important; }
    .master-carousel .mc-slide .mc-slide-inner {
      position: relative; }
      .master-carousel .mc-slide .mc-slide-inner .mc-media {
        /* delegates height of container in responsive */
        /*position: absolute;
        width: 100%;
        height: auto;
        z-index: -1;*/ }
        .master-carousel .mc-slide .mc-slide-inner .mc-media video {
          width: 100%;
          height: auto; }
        .master-carousel .mc-slide .mc-slide-inner .mc-media img {
          width: 100%;
          height: auto; }
      .master-carousel .mc-slide .mc-slide-inner .mc-cta {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay {
          display: table;
          width: 100%;
          height: 474px;
          background-image: url("../images/slider_overlay.png"); }
          .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content {
            display: table-cell;
            vertical-align: middle;
            text-align: center; }
            .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content .mc-title {
              text-transform: uppercase;
              color: #ffffff;
              font-family: "Oswald", sans-serif;
              letter-spacing: 0.04em;
              font-size: 4em;
              margin-bottom: 10px;
              line-height: 75px;
              -webkit-transition: font-size 300ms ease 300ms;
              -moz-transition: font-size 300ms ease 300ms;
              -o-transition: font-size 300ms ease 300ms;
              transition: font-size 300ms ease 300ms; }
            .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content .mc-subtitle {
              color: #ffffff;
              font-weight: 300;
              font-size: 2em;
              -webkit-transition: font-size 300ms ease 300ms;
              -moz-transition: font-size 300ms ease 300ms;
              -o-transition: font-size 300ms ease 300ms;
              transition: font-size 300ms ease 300ms;
              width: 75%;
              display: block;
              margin: 0 auto; }
            .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content .mc-btn {
              display: inline-block;
              text-transform: uppercase;
              color: #ffffff;
              border: 3px solid #ffffff;
              padding: 12px 45px 12px 45px;
              font-size: 1em;
              font-weight: 100;
              margin-top: 50px;
              -webkit-transition: padding 300ms ease 300ms;
              -moz-transition: padding 300ms ease 300ms;
              -o-transition: padding 300ms ease 300ms;
              transition: padding 300ms ease 300ms; }
              .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content .mc-btn:hover {
                text-decoration: none;
                /*background: $darkCharcoal;*/
                background-image: url("../images/slider_overlay.png"); }
            .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content.mc-theme-dark .mc-title, .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content.mc-theme-dark .mc-subtitle {
              color: #242424; }
            .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content.mc-theme-dark .mc-btn {
              color: #242424;
              border: 3px solid #242424; }
              .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay .mc-cta-body-overlay-content.mc-theme-dark .mc-btn:hover {
                background: #e7e7e7; }
          .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay.micro-theme {
            background-image: none; }
            .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay.micro-theme .mc-cta-body-overlay-content {
              text-align: left; }
              .master-carousel .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay.micro-theme .mc-cta-body-overlay-content * {
                margin-left: 15%;
                width: auto; }
  .master-carousel.scaleable .mc-slide {
    height: auto; }
    .master-carousel.scaleable .mc-slide .mc-slide-inner .mc-cta .mc-cta-body-overlay {
      height: 100%; }

.main {
  /*background-image: url("../images/light_grey_line_tile.png");*/
  overflow: auto; }
  .main.micro-main {
    background-image: none;
    margin-bottom: 20px; }

.twitter-widget-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4509+0,fd6f0e+100 */
  background: #fb4509;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDUwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDZmMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fb4509 0%, #fd6f0e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4509), color-stop(100%, #fd6f0e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fb4509 0%, #fd6f0e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fb4509 0%, #fd6f0e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fb4509 0%, #fd6f0e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fb4509 0%, #fd6f0e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4509', endColorstr='#fd6f0e',GradientType=1 );
  /* IE6-8 */
  /*background-image: url('../images/twitter-bkgd.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
  min-height: 150px;
  padding-right: 30px; }

.tweet-list {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  list-style-type: none; }
  .tweet-list li {
    position: relative; }
    .tweet-list li:before {
      font-family: FontAwesome;
      content: '\f099';
      font-size: 20px;
      color: #fff;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .tweet-list .tweet-timestamp {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px; }
    .tweet-list .tweet-timestamp a {
      color: #000;
      font-weight: bold;
      font-size: 16px; }
  .tweet-list .tweet-body {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.04em;
    display: block;
    padding-left: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    .tweet-list .tweet-body a {
      color: #000; }

/* ================================ */
/* Homepage Widgets */
/* ================================ */
.slick-slide {
  outline: none !important; }

.event-widget {
  background-color: #ffffff;
  position: relative; }
  .event-widget .arrow-nav {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .event-widget .slick-slider {
    margin: 0; }

.event-widget-item .event-widget-photo {
  margin-bottom: 10px; }
  .event-widget-item .event-widget-photo img {
    width: 100%;
    height: auto; }

.event-widget-item .event-widget-body-wrap {
  padding: 15px 20px 20px 20px; }

.event-widget-item .event-widget-subtitle {
  display: block;
  color: #f3530c;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px; }

.event-widget-item .event-widget-title {
  display: block;
  color: #31383d;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased; }

.event-widget-item .event-widget-date {
  color: #64717a;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em; }

.event-widget-item .event-widget-desc {
  color: #58595b;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 10px; }

.hof-widget-carousel {
  width: 100%;
  position: relative;
  background-color: #ffffff; }
  .hof-widget-carousel .arrow-nav {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .hof-widget-carousel .slick-slider {
    margin: 0;
    padding: 0; }

.hof-widget-items {
  visibility: hidden; }
  .hof-widget-items .hof-widget-item {
    position: relative;
    min-height: 435px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .hof-widget-items .hof-widget-item .hof-widget-item-overlay {
      position: absolute;
      bottom: 0px;
      display: block;
      width: 100%;
      height: 250px;
      background-image: url("../images/grey_trans_pix.png");
      padding: 20px; }
    .hof-widget-items .hof-widget-item .hof-widget-subtitle {
      display: block;
      color: #f3530c;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.04em;
      font-size: 16px;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 10px; }
    .hof-widget-items .hof-widget-item .hof-widget-title {
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 22px;
      font-weight: 600;
      -webkit-font-smoothing: antialiased; }
    .hof-widget-items .hof-widget-item .hof-widget-stat-block {
      display: block;
      color: #ffffff;
      letter-spacing: 0.03em;
      margin-top: 25px;
      margin-bottom: 30px;
      /*background-image: url('../images/fpo_world_map_feed.png');*/
      background-repeat: no-repeat;
      background-position: right center;
      font-weight: 100; }
      .hof-widget-items .hof-widget-item .hof-widget-stat-block span {
        display: block; }

.news-widget-container {
  background: #1d2327;
  padding: 20px;
  color: #ffffff;
  position: relative; }
  .news-widget-container .orange-title {
    margin-bottom: 20px; margin-top: 0; }

.news-widget-featured .news-featured-title {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  letter-spacing: 0.04em;
  font-weight: 100;
  display: block;
  line-height: 29px; }

.news-widget-featured .news-featured-subtitle {
  display: block;
  padding-top: 2px;
  font-size: 14px; }

.news-widget-featured .news-featured-date {
  display: block;
  color: #8c8c8c;
  padding-top: 8px;
  padding-bottom: 8px;
  /*font-family: $headerFont;*/
  letter-spacing: 0.04em;
  font-size: 11px;
  font-weight: 600; }

.news-widget-featured .news-featured-snippet {
  font-weight: 100;
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-bottom: 15px; }

.featured-news-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .featured-news-list li {
    display: block;
    border-bottom: 1px solid #4d4d4d; }
    .featured-news-list li:last-child {
      border-bottom: 0; }
    .featured-news-list li:first-child .featured-news-date {
      padding-top: 0px; }
    .featured-news-list li .featured-news-date {
      display: block;
      color: #fb4308;
      font-family: "Oswald", sans-serif;
      padding-top: 15px;
      width: 100%; }
      
      .featured-news-list li h3 {
	      margin: 0;
	      padding: 0;
	      font-size: 14px;
	      line-height: 18px;
      }
      
    .featured-news-list li a {
      color: #ffffff;
      font-weight: 100;
      display: block;
      padding-bottom: 15px;
      /*float: left;
      width: 85%;*/ }
      
      .featured-news-list li a:hover {
	      color: #d54503
	  }

.shop-carousel {
  background: #ffffff;
  padding: 20px;
  position: relative; }
  .shop-carousel .arrow-nav {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .shop-carousel .slick-slider {
    margin: 0; }

.shop-carousel-item figure {
  margin-top: 20px;
  text-align: center; }
  .shop-carousel-item figure img {
    display: inline-block; }
  .shop-carousel-item figure figcaption {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px; }
    .shop-carousel-item figure figcaption a {
      color: #000000;
      font-size: 18px;
      font-weight: 600; }
      .shop-carousel-item figure figcaption a:hover {
        color: #0d0d0d; }
    .shop-carousel-item figure figcaption p {
      display: block;
      font-size: 15px;
      height: 45px;
      max-height: 45px;
      overflow: hidden; }

.ig-widget {
  background: #ffffff; }
  .ig-widget .ig-load-indicator {
    padding-top: 60%; }
    .ig-widget .ig-load-indicator .ig-load-status {
      display: block;
      text-align: center;
      font-weight: bold; }
  .ig-widget .slick-slider {
    margin: 0;
    padding: 0; }
  .ig-widget .arrow-nav {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .ig-widget .ig-widget-body {
    padding: 20px;
    position: relative;
    display: none; }
  .ig-widget .ig-stats {
    visibility: hidden;
    margin-top: 10px;
    margin-bottom: 15px; }

.ig-widget-photos img {
  width: 33.3333333333%;
  height: 120px;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95; }

.sponsor-carousel {
  background: #ffffff;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 35px;
  display: none; }
  .sponsor-carousel > * {
    outline: none; }
  .sponsor-carousel div {
    /*display: inline-block;
    text-align: center;*/ }
    .sponsor-carousel div a, .sponsor-carousel div a:active, .sponsor-carousel div a:focus {
      outline: none; }
    .sponsor-carousel div img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */
      -webkit-transition: all .6s ease;
      /* Fade to color for Chrome and Safari */
      -webkit-backface-visibility: hidden;
      /* Fix for transition flickering */
      display: inline-block;
      margin-right: 20px;
      outline: none; }
      .sponsor-carousel div img:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%); }

.sponsor-full-container .sponsor-carousel {
  margin-top: 0; }
  .sponsor-full-container .sponsor-carousel.slick-slider {
    margin-bottom: 0; }

/* ================================ */
/* UI elements (i.e. buttons)       */
/* ================================ */
.responsive-image {
  width: 100%;
  height: auto; }
  .responsive-image img {
    width: 100%;
    height: auto; }

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #fb4308;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.0s infinite ease-in-out;
  animation: bouncedelay 1.0s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.callout-button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4308+0,fd720e+100 */
  background: #fb4308;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDcyMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4308), color-stop(100%, #fd720e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fb4308 0%, #fd720e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4308', endColorstr='#fd720e',GradientType=1 );
  /* IE6-8 */
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px;
  font-size: 16px;
  display: inline-block;
  width: auto;
  letter-spacing: 0.03em; }
  .callout-button:hover, .callout-button:active {
    color: #242424;
    text-decoration: none; }
  .callout-button:focus {
    text-decoration: none;
    color: #ffffff; }
  .callout-button.callout-button-small {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .callout-button a {
    color: #ffffff; }
    .callout-button a:focus {
      color: #ffffff; }
  .callout-button.callout-button-disabled {
    color: #242424 !important;
    cursor: no-drop; }
  .callout-button.grey-callout-button {
    background: #b9b9b9;
    margin-right: 5px;
    color: #242424; }
    .callout-button.grey-callout-button:hover {
      color: #ffffff; }

.formBlockSubmitButton {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4308+0,fd720e+100 */
  background: #fb4308;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDcyMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4308), color-stop(100%, #fd720e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fb4308 0%, #fd720e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4308', endColorstr='#fd720e',GradientType=1 );
  /* IE6-8 */
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px;
  font-size: 16px;
  display: inline-block;
  width: auto;
  letter-spacing: 0.03em; }
  .formBlockSubmitButton:hover, .formBlockSubmitButton:active {
    color: #242424;
    text-decoration: none; }
  .formBlockSubmitButton.callout-button-small {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .formBlockSubmitButton a {
    color: #ffffff; }

.formBlockSurveyTable .question label {
  font-weight: normal; }

.ccm-input-submit {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4308+0,fd720e+100 */
  background: #fb4308;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDcyMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4308), color-stop(100%, #fd720e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fb4308 0%, #fd720e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4308', endColorstr='#fd720e',GradientType=1 );
  /* IE6-8 */
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px;
  font-size: 14px;
  display: inline-block;
  width: auto;
  letter-spacing: 0.03em;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px; }
  .ccm-input-submit:hover, .ccm-input-submit:active {
    color: #242424;
    text-decoration: none; }
  .ccm-input-submit a {
    color: #ffffff; }

.arrow-nav {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 99; }
  .arrow-nav li {
    display: inline-block; }
    .arrow-nav li a {
      color: #737c83;
      display: block;
      background: #e3e3e3;
      padding: 7px 10px; }
      .arrow-nav li a:hover {
        color: #242424; }
  .arrow-nav.dark li a {
    background: #42393c;
    color: #737c83; }
    .arrow-nav.dark li a:hover {
      color: #ffffff; }

.orange-title {
  color: #ee410a;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.07em;
  display: block; }

.learn-more-orange {
  color: #fb4308;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.04em; }
  .learn-more-orange:hover {
    color: #fc693a; }

.btn-right-arrow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4308+0,fd720e+100 */
  background: #fb4308;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNDMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDcyMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fb4308), color-stop(100%, #fd720e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fb4308 0%, #fd720e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fb4308 0%, #fd720e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4308', endColorstr='#fd720e',GradientType=1 );
  /* IE6-8 */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block !important;
  text-align: center !important;
  width: 23px !important;
  height: 23px !important;
  font-size: 16px !important;
  padding-left: 2px !important;
  padding-top: 1px !important; }

.grey-icon {
  color: #8c8c8c; }

.plus-more {
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  background-image: url("../images/offwhite_trans_pix.png");
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #8c8c8c;
  z-index: 99; }
  .plus-more:hover {
    text-decoration: none;
    color: #363636; }
  .plus-more.solid {
    background: #e7e7e7; }

.colophon {
  color: #ffffff; }
  .colophon a {
    color: #ffffff;
    text-decoration: none; }

img.pull-right {
  padding-left: 15px;
  padding-bottom: 15px; }

img.pull-left {
  padding-right: 15px;
  padding-bottom: 15px; }

.pagination {
  width: 100%;
  display: block;
  text-align: center; }
  .pagination .numbers {
    display: inline-block;
    padding: 5px;
    margin-top: 5px; }

/* ================================ */
/* Tier Layout */
/* ================================ */
.centered-responsive {
  text-align: center;
  margin-top: 20px;
  display: block; }
  .centered-responsive img {
    margin-top: 20px;
    width: auto;
    height: auto; }

.page-banner {
  max-height: 400px;
  overflow: hidden; }
  .page-banner img {
    width: 100%;
    height: auto; }

.pb-headshot {
  display: block;
  position: absolute;
  top: -130px;
  border: 2px solid #000000; }

.breadcrumbs {
  /*text-align: right;*/
  margin-top: 50px; }
  .breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline; }
    .breadcrumbs ul li {
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase; }
      .breadcrumbs ul li:after {
        content: "/";
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        /*color: $mainBodyOrange;*/ }
      .breadcrumbs ul li:last-child:after {
        content: "";
        margin-right: 0;
        margin-left: 0; }
      .breadcrumbs ul li a {
        text-transform: uppercase;
        color: #fb560b; }

.page-container {
  padding-top: 30px;
  padding-bottom: 60px; }
  .page-container.no-base {
    padding-bottom: 0; }

.area-row {
  margin-bottom: 20px; }

.page-body {
  font-size: 16px;
  color: #696c71;
  /* Forms */ }
  .page-body h1, .page-body .page-title {
    font-family: "Oswald", sans-serif;
    color: #31393c;
    font-size: 28px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #acacac;
    display: block;
    padding-bottom: 15px;
    /*margin-bottom: 25px;*/
    line-height: 43px; }
  .page-body .page-subtitle {
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 5px; }
  .page-body .section-divider-title {
    text-transform: uppercase;
    display: block;
    font-size: 17px;
    border-bottom: 1px solid #acacac;
    padding-bottom: 10px;
    color: #363636;
    margin-bottom: 25px; }
  .page-body .small-black-text {
    font-size: 13px;
    color: #242424; }
  .page-body .small-text {
    font-size: 13px; }
  .page-body .caption-text {
    display: block;
    font-size: 16px; }
  .page-body .big-black-text {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    color: #000000;
    display: block;
    margin-top: 20px; }
  .page-body .callout-button {
    margin-top: 10px;
    margin-bottom: 10px; }
  .page-body .orange-subtitle {
    color: #fb4908;
    display: block;
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif; }
  .page-body .big-grey-text {
    font-size: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  .page-body .black-subtitle {
    color: #000000;
    display: block;
    font-family: "Oswald", sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em; }
  .page-body .price {
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 14px; }
  .page-body blockquote {
    color: #f07324;
    border: 0;
    padding: 0;
    display: block;
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px; }
  .page-body .required {
    color: red; }
  .page-body .errors {
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px; }
    .page-body .errors .error {
      padding-top: 3px;
      display: block;
      color: red; }
  .page-body .success {
    color: #000;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold; }
  .page-body .field label, .page-body .captcha label {
    display: block;
    font-weight: normal;
    margin-top: 10px; }
  .page-body .field input, .page-body .field textarea, .page-body .captcha input, .page-body .captcha textarea {
    border: 1px solid #acacac;
    outline: none;
    padding: 5px; }
  .page-body form {
    /*input[type="radio"] {
      display: none;
      &:checked {

        + span {
          display: block;
          width: 16px; height: 16px; background: red; float: left; margin-right: 10px;
        }
      }
    }*/ }
    .page-body form label {
      font-weight: normal; }
    .page-body form input[type="submit"] {
      border: none;
      padding-left: 30px;
      padding-right: 30px; }
    .page-body form input, .page-body form textarea {
      border: 1px solid #acacac;
      outline: none;
      padding: 5px; }
    .page-body form input[type="radio"] {
      margin-right: 5px; }
    .page-body form input[type="checkbox"] {
      margin-right: 5px; }
    .page-body form .radioList .radioPair {
      float: left;
      margin-right: 15px; }
  .page-body .sidebar-widget.latest-news-sidebar-feed h3 {
    border-bottom: 1px solid #acacac;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0; }
  .page-body .sidebar-widget.latest-news-sidebar-feed ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .page-body .sidebar-widget.latest-news-sidebar-feed ul li {
      margin-bottom: 15px; }
      .page-body .sidebar-widget.latest-news-sidebar-feed ul li a {
        font-size: 15px;
        line-height: 23px; }
        .page-body .sidebar-widget.latest-news-sidebar-feed ul li a:after {
          content: '\f101';
          font-family: 'FontAwesome';
          display: inline-block;
          padding-left: 7px;
          /*color: $darkCharcoal;*/ }

.ccm-layout-row .ccm-layout-cell:not(:first-child) {
  padding-left: 15px; }

/* ================================ */
/* Tier Widgets */
/* ================================ */
.event-cal-list {
  margin-bottom: 40px;
  margin-top: 40px;
  height: 315px;
  max-height: 315px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .event-cal-list.no-max-height {
    height: auto;
    max-height: none;
    overflow-y: visible; }
  .event-cal-list::-webkit-scrollbar {
    width: 12px; }
  .event-cal-list::-webkit-scrollbar-track {
    background-color: #d7d7d7; }
  .event-cal-list::-webkit-scrollbar-thumb {
    background-color: #b7b7b7; }
  .event-cal-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .event-cal-list ul li {
      border-bottom: 1px solid #242424;
      padding-bottom: 20px;
      padding-top: 20px; }
      .event-cal-list ul li:first-child {
        padding-top: 0; }
      .event-cal-list ul li .event-date {
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        display: block;
        font-weight: 400;
        font-size: 30px;
        letter-spacing: 0;
        width: 20%;
        float: left; }
        .event-cal-list ul li .event-date .month {
          color: #fb4308; }
        .event-cal-list ul li .event-date .day {
          color: #000000; }
      .event-cal-list ul li .event-action {
        display: block;
        width: 80%;
        float: right; }
        .event-cal-list ul li .event-action .event-label {
          color: #31393c;
          font-weight: bold;
          font-size: 14px; }
        .event-cal-list ul li .event-action .event-desc {
          display: block;
          font-size: 13px;
          color: #31393c; }
        .event-cal-list ul li .event-action:hover .event-label, .event-cal-list ul li .event-action:hover .event-desc {
          color: #030404; }

#calendar-widget .clndr-controls {
  background-color: #363636;
  background-image: url("../images/dark_grey_line_tile.png");
  color: #ffffff; }
  #calendar-widget .clndr-controls .clndr-previous-button, #calendar-widget .clndr-controls .clndr-next-button {
    display: block;
    width: 15%;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer; }
    #calendar-widget .clndr-controls .clndr-previous-button:hover, #calendar-widget .clndr-controls .clndr-next-button:hover {
      background: #000; }
  #calendar-widget .clndr-controls .clndr-previous-button {
    float: left;
    text-align: center; }
  #calendar-widget .clndr-controls .clndr-next-button {
    float: right;
    text-align: center; }
  #calendar-widget .clndr-controls .month {
    width: 70%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    font-weight: 100;
    letter-spacing: 0.03em; }

#calendar-widget .clndr-grid .days-of-the-week .dow-header {
  background: #363636;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929; }
  #calendar-widget .clndr-grid .days-of-the-week .dow-header .header-day {
    display: inline-block;
    width: 14.2857%;
    float: left;
    text-align: center; }

#calendar-widget .clndr-grid .days-of-the-week .days .day {
  display: inline-block;
  width: 14.2857%;
  background: #b2b2b2;
  color: #000;
  text-align: center;
  padding: 10px;
  float: left; }
  #calendar-widget .clndr-grid .days-of-the-week .days .day.cal-last-month, #calendar-widget .clndr-grid .days-of-the-week .days .day.cal-next-month {
    font-weight: 100;
    color: #e7e7e7;
    background: #999999; }
  #calendar-widget .clndr-grid .days-of-the-week .days .day.cal-event {
    cursor: pointer;
    background-image: url("../images/cal_bullet.png");
    background-repeat: no-repeat;
    background-position: bottom center; }
    #calendar-widget .clndr-grid .days-of-the-week .days .day.cal-event:hover {
      background-color: #a5a5a5; }

.event-search-wrap input {
  width: 100%;
  padding: 4px 45px 4px 4px;
  background-image: url("../images/magnify_glass.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 0;
  outline: none; }

.event-date-filter-wrap {
  margin-top: 10px;
  margin-bottom: 10px; }
  .event-date-filter-wrap .date-opt-wrap {
    width: 50%;
    float: left; }
    .event-date-filter-wrap .date-opt-wrap input {
      width: 100%;
      outline: none;
      border: 0;
      padding: 4px; }
    .event-date-filter-wrap .date-opt-wrap.to-date-wrap {
      padding-left: 5px; }

.event-filters-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .event-filters-wrap ul li {
    margin-top: 3px;
    margin-bottom: 3px; }
  .event-filters-wrap ul label {
    font-weight: normal; }

.msc-container {
  padding-top: 50px;
  padding-bottom: 40px; }

.sponsor-carousel-title {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #acacac;
  display: block; }

.micro-sponsor-carousel.slick {
  margin-bottom: 0; }

.micro-sponsor-carousel div {
  margin-right: 25px; }
  .micro-sponsor-carousel div a {
    outline: none; }
  .micro-sponsor-carousel div img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    display: inline-block;
    outline: none; }
    .micro-sponsor-carousel div img:hover {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(0%); }

.poi-wrap {
  display: table;
  margin-bottom: 20px; }
  .poi-wrap img {
    float: left; }
  .poi-wrap .poi-details-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }
    .poi-wrap .poi-details-wrap span {
      display: block; }
      .poi-wrap .poi-details-wrap span.poi-name {
        font-weight: bold; }

/* ================================ */
/* Player Profile Page */
/* ================================ */
.inductee-profile .breadcrumbs {
  margin-top: 75px; }

.profile-banner {
  /*height: 400px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;*/
  max-height: 400px;
  overflow: hidden; }
  .profile-banner img {
    width: 100%;
    height: auto; }

.max-height-inherit {
  max-height: inherit !important; }

.stats-container {
  min-height: 420px;
  background-color: #030b18;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px; }

.stats-map {
  margin-top: 50px; }

.stat-cat-wrap {
  margin-bottom: 20px; }
  .stat-cat-wrap .stat-cat-title {
    font-family: "Oswald", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 3px;
    letter-spacing: 0.05em; }
  .stat-cat-wrap .stat-cat-label {
    display: block;
    color: #e7e7e7;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 0.03em; }
  .stat-cat-wrap .stat-item {
    width: 33.33333%;
    display: block;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    .stat-cat-wrap .stat-item .stat-item-title {
      color: #fb4308;
      font-size: 65px;
      font-family: "Oswald", sans-serif;
      display: block; }
    .stat-cat-wrap .stat-item .stat-item-desc {
      color: #ffffff;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 14px;
      letter-spacing: 0.04em;
      font-weight: 300; }

.related-players-widget {
  padding-bottom: 40px; }

.related-hof-carousel {
  margin-bottom: 40px;
  display: none; }
  .related-hof-carousel .slick-list {
    margin: 0 -10px; }
  .related-hof-carousel .slick-prev, .related-hof-carousel .slick-next {
    top: 36%;
    width: 35px;
    height: 35px;
    font-size: 35px; }
  .related-hof-carousel .slick-next {
    right: -50px; }
  .related-hof-carousel .slick-prev:before, .related-hof-carousel .slick-next:before {
    font-family: 'FontAwesome';
    color: #1a1a1a; }
  .related-hof-carousel .slick-next:before {
    content: '\f105'; }
  .related-hof-carousel .slick-prev:before {
    content: '\f104'; }
  .related-hof-carousel .rhof-item {
    display: block;
    float: left;
    margin: 0 10px; }
    .related-hof-carousel .rhof-item .rhof-item-inner {
      display: block; }
    .related-hof-carousel .rhof-item a {
      display: block;
      outline: none !important; }
      .related-hof-carousel .rhof-item a img {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        height: auto; }
    .related-hof-carousel .rhof-item .rhof-title {
      color: #242424;
      text-transform: uppercase;
      display: block;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.04em; }
      .related-hof-carousel .rhof-item .rhof-title:after {
        font-family: FontAwesome;
        content: "\f105";
        color: #fb4308;
        display: inline-block;
        padding-left: 7px;
        vertical-align: top;
        font-size: 14px; }
      .related-hof-carousel .rhof-item .rhof-title:hover {
        color: #fb4308; }
    .related-hof-carousel .rhof-item .rhof-class {
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 0.04em; }

/*.rhof-first .rhof-item-inner {
  padding-left: 0;
}

.rhof-last .rhof-item-inner {
  padding-right: 0;
}*/
/* ================================ */
/* Award Listings */
/* ================================ */
.award-list {
  margin-top: 40px;
  margin-bottom: 40px; }
  .award-list .award-item {
    margin-bottom: 80px; }
  .award-list .award-list-thumb-wrap {
    display: block; }
    .award-list .award-list-thumb-wrap img {
      width: 100%;
      height: auto; }
  .award-list .award-list-title {
    margin-top: 0;
    font-size: 18px; }
  .award-list .award-list-info p {
    display: block; }

.thumb-with-copy-item {
  margin-top: 20px;
  margin-bottom: 20px; }
  .thumb-with-copy-item .twc-thumb-wrap {
    display: block;
    padding-top: 5px; }
    .thumb-with-copy-item .twc-thumb-wrap img {
      width: 100%;
      height: auto; }

/* ================================ */
/* News */
/* ================================ */
.news-list .news-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .news-list .news-list-item .news-list-item-title {
    line-height: 25px;
    margin-bottom: 5px; }
    .news-list .news-list-item .news-list-item-title a {
      color: #242424; }
      .news-list .news-list-item .news-list-item-title a:hover, .news-list .news-list-item .news-list-item-title a:active, .news-list .news-list-item .news-list-item-title a:focus {
        color: #fb4308; }
  .news-list .news-list-item .news-item-more {
    font-style: italic;
    font-size: 13px;
    color: #fb4308; }
  .news-list .news-list-item .news-list-item-timestamp {
    color: #a4a4a4; }

.news-page-title {
  margin-bottom: 15px !important; }

.news-subhead {
  margin-bottom: 20px; }
  .news-subhead .news-timestamp {
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    color: #a6a6a6;
    float: left; }
  .news-subhead .news-social {
    display: block;
    float: right; }

/* ================================ */
/* Event Callout */
/* ================================ */
.ms-callout-container {
  display: table;
  width: 100%;
  background: #cccccc; }
  .ms-callout-container .ms-callout {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 321px; }
    .ms-callout-container .ms-callout a {
      display: inline-block;
      font-size: 32px;
      letter-spacing: 0.03em;
      line-height: 35px;
      color: #ffffff;
      padding-bottom: 15px;
      border-bottom: 2px solid #ffffff;
      padding-left: 25px;
      padding-right: 25px;
      text-transform: uppercase; }
      .ms-callout-container .ms-callout a.shadow {
        text-shadow: 0px 1px 2px #000; }

/* ================================ */
/* Hall of Fame Search */
/* ================================ */
.hof-search-wrap {
  padding: 30px 10px 20px 10px; 
  background: #efefef;
  }
  .hof-search-wrap h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased; }
  .hof-search-wrap #hof-search {
    padding: 10px;
    width: 100%;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    background-image: url("../images/ico_search.png");
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ababab;
    outline: none;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out; }
    .hof-search-wrap #hof-search:active, .hof-search-wrap #hof-search:focus {
      border: 1px solid #acacac; }
  .hof-search-wrap .hof-filter-toggle {
    /* end hof filters */ }
    .hof-search-wrap .hof-filter-toggle .hof-filter-label {
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      display: block;
      border-bottom: 1px solid #acacac;
      cursor: pointer; }
      .hof-search-wrap .hof-filter-toggle .hof-filter-label .fa {
        color: #fb4308;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        font-size: 22px; }
    .hof-search-wrap .hof-filter-toggle .hof-filters {
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      padding-top: 20px; }
      .hof-search-wrap .hof-filter-toggle .hof-filters .hof-checkboxes {
        margin-bottom: 10px; }
      .hof-search-wrap .hof-filter-toggle .hof-filters label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 32px;
        margin-right: 35px;
        font-size: 18px;
        font-weight: 400; }
        .hof-search-wrap .hof-filter-toggle .hof-filters label::before {
          content: "";
          display: inline-block;
          width: 21px;
          height: 21px;
          margin-right: 10px;
          position: absolute;
          left: 0;
          bottom: 1px;
          background-color: transparent;
          border: 1px solid #acacac; }
      .hof-search-wrap .hof-filter-toggle .hof-filters input[type=checkbox] {
        display: none; }
      .hof-search-wrap .hof-filter-toggle .hof-filters input[type=checkbox]:checked + label:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        color: #fb4308;
        font-size: 29px;
        text-align: center;
        line-height: 14px;
        font-weight: normal; }
      .hof-search-wrap .hof-filter-toggle .hof-filters select {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .hof-search-wrap .hof-filter-toggle .hof-filters .hof-selects {
        margin-top: 5px; }
        .hof-search-wrap .hof-filter-toggle .hof-filters .hof-selects .hof-select-label {
          font-size: 14px;
          display: block; 
          padding-left: 0;
          	margin-right: 0;
          	margin-bottom: 0;
          }
          .hof-search-wrap .hof-filter-toggle .hof-filters .hof-selects .hof-select-label:before {
          	position: relative;
          	border: none;
          	width: 0;
          	height: 0;
          	margin: 0;
          	padding: 0;
          	content: none;
          }
      .hof-search-wrap .hof-filter-toggle .hof-filters .chosen-container {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px; }
      .hof-search-wrap .hof-filter-toggle .hof-filters .chosen-container-single .chosen-single {
        background: none !important;
        background-color: #ffffff !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        color: #868585 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        height: auto; }
      .hof-search-wrap .hof-filter-toggle .hof-filters .chosen-container .chosen-results li.active-result {
        font-size: 15px; }
      .hof-search-wrap .hof-filter-toggle .hof-filters .chosen-container .chosen-results li.active-result.highlighted {
        background: #FD6F0E; }
      .hof-search-wrap .hof-filter-toggle .hof-filters .chosen-container-single .chosen-single div b {
        background-position-y: 9px; }
  .hof-search-wrap .hof-view-all {
    display: block;
    float: right;
    font-size: 16px; }

.hof-search-results {
  margin-top: 40px; }
  .hof-search-results .hof-search-res-item {
    position: relative;
    display: block;
    float: left;
    width: 16.6666666666%;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden; }
    .hof-search-results .hof-search-res-item .hof-search-res-item-inner {
      margin-left: 10px;
      margin-right: 10px; }
      .hof-search-results .hof-search-res-item .hof-search-res-item-inner img {
        width: 170px;
    height: 204px; }
      .hof-search-results .hof-search-res-item .hof-search-res-item-inner .hof-search-res-overlay {
        visibility: hidden;
        text-align: center;
        display: table;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 10px;
        width: 170px;
        height: 203px;
        background-color: #f96d18;
        opacity: 0.8;
        color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        font-size: 17px;
        cursor: pointer; }
        .hof-search-results .hof-search-res-item .hof-search-res-item-inner .hof-search-res-overlay .hof-res-lbl {
          display: table-cell;
          vertical-align: middle; }
          .hof-search-results .hof-search-res-item .hof-search-res-item-inner .hof-search-res-overlay .hof-res-lbl .fa {
            font-size: 28px;
            display: inline-block;
            margin-top: 20px; }

.result-message {
  line-height: 24px;
  font-size: 17px;
  display: block; }

/* ================================ */
/* Footer */
/* ================================ */
footer {
  background: #242424;
  padding-top: 60px;
  padding-bottom: 70px;
  color: #e4e4e4;
  font-weight: 100;
  letter-spacing: 0.03em;
  font-size: 14px; }
  footer h3 {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    color: #ffffff;
    letter-spacing: 0.04em;
    font-weight: 100; }
  footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%; }
    footer ul:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    footer ul li {
      float: left;
      width: 50%;
      line-height: 16px; }
  footer p {
    font-size: 11px;
    display: block;
    padding-bottom: 20px; }
  footer a {
    color: #e7e7e7;
    font-size: 11px; }
    footer a:hover {
      color: #fb4308;
      text-decoration: none; }
  footer .footer-social {
    margin-top: 50px;
    text-align: right; }
  footer .footer-social a {
    font-size: 20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #8c8c8c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #8c8c8c;
    margin-left: 10px;
    text-align: center;
    padding-left: 1px;
    padding-top: 1px; }
    footer .footer-social a:first-child {
      margin-left: 0; }
    footer .footer-social a:hover {
      color: #ffffff;
      border-color: #ffffff; }
  footer input[type="text"], footer input[type="email"], footer input[type="tel"], footer textarea {
    width: 100%;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #666666;
    border: 0; }
    footer input[type="text"]:focus, footer input[type="email"]:focus, footer input[type="tel"]:focus, footer textarea:focus {
      outline: none; }
  footer textarea {
    height: 100px; }
  footer input[type="submit"] {
    border: 0;
    margin-top: 5px; }
  footer ::-webkit-input-placeholder {
    color: #000000;
    text-transform: uppercase; }
  footer :-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    text-transform: uppercase; }
  footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    text-transform: uppercase; }
  footer :-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase; }
  footer .errors {
    display: block;
    color: red;
    margin-bottom: 15px; }
  footer .success {
    display: block;
    color: #fb4308;
    margin-bottom: 15px; }

/* C5 Dash Styles */
.ccm-dashboard-overlay-inner .breadcrumb > li + li:before {
  content: "";
  padding: 0; }

.ccm-ui input[type="text"] {
  height: 25px; }

.ccm-input-date {
  width: 130px !important;
  margin-right: 10px !important; }

.popover > .arrow {
  border-width: 5px !important;
  top: -4px !important;
  z-index: 99 !important; }

/* Maginific */
.mfp-figure:after {
  -webkit-box-shadow: 2px 2px 10px #000000;
  -moz-box-shadow: 2px 2px 10px #000000;
  box-shadow: 2px 2px 10px #000000; }

.mfp-bottom-bar {
  -webkit-box-shadow: 2px 2px 10px #000000;
  -moz-box-shadow: 2px 2px 10px #000000;
  box-shadow: 2px 2px 10px #000000;
  background: #000000;
  padding: 10px;
  font-size: 14px;
  font-family: Arial; }

.mfp-counter {
  padding: 10px; }

.mfp-title {
  line-height: 22px;
  color: #A3A3A3; }
  
.scale-image-on-mobile {
	max-width: 100%;
	height: auto;
}

.scale-image-on-mobile img {
	max-width: 100%;
	height: auto;
}  
