#root {
  /* padding-top: 25px; */
}

#video-dialog .modal-content {
  max-height: 700px;
}

@media screen and (max-width: 480px) {
/*  #dnn_MyFull_ScreenB_Pane {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }*/

  #root {
    padding-left: 0;
    padding-right: 0;
  }
}

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0; 
    padding-top: 40px;
}

#profiler-header {
    background-image: url("/Portals/0/Images/profiler_header.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 24vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}

#profiler-header h1 {
  color: white;
  font-family: Arial;
  margin-bottom: 5%;
  font-size: 3em;
  text-align: center;
  text-shadow: 2px 2px rgba(0,0,0,0.4);
}

@media screen and (max-width: 480px) {
  #profiler-header h1 {
    font-size: 2em;
  }
}

@media print {
  #profiler-header {
    /*display: none;*/
	display: flex;
  }

  .controlbar-fix, header, footer, .slant {
    /*display: none !important;*/
  }
}



.slant {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.slant img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 480px) {
  #profiler-header h1 {
    font-size: 2em;
  }

  .slant {
    display: none;
  }
}

.loader {
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background: rgba(255,255,255, 0.85);
  border-radius: 5px;
}

.loader i {
  font-size: 3em;
  margin-bottom: 20px;
  color: #0d76bd;
  animation: .7s linear infinite spin;
  
}

.loader h2 {
  color: #222
}

@keyframes spin {
  from { transform: rotate(0deg)}
  to { transform: rotate(360deg)}
}

#dialog-wrapper {
  padding: 20px 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  background: white;
  border-radius: 10px;
  color: #6a737b;
  font-size: 1.1em;
}

@media screen and (max-width: 962px) {
  #dialog-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  #dialog-wrapper {
    font-size: .9em;
    padding: 10px;
  }
}

#dialog-wrapper i {
  color: #002b54;
  font-size: 3.5em;
  
}

#dialog-wrapper h2 {
  color: #0d76bd;
  font-size: 1.8em;
  margin: 10px auto 20px auto;
  font-family: Arial;
  font-weight: 400;

}

#dialog-wrapper p {
  align-self: flex-start;
}

#dialog-wrapper ul {
  margin: 0 0 20px 0;
  align-self: flex-start;
  padding-left: 15px
}

#choice-buttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 600px;

}

.choice-spacer {
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

#choice-buttons a {
  color: white;
  font-size: 1.1em;
  padding: 10px;
  width: 200px
}

@media screen and (max-width: 768px) {
  #choice-buttons a {
    width: auto;
  }
}

#choice-buttons a:hover {
  opacity: 0.7
}

#q6 {
  background: #54b948
}

#q30 {
  background: #f26122
}


#steps {
  width: 100%;
  display: flex;
  max-width: 1460px;
  margin: auto;
}

.step {
  width: 34%;
  /* height: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  /***NEW***/
  width:100%;
  display:none;
  text-align:center;
  justify-content:center;
  align-items:center;
}
.step.activated{
	display:block;
}
.step-num {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-size: 2.5em;
  font-weight: bold;
  color: #ddd;
  margin: 0 15px; 
  /*background: url("/Portals/0/Images/hex-grey.png") no-repeat center;*/
  background-size: contain;
  
  /**NEW**/
  display:none;
}

@media screen and (max-width: 360px) {
  .step-num {
    margin: 0 5px;
  }
}

div.step.activated .step-num{
  /* color: #f26122; */
  color: #54B948;
  /*background: url("/Portals/0/Images/hex-gold.png") no-repeat center;*/
  background-size: contain;
}



.step-name {
  padding-bottom: 5px;
  font-size: 2.5em;
  color: #ddd;
  border-bottom: 5px solid #ddd;
  width: 50%;
  position: relative;
  /**NEW**/
  width:auto;
  border-bottom:0px;
}

.step-name::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  right: -5px;
  
}

