/*

A method of using psuedo elements to maintain an elements aspect ratio, even as it scales.
The mixin assumes you'll be nesting an <a> element inside your initial block that has a background image.

*/
@font-face {
  font-family: "Museo-300";
  src: url("../fonts/museo/museosansrounded-300-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/museo/museosansrounded-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/museosansrounded-300-webfont.woff") format("woff"), url("../fonts/museo/museosansrounded-300-webfont.ttf") format("truetype"), url("../fonts/museo/museosansrounded-300-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Museo-500";
  src: url("../fonts/museo/museosansrounded-500-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/museo/museosansrounded-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/museosansrounded-500-webfont.woff") format("woff"), url("../fonts/museo/museosansrounded-500-webfont.ttf") format("truetype"), url("../fonts/museo/museosansrounded-500-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Museo-700";
  src: url("../fonts/museo/museosansrounded-700-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/museo/museosansrounded-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/museosansrounded-700-webfont.woff") format("woff"), url("../fonts/museo/museosansrounded-700-webfont.ttf") format("truetype"), url("../fonts/museo/museosansrounded-700-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
body {
  font-family: "Museo-300", sans-serif;
}

.button {
  background: #005E5A;
  color: white;
  text-align: center;
  padding: 16px;
}

.back-button, .forward-button {
  background: #005E5A;
  color: white;
  padding: 16px 32px;
  font-size: 18px;
  font-family: "Museo-300", sans-serif;
  line-height: 1;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 27px 35px;
  text-indent: -9999px;
  background: url(../img/left-arrow-angle.png) no-repeat center center #005E5A;
}
.back-button.active, .forward-button.active {
  display: block;
}

.forward-button {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quiz-form button,
.quiz-start button {
  position: absolute;
  bottom: 0;
}

.list-unstyled {
  list-style-type: none;
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

h1.entry-title {
  background: #60BFA4;
  margin: 0;
  padding: 16px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 1px 0 #005E5A;
}

hr {
  border-bottom: 1px solid #999999;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-navigation ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 0.5em;
  transition: all 0.3s ease;
}
.site-navigation ul li a:hover {
  cursor: pointer;
}

.gallery {
  float: left;
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl, .gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.quiz-form,
.quiz-start {
  padding: 0;
  position: relative;
  background: white;
  height: 100%;
}
.quiz-form input,
.quiz-form textarea,
.quiz-start input,
.quiz-start textarea {
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 8px;
  outline: none;
  width: 100%;
  margin-top: 16px;
}
.quiz-form input:focus, .quiz-form input:active,
.quiz-form textarea:focus,
.quiz-form textarea:active,
.quiz-start input:focus,
.quiz-start input:active,
.quiz-start textarea:focus,
.quiz-start textarea:active {
  outline: none;
}
.quiz-form textarea,
.quiz-start textarea {
  min-height: 400px;
}

.quiz-wrap {
  position: relative;
  margin-top: 16px;
  height: calc( 100vh - 54px);
}
@media only screen and (max-width: 599px) {
  .quiz-wrap {
    height: calc( 100vh - 164px);
  }
}

.quiz-wrapper,
.quiz-report-wrap {
  padding: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.quiz-form input,
.quiz-form button {
  display: block;
  width: 100%;
}

.quiz_form_ctrl_label {
  margin-bottom: 16px;
}

.quiz_form_ctrl_item,
.quiz_form_ctrl_error {
  padding: 0 16px;
}

.quiz-form-error,
.quiz-form-success {
  border-radius: 0;
}

.quiz_form_ctrl label {
  display: block;
  margin: 0;
}
.quiz_form_ctrl span {
  display: block;
  padding: 16px 32px;
  margin: 0 -16px;
  background: #005E5A;
  color: white;
  border-bottom: 1px solid #60BFA4;
}
.quiz_form_ctrl input[type=radio] {
  display: none;
}
.quiz_form_ctrl input[type=radio]:checked + span {
  background: #60BFA4;
}

.quiz-report-form {
  position: relative;
  text-align: right;
}
.quiz-report-form select,
.quiz-report-form .button {
  display: inline-block;
  vertical-align: bottom;
  padding: 8px;
  border: 0;
  height: 35px;
  border-radius: 0;
}
.quiz-report-form select {
  margin-left: 16px;
  background: #005E5A;
  color: white;
}
.quiz-report-form:before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  top: 12px;
  right: 103px;
}
@media only screen and (max-width: 599px) {
  .quiz-report-form:before {
    content: "";
  }
}

.quiz-result-question-item {
  border-radius: 0;
}

.page-login .col-xs-8,
.page-login .col-md-10 {
  float: none;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .page-login .col-xs-8,
.page-login .col-md-10 {
    width: 100%;
  }
}
.page-login h3 {
  display: none;
}
.page-login form {
  padding: 32px 0;
}
@media only screen and (min-width: 600px) {
  .page-login form {
    max-width: 420px;
    margin: 0 auto;
  }
}
.page-login .btn {
  background: #005E5A;
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid #60BFA4;
  padding: 16px;
}
.page-login .btn:disabled, .page-login .btn:active {
  background-color: #60BFA4;
}
.page-login input {
  border-radius: 0;
}
.page-login .form-group:last-of-type {
  margin-bottom: 32px;
}
.page-login #btnForgotPassword {
  background: white;
  color: #005E5A;
  text-decoration: underline;
  border: 0;
}

.logged-in .col-xs-8,
.logged-in .col-md-10 {
  padding: 32px 16px;
}

.entry-header {
  position: relative;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  margin: 0;
}

.site-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
.site-container::after {
  clear: both;
  content: "";
  display: block;
}

.main-container::after {
  clear: both;
  content: "";
  display: block;
}

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