@font-face {
  font-family: "Leitura";
  src: url("fonts/Leitura.otf"); }

html {
  background: #FFFAF1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: bold; }

p,
ul,
li,
ol {
  font-family: "effra", sans-serif; }

ol,
ul {
  padding: 0px 16px; }
  ol.small,
  ul.small {
    font-size: 14px; }

li {
  line-height: 1.5em; }

.sans {
  font-family: "effra", sans-serif !important; }

.serif {
  font-family: "Playfair Display", serif !important; }
  .serif > li,
  .serif > p {
    font-family: "Magneta", serif !important; }

.m-serif {
  font-family: "Magneta", serif !important; }

img {
  width: 100%; }

.container {
  width: 80%;
  max-width: 1080px;
  margin: auto; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .column div:nth-child(1) {
    padding-bottom: 0px; }
  .column div:nth-child(2) {
    padding-top: 0px; }

.nav {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #7CB7B6;
  font-family: "effra", sans-serif; }

#home {
  position: absolute;
  top: 25px;
  left: 7%; }

#resources {
  position: absolute;
  top: 25px;
  right: 7%; }

.vc {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.two-column {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.no-pad {
  padding: 8px !important; }

.full {
  width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto; }

.two-third {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99; }
  .two-third.no-head {
    padding-top: 0px; }
  .two-third.finish {
    margin-left: 50px; }

.one-third {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99; }
  .one-third.no-head {
    padding-top: 0px; }
  .one-third.finish {
    margin-left: 50px; }

#course-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  max-height: 750px;
  max-width: 1024px;
  z-index: 0; }
  #course-box .outline {
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: -9; }
    #course-box .outline#outline-1 {
      -webkit-transform: translate(-8px, -8px);
      -ms-transform: translate(-8px, -8px);
      transform: translate(-8px, -8px); }
    #course-box .outline#outline-2 {
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    #course-box .outline#outline-core {
      -webkit-transform: translate(-4px, -4px);
      -ms-transform: translate(-4px, -4px);
      transform: translate(-4px, -4px); }
  #course-box .course .breadcrumb {
    top: 14px;
    font-family: "effra", sans-serif; }
  #course-box p.breadcrumb {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    color: white;
    font-family: "effra", sans-serif; }
  #course-box.module .section-category {
    color: #D0C9C3;
    font-size: 16px;
    margin-top: 0; }
  #course-box.module p {
    font-family: "magneta", monospace;
    font-size: 16px;
    line-height: 1.4em; }
    #course-box.module p.pre-list {
      margin-bottom: 0px; }
    #course-box.module p.small {
      font-size: 14px; }