@media screen and (max-width: 768px) {

  .step {
    padding-right: 5px;
  }

  .step-num {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
  
  .step-name {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 457px) {
    .step {
      height: 70px;
    }

    .step-name {
      font-size: 1em;
    }

    .step-num {
      width: 30px;
      height: 30px;
      font-size: 1.2em;
    }
}

div.step.activated .step-name {
  /*border-bottom: 5px solid #faa634;*/
  /* color: #f26122; */
  color: #54B948;
}

#instructions {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  font-family: Arial;
  padding: 30px 0;
  color: #6a737b;

}

@media screen and (min-width: 1460px) {
  #instructions {
    font-size: 1.1rem;

  }
}

@media screen and (max-width: 480px) {
  #instructions {
    padding: 15px;
  }
}


#progress-container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

#progress-wrapper {
  width: 100%;
  margin: auto;
  background: #ddd;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#progress-wrapper::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  border-bottom: 30px solid white;
  border-left: 30px solid transparent;
  border-right:  30px solid transparent;
}

#progress {
  background: #a0cf67;
  height: 30px;
  transition: all .5s ease-in-out;
}
.answer-options {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 808px) {
  .answer-options {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.profiler-frame {
    padding: 20px;
    border-radius: 5px;
    background-image: url("/Portals/images/orange-pattern_b23ch2.png");
    background-size: cover;
    max-width: 1300px;
    margin: auto;
}

@media screen and (max-width: 480px) {
  .profiler-frame {
    padding: 0;
    background-image: none;
  }
}

.blank-frame {
    border-radius: 5px;
    max-width: 1300px;
    margin: auto;
}

#profiler {
  background: white;
  border-radius: 5px;
  position: relative;

}

.question-number {
  font-size: 22px;
  color: #6a737b;
  padding-right: 10px;
}

.question {
  padding: 20px 20px 0 20px;
  font-family: Arial;
}

.question:nth-of-type(6) {
  padding: 20px;
}

.question p {
  color: #6a737b;
  font-size: 1.1em;
  font-weight: 300;
  margin-bottom: 20px;
}

.radio-btn {
  border: 1px solid #6a737b;
  padding: 8px;
  flex: 1;
  cursor:pointer;
  border-radius: none;
  border-radius: 0;
}

.radio-btn:nth-of-type(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.radio-btn:nth-of-type(5) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.radio-btn.active {
  background: #54b948;
  box-shadow: 0 0 0 3px #a0cf67
}

.radio-btn span {
  color: #6a737b;
  font-size: 16px;
  font-family: Arial;
}

@media screen and (max-width: 480px) {
  .radio-btn {
    margin: 0;
    width: 100%;
    flex: initial;
  }

  .radio-btn:nth-of-type(1) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.radio-btn:nth-of-type(5) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
}


.radio-btn > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}

.radio-btn > input + span {
  transition: all .3s ease-in-out;
  text-align: center;
}

.radio-btn > input:checked {
  background: #54b948
}

.radio-btn > input:checked + span {
  transform: scale(1.2);
  font-weight: 500;
  color: white;
}

#controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px 0;
  max-width: 1300px;
  margin: auto;
  flex-wrap: wrap;
}


#controls .btn {
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  #controls {
    padding: 0;
  }

  #controls .btn {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1460px) {
  #profiler {
    font-size: 1.1rem !important;
  }

  .radio-btn span {
    font-size: 1.1rem !important;
  }
}

.results-container {
  
}

#score-chart {
  margin: auto;
}

.score-wrapper {
  margin: 0 auto 30px auto;
  overflow: hidden;
  background: #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #6a737b !important;
  text-align: center;
  color: #6a737b;
  position: relative;
  border-radius: 3px;
}

.score-wrapper::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateX(50%);
  border-bottom: 34px solid white;
  border-left: 34px solid transparent;
  border-right:  34px solid transparent;
}

