/* Overrides of main.css ------------------------------------------------------------------------ */
h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 36px 0;
  text-align: center; }

/* Layout Classes ------------------------------------------------------------------------------- */
.opening-frame {
  min-height: 500px; }
  .opening-frame .panel1 {
    background: #000 url("../images/Trident_Banner_2000x999.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-sizing: border-box;
    height: 100vh;
    margin: 0;
    min-height: 500px;
    padding: 200px 10vw 0 10vw;
    position: relative;
    text-align: left;
    width: 100%; }
    .opening-frame .panel1 .panel1-table {
      display: table;
      margin: 0 auto;
      max-width: 1000px; }
      .opening-frame .panel1 .panel1-table .panel1-row {
        display: table-row; }
        .opening-frame .panel1 .panel1-table .panel1-row .head-cell {
          display: table-cell;
          margin: 0 auto;
          padding: 0;
          vertical-align: top; }
          .opening-frame .panel1 .panel1-table .panel1-row .head-cell h1 {
            background-color: rgba(0, 0, 0, 0.4);
            color: #fff;
            font-size: 32px;
            font-weight: 700;
            line-height: 1.1;
            margin: 0;
            padding: 10px;
            text-transform: uppercase; }
          .opening-frame .panel1 .panel1-table .panel1-row .head-cell h3 {
            background-color: rgba(0, 0, 0, 0.4);
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.3;
            margin: 0;
            padding: 10px; }
            .opening-frame .panel1 .panel1-table .panel1-row .head-cell h3 a {
              color: #e35205; }
              .opening-frame .panel1 .panel1-table .panel1-row .head-cell h3 a:hover {
                color: #ff5c06; }
        .opening-frame .panel1 .panel1-table .panel1-row .button-cell {
          background-color: transparent;
          padding: 0;
          text-align: center;
          vertical-align: top; }
          .opening-frame .panel1 .panel1-table .panel1-row .button-cell .standard-button {
            background-color: transparent;
            border: 1px solid #fff;
            border-radius: 0;
            display: block;
            font-size: 18px;
            font-weight: 500;
            margin: 20px 0 0 0;
            padding: 15px 0;
            width: 150px; }
            .opening-frame .panel1 .panel1-table .panel1-row .button-cell .standard-button:hover {
              background-color: #fff;
              color: #e35205;
              transition: 0.3s; }

/* Breakpoints ---------------------------------------------------------------------------------- */
@media (max-width: 980px) {
  .opening-frame .panel1 .panel1-table .panel1-row .head-cell h1 {
    font-size: 28px; }
  .opening-frame .panel1 .panel1-table .panel1-row .head-cell h3 {
    font-size: 17px; }
  .opening-frame .panel1 .panel1-table .panel1-row .button-cell .standard-button {
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 10px 0;
    width: 130px; } }

@media (max-width: 810px) {
  .opening-frame {
    min-height: 475px; }
    .opening-frame .panel1 {
      background-attachment: scroll;
      min-height: 475px;
      padding: 120px 10vw 0 10vw; }
      .opening-frame .panel1 .panel1-table {
        display: block; }
        .opening-frame .panel1 .panel1-table .panel1-row {
          display: block; }
          .opening-frame .panel1 .panel1-table .panel1-row .head-cell {
            display: block;
            padding-right: 0; }
          .opening-frame .panel1 .panel1-table .panel1-row .button-cell {
            bottom: 10vw;
            display: block;
            left: 0;
            position: absolute;
            width: 100%; }
            .opening-frame .panel1 .panel1-table .panel1-row .button-cell .standard-button {
              display: inline-block;
              font-size: 18px;
              margin: 5px; }

@media (max-width: 500px) {
  h2 {
    font-size: 34px; }
  .opening-frame .panel1 {
    padding: 75px 20px 0 20px; }
    .opening-frame .panel1 .panel1-table .panel1-row .head-cell h1 {
      font-size: 24px; }
    .opening-frame .panel1 .panel1-table .panel1-row .head-cell h3 {
      font-size: 16px; }
    .opening-frame .panel1 .panel1-table .panel1-row .button-cell {
      bottom: 100px; }
      .opening-frame .panel1 .panel1-table .panel1-row .button-cell .standard-button {
        font-size: 14px;
        margin: 5px;
        width: 85px; }

/* Printing ------------------------------------------------------------------------------------- */
@media print {
  .opening-frame {
    min-height: auto; }
    .opening-frame .panel1 {
      background-color: transparent;
      background-image: none;
      height: auto;
      min-height: initial;
      padding: 0; }
      .opening-frame .panel1 .panel1-table {
        display: block; }
        .opening-frame .panel1 .panel1-table .panel1-row {
          display: block; }
          .opening-frame .panel1 .panel1-table .panel1-row .head-cell {
            display: block;
            padding: 0; }
            .opening-frame .panel1 .panel1-table .panel1-row .head-cell h1 {
              background-color: transparent;
              border-top: 3px solid #000;
              color: #000; }
            .opening-frame .panel1 .panel1-table .panel1-row .head-cell h3 {
              background-color: transparent;
              color: #000; }
          .opening-frame .panel1 .panel1-table .panel1-row .button-cell {
            display: none; }
