body {
  background: #F1EEE7;
  color: #073E3E;
}

@media (min-width: 768px) {
  :root {
    --radius-40: 4rem;
    --radius-32: 3.2rem;
    --radius-24: 2.4rem;
    --padd-40: 4rem;
    --padd-tb-80: 8rem 0;
  }
}
@media (max-width: 767px) {
  :root {
    --radius-40: 1.6rem;
    --radius-32: 1.6rem;
    --radius-24: 1.6rem;
    --padd-40: 2.4rem;
    --padd-tb-80: 5rem 0;
    --wp--preset--spacing--50: 1.6rem !important;
    --wp--preset--spacing--50: 1.6rem !important;
  }
}
@media print {
  header, footer {
    display: none;
  }
  #heading1, #heading2 {
    display: none;
  }
  div[id^=sub-chart] {
    display: none;
  }
  #mailLinkWrapper {
    display: none;
  }
  p[id^=reminder] {
    display: none;
  }
  #back {
    display: none;
  }
  p[id^=score] {
    font-size: 200%;
  }
  #clinical-info:after {
    content: "Taken from: https://ax1.ptsslab.ca";
  }
  #psplogo-link, #psplogo-image {
    display: none;
  }
}
h1, h2, h3, h4, h5, h6, p, div {
  font-family: "Montserrat", helvetica, arial, sans-serif;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, p strong, div strong {
  font-family: "Montserrat", helvetica, arial, sans-serif;
}
h1 i, h1 em, h2 i, h2 em, h3 i, h3 em, h4 i, h4 em, h5 i, h5 em, h6 i, h6 em, p i, p em, div i, div em {
  font-family: "Montserrat", helvetica, arial, sans-serif;
}

a {
  font-size: 1.4rem;
  color: #13A4A4;
  text-decoration: none;
  border-bottom: solid 2px #CFDDBD;
}

#psplogo-link {
  max-width: 300px;
  border-bottom: none;
}

#psplogo-image {
  width: 30%;
  max-width: 300px;
}

a:hover, a:focus {
  color: #A9D3D7;
}

a.tooltip-citation {
  font-size: 1rem;
}

#reminder1, #reminder2, #reminder3, #reminder1b {
  font-size: 1em;
}
#reminder1 a, #reminder2 a, #reminder3 a, #reminder1b a {
  font-size: 1em;
}

a:hover, a:link, a:visited, a:active {
  text-decoration: none;
}

header a {
  border-bottom: none;
}

.button {
  background-color: #073E3E;
  border-radius: 10rem;
}

#mailLinkWrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .hero h2 span {
    display: block;
  }
}
#clinical-info p {
  font-style: italic;
  text-align: left;
}

h5 {
  color: #333;
  font-size: 200%;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 450px) {
  .column, .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
select {
  width: 100px;
}

div[id^=sq_] {
  padding-bottom: 20px;
}

.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  margin-right: 10px;
}

select.form-control {
  font-size: 16px;
}

li span {
  position: relative;
  left: -50px;
}

.agreement-content {
  text-align: left;
}

#surveyElement {
  color: #666666;
}
#surveyElement h5 {
  font-size: 125%;
}
#surveyElement h5 u {
  font-size: 120%;
}
#surveyElement span {
  margin-left: 50px;
}

#surveyResult {
  padding-top: 10%;
}

.surveyHeadings {
  font-size: 1.25rem;
}

@media only screen and (max-width: 450px) {
  #surveyResult {
    padding-top: 15%;
  }
  .surveyHeadings {
    font-size: 1rem;
  }
}
#surveyWrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#fullScreeners {
  padding-top: 1rem;
}
#fullScreeners hr {
  padding-top: 2rem;
}

.results {
  padding-top: 10%;
  padding-bottom: 1em;
  position: relative;
}
.results form {
  display: inline-block;
  color: #13A4A4;
}
.results .chart h1 {
  color: #666666;
  font-style: italic;
}
.results .sub-chart {
  margin-right: 15px;
  margin-bottom: 5rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}
.results .sub-chart .left {
  margin-top: 10px;
  float: left;
}
.results .sub-chart .centered {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.results .sub-chart .right {
  margin-top: 10px;
  float: right;
}
.results .sub-chart .area {
  position: absolute;
  height: 100%;
}
.results .line {
  width: 5px;
  height: 60px;
  bottom: -5px;
  background-color: #ffffff;
  position: absolute;
  border: thin solid black;
  box-shadow: 0px 0px 10px #888888;
  z-index: 1;
}
.results p.label-top {
  color: #666666;
  display: block;
  font-style: italic;
  margin-top: -20px;
  margin-left: -10px;
  margin-bottom: 5px;
}
.results p.label-bottom {
  color: #666666;
  display: block;
  font-style: italic;
  margin-top: 50px;
  margin-left: -26px;
}
.results .rectangle {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.results .rectangle span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.results h2 {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: #333;
}
.results h2 span {
  font-weight: 400;
  font-family: "Montserrat", helvetica, arial, sans-serif;
}
.results h3 {
  padding-left: 10px;
  text-align: left;
  color: #333;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 700;
}
.results h4 {
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #333;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 700;
}
.results h5.chart-heading {
  margin-bottom: 2rem;
  color: #333;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 150%;
}
.results p {
  color: #333;
}

.h3underline {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #CFDDBD;
  border-radius: 0;
}

.h3underline .linkButton:hover {
  color: #A9D3D7;
}

.linkButton {
  color: #13A4A4;
  background: none;
  border: none;
  cursor: pointer;
  float: left;
  display: block;
  text-align: left;
}

.linkButton2 {
  float: right;
  color: rgba(19, 164, 164, 0.4);
  background: none;
  border: none;
  cursor: pointer;
  display: block;
}

h3 {
  color: #333;
}

span {
  font-size: 112.5%;
}

body {
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #F1EEE7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100vh;
  }
}

.container {
  min-height: 100%;
  position: relative;
}

.sub-rectangle {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
}

#tooltipcustom {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  border-radius: 6px;
  z-index: 100;
  padding: 15px;
}