.score-bar {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  width: 0;
  transition: all 1s ease-in-out;
  position: relative;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .score-wrapper {
    margin-bottom: 15px;
  }

  .score-wrapper::before {
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
  border-right:  20px solid transparent;
  }

  .score-bar {
    height: 20px;
  }
}

.bar-label {
color: #6a737b;
font-size: 18px;
margin-bottom: 5px;
}

.starred::after {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  color: #fdb913;
  font-size: 1.3em;
  top: 50%;
  left: 5px;
  transform: translate(-130%, -55%);
  text-shadow: inset 2px 2px rgba(255,255,255,0.2)
}

#slider-wrapper {
  
}

#job-table {
  width: 100%;
}

.fa-check {
  color: #54b948;
  font-size: 1.5em;
}

.fa-times {
  color: #f26122;
  font-size: 1.5em;
}

#job-table {
  width: 100%;
  background: white;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#job-table tr th[scope="col"] {
  font-size: 1.2em;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  position: relative;
  font-family: Arial;
  color: #6a737b;
  
}

#job-table tr:nth-of-type(even) {
  background: #eee;
  border-top: 1px solid #6a737b;
  border-bottom: 1px solid #6a737b;
}

#job-table tr td {
  text-align: center;
}

#job-table tr th[scope="row"] {
  padding: 20px 25px;
  text-align: left;
  font-family: Arial;
  font-weight: normal;
}

@media screen and (max-width: 838px) {
  #job-list {
    padding: 15px;
  }

  #job-table tr th {
  font-size: 1em;
  padding: 15px 10px 10px 10px;
  text-align: center;
  font-weight: 500;
  position: relative;
 }

}

@media screen and (max-width: 555px) {
  #job-list {
    padding: 0;
    background-image: none;
  }

  #job-table tr td:first-of-type {
  padding: 10px 5px 5px 5px;
  text-align: left;
}

   #job-table tr th[scope="col"] {
  font-size: .9em;
  padding: 10px 5px 5px 5px;
  text-align: center;
  font-weight: 500;
  position: relative;
 }

}

#controls button {
  color: white;
}

#controls .btn {
  color: white;
}

.next {
  background: #16a0db;
}

.reset {
  /* background: #54b948; */
  background: #F26122;
}

.previous {
  background: #fa7d7d;
}

.dashboard-wrapper {

  max-width: 1300px;
  margin: auto;
}

.result-dashboard {
  display: flex;
  justify-content: space-around;
  padding: 33px 15px 15px 15px;
  color: #6a737b;
  border-radius: 5px;
}

@media screen and (max-width: 550px) {
  .result-dashboard {
    flex-wrap: wrap;
  }
}

.dashboard-label {
  font-family: Arial;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  color: #6a737b !important;
}

.fa-list-alt, .job-label .fa-briefcase {
  padding-right: 10px;
  color: #0d76bd;
}

.dashboard-score-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}

.dashboard-score {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
}

.dashboard-score p {
   color: white;
  padding: 7px 15px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
}

.dashboard-score span {
  font-family: Arial;
  color: #6a737b
}

.short-question {
  padding: 20px 20px 40px 20px;
  color: #6a737b;
  font-family: Arial;
}

.short-question-info {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
}

.short-question-info p {
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  .short-question {
    padding: 10px;
  }

  .short-question-info {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

#job-vid {
  width: 100%;
}

.btn {
  transition: all .5s ease-in-out;
}

.button {
  color: white !important;
  /* background: #f26122; */
  background: #54B948;
}

.button:hover {
  background: white;
  border: 1px solid #f26122;
  color: #f26122 !important;
}

.reset:hover {
  background: white;
  color: #54b948 !important;
  border: 1px solid #54b948;
}

.results:hover {
  background: #fa7d7d;
  color: white;
}

.results span {
  font-size: 12px;
}

.btn.disabled {
  opacity: 0.4;
  background: #ddd;
}

.vid-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vid-error i {
  font-size: 2.5em;
  color: #faa634;
  margin-bottom: 10px;
}

.vid-error p {
  text-align: center;
  color: #6a737b;
  font-family: Arial;
  font-size: 1.3em;
}

.fa-video {
  color: #faa634;
  font-size: 1.5em;
  cursor: pointer;
}

#interest-info {
  height: 500px;
  background-image: url("/Portals/images/Realistic-dark_wr5pf4.jpg");
  background-size: cover;
  position: relative;
  padding: 15px;
  color: white;
}

