/* VARIABLES */
/* black*/
/* black*/
/* grey water*/
/* MIXINS */
/* to usemixins: .mystyle { @include border-radius(10px); }   */
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: black;
  text-align: center; }

h1 {
  font-size: 1.9em;
  line-height: 1.5; }

h2 {
  font-size: 1.6em;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 8px; }

h3 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 3px; }

h4 {
  font-size: 1.1em;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 4px;
  text-align: left; }

h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center {
  text-align: center !important; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: black; }

footer h2 {
  margin-top: 0px; }

footer h3 {
  margin-top: 25px; }

body {
  font-family: "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 1.3em; }

p {
  margin-top: 0.5rem; }

img {
  width: auto; }

.rowpadding {
  padding-top: 50px;
  padding-bottom: 20px; }

.lightbg {
  background-color: #e7e5e5; }

.button, .title-bar .button {
  background-color: black;
  color: white;
  font-family: "Arial", sans-serif;
  font-weight: 700; }

.button:hover, .button:focus {
  background-color: black;
  color: white; }

.button.secondary {
  background-color: black;
  color: black; }

.button.secondary:hover, .button.secondary:focus {
  background-color: black;
  color: black; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  h1 {
    font-size: 1.7em;
    line-height: 1.4; }

  h2 {
    font-size: 1.4em;
    line-height: 1.3; }

  h3 {
    font-size: 1.2em;
    line-height: 1em; }

  body {
    font-size: 1.2em; }

  .rowpadding {
    padding-top: 30px;
    padding-bottom: 30px; } }
/* small */
@media only screen and (max-width: 40em) {
  h1 {
    font-size: 1.6em;
    line-height: 1.4; }

  h2 {
    font-size: 1.2em;
    line-height: 1.3; }

  h3 {
    font-size: 1.1em;
    line-height: 1em; }

  body {
    font-size: 1.1em; }

  p {
    line-height: 1.3em; }

  .rowpadding {
    padding-top: 20px;
    padding-bottom: 20px; }

  .rowpadding .columns {
    padding-left: 10px;
    padding-right: 10px; } }
/* Variables */
/* Small Navigation */
.logo-small {
  float: right; }

.logo img {
  border: solid 1px rgba(0, 0, 0, 0.77); }

.title-bar {
  padding: 0 .5rem;
  background-color: transparent; }

.menu-icon::after {
  background: white;
  box-shadow: 0 7px 0 white, 0 14px 0 white; }

.title-bar a, .title-bar a:hover {
  background-color: transparent;
  color: black;
  margin-top: 4px; }

.menu-icon,
.title-bar-title {
  position: relative;
  top: 17px;
  color: white !important; }

.top-bar {
  position: relative; }

.top-bar, .top-bar ul {
  background-color: white; }

.top-bar-left, .top-bar-right {
  margin-top: 32px; }

.topnav {
  background-color: white;
  color: white;
  padding-bottom: 40px;
  border-bottom: solid 3px black; }

a.back-to-top {
  display: none;
  background: none;
  margin: 0;
  position: fixed;
  bottom: 90px;
  right: 8px;
  width: 51px;
  height: 51px;
  z-index: 100;
  color: black;
  background-color: white;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  text-align: center; }

a.back-to-top .fa {
  position: relative;
  top: 4px; }

/* to hide menu on load*/
.no-js .top-bar {
  display: none; }

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }

  .no-js .title-bar {
    display: none; } }
/* end hide menu onload */
/* Medium-Up Navigation */
@media screen and (min-width: 40rem) {
  .top-bar .menu > li > a {
    background-color: black;
    color: white; }

  .top-bar .menu > li > a:hover {
    background-color: white;
    color: black; }

  .top-bar-left .menu li:first-of-type a {
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -ms-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px; }

  .top-bar-right .menu li:last-of-type a {
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -ms-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px; }

  .logo-wrapper .logo {
    width: 250px;
    height: 92px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 25px;
    margin-left: -125px; }

  .top-bar-right {
    width: 50% !important;
    padding-left: 150px; }

  .top-bar-left {
    width: 50% !important;
    padding-right: 150px; }
    .top-bar-left ul {
      float: right !important; } }
/* small */
@media only screen and (max-width: 40em) {
  .top-bar-left, .top-bar-right {
    margin-top: 0px; }

  .menu > li > a {
    background-color: black;
    color: white;
    z-index: 100000 !important;
    width: 100%; }

  .menu > li > a:hover {
    background-color: #231f20;
    color: white; }

  .topnav {
    padding-bottom: 15px; } }
@media only screen and (max-width: 30em) {
  .title-bar-title {
    display: none; } }
.top-card {
  background-color: #231f20;
  color: white; }

.top-card h2 {
  color: white;
  text-align: center; }

.card-user-profile {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }

.card-user-profile > :last-child {
  margin-bottom: 0; }

.card-user-profile:hover .card-user-profile-img {
  opacity: 0.8; }

.card-user-profile-content {
  position: relative; }

.card-user-profile-content::before {
  position: absolute;
  content: '';
  top: -3.4375rem;
  left: -1.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent white; }

.card-user-profile-actions {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
  background: #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.card-user-profile-actions > :last-child {
  margin-bottom: 0; }

.card-user-profile-img {
  max-width: 100%;
  opacity: 1;
  transition: all 0.25s ease; }

.card-user-profile-avatar {
  position: absolute;
  bottom: 100%;
  left: 1rem;
  z-index: 2; }

.card-user-profile-name {
  margin-bottom: 0;
  font-size: 1.5rem; }

.card-user-profile-button {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.card-user-profile-button + .card-user-profile-button {
  margin-left: 1rem; }

p.card-user-profile-status {
  margin-top: 0px;
  text-align: center;
  color: white; }

.marketing-site-footer {
  background: #2c3840;
  color: #8aa0ae;
  padding: 2rem 0; }

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #fefefe; }

.marketing-site-footer, .marketing-site-footer a {
  color: #fefefe; }

.marketing-site-footer .column-block {
  margin-bottom: 30px; }

.marketing-site-footer > .row {
  margin-bottom: 1rem; }

@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem; } }
.marketing-site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 2rem; }

.marketing-site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304; }

.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem; }

.marketing-site-footer-bottom {
  background: #020304;
  padding: 1rem 0; }

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0; }

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae; }

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center; } }
/* Scss Document */
.surveyForm label {
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 5px; }

.surveyForm fieldset {
  background-color: #CCCCCC;
  position: relative; }

.surveyForm .instructions {
  right: 6px;
  font-size: 0.8em;
  font-weight: bold; }

.surveyForm legend {
  background-color: black;
  color: white;
  padding: 5px 15px 5px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }

.surveyForm .stripes .grid-x {
  border-bottom: dashed 1px #E9E9E9;
  padding-bottom: 5px;
  padding-top: 5px; }

.surveyForm select, .surveyForm input {
  margin: 0px; }

.surveyForm .form-error {
  margin-top: 0px; }

.pleasewait {
  display: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 1em;
  background: rgba(39, 39, 39, 0.6);
  background-size: cover;
  color: white;
  min-height: 100%;
  min-width: 100%;
  padding-top: 15%;
  padding-left: 0%;
  text-align: center; }
