@keyframes fadeIn {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 0.8; } }

@keyframes fadeOut {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 0.2; } }

#layout-header {
  height: 300px; }
  #layout-header .header-image-background {
    min-height: 300px;
    max-height: 300px;
    background-color: #108833;
    border-bottom: 1px solid #F36F27; }
    #layout-header .header-image-background .logo-login-wrapper {
      background: transparent;
      margin: 0;
      position: sticky;
      top: 0;
      margin-bottom: 15px; }
      #layout-header .header-image-background .logo-login-wrapper .logo-container {
        padding: 5px 10px; }
      #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
        background-position: 0px 7px;
        margin-top: 2px;
        width: 250px;
        height: 39px;
        background-size: 100% auto;
        background-repeat: no-repeat; }
        @media screen and (min-width: 1400px) {
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            width: 440px;
            height: 60px; } }
      #layout-header .header-image-background .logo-login-wrapper a,
      #layout-header .header-image-background .logo-login-wrapper a:link,
      #layout-header .header-image-background .logo-login-wrapper a:visited,
      #layout-header .header-image-background .logo-login-wrapper a:hover,
      #layout-header .header-image-background .logo-login-wrapper a:active {
        display: inline-block;
        width: inherit;
        height: 100%;
        color: #fff;
        text-decoration: underline; }
      #layout-header .header-image-background .logo-login-wrapper .user-shape-display {
        padding: 15px 15px 0 0; }
        #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display {
          flex-direction: row;
          flex: 1 1 auto;
          align-items: center;
          justify-content: flex-end;
          display: flex; }
          #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display .user-actions {
            padding: 0 10px; }
      @media screen and (max-width: 500px) {
        #layout-header .header-image-background .logo-login-wrapper .row {
          flex-direction: column; }
          #layout-header .header-image-background .logo-login-wrapper .row .span-4 {
            width: 90%;
            max-width: 90%;
            flex: 0 0 90%; } }
    #layout-header .header-image-background .tpt-blurb-text {
      font-family: "Gotham Book";
      height: 160px;
      display: flex;
      color: white; }
      @media screen and (min-width: 1024px) {
        #layout-header .header-image-background .tpt-blurb-text {
          position: sticky;
          top: 51px; } }
      #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 105px;
        text-align: left;
        font-weight: 300;
        min-height: 200px;
        display: flex;
        flex-direction: column; }
        @media screen and (min-width: 700px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            flex-direction: row;
            width: 680px; } }
        @media screen and (min-width: 1000px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            width: 950px; } }
        #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
          max-width: 480px;
          width: 300px;
          font-size: 18px;
          line-height: 1;
          text-align: center;
          margin: auto 0; }
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background p {
            display: inline-block;
            margin: 0; }
          @media screen and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              width: auto;
              line-height: 40px;
              font-size: 18px;
              padding: 0 15px;
              text-align: left; } }
          @media screen and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: none;
              flex: 1 1 700px;
              font-size: 25px;
              padding: 0 30px; } }
          @media all and (-ms-high-contrast: none) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              height: 80%; } }
        #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
          text-transform: uppercase;
          background: #F36F27;
          box-shadow: inset 3px 0px 5px rgba(6, 29, 74, 0.5);
          text-align: center;
          min-height: 100px;
          width: 300px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media screen and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 320px;
              justify-self: flex-end;
              padding: 0 20px 0 0; } }
          @media screen and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 425px;
              min-width: 425px; } }
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
            line-height: 60px;
            text-transform: uppercase;
            position: relative;
            font-weight: 500;
            font-size: 25px;
            display: inline-block; }
            @media screen and (min-width: 1000px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                font-size: 40px;
                font-weight: bold; } }
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how .tm-text {
            font-size: 14px !important;
            position: absolute;
            margin: -12px 0 0 5px;
            display: inline-block;
            vertical-align: top;
            font-weight: 200; }
  @media screen and (min-height: 500px) {
    #layout-header {
      height: 400px; }
      #layout-header .header-image-background {
        min-height: 400px;
        max-height: 400px;
        background-color: #108833;
        border-bottom: 1px solid #F36F27; }
        #layout-header .header-image-background .logo-login-wrapper {
          background: transparent;
          margin: 0;
          position: sticky;
          top: 0;
          margin-bottom: 15px; }
          #layout-header .header-image-background .logo-login-wrapper .logo-container {
            padding: 5px 10px; }
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            background-position: 0px 7px;
            margin-top: 2px;
            width: 250px;
            height: 39px;
            background-size: 100% auto;
            background-repeat: no-repeat; } }
        @media screen and (min-height: 500px) and (min-width: 1400px) {
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            width: 440px;
            height: 60px; } }
  @media screen and (min-height: 500px) {
          #layout-header .header-image-background .logo-login-wrapper a,
          #layout-header .header-image-background .logo-login-wrapper a:link,
          #layout-header .header-image-background .logo-login-wrapper a:visited,
          #layout-header .header-image-background .logo-login-wrapper a:hover,
          #layout-header .header-image-background .logo-login-wrapper a:active {
            display: inline-block;
            width: inherit;
            height: 100%;
            color: #fff;
            text-decoration: underline; }
          #layout-header .header-image-background .logo-login-wrapper .user-shape-display {
            padding: 15px 15px 0 0; }
            #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display {
              flex-direction: row;
              flex: 1 1 auto;
              align-items: center;
              justify-content: flex-end;
              display: flex; }
              #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display .user-actions {
                padding: 0 10px; } }
      @media screen and (min-height: 500px) and (max-width: 500px) {
        #layout-header .header-image-background .logo-login-wrapper .row {
          flex-direction: column; }
          #layout-header .header-image-background .logo-login-wrapper .row .span-4 {
            width: 90%;
            max-width: 90%;
            flex: 0 0 90%; } }
  @media screen and (min-height: 500px) {
        #layout-header .header-image-background .tpt-blurb-text {
          font-family: "Gotham Book";
          height: 160px;
          display: flex;
          color: white; } }
      @media screen and (min-height: 500px) and (min-width: 1024px) {
        #layout-header .header-image-background .tpt-blurb-text {
          position: sticky;
          top: 51px; } }
  @media screen and (min-height: 500px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            width: 300px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 105px;
            text-align: left;
            font-weight: 300;
            min-height: 200px;
            display: flex;
            flex-direction: column; } }
        @media screen and (min-height: 500px) and (min-width: 700px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            flex-direction: row;
            width: 680px; } }
        @media screen and (min-height: 500px) and (min-width: 1000px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            width: 950px; } }
  @media screen and (min-height: 500px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: 480px;
              width: 300px;
              font-size: 18px;
              line-height: 1;
              text-align: center;
              margin: auto 0; }
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background p {
                display: inline-block;
                margin: 0; } }
          @media screen and (min-height: 500px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              width: auto;
              line-height: 40px;
              font-size: 18px;
              padding: 0 15px;
              text-align: left; } }
          @media screen and (min-height: 500px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: none;
              flex: 1 1 700px;
              font-size: 25px;
              padding: 0 30px; } }
  @media screen and (min-height: 500px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              text-transform: uppercase;
              background: #F36F27;
              box-shadow: inset 3px 0px 5px rgba(6, 29, 74, 0.5);
              text-align: center;
              min-height: 100px;
              width: 300px;
              display: flex;
              flex-direction: column;
              justify-content: center; } }
          @media screen and (min-height: 500px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 320px;
              justify-self: flex-end;
              padding: 0 20px 0 0; } }
          @media screen and (min-height: 500px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 425px;
              min-width: 425px; } }
  @media screen and (min-height: 500px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                line-height: 60px;
                text-transform: uppercase;
                position: relative;
                font-weight: 500;
                font-size: 25px;
                display: inline-block; } }
            @media screen and (min-height: 500px) and (min-width: 1000px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                font-size: 40px;
                font-weight: bold; } }
  @media screen and (min-height: 500px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how .tm-text {
                font-size: 14px !important;
                position: absolute;
                margin: -12px 0 0 5px;
                display: inline-block;
                vertical-align: top;
                font-weight: 200; } }
  @media screen and (min-height: 600px) {
    #layout-header {
      height: 500px; }
      #layout-header .header-image-background {
        min-height: 500px;
        max-height: 500px;
        background-color: #108833;
        border-bottom: 1px solid #F36F27; }
        #layout-header .header-image-background .logo-login-wrapper {
          background: transparent;
          margin: 0;
          position: sticky;
          top: 0;
          margin-bottom: 15px; }
          #layout-header .header-image-background .logo-login-wrapper .logo-container {
            padding: 5px 10px; }
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            background-position: 0px 7px;
            margin-top: 2px;
            width: 250px;
            height: 39px;
            background-size: 100% auto;
            background-repeat: no-repeat; } }
        @media screen and (min-height: 600px) and (min-width: 1400px) {
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            width: 440px;
            height: 60px; } }
  @media screen and (min-height: 600px) {
          #layout-header .header-image-background .logo-login-wrapper a,
          #layout-header .header-image-background .logo-login-wrapper a:link,
          #layout-header .header-image-background .logo-login-wrapper a:visited,
          #layout-header .header-image-background .logo-login-wrapper a:hover,
          #layout-header .header-image-background .logo-login-wrapper a:active {
            display: inline-block;
            width: inherit;
            height: 100%;
            color: #fff;
            text-decoration: underline; }
          #layout-header .header-image-background .logo-login-wrapper .user-shape-display {
            padding: 15px 15px 0 0; }
            #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display {
              flex-direction: row;
              flex: 1 1 auto;
              align-items: center;
              justify-content: flex-end;
              display: flex; }
              #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display .user-actions {
                padding: 0 10px; } }
      @media screen and (min-height: 600px) and (max-width: 500px) {
        #layout-header .header-image-background .logo-login-wrapper .row {
          flex-direction: column; }
          #layout-header .header-image-background .logo-login-wrapper .row .span-4 {
            width: 90%;
            max-width: 90%;
            flex: 0 0 90%; } }
  @media screen and (min-height: 600px) {
        #layout-header .header-image-background .tpt-blurb-text {
          font-family: "Gotham Book";
          height: 160px;
          display: flex;
          color: white; } }
      @media screen and (min-height: 600px) and (min-width: 1024px) {
        #layout-header .header-image-background .tpt-blurb-text {
          position: sticky;
          top: 51px; } }
  @media screen and (min-height: 600px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            width: 300px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 105px;
            text-align: left;
            font-weight: 300;
            min-height: 200px;
            display: flex;
            flex-direction: column; } }
        @media screen and (min-height: 600px) and (min-width: 700px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            flex-direction: row;
            width: 680px; } }
        @media screen and (min-height: 600px) and (min-width: 1000px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            width: 950px; } }
  @media screen and (min-height: 600px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: 480px;
              width: 300px;
              font-size: 18px;
              line-height: 1;
              text-align: center;
              margin: auto 0; }
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background p {
                display: inline-block;
                margin: 0; } }
          @media screen and (min-height: 600px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              width: auto;
              line-height: 40px;
              font-size: 18px;
              padding: 0 15px;
              text-align: left; } }
          @media screen and (min-height: 600px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: none;
              flex: 1 1 700px;
              font-size: 25px;
              padding: 0 30px; } }
  @media screen and (min-height: 600px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              text-transform: uppercase;
              background: #F36F27;
              box-shadow: inset 3px 0px 5px rgba(6, 29, 74, 0.5);
              text-align: center;
              min-height: 100px;
              width: 300px;
              display: flex;
              flex-direction: column;
              justify-content: center; } }
          @media screen and (min-height: 600px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 320px;
              justify-self: flex-end;
              padding: 0 20px 0 0; } }
          @media screen and (min-height: 600px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 425px;
              min-width: 425px; } }
  @media screen and (min-height: 600px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                line-height: 60px;
                text-transform: uppercase;
                position: relative;
                font-weight: 500;
                font-size: 25px;
                display: inline-block; } }
            @media screen and (min-height: 600px) and (min-width: 1000px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                font-size: 40px;
                font-weight: bold; } }
  @media screen and (min-height: 600px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how .tm-text {
                font-size: 14px !important;
                position: absolute;
                margin: -12px 0 0 5px;
                display: inline-block;
                vertical-align: top;
                font-weight: 200; } }
  @media screen and (min-height: 700px) {
    #layout-header {
      height: 600px; }
      #layout-header .header-image-background {
        min-height: 600px;
        max-height: 600px;
        background-color: #108833;
        border-bottom: 1px solid #F36F27; }
        #layout-header .header-image-background .logo-login-wrapper {
          background: transparent;
          margin: 0;
          position: sticky;
          top: 0;
          margin-bottom: 15px; }
          #layout-header .header-image-background .logo-login-wrapper .logo-container {
            padding: 5px 10px; }
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            background-position: 0px 7px;
            margin-top: 2px;
            width: 250px;
            height: 39px;
            background-size: 100% auto;
            background-repeat: no-repeat; } }
        @media screen and (min-height: 700px) and (min-width: 1400px) {
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            width: 440px;
            height: 60px; } }
  @media screen and (min-height: 700px) {
          #layout-header .header-image-background .logo-login-wrapper a,
          #layout-header .header-image-background .logo-login-wrapper a:link,
          #layout-header .header-image-background .logo-login-wrapper a:visited,
          #layout-header .header-image-background .logo-login-wrapper a:hover,
          #layout-header .header-image-background .logo-login-wrapper a:active {
            display: inline-block;
            width: inherit;
            height: 100%;
            color: #fff;
            text-decoration: underline; }
          #layout-header .header-image-background .logo-login-wrapper .user-shape-display {
            padding: 15px 15px 0 0; }
            #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display {
              flex-direction: row;
              flex: 1 1 auto;
              align-items: center;
              justify-content: flex-end;
              display: flex; }
              #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display .user-actions {
                padding: 0 10px; } }
      @media screen and (min-height: 700px) and (max-width: 500px) {
        #layout-header .header-image-background .logo-login-wrapper .row {
          flex-direction: column; }
          #layout-header .header-image-background .logo-login-wrapper .row .span-4 {
            width: 90%;
            max-width: 90%;
            flex: 0 0 90%; } }
  @media screen and (min-height: 700px) {
        #layout-header .header-image-background .tpt-blurb-text {
          font-family: "Gotham Book";
          height: 160px;
          display: flex;
          color: white; } }
      @media screen and (min-height: 700px) and (min-width: 1024px) {
        #layout-header .header-image-background .tpt-blurb-text {
          position: sticky;
          top: 51px; } }
  @media screen and (min-height: 700px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            width: 300px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 105px;
            text-align: left;
            font-weight: 300;
            min-height: 200px;
            display: flex;
            flex-direction: column; } }
        @media screen and (min-height: 700px) and (min-width: 700px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            flex-direction: row;
            width: 680px; } }
        @media screen and (min-height: 700px) and (min-width: 1000px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            width: 950px; } }
  @media screen and (min-height: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: 480px;
              width: 300px;
              font-size: 18px;
              line-height: 1;
              text-align: center;
              margin: auto 0; }
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background p {
                display: inline-block;
                margin: 0; } }
          @media screen and (min-height: 700px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              width: auto;
              line-height: 40px;
              font-size: 18px;
              padding: 0 15px;
              text-align: left; } }
          @media screen and (min-height: 700px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: none;
              flex: 1 1 700px;
              font-size: 25px;
              padding: 0 30px; } }
  @media screen and (min-height: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              text-transform: uppercase;
              background: #F36F27;
              box-shadow: inset 3px 0px 5px rgba(6, 29, 74, 0.5);
              text-align: center;
              min-height: 100px;
              width: 300px;
              display: flex;
              flex-direction: column;
              justify-content: center; } }
          @media screen and (min-height: 700px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 320px;
              justify-self: flex-end;
              padding: 0 20px 0 0; } }
          @media screen and (min-height: 700px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 425px;
              min-width: 425px; } }
  @media screen and (min-height: 700px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                line-height: 60px;
                text-transform: uppercase;
                position: relative;
                font-weight: 500;
                font-size: 25px;
                display: inline-block; } }
            @media screen and (min-height: 700px) and (min-width: 1000px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                font-size: 40px;
                font-weight: bold; } }
  @media screen and (min-height: 700px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how .tm-text {
                font-size: 14px !important;
                position: absolute;
                margin: -12px 0 0 5px;
                display: inline-block;
                vertical-align: top;
                font-weight: 200; } }
  @media screen and (min-height: 800px) {
    #layout-header {
      height: 700px; }
      #layout-header .header-image-background {
        min-height: 700px;
        max-height: 700px;
        background-color: #108833;
        border-bottom: 1px solid #F36F27; }
        #layout-header .header-image-background .logo-login-wrapper {
          background: transparent;
          margin: 0;
          position: sticky;
          top: 0;
          margin-bottom: 15px; }
          #layout-header .header-image-background .logo-login-wrapper .logo-container {
            padding: 5px 10px; }
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            background-position: 0px 7px;
            margin-top: 2px;
            width: 250px;
            height: 39px;
            background-size: 100% auto;
            background-repeat: no-repeat; } }
        @media screen and (min-height: 800px) and (min-width: 1400px) {
          #layout-header .header-image-background .logo-login-wrapper .tpt-logo {
            width: 440px;
            height: 60px; } }
  @media screen and (min-height: 800px) {
          #layout-header .header-image-background .logo-login-wrapper a,
          #layout-header .header-image-background .logo-login-wrapper a:link,
          #layout-header .header-image-background .logo-login-wrapper a:visited,
          #layout-header .header-image-background .logo-login-wrapper a:hover,
          #layout-header .header-image-background .logo-login-wrapper a:active {
            display: inline-block;
            width: inherit;
            height: 100%;
            color: #fff;
            text-decoration: underline; }
          #layout-header .header-image-background .logo-login-wrapper .user-shape-display {
            padding: 15px 15px 0 0; }
            #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display {
              flex-direction: row;
              flex: 1 1 auto;
              align-items: center;
              justify-content: flex-end;
              display: flex; }
              #layout-header .header-image-background .logo-login-wrapper .user-shape-display .user-display .user-actions {
                padding: 0 10px; } }
      @media screen and (min-height: 800px) and (max-width: 500px) {
        #layout-header .header-image-background .logo-login-wrapper .row {
          flex-direction: column; }
          #layout-header .header-image-background .logo-login-wrapper .row .span-4 {
            width: 90%;
            max-width: 90%;
            flex: 0 0 90%; } }
  @media screen and (min-height: 800px) {
        #layout-header .header-image-background .tpt-blurb-text {
          font-family: "Gotham Book";
          height: 160px;
          display: flex;
          color: white; } }
      @media screen and (min-height: 800px) and (min-width: 1024px) {
        #layout-header .header-image-background .tpt-blurb-text {
          position: sticky;
          top: 51px; } }
  @media screen and (min-height: 800px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            width: 300px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 105px;
            text-align: left;
            font-weight: 300;
            min-height: 200px;
            display: flex;
            flex-direction: column; } }
        @media screen and (min-height: 800px) and (min-width: 700px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            flex-direction: row;
            width: 680px; } }
        @media screen and (min-height: 800px) and (min-width: 1000px) {
          #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline {
            width: 950px; } }
  @media screen and (min-height: 800px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: 480px;
              width: 300px;
              font-size: 18px;
              line-height: 1;
              text-align: center;
              margin: auto 0; }
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background p {
                display: inline-block;
                margin: 0; } }
          @media screen and (min-height: 800px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              width: auto;
              line-height: 40px;
              font-size: 18px;
              padding: 0 15px;
              text-align: left; } }
          @media screen and (min-height: 800px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .gray-background {
              max-width: none;
              flex: 1 1 700px;
              font-size: 25px;
              padding: 0 30px; } }
  @media screen and (min-height: 800px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              text-transform: uppercase;
              background: #F36F27;
              box-shadow: inset 3px 0px 5px rgba(6, 29, 74, 0.5);
              text-align: center;
              min-height: 100px;
              width: 300px;
              display: flex;
              flex-direction: column;
              justify-content: center; } }
          @media screen and (min-height: 800px) and (min-width: 700px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 320px;
              justify-self: flex-end;
              padding: 0 20px 0 0; } }
          @media screen and (min-height: 800px) and (min-width: 1000px) {
            #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background {
              width: 425px;
              min-width: 425px; } }
  @media screen and (min-height: 800px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                line-height: 60px;
                text-transform: uppercase;
                position: relative;
                font-weight: 500;
                font-size: 25px;
                display: inline-block; } }
            @media screen and (min-height: 800px) and (min-width: 1000px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how > div {
                font-size: 40px;
                font-weight: bold; } }
  @media screen and (min-height: 800px) {
              #layout-header .header-image-background .tpt-blurb-text .tpt-blurb-text-outline .orange-background .we-know-how .tm-text {
                font-size: 14px !important;
                position: absolute;
                margin: -12px 0 0 5px;
                display: inline-block;
                vertical-align: top;
                font-weight: 200; } }