@media screen and (max-width: 850px) {
  #interest-info {
    height: 300px;
  }
}

#interest-text {
  position: absolute;
  bottom: 55px;
  text-shadow: 2px 2px rgba(0,0,0,0.4);
}


#interest-info p {
  font-size: 1.2em;
}

#interest-selector {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 65px;
  background: rgba(255,255,255,0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interest-option {
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}

.interest-option > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.interest-option > input + img { 
  cursor:pointer;
  border:2px solid transparent;
  width: 60px;
  transition: all .3s ease-in-out;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .interest-option > input + img {
    width: 50px;
  }
}

.interest-option > input:checked + img { 
}

#score-modal {
  font-size: 16px;
}

#score-modal .modal-dialog .modal-content .modal-body h5 {
  margin-top: 15px;
  margin-bottom: 15px !important;
  font-size: 1.3em;
}

#score-modal .modal-dialog .modal-content .modal-body {
  color: #6a737b;
}

#score-modal .modal-dialog .modal-content .modal-body ul {
  margin-left: 20px;
}

#score-modal .modal-dialog {
  background-image: url("/Portals/0/Images/trianglify_orange-1.jpg") !important;
  background-size: cover;
  padding: 15px !Important;
}

#score-modal .modal-dialog .modal-content .modal-header {display: flex;
justify-content: center;
align-items:center;
flex-direction: column;
}
#score-modal .modal-dialog .modal-content .modal-footer {
  margin-top: 0 !important;
}

h5.modal-title {
  color: #54b948 !important;
  font-size: 2em;
}

.score-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-header {
  border: none !important;
}

.modal-footer {
  border-top: none !important;
}

.orange-slant {
  width: 200px;
  height: 8px;
  margin: 25px auto 0 auto;
  background: #f26122;
  position: relative;
}

.orange-slant::before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 8px solid #f26122;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  right: 0;
  transform: translateX(50%) rotate(180deg);
}

/* Tooltips */
.info {
  background: #f26122;
  color: white;
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 3px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 22px;
  right: 8%;
}
.info:hover::before, .info:focus::before {
  content: attr(data-msg);
  position: absolute;
  border-radius: 5px;
  background: #6a737b;
  transition: all .5s ease-in-out;
  opacity: 1;
  padding: 10px;
  width: 150px;
  transform: translateY(-70%);
}

.info:hover::after, .info:focus::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-top: 10px solid #6a737b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
}

@media screen and (max-width: 838px) {
  .info {
    top: 4px;
  }
}

@media screen and (max-width: 555px) {
  .info {
    top: -3px;
  }
}

@media screen and (max-width: 480px) {
  .info {
    display: none;
  }
}

.print-btn-wrapper {
  padding: 10px 0;
  display: flex;
  max-width: 1300px;
  margin: auto;
}

.print-btn {
  color: #6a737b !important;
  cursor: pointer;
  background: #eee;
  border-radius: 4px;
  text-align: center;
  padding: 0px 8px;
  font-size: 12px;
  transition: all .6s ease-in-out;
}

.print-btn:hover {
  background: #16a0db;
  color: white !important;
}

#mail-btn {
  margin-left: 20px;
}

#print-container {
  padding: 0 5%;
  color: #6a737b !important;
}

#print-container h3, #print-container h4, #print-container p {
  text-align: center;
  color: #6a737b !important;
}

#print-buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px;
}

#print-buttons .print-btn {
  width: 90px;
  margin-bottom: 15px;
}

