/* -------------- HEADER CSS --------------------------*/
/* Holds all of the CSS Rules for the header*/
.header {
  max-width: 100% !important; }
  
.remove{
  display: none;
}
.contain-to-grid {
  box-shadow: #333 0 -1px 10px 1px;
  border-bottom: 3px solid #333;
  /* Extra CSS Styling used when the screen is regarded as Desktop*/
  /* Extra CSS Styling used when the screen is regarded as Mobile*/ }
  .contain-to-grid .logo {
    margin-left: 14px;
    padding-top: 8px;
    height: 38px; }
    .contain-to-grid .logo img {
      height: 100%; }
  .contain-to-grid.desktop .top-bar {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 50px; }
  .contain-to-grid.desktop .right > li > a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 20px !important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    line-height: 50px !important; }
    .contain-to-grid.desktop .right > li > a.no-dropdown {
      padding-right: 5px; }
    .contain-to-grid.desktop .right > li > a:hover:after {
      border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; }
    .contain-to-grid.desktop .right > li > a:after {
      margin-right: 5px;
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease;
      margin-top: 2.5px;
      top: 18px; }
    @media only screen and (min-width:54.375em) and (max-width:78em) {
      .contain-to-grid.desktop .right > li > a {
        font-size: 11px; } }
  .contain-to-grid.desktop .right > li.nasdaq-ticker {
    padding-right: 15px;
    height: 50px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
    .contain-to-grid.desktop .right > li.nasdaq-ticker iframe {
      position: relative;
      top: 0;
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      transition: all 400ms ease; }
  .contain-to-grid.desktop .logo {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-left: 14px;
    padding-top: 8px;
    height: 38px; }
    .contain-to-grid.desktop .logo img {
      height: 100%; }
  .contain-to-grid.desktop.fixed .top-bar {
    height: 40px; }
  .contain-to-grid.desktop.fixed .logo {
    margin-left: 14px;
    padding-top: 6px;
    height: 34px; }
  .contain-to-grid.desktop.fixed .right > li > a {
    height: 40px;
    line-height: 40px !important; }
    .contain-to-grid.desktop.fixed .right > li > a:after {
      margin-top: -2.5px; }
  .contain-to-grid.desktop.fixed .right > li.nasdaq-ticker {
    height: 40px; }
    .contain-to-grid.desktop.fixed .right > li.nasdaq-ticker iframe {
      top: -6px; }
  .contain-to-grid.mobile .logo {
    margin-left: 14px;
    padding-top: 12px;
    height: 33px; }
    .contain-to-grid.mobile .logo img {
      height: 100%; }

/* CSS Styling for the actual links in the Header Navigation bar */
.top-bar-section .moved {
  position: relative !important; }
.top-bar-section ul li.active {
  border-bottom: 2px solid #333; }
  .top-bar-section ul li.active a {
    background: #FFF;
    color: #333; }
@media only screen and (max-width: 54.012em) {
  .top-bar-section {
    left: 0% !important; } }

.desktop-menu .mega-menu {
  width: 60%;
  left: -30%;
  right: -50%;
  box-shadow: -1px 3px 10px -1px #000;
  display: none;
  position: absolute;
  overflow: hidden;
  padding: 30px;
  max-width: none;
  z-index: 999999;
  background-color: rgba(39, 39, 39, 0.8);
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  transition: left 1s; }
  .desktop-menu .mega-menu .menu-row {
    margin-left: -2px !important;
    margin-right: -2px !important; }
  .desktop-menu .mega-menu.slide-left {
    display: block !important; }
  @media only screen and (max-width: 54.012em) {
    .desktop-menu .mega-menu {
      top: 0;
      left: 100%;
      right: 0;
      width: 60%;
      display: none !important; } }

body.expand-menu {
  left: -80%; }

.mobile-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 80%;
  display: block; }
  .mobile-menu .mega-menu {
    display: block !important; }
    .mobile-menu .mega-menu .menu-row {
      margin-left: -2px !important;
      margin-right: -2px !important; }
  .mobile-menu .accordion.link.title {
    margin: 0;
    padding: 16px;
    color: #FFF;
    background: #444; }
    .mobile-menu .accordion.link.title:hover {
      background: #272727; }
  .mobile-menu .accordion-navigation.active a {
    background: #333; }
  .mobile-menu .accordion-navigation a {
    background: #444;
    color: #FFF;
    padding: 16px;
    font-size: 14px; }
    .mobile-menu .accordion-navigation a:hover {
      background: #272727; }
  .mobile-menu .accordion-navigation .content {
    background: #272727 !important; }

body.expand-menu #blackdrop {
  display: block; }

#blackdrop {
  cursor: pointer;
  background-color: #333;
  opacity: 0.8;
  z-index: 99;
  position: absolute;
  display: none;
  top: 0;
  left: 0; }

/* -------------- FOOTER CSS --------------------------*/
.footer {
  background-color: #FFF;
  border-top: 3px solid #333;
  margin-bottom: 0;
  padding-bottom: 0; }
  .footer > .row {
    max-width: 100% !important; }
  .footer div {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center; }
  .footer p, .footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    display: inline-block;
    font-size: 11px;
    color: #333; }
  .footer .legal-links a {
    margin-top: 15px;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width:54.375em) and (max-width:78em) {
      .footer .legal-links a {
        margin-top: 20px; } }
    .footer .legal-links a:hover {
      color: #222;
      font-weight: bold; }
  @media only screen and (min-width:54.375em) {
    .footer .legal-links {
      text-align: left; } }
  .footer .brand-text p {
    margin: 0;
    margin-top: 8px; }
  @media only screen and (min-width:78.063em) {
    .footer .brand-text {
      text-align: right; } }
  .footer .icons {
    margin-bottom: 15px; }
    .footer .icons i {
      cursor: pointer;
      font-size: 40px;
      background: #FFF; }
      @media only screen and (min-width:78.063em) {
        .footer .icons i {
          font-size: 30px; } }
      @media only screen and (min-width:54.375em) and (max-width:78em) {
        .footer .icons i {
          font-size: 35px; } }

/* ------------------ MAIN CSS ------------------*/
.page-content {
  background-color: #2a3036;
  padding: 2px 0;
  z-index: 1; }
  .page-content > div {
    border-radius: 2px;
    box-shadow: #000 0 4px 8px 0;
    margin: 6px; }
    @media only screen and (min-width:78.063em) {
      .page-content > div {
        margin: 20px;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media only screen and (min-width:54.375em) and (max-width:78em) {
      .page-content > div {
        margin: 14px; } }

.slideshow {
  height: 300px; }
  @media only screen and (min-width:78.063em) {
    .slideshow {
      height: 700px; } }
  @media only screen and (min-width:54.375em) and (max-width:78em) {
    .slideshow {
      height: 500px; } }
  .slideshow > * {
    position: absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0; }
    .slideshow > *.active {
      opacity: 1; }

.slideshow-brand {
  padding: 10px;
  width: 100%;
  z-index: 0;
  position: absolute;
  margin-top: -80px;
  background: -moz-linear-gradient(top, rgba(42, 48, 54, 0) 0%, rgba(42, 48, 54, 0.4) 27%, rgba(42, 48, 54, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42, 48, 54, 0)), color-stop(27%, rgba(42, 48, 54, 0.4)), color-stop(100%, rgba(42, 48, 54, 0.8)));
  background: -webkit-linear-gradient(top, rgba(42, 48, 54, 0) 0%, rgba(42, 48, 54, 0.4) 27%, rgba(42, 48, 54, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(42, 48, 54, 0) 0%, rgba(42, 48, 54, 0.4) 27%, rgba(42, 48, 54, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(42, 48, 54, 0) 0%, rgba(42, 48, 54, 0.4) 27%, rgba(42, 48, 54, 0.8) 100%);
  background: linear, to bottom, rgba(42, 48, 54, 0) 0%, rgba(42, 48, 54, 0.4) 27%, rgba(42, 48, 54, 0.8) 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a3036', GradientType=0 ); }
  @media only screen and (min-width:78.063em) {
    .slideshow-brand {
      max-height: 80px; } }
  @media only screen and (min-width:54.375em) and (max-width:78em) {
    .slideshow-brand {
      max-height: 60px;
      margin-top: -60px; } }
  @media only screen and (max-width: 54.012em) {
    .slideshow-brand {
      max-height: 40px;
      margin-top: -40px;
      padding: 5px; } }
  .slideshow-brand .logo {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin-left: 10px;
    opacity: 0;
    max-height: 60px;
    max-width: 250px;
    position: absolute;
    left: 0; }
    .slideshow-brand .logo.active {
      opacity: 1; }
    @media only screen and (min-width:54.375em) and (max-width:78em) {
      .slideshow-brand .logo {
        max-height: 40px; } }
    @media only screen and (max-width: 54.012em) {
      .slideshow-brand .logo {
        max-height: 30px; } }
  .slideshow-brand .logo-container {
    position: relative;
    width: 100%;
    height: 60px; }

.hero-image {
  height: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%; }
  @media only screen and (min-width:78.063em) {
    .hero-image {
      height: 700px; } }
  @media only screen and (min-width:54.375em) and (max-width:78em) {
    .hero-image {
      height: 500px; } }
  .hero-image.small {
    height: 0; }
    @media only screen and (min-width:78.063em) {
      .hero-image.small {
        height: 450px; } }
    @media only screen and (min-width:54.375em) and (max-width:78em) {
      .hero-image.small {
        height: 200px; } }

.picture-news {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
  .picture-news ul {
    padding-top: 14px; }
  .picture-news ul > li {
    cursor: pointer; }
    .picture-news ul > li > .image {
      margin: 0 auto;
      display: inline-block; }
    .picture-news ul > li > .image img {
      border-radius: 5px;
      box-shadow: #333 0 3px 6px 0;
      max-height: 160px; }
      .picture-news ul > li > .image img:hover {
        position: relative;
        top: -2px;
        box-shadow: #222 0 4px 10px 0; }
    .picture-news ul > li > .image p {
      font-family: Calibri, "brandon_re-webfont", Arial, serif;
      font-size: 0.95rem;
      margin: 0 auto;
      margin-top: 0px;
      line-height: 15px;
      border-top: 8px solid #333;
      padding-top: 5px;
      width: 80%; }

.brands-panel .brands ul > li {
  display: block;
  height: 100%; }
.brands-panel .brands .brand {
  display: block; }
  .brands-panel .brands .brand img {
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.brands img {
  max-height: 45px; }

.brand-page.brand-strip {
  border-top: 3px solid #333;
  border-bottom: 3px solid #222; }
.brand-page .logo {
  line-height: 90px; }
  .brand-page .logo .logo-image {
    padding: 10px 10px 10px 0;
    max-height: 90px;
    max-width: 260px; }
.brand-page .social {
  text-align: right; }
  .brand-page .social a {
    font-size: 32px;
    /*color: #FFF;
            background-color: #333;*/
    padding-right: 10px;
    padding-left: 10px;
    line-height: 90px; }
.brand-page .side-image img {
  height: 325px;
  border-radius: 5px;
  box-shadow: 0px 3px 8px #333; }
@media only screen and (max-width: 54.012em) {
  .brand-page.brand-strip {
    text-align: center !important; }
    .brand-page.brand-strip .social {
      text-align: center !important; }
      .brand-page.brand-strip .social a {
        font-size: 35px; }

  .brand-page .logo {
    margin-top: 10px; }
    .brand-page .logo .logo-image {
      padding: 10px; }
 }

.background.circle {
  background: url("Images/SectionBackgrounds/circle.jpg") repeat center center;
  background-size: 4px; }
.background.dark {
  background-color: #2a3036; }
  .background.dark p, .background.dark h1, .background.dark h2, .background.dark h3 {
    color: #FFF; }
.background.light {
  background-color: #FFF; }
  .background.light p, .background.light h1, .background.light h2, .background.light h3 {
    color: #333; }

.padding-sides {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.sepparator {
  height: 5px;
  background-color: #333;
  margin-top: 20px;
  margin-bottom: 30px; }

.title {
  font-family: "brandon_re-webfont", Calibri, Arial, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 10px; }
  .title.main {
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 5px; }
    @media only screen and (max-width: 54.012em) {
      .title.main {
        font-size: 20px;
        font-weight: bold; } }
  .title.link {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    word-spacing: 5px; }
    .title.link.button {
      color: #CCC;
      background-color: #555;
      font-size: 12px;
      line-height: auto;
      margin-bottom: 5px;
      padding: 8px;
      box-shadow: -1px 1px 4px -1px #000; }
      .title.link.button.inline {
        display: inline-block; }
      .title.link.button.back {
        background-color: #AAA;
        color: #333;
        font-weight: bold; }
      .title.link.button:hover {
        color: #FFF;
        background-color: #777; }
  .title.sub {
    color: #555;
    padding-bottom: 5px; }
    .title.sub.small {
      letter-spacing: 0;
      word-spacing: 0;
      font-size: 16px;
      text-transform: none;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .title.page {
    letter-spacing: -1px; }
  .title.dark {
    color: #2a3036; }
  .title.light {
    color: #FFF; }
  .title.hidden-for-medium-up {
    padding-top: 20px; }

.image-text {
  position: relative !important;
  top: 80%;
  padding-left: 12%;
  padding-right: 40px;
  background-color: #2a3036;
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  box-shadow: -2px 2px 5px #000;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: inline-block; }
  .image-text .title {
    font-size: 24px; }
  @media only screen and (max-width: 54.012em) {
    .image-text {
      visibility: hidden; } }
  .image-text .title {
    line-height: 1.5rem;
    text-shadow: -1px 1px 2px #000;
    padding-top: 10px; }

.info-cards {
  text-align: left; }
  .info-cards .card .icon {
    box-shadow: -1px 3px 8px #000;
    text-align: center; }
  @media only screen and (max-width: 54.012em) {
    .info-cards {
      text-align: center; } }
  .info-cards .icon {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: table;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #2a3036; }
    .info-cards .icon i {
      display: table-cell;
      vertical-align: middle;
      margin: auto 0;
      color: #FFF;
      font-size: 50px; }

.timeline {
  position: relative;
  display: table;
  height: 100%;
  width: 100%; }
  .timeline .row {
    max-width: 80rem; }
  .timeline .timeline-block {
    margin-bottom: 20px;
    margin-top: 20px; }
    .timeline .timeline-block > div {
      display: table;
      position: relative; }
  .timeline:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #2a3036;
    border-radius: 999px;
    z-index: 2;
    left: 50%;
    margin-left: -2px; }
  .timeline .image {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .timeline .image > div {
      position: relative;
      width: 100px;
      height: 100px;
      border-radius: 999px;
      border: 4px solid #2a3036;
      z-index: 3;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      margin: 0 auto;
      box-shadow: inset 0 0 8px #000, 0 1px 4px #444; }
  .timeline .year {
    display: table-cell;
    vertical-align: middle;
    font-style: italic; }
    .timeline .year.align-left {
      text-align: left; }
    .timeline .year.align-right {
      text-align: right; }
  .timeline .description .description-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 8px;
    border-top: 2px solid #777; }
    .timeline .description .description-box > p {
      font-size: 14px;
      margin: 0; }
  @media only screen and (min-width:54.375em) and (max-width:78em), only screen and (max-width: 54.012em) {
    .timeline .timeline-block {
      margin-bottom: 50px; }
      .timeline .timeline-block > div {
        float: left !important; }

    .timeline .image-container {
      width: auto; }

    .timeline .description {
      width: 71%; }

    .timeline:before {
      left: 0;
      margin-left: 62px; }

    .timeline .year {
      padding-bottom: 5px;
      position: relative;
      padding-left: 35px;
      left: 100px; }
      .timeline .year.align-right {
        text-align: left; }
 }
  @media only screen and (max-width: 54.012em) {
    .timeline .timeline-block {
      margin-bottom: 30px; }

    .timeline .image-container {
      display: none !important; }

    .timeline:before {
      display: none; }

    .timeline .description {
      width: 100%; }

    .timeline .year {
      padding-left: 0;
      left: 0; }
      .timeline .year.align-right {
        text-align: left; }
 }

.corporate-officer .corporate-image img {
  border-radius: 999px;
  border-bottom: 2px solid #111;
  box-shadow: 0 8px 8px -5px #222; }
@media only screen and (max-width: 54.012em) {
  .corporate-officer .corporate-image {
    text-align: center !important;
    margin-bottom: 30px; }

  .corporate-officer h3 {
    text-align: center !important; }
 }

.side-panel {
  border-left: 2px solid #2a3036; }
  @media only screen and (max-width: 54.012em) {
    .side-panel {
      border-left: 0;
      margin-top: 50px;
      text-align: center; } }

.section {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 54.012em) {
    .section h3 {
      text-align: center; } }

@media only screen and (max-width: 54.012em) {
  .small-centered {
    text-align: center; } }

.vcard-look {
  border: 1px solid #ddd; }

.no-margin {
  margin: 0; }

.no-padding {
  padding-left: 2px;
  padding-right: 2px; }

.megabar.open {
  left: 0 !important; }

.caret::after {
  content: '';
  position: relative;
  top: 10px;
  float: right;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF; }

/* -------------- ANIMATION PRESETS ------------------- */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }

  40% {
    transform: translateY(-30px); }

  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

/*# sourceMappingURL=Site.css.map */