.blue {
  background: #7CB7B6; }

.orange {
  background: #EC5B3F; }

.yellow {
  background: #FCD083; }

.yellow-dark {
  background: #F3A928; }

.grey {
  background: #D0C9C3; }

.white {
  background: white; }

.white-a {
  background: rgba(255, 255, 255, 0.6); }

.t-orange {
  color: #EC5B3F; }

.t-yellow {
  color: #FCD083; }

.t-dyellow {
  color: #F3A928; }

.t-dgrey {
  color: #6A6A6A !important; }

.b-orange {
  border: 2px solid #EC5B3F; }

.b-dyellow {
  border: 2px solid #F3A928; }

iframe {
  border: none;
  width: 100%;
  height: 100%; }

#course-box.home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #course-box.home .quote {
    font-weight: 600;
    font-style: italic; }
    #course-box.home .quote p {
      margin-bottom: 0px; }
    #course-box.home .quote .author {
      font-weight: 400;
      margin-top: 8px; }
  #course-box.home .wrapper {
    position: relative;
    padding: 20px;
    padding-bottom: 43px;
    min-height: 350px; }
    #course-box.home .wrapper p {
      font-family: "effra", sans-serif; }
    #course-box.home .wrapper #bottom-bar {
      position: absolute;
      width: calc(100% + 2px);
      bottom: 0;
      left: 0;
      height: 43px !important;
      text-align: center; }
      #course-box.home .wrapper #bottom-bar .side-box-btn {
        margin-top: 0px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border-width: 2px;
        text-align: center;
        margin-bottom: -2px;
        margin-left: -2px; }
        #course-box.home .wrapper #bottom-bar .side-box-btn h2 {
          font-family: "magneta", serif;
          font-size: 15px;
          font-weight: 500; }
  #course-box.home .top {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    height: 50%;
    width: 100%;
    text-align: center; }
    #course-box.home .top.intro {
      background-image: url(../img/intro/intro%20intro.jpg);
      background-repeat: no-repeat;
      background-position: 90% center;
      background-size: contain;
      background-blend-mode: multiply;
      height: 70%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%; }
      #course-box.home .top.intro.part-a {
        background-image: url(../img/A/A%20-%20intro.jpg);
        background-position: 90% 80px; }
        #course-box.home .top.intro.part-a .course-title h1 {
          color: #E8C2B2; }
        #course-box.home .top.intro.part-a .course-title h6 {
          color: white; }
      #course-box.home .top.intro.part-b {
        background-image: url(../img/B/cover-photo.svg);
        background-position: 90% 80px;
        background-blend-mode: luminosity; }
        #course-box.home .top.intro.part-b .course-title h1 {
          color: #6A6A6A; }
        #course-box.home .top.intro.part-b .course-title h6 {
          color: white; }
    #course-box.home .top.course {
      max-height: 50px; }
    #course-box.home .top .title {
      margin: auto;
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #course-box.home .top .title h1 {
        color: #EC5B3F;
        margin: 0;
        font-size: 54px; }
      #course-box.home .top .title h6 {
        font-family: "Playfair Display", sans-serif;
        margin: 0;
        color: #7CB7B6;
        font-weight: 500;
        font-size: 18px; }
    #course-box.home .top .course-title {
      position: absolute;
      top: 50%;
      margin-left: 40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: left; }
      #course-box.home .top .course-title h1 {
        font-weight: 400;
        color: white;
        margin: 0;
        font-size: 48px; }
      #course-box.home .top .course-title h6 {
        font-family: "effra", sans-serif;
        font-weight: bold;
        color: #242424;
        font-size: 36px;
        margin: 0; }
  #course-box.home .bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white; }
    #course-box.home .bottom a {
      color: white; }
    #course-box.home .bottom .finish-bg {
      position: absolute;
      top: calc(50%);
      left: 50%;
      width: 90%;
      height: calc(90% - 85px);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: rgba(236, 91, 63, 0.25);
      z-index: 1;
      background-image: url(../img/bird.svg);
      background-blend-mode: multiply;
      background-repeat: no-repeat;
      background-position: bottom right; }
    #course-box.home .bottom.intro {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
      flex: 1 1 45%;
      height: 45%;
      color: black; }
      #course-box.home .bottom.intro a {
        color: black; }
      #course-box.home .bottom.intro > h2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 70px;
        flex: 1 1 70px;
        height: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: white;
        margin: 0px;
        padding: 35px 20px 0px 35px; }
      #course-box.home .bottom.intro > section {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 70px;
        flex: 1 1 70px;
        height: 110px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: white;
        margin: 0px;
        padding: 35px 20px 0px 35px; }
        #course-box.home .bottom.intro > section h2 {
          margin: 0; }
        #course-box.home .bottom.intro > section p {
          margin: 0;
          font-family: "effra", sans-serif;
          font-weight: 500;
          color: #F3A928; }
      #course-box.home .bottom.intro h2 {
        margin-top: 0px; }
      #course-box.home .bottom.intro.part-b .intro-box:nth-child(1) {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto; }
      #course-box.home .bottom.intro.part-b .intro-box:nth-child(2) {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 4px solid #D0C9C3;
        border-right: 4px solid #D0C9C3; }
        #course-box.home .bottom.intro.part-b .intro-box:nth-child(2).orange-b {
          border-color: #FCD083; }
      #course-box.home .bottom.intro.part-b .intro-box:nth-child(3) {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 4px solid #FCD083; }
        #course-box.home .bottom.intro.part-b .intro-box:nth-child(3).yellow-b {
          border-color: #FCD083; }
      #course-box.home .bottom.intro.part-b .intro-box:nth-child(4) {
        -ms-flex-preferred-size: 1;
        flex-basis: 1; }
      #course-box.home .bottom.intro .intro-box:nth-child(1) {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto; }
      #course-box.home .bottom.intro .intro-box:nth-child(2) {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 4px solid #D0C9C3;
        border-right: 4px solid #D0C9C3; }
        #course-box.home .bottom.intro .intro-box:nth-child(2).orange-b {
          border-color: #EC5B3F; }
      #course-box.home .bottom.intro .intro-box:nth-child(3) {
        -ms-flex-preferred-size: 1;
        flex-basis: 1; }
    #course-box.home .bottom .flex {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      width: 100%;
      height: calc(100% - 67px); }
      #course-box.home .bottom .flex section p {
        margin: 0;
        font-family: "effra", sans-serif;
        font-weight: 500;
        color: #F3A928; }
      #course-box.home .bottom .flex img {
        max-width: 80%;
        margin: auto; }
        #course-box.home .bottom .flex img.learning {
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          max-width: 105px; }
        #course-box.home .bottom .flex img.cover {
          max-height: 640px;
          width: auto; }
        #course-box.home .bottom .flex img.learning-circle {
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          max-width: 115px; }
        #course-box.home .bottom .flex img.portrait {
          max-width: 80%;
          width: unset !important;
          max-height: 50%;
          margin: auto; }
        #course-box.home .bottom .flex img.vert {
          width: unset !important;
          height: 100%; }
        #course-box.home .bottom .flex img.vert-s {
          width: unset !important;
          height: 80%; }
      #course-box.home .bottom .flex .image {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center; }
        #course-box.home .bottom .flex .image p {
          text-align: left;
          width: 80%;
          margin: auto;
          margin-top: 12px; }
      #course-box.home .bottom .flex #stamp {
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative; }
        #course-box.home .bottom .flex #stamp > img {
          max-width: 65px; }
        #course-box.home .bottom .flex #stamp #stamp-pic {
          width: 65px;
          height: 65px;
          background-image: url("../img/activity-stamp.svg");
          background-size: cover;
          background-repeat: no-repeat; }
        #course-box.home .bottom .flex #stamp p {
          font-family: "effra", sans-serif;
          color: #EC5B3F;
          font-weight: 600;
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 75px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0px; }
    #course-box.home .bottom .intro-box {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-transform: uppercase;
      text-decoration: none; }
      #course-box.home .bottom .intro-box#testimony {
        background-image: url(../img/intro/team%20intro.jpg);
        background-size: cover;
        background-blend-mode: overlay; }
      #course-box.home .bottom .intro-box#team {
        background-image: url(../img/intro/team%20intro.jpg);
        background-size: cover;
        background-blend-mode: screen; }
      #course-box.home .bottom .intro-box#timeline {
        background-image: url(../img/intro/timeline%20intro.jpeg);
        background-size: cover;
        background-blend-mode: hard-light; }
      #course-box.home .bottom .intro-box#a1 {
        background-image: url(../img/A/A1%20-%20intro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 120px center;
        background-blend-mode: screen; }
      #course-box.home .bottom .intro-box#a2 {
        background-image: url(../img/A/A2%20-%20intro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 140px center;
        background-blend-mode: overlay; }
      #course-box.home .bottom .intro-box#b1 {
        background-image: url(../img/B/B1%20-%20intro.jpg);
        background-size: auto 140%;
        background-repeat: no-repeat;
        background-position: center right;
        background-blend-mode: screen; }
      #course-box.home .bottom .intro-box#b2 {
        background-image: url(../img/B/B2%20-%20Intro.jpg);
        background-size: auto 140%;
        background-repeat: no-repeat;
        background-position: -50px -60px;
        background-blend-mode: screen; }
      #course-box.home .bottom .intro-box#b3 {
        background-image: url(../img/B/b3-intro.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -50px 0px; }
      #course-box.home .bottom .intro-box .title {
        font-weight: 600; }
      #course-box.home .bottom .intro-box .subtext {
        position: absolute;
        bottom: 20px; }
        #course-box.home .bottom .intro-box .subtext.highlight {
          padding: 4px; }
    #course-box.home .bottom .side-box-btn {
      border: 2px solid #EC5B3F;
      width: 100%;
      text-align: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      min-height: 35px;
      padding: 8px; }
      #course-box.home .bottom .side-box-btn.active {
        background: #EC5B3F; }
        #course-box.home .bottom .side-box-btn.active h2 {
          color: white; }
      #course-box.home .bottom .side-box-btn h2 {
        text-align: center;
        color: #242424;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        font-family: "Magneta", sans-serif;
        margin-bottom: 0px;
        line-height: 40px;
        color: #EC5B3F;
        line-height: 20px; }
      #course-box.home .bottom .side-box-btn:nth-child(n) {
        margin-bottom: -2px; }
    #course-box.home .bottom .side-box {
      display: none; }
      #course-box.home .bottom .side-box.active {
        display: block; }
    #course-box.home .bottom #lung-activity {
      width: 100%;
      height: 100%;
      background-image: url(../img/A/A2%20healthy%20lungs-01.png);
      background-size: contain; }
      #course-box.home .bottom #lung-activity:hover {
        background-image: url(../img/A/A2%20healthy%20lungs-02.png); }
  #course-box.home #footer {
    height: 35px;
    width: 100%;
    border-top: 4px solid #EC5B3F; }
    #course-box.home #footer .btn {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Playfair Display", serif;
      color: #EC5B3F; }
      #course-box.home #footer .btn p {
        line-height: 17px;
        margin: 0; }
      #course-box.home #footer .btn:nth-child(n + 2) {
        border-left: 4px solid #EC5B3F; }
      #course-box.home #footer .btn.active {
        background: #EC5B3F;
        color: white; }
      #course-box.home #footer .btn.disabled {
        background: rgba(236, 91, 63, 0.25);
        pointer-events: none; }
      #course-box.home #footer .btn.nav {
        max-width: 80px; }
      #course-box.home #footer .btn img {
        max-height: 100%;
        width: 40px; }
  #course-box.home.part-b .bottom .finish-bg {
    background: rgba(252, 208, 131, 0.5);
    background-image: url(../img/bird.svg);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: bottom right; }
  #course-box.home.part-b .wrapper.tc {
    padding: 0px !important; }
    #course-box.home.part-b .wrapper.tc .side-box {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #course-box.home.part-b .wrapper.tc .side-box .title {
        padding: 8px;
        margin: 0px;
        font-size: 14px;
        text-align: center;
        border-bottom: 2px solid #F3A928; }
      #course-box.home.part-b .wrapper.tc .side-box .two-column {
        padding: 0px !important; }
        #course-box.home.part-b .wrapper.tc .side-box .two-column:nth-child(1) {
          border-right: 2px solid #F3A928; }
        #course-box.home.part-b .wrapper.tc .side-box .two-column > p:not(.title),
        #course-box.home.part-b .wrapper.tc .side-box .two-column > ul {
          padding-top: 8px;
          width: 80%;
          margin: auto; }
  #course-box.home.part-b .side-box-btn {
    border-color: #F3A928; }
    #course-box.home.part-b .side-box-btn.active {
      background: #FCD083; }
    #course-box.home.part-b .side-box-btn h2 {
      color: #F3A928; }
  #course-box.home.part-b #stamp #stamp-pic {
    background-image: url("../img/activity-stamp-yellow.svg") !important; }
  #course-box.home.part-b #stamp p {
    color: #F3A928 !important; }
  #course-box.home.part-b .faq-column {
    color: #FCD083; }
    #course-box.home.part-b .faq-column .faq-box {
      border-color: #FCD083;
      color: #FCD083; }
      #course-box.home.part-b .faq-column .faq-box * {
        color: #F3A928 !important; }
      #course-box.home.part-b .faq-column .faq-box h2 {
        color: #F3A928 !important; }
  #course-box.home.part-b #footer {
    border-color: #FCD083; }
    #course-box.home.part-b #footer * {
      border-color: #FCD083 !important; }
    #course-box.home.part-b #footer .btn {
      color: #F3A928; }
      #course-box.home.part-b #footer .btn.active {
        background: #FCD083;
        color: white; }
      #course-box.home.part-b #footer .btn.disabled {
        background: rgba(252, 208, 131, 0.25);
        pointer-events: none; }
      #course-box.home.part-b #footer .btn.nav img {
        -webkit-filter: hue-rotate(30deg) brightness(1.8);
        filter: hue-rotate(30deg) brightness(1.8); }
  #course-box.home .faq-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #course-box.home .faq-column h2 {
    text-align: center;
    margin-top: 0px;
    font-family: "Magneta", serif;
    color: #EC5B3F !important;
    text-transform: uppercase; }
  #course-box.home .faq-column .faq-box {
    border: 2px solid #EC5B3F;
    overflow: hidden;
    margin-top: -2px;
    text-align: left; }
  #course-box.home .faq-column .faq-box .faq-head {
    position: relative;
    padding: 12px 30px 12px 22px;
    cursor: pointer;
    min-height: 30px; }
  #course-box.home .faq-content ul {
    margin-top: 0px; }
  #course-box.home .faq-column .faq-box.active .toggle {
    -webkit-transform: rotate(90deg) translateX(-80%);
    -ms-transform: rotate(90deg) translateX(-80%);
    transform: rotate(90deg) translateX(-80%); }
  #course-box.home .faq-column .faq-box h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: calc(100% - 60px);
    font-weight: 400;
    font-size: 16px;
    color: black;
    margin-bottom: 0px; }
  #course-box.home .faq-column .faq-box .toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #03045e;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #course-box.home .faq-column .faq-box .faq-content {
    display: none;
    padding: 12px 22px;
    color: #EC5B3F;
    font-family: "effra", sans-serif !important; }
  #course-box.home .faq-column .faq-box .faq-content p {
    margin-bottom: 12px;
    font-weight: 300;
    margin-top: 0;
    color: #EC5B3F;
    font-family: "effra", sans-serif; }

.placeholder {
  position: relative;
  background: #c4c4c4;
  width: 85%;
  height: 85%;
  margin: auto; }
  .placeholder p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

table {
  border: 2px solid #EC5B3F;
  width: 100%;
  font-family: "effra", sans-serif !important;
  font-weight: 400;
  color: #EC5B3F;
  text-align: left; }
  table.long tr td:nth-child(1) {
    padding-left: 180px; }
  table.long tr td:nth-child(2) {
    padding-right: 125px; }
  table th {
    text-align: center;
    border-bottom: 1px solid #EC5B3F;
    font-family: "Magneta", serif;
    color: #EC5B3F;
    padding: 12px;
    text-transform: uppercase;
    font-size: 14px; }
  table tr td:nth-child(1) {
    padding-left: 50px; }
  table td {
    padding: 8px 10px; }