#tooltipcustom:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltipcustom.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

#tooltipcustom.left:after {
  left: 10px;
  margin: 0;
}

#tooltipcustom.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

header .row {
  position: relative;
}
header .logo {
  margin: 1.5rem 0;
  height: 130px;
}
header .language {
  position: absolute;
  top: 20px;
  right: 1rem;
  color: #fff;
  background: #073E3E;
  padding: 0.1rem 0.8rem 0.1rem;
  display: inline-block;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  transition: background 300ms linear;
  border-radius: 10rem;
}
@media only screen and (max-width: 450px) {
  header .language {
    font-size: 0.8rem;
  }
}
header .language:hover, header .language:focus {
  background: #13A4A4;
}
@media only screen and (min-width: 800px) {
  header .language {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    background: #073E3E;
    padding: 0.7rem 2.5rem 0.6rem;
    display: block;
  }
}

/*hero*/
.list {
  width: 78%;
  margin: auto;
  max-width: 600px;
}

.survey-group {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.hero {
  flex: 1 0 auto;
  -webkit-flex: 1 0 0;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media only screen and (min-width: 450px) {
  .hero {
    padding-top: 3%;
  }
}
.hero .main-img {
  padding-bottom: 1rem;
  width: 20rem;
}
.hero h2 {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: #333;
}
.hero h2 span {
  font-weight: 400;
  font-family: "Montserrat", helvetica, arial, sans-serif;
}
.hero p {
  color: #666666;
}
.hero .learn-more {
  position: absolute;
  text-transform: uppercase;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  text-align: center;
  width: 100%;
  bottom: 2rem;
  left: 0;
  color: #333;
}
.hero .learn-more i {
  display: block;
}

.hero:first-of-type {
  padding-top: 0;
}

/*content*/
.content {
  padding: 3rem 0;
}
.content p {
  margin-bottom: 2rem;
}
.content h3 {
  color: #073E3E;
  margin-bottom: 1rem;
}
.content h4 {
  color: #073E3E;
  font-size: 1.4rem;
  border-bottom: 1px solid #073E3E;
  margin-bottom: 1rem;
}
.content .list-style-none {
  list-style: none;
}
.content .list-check-circle li {
  padding-left: 1.3em;
}
.content .list-check-circle li:before {
  content: "\f05d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.content:nth-child(odd) {
  background: #fff;
}

.content:nth-child(even) {
  background: #13A4A4;
}

@media screen and (max-width: 450px) {
  .hero h2 span {
    display: block;
  }
}
/*content*/
.content {
  padding: 3rem 0;
}
.content p {
  margin-bottom: 2rem;
}
.content h3 {
  color: #073E3E;
  margin-bottom: 1rem;
}
.content h4 {
  color: #073E3E;
  font-size: 1.4rem;
  border-bottom: 1px solid #CFDDBD;
  margin-bottom: 1rem;
}
.content .list-style-none {
  list-style: none;
}
.content .list-check-circle li {
  padding-left: 1.3em;
}
.content .list-check-circle li:before {
  content: "\f05d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.content:nth-child(odd) {
  background: #fff;
}

.content:nth-child(even) {
  background: #13A4A4;
}

/*footer*/
footer {
  color: #fff;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  flex-shrink: 0;
}
footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 4rem 2rem;
}
footer .footer-content {
  border-radius: var(--radius-40);
  padding: 2rem 3rem 1rem 3rem;
  background: #073E3E;
}
footer .narrow {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 28rem;
}
@media only screen and (max-width: 450px) {
  footer .container {
    padding: 0 0.5rem 1rem 0.5rem;
  }
  footer .footer-content {
    padding: 0.5rem;
  }
  footer .narrow {
    width: 100%;
    min-width: 0px;
  }
  footer .menu > li {
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.6rem 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
  footer a {
    font-size: 0.75rem;
  }
}
footer p {
  font-size: 80%;
}
footer .menu {
  text-align: center;
}
footer .menu > li {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.7rem 1rem 0.7rem 0;
  display: inline-block;
}
footer .menu > li > a {
  padding: 0;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer div {
  color: #fff;
}
footer h3 {
  color: #fff;
}
footer a {
  color: #F8EF00;
  border-bottom: solid 1px #CFDDBD;
  font-size: 1rem;
}
footer a:hover, footer a:focus {
  color: #CFDDBD;
}
footer .white-box {
  background: none;
  padding: 2rem 1rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  color: #13A4A4;
  border: 1px solid #13A4A4;
}
footer .white-box:hover, footer .white-box:focus {
  background: none;
}
footer .footerLogo {
  width: 30%;
  max-width: 300px;
  margin: 1.5rem 0;
}

/*# sourceMappingURL=app.css.map */