.home-icon {
  position: sticky;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 200;
  float: right; }
  .home-icon .tpt-logo.icon-background {
    animation: fadeOut ease 1s forwards;
    -webkit-animation: fadeOut ease 1s forwards;
    -moz-animation: fadeOut ease 1s forwards;
    -o-animation: fadeOut ease 1s forwards;
    -ms-animation: fadeOut ease 1s forwards;
    background-size: cover !important;
    width: 40px !important;
    height: 40px !important;
    background-position: unset !important; }
    .home-icon .tpt-logo.icon-background:hover {
      animation: fadeIn ease 1s forwards;
      -webkit-animation: fadeIn ease 1s forwards;
      -moz-animation: fadeIn ease 1s forwards;
      -o-animation: fadeIn ease 1s forwards;
      -ms-animation: fadeIn ease 1s forwards; }

.news-announcement-widget {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.8em;
  color: #061d4a;
  text-transform: uppercase; }
  @media screen and (min-width: 500px) {
    .news-announcement-widget {
      font-size: 3.5em; } }

.user-dashboard-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  min-height: calc(700px - 80px); }
  .user-dashboard-contents > div {
    display: inline-block;
    min-width: 200px;
    max-width: 250px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 38px -5px rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 550px) {
    .user-dashboard-contents {
      margin: 0;
      justify-content: space-evenly;
      flex-direction: row;
      position: relative; } }