@media print {
  #print-container {
    font-size: 12px;
    padding: 0;
    margin: auto;
  }

  #print-buttons {
    display: none;
  }
  
  #print-container h5 {
    font-size: 16px;
  }
  
  @page {
    size: auto;   /* auto is the initial value */
    margin: 0 10px;  /* this affects the margin in the printer settings */
}
}

#print-jobs-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-inline-start: 0 !important;
}

#print-jobs-list li {
  display: inline-block;
  width: 33%;
  padding: 0 10px 0 25px;
}

#print-jobs-list li::before {
  content: "▪";
  padding-right: 5px;
}

#print-jobs-list li:nth-child(3n - 1), #print-jobs-list li:nth-child(3n) {
  border-left: 2px solid #002b54
}

#print-scores {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.print-score {
  width: 33%;
  box-sizing: border-box;
  padding: 20px;
  border-right: 2px solid #002b54;
}

.print-score:nth-child(3n) {
  border-right: 0;
}

.print-score:nth-child(n + 4) {
  border-top: 2px solid #002b54;
}

.print-score h5 {
  font-weight: bold;
  text-align: center;
}

.blue-thing {
  margin: 15px auto;
  width: 100px;
  height: 2px;
  background: #002b54
}


/* Custom modal styles */

.custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.6);
    animation: modal-fade .3s linear;
}

@keyframes modal-fade {
  from { opacity: 0 }
  to { opacity: 1 }
}

@keyframes modal-window-slide {
  from { opacity: 0; transform: translateY(-100%) }
  to { opacity: 1; transform: translateY(0) }
}

.custom-modal .window {
  position: relative;
  margin: 3em auto;
  max-width: 650px;
  background: white;
  border-radius: 5px;
  padding: 20px;
  animation: modal-window-slide .5s linear;
}

.modal-close {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #222;
  color: white;
  font-family: Oswald;
  font-weight: bold;
  font-size: 16px;
  z-index: 10;
  box-sizing: border-box;
  border: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
  cursor: pointer;
  box-shadow: 1px 2px rgba(0,0,0,0.4)
}

.modal-close i.fa-times {
  color: white;
}

.email-form {
  padding: 0 10%;
  position: relative;
}
.email-form h2 {
  color: #002b54;
  margin: 20px 25px 25px 25px;
  font-size: 1.6em
 }
.email-form img {
  display: block;
  margin: auto;
  width: 125px;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.43))
}

.form-wrapper {
  display: flex;
  align-items: flex-start;
}

.form-wrapper .form-group {
  flex: 1
}

@media screen and (max-width: 480px) {
  .form-wrapper {
    align-items: center;
    flex-direction: column;
  }
  
  .form-wrapper .form-group {
    width: 100%;
  }
}

#emailHelp {
  font-size: 11px;
  color: #aaa;
}

#post-email {
  margin-left: 15px;
  border: none;
  height: 38px;
  background: #0d76bd;
}

 #email-buttons {
  display: flex;
  justify-content: space-around;
  padding: 15px;
}

#email-input {
  padding: 9px 9px 9px 45px;
}

#i-wrap {
  position: relative;
}

#i-wrap::before {
    content: '\f0e0'; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    font-size: 26px;
    position: absolute;
    left: 9px;
    color: #aaa;
}

#email-input:invalid {
  box-shadow: 0 0 10px red;
}

.email-form .error {
  color: #f66;
  font-size: 28px;
  margin-top: 20px;
}

.error-msg {
  color: #6a737b;
  font-size: 18px;
}

.email-form .error-img {
  width: 175px;
}

.license {
  font-size: 12px;
  max-width: 700px;
  border: 1px solid #eee;
  padding: 8px;
  margin: auto;
}

.iframe-wrapper {
  position: relative;
    padding-bottom: 56.25%;
    height: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}

.iframe-wrapper iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.legal-footer {
  margin-top: 3%;
}