.dashboard-panel-container {
  overflow: hidden;
  box-shadow: 0px 13px 21px -5px rgba(119, 119, 119, 0.2); }
  @media screen and (min-width: 550px) {
    .dashboard-panel-container {
      position: sticky;
      top: 80px; } }
  .dashboard-panel-container:hover .header, .dashboard-panel-container:focus .header {
    background-color: #F36F27; }
    .dashboard-panel-container:hover .header .header-title h4, .dashboard-panel-container:focus .header .header-title h4 {
      color: white; }
  .dashboard-panel-container .header {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 24px -10px rgba(0, 0, 0, 0.2); }
    .dashboard-panel-container .header .header-title {
      text-align: center;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
      .dashboard-panel-container .header .header-title h4 {
        color: #F36F27;
        margin: 0; }
  .dashboard-panel-container .dashboard-row {
    position: relative;
    background-color: rgba(158, 200, 227, 0.5);
    height: 100%;
    width: 100%;
    padding: 10% 0;
    display: table;
    height: 100%;
    transition: .35s ease color; }
    .dashboard-panel-container .dashboard-row:before {
      content: '';
      z-index: -1;
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      transition: .35s ease left; }
    .dashboard-panel-container .dashboard-row.is-current:before, .dashboard-panel-container .dashboard-row:hover:before {
      left: 0; }
    .dashboard-panel-container .dashboard-row .dashboard-col {
      display: table-cell;
      text-transform: capitalize; }
      .dashboard-panel-container .dashboard-row .dashboard-col:first-child {
        padding-left: 5%; }
      .dashboard-panel-container .dashboard-row .dashboard-col:nth-child(2) {
        text-align: right;
        padding-right: 5%; }

.wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  margin: 4rem; }
  @media (max-width: 900px) {
    .wrapper {
      grid-template-columns: 1fr;
      grid-gap: 2rem; } }

.loaders {
  text-align: center;
  height: 300px;
  line-height: 310px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;
  border-radius: 0.5rem; }

.loader {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle; }

/*	$Loader Quadrant
        ========================================================================== */
.loader-quart {
  border-radius: 50px;
  border: 6px solid rgba(255, 255, 255, 0.4); }
  .loader-quart:after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #000;
    animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.homepage-contents {
  min-height: 400px; }
  .homepage-contents .photo-banner-container {
    margin-bottom: 10px; }
    .homepage-contents .photo-banner-container .flickity-viewport .flickity-item {
      padding: 5px; }
      .homepage-contents .photo-banner-container .flickity-viewport .flickity-item .flickity-content {
        position: relative;
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 10px; }
        .homepage-contents .photo-banner-container .flickity-viewport .flickity-item .flickity-content:hover {
          transform: scale(1.1); }
  .homepage-contents .homepage-content {
    flex-direction: column;
    position: relative;
    padding-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .homepage-contents .homepage-content {
        flex-direction: row; } }
    @media screen and (max-width: 500px) {
      .homepage-contents .homepage-content .span-10.cell.cell-display-entries,
      .homepage-contents .homepage-content .span-2.cell.collaborating-column {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100%;
        margin-top: 10vw; } }
    .homepage-contents .homepage-content .cell-display-entries {
      display: flex;
      flex-direction: initial;
      justify-content: center; }
      .homepage-contents .homepage-content .cell-display-entries > div:first-child {
        width: 100%; }
      @media screen and (max-width: 768px) {
        .homepage-contents .homepage-content .cell-display-entries {
          flex: 0 0 60% !important;
          max-width: 60% !important; } }
      @media screen and (min-width: 1024px) {
        .homepage-contents .homepage-content .cell-display-entries {
          flex-direction: row;
          flex: 0 0 80% !important;
          max-width: 80% !important; } }
    .homepage-contents .homepage-content .collaborating-column {
      margin: 15px 0; }
      @media screen and (max-width: 768px) {
        .homepage-contents .homepage-content .collaborating-column {
          flex: 0 0 40% !important;
          max-width: 40% !important; } }
      @media screen and (min-width: 1024px) {
        .homepage-contents .homepage-content .collaborating-column {
          flex-direction: row;
          flex: 0 0 20% !important;
          max-width: 20% !important; } }
      .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links {
        width: 90%;
        margin: 0 auto;
        border-radius: 10px;
        background: rgba(119, 119, 119, 0.2); }
        .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav ul {
          list-style: none;
          margin: 0 auto;
          padding: calc(15px - 5px);
          width: 90%; }
        .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li {
          text-align: center;
          font-size: 1.5em;
          font-weight: bold;
          line-height: 1.6em; }
          @media screen and (min-width: 768px) {
            .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li {
              font-size: 1em; } }
          @media screen and (min-width: 1440px) {
            .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li {
              font-size: 1.5em; } }
          .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li.last {
            padding: 15px 0 0; }
          .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li ul {
            text-transform: uppercase;
            text-align: left;
            font-weight: normal;
            font-size: 1rem;
            border-bottom: 1px solid #061d4a; }
            .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li ul a,
            .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li ul a:link,
            .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li ul a:visited,
            .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li ul a:hover,
            .homepage-contents .homepage-content .collaborating-column .widget-collaboration-links nav > ul > li ul a:active {
              display: inline-block;
              width: inherit;
              height: 100%;
              color: #F36F27; }
    .homepage-contents .homepage-content .widget-news-archive {
      font-size: 1.25em;
      position: absolute;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 20px 0 0; }
      .homepage-contents .homepage-content .widget-news-archive ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        text-align: center; }
    .homepage-contents .homepage-content .cell-display-entries {
      margin-top: 15px; }
      .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news,
      .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private {
        height: 100%; }
        @media screen and (max-width: 1024px) {
          .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news,
          .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private {
            max-width: 90%;
            margin: 0 auto; } }
        .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul,
        .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex: 1 0 auto;
          width: 100%;
          flex-direction: column;
          justify-content: space-around; }
          @media screen and (min-width: 1024px) {
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul,
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul {
              flex-direction: row; } }
          .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li,
          .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li {
            min-width: 100%;
            max-width: 100%;
            text-align: center;
            border-radius: 10px;
            background: rgba(119, 119, 119, 0.2);
            padding: 1rem;
            order: 1;
            margin: 1vw 0; }
            @media screen and (min-width: 1024px) {
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li,
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li {
                min-width: 30%;
                max-width: 30%;
                margin: 0; } }
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li.first,
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li.first {
              order: 2; }
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li.last,
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li.last {
              order: 3; }
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item,
            .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item {
              height: 100%;
              width: 95%;
              margin: 0 auto;
              display: inline-flex;
              flex-direction: column;
              justify-content: space-evenly; }
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item header,
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item header {
                min-height: 70px; }
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item header a,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item header a:link,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item header a:visited,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item header a:hover,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item header a:active,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item header .orange-header-text,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item header a,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item header a:link,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item header a:visited,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item header a:hover,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item header a:active,
                .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item header .orange-header-text {
                  display: inline-block;
                  width: inherit;
                  height: 100%;
                  color: #F36F27;
                  font-size: 1.2em;
                  line-height: 1.3em; }
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item div,
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item div {
                display: flex;
                position: relative;
                justify-content: space-evenly;
                align-items: baseline; }
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item .blog-entry-background,
              .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item .blog-entry-background {
                height: 160px;
                width: 280px;
                background-size: 100% 100%;
                background-repeat: no-repeat; }
                @media screen and (min-width: 370px) {
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item .blog-entry-background,
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item .blog-entry-background {
                    width: 290px;
                    height: 160px; } }
                @media screen and (min-width: 600px) {
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item .blog-entry-background,
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item .blog-entry-background {
                    width: 360px;
                    height: 200px; } }
                @media screen and (min-width: 1024px) {
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item .blog-entry-background,
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item .blog-entry-background {
                    width: 180px;
                    height: 140px; } }
                @media screen and (min-width: 1280px) {
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item .blog-entry-background,
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item .blog-entry-background {
                    width: 260px;
                    height: 150px; } }
                @media screen and (min-width: 1400px) {
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item .blog-entry-background,
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item .blog-entry-background {
                    width: 300px;
                    height: 170px; } }
                @media screen and (min-width: 1441px) {
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news ul li article.content-item .blog-entry-background,
                  .homepage-contents .homepage-content .cell-display-entries .widget-breaking-news-private ul li article.content-item .blog-entry-background {
                    width: 400px;
                    height: 225px; } }

/*# sourceMappingURL=maps/page-homepage.css.map */
