@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
body:before {
  content: "smartphone";
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 320px) {
  body:before {
    content: "x-sm"; } }

@media (min-width: 500px) {
  body:before {
    content: "sm"; } }

@media (min-width: 670px) {
  body:before {
    content: "md"; } }

@media (min-width: 768px) {
  body:before {
    content: "md-lg"; } }

@media (min-width: 992px) {
  body:before {
    content: "lg"; } }

@media (min-width: 1200px) {
  body:before {
    content: "x-lg"; } }

@media (min-width: 1440px) {
  body:before {
    content: "xx-lg"; } }

@media (min-width: 1600px) {
  body:before {
    content: "xxx-lg"; } }

html {
  font-size: 10px;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    html {
      font-size: calc(8px + .4vw); } }

a {
  text-decoration: none !important;
  outline: 0; }
  a:visited {
    text-decoration: none !important;
    border: none !important;
    outline: 0; }

body {
  height: 100vh; }

body {
  min-height: 100vh; }

.title {
  font-size: 1.5rem; }

label {
  margin-left: 1.7%; }

.body {
  font-size: 1rem;
  overflow: hidden; }

body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto !important; }

h1,
h2,
h3 {
  font-family: "Rockwell", serif; }

.h1-sans,
.h2-sans,
.p-small,
.p-large,
p {
  font-family: Arial, Helvetica, sans-serif; }

h1 {
  font-size: 2.9rem; }
  @media (min-width: 670px) {
    h1 {
      font-size: 4rem; }
      h1 body:before {
        content: "md"; } }
  @media (min-width: md) {
    h1 {
      font-size: 4rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 7rem; }
      h1 body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    h1 {
      font-size: 7rem; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 7.9rem; }
      h1 body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    h1 {
      font-size: 7.9rem; } }

h2 {
  font-size: 5.5rem; }

h3 {
  font-size: 4.2rem; }

p {
  font-size: 1.5rem; }
  @media (min-width: 500px) {
    p {
      font-size: 2.6rem; }
      p body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    p {
      font-size: 2.6rem; } }

.h1-sans {
  font-size: 5.5rem; }

.h2-sans {
  font-size: 4rem; }

.text-small {
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .text-small {
      font-size: 2rem; }
      .text-small body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .text-small {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .text-small {
      font-size: 2rem; }
      .text-small body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .text-small {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .text-small {
      font-size: 1.9rem; }
      .text-small body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    .text-small {
      font-size: 1.9rem; } }
  @media (min-width: 1440px) {
    .text-small {
      font-size: 2.2rem; }
      .text-small body:before {
        content: "xx-lg"; } }
  @media (min-width: xx-lg) {
    .text-small {
      font-size: 2.2rem; } }

.text-large {
  font-size: 1.2rem; }
  @media (min-width: 500px) {
    .text-large {
      font-size: 1.3rem; }
      .text-large body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .text-large {
      font-size: 1.3rem; } }
  @media (min-width: 670px) {
    .text-large {
      font-size: 1.6rem; }
      .text-large body:before {
        content: "md"; } }
  @media (min-width: md) {
    .text-large {
      font-size: 1.6rem; } }
  @media (min-width: 992px) {
    .text-large {
      font-size: 2rem; }
      .text-large body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .text-large {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .text-large {
      font-size: 3rem; }
      .text-large body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    .text-large {
      font-size: 3rem; } }
  @media (min-width: 1440px) {
    .text-large {
      font-size: 3.6rem; }
      .text-large body:before {
        content: "xx-lg"; } }
  @media (min-width: xx-lg) {
    .text-large {
      font-size: 3.6rem; } }

div > img{
  width: 100%;
  min-width: 100%; }

.btn-xsmall {
  font-size: 1.6rem;
  text-transform: capitalize;
  background: #666666;
  color: #ffffff;
  padding: .3rem .6rem;
  border: none; }
  .btn-xsmall:hover {
    opacity: .8;
    color: #ffffff;
    text-decoration: none; }

.btn-small {
  font-size: 2.4rem;
  text-transform: capitalize;
  background: #666666;
  color: #ffffff;
  padding: .2rem .5rem;
  border: none; }
  .btn-small:hover {
    opacity: .8;
    color: #ffffff;
    text-decoration: none; }

.btn-small-blue {
  width: 15rem;
  font-size: 2.4rem;
  display: table;
  text-transform: capitalize;
  background: #9999ff;
  color: #ffffff;
  padding: .2rem .5rem;
  border-bottom: 0.3rem solid #666666;
  border-top: none;
  border-right: none;
  border-left: none; }
  .btn-small-blue:hover {
    opacity: .8;
    color: #ffffff;
    text-decoration: none; }

.btn-dark {
  background: #666666; }

.btn-blue {
  background: #9999ff; }

.btn-pink {
  background: #e46612;
  font-size: 3rem;
  color: #ffffff;
  position: relative;
}

.btn-orange {
  background: #e46612;
  font-size: 3rem;
  color: #ffffff;
  position: relative;
}

.btn-transparent {
  background: transparent;
  font-size: 3rem;
  padding: .5rem;
  width: 25rem;
  color: #ffffff;
  border: 0.2rem solid #ffffff;
  box-shadow: none; }
  .btn-transparent:hover {
    opacity: .7; }

.btn-center {
  display: block;
  position: relative;
  float: none !important;
  left: auto;
  position: relative; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.hide {
  display: none; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.display-block {
  display: block; }

.padding {
  padding: 5% 5%; }
  @media (min-width: 768px) {
    .padding {
      padding-top: 5%;
      padding-bottom: 5%;
      padding-left: 0;
      padding-right: 0; }
      .padding body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .padding {
      padding-top: 5%;
      padding-bottom: 5%;
      padding-left: 0;
      padding-right: 0; } }

.padding-large {
  padding: 10% 10%; }
  @media (min-width: 768px) {
    .padding-large {
      padding-top: 5%;
      padding-bottom: 5%;
      padding-left: 0;
      padding-right: 0; }
      .padding-large body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .padding-large {
      padding-top: 5%;
      padding-bottom: 5%;
      padding-left: 0;
      padding-right: 0; } }

.padding-xlarge {
  padding: 10% 10%; }
@media (min-width: 768px) {
  .padding-xlarge {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%; }
  .padding-xlarge body:before {
    content: "md-lg"; } }
@media (min-width: md-lg) {
  .padding-xlarge {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%; } }

.padding-small {
  padding: 2% 2%; }
  @media (min-width: 768px) {
    .padding-small {
      padding-top: 2%;
      padding-bottom: 2%;
      padding-left: 0;
      padding-right: 0; }
      .padding-small body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .padding-small {
      padding-top: 2%;
      padding-bottom: 2%;
      padding-left: 0;
      padding-right: 0; } }

.padding-right {
  padding-right: 10%; }

.padding-left {
  padding-left: 10%; }

.padding-top {
  padding-top: 10%; }

.padding-top-small {
  padding-top: 5%;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0; }

.padding-top-xsmall {
  padding-top: 2%;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0; }

.padding-top-xsmall {
  padding-top: 2%; }

.padding-bottom {
  padding-bottom: 10%; }

.padding-bottom-small {
  padding-bottom: 5%; }

.padding-topbottom {
  padding-top: 10%;
  padding-bottom: 10%; }

.padding-topbottom-small {
  padding: 5% 0; }

.padding-topbottom-xsmall {
  padding: 2% 0; }

.padding-leftright {
  padding: 0 10%; }

.border-bottom {
  border-bottom: 0.8rem solid #666666; }

.margin-right {
  margin-right: 10%; }

.margin-right-small {
  margin-right: 5%; }

.margin-right-xsmall {
  margin-right: 2%; }

.margin-left {
  margin-left: 10%; }

.margin-left-small {
  margin-left: 5%; }

.margin-left-xsmall {
  margin-left: 2%; }

.margin-top {
  margin-top: 10%; }

.margin-top-small {
  margin-top: 5%; }

.margin-bottom {
  margin-right: 10%; }

.margin-topbottom {
  margin: 10% 0; }

.margin-leftright {
  margin: 0 10%; }

.nomargin {
  margin: 0 !important; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-center {
  text-align: center; }

.cursor-pointer {
  cursor: pointer !important; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.border-blue {
  border: 1px solid #083757; }

.sans {
  font-family: Arial, Helvetica, sans-serif; }

.text-grey {
  color: #666666; }

.text-greydark {
  color: #333333; }

.text-grey-light {
  color: #cccccc; }

.text-white {
  color: #ffffff; }

.text-cyan {
  color: #66cccc; }

.text-blue {
  color: #3333cc; }

.text-blue-dark {
  color: #083757; }

.text-uppercase {
  text-transform: uppercase; }

.bg-dark {
  background: #333333; }

.bg-white {
  background: #ffffff; }

.bg-dark {
  background: #333333; }

.bg-grey {
  background: #e8e8e8; }

.bg-blue {
  background: #3333cc; }

.bg-grey-light {
  background: #dfdfdf; }

.bg-blue-dark {
  background: #083757; }

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

.flex-align-bottom {
  align-self: end; }

.vertical-align {
  display: flex;
  flex-direction: row; }

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Optional, to align inner items 
                              horizontally inside the column */ }

.btn-bottom {
  margin-right: 2%; }
  @media (min-width: 992px) {
    .btn-bottom {
      position: absolute;
      bottom: 2%;
      width: 150px;
      right: 0;
      margin-right: 0; }
      .btn-bottom body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .btn-bottom {
      position: absolute;
      bottom: 2%;
      width: 150px;
      right: 0;
      margin-right: 0; } }

.box-shadow {
  box-shadow: 0 8px 5px 0px #666666; }

.carousel .carousel-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 670px) {
    .carousel .carousel-content-wrap {
      height: 30rem; } }
  @media (min-width: 670px) {
    .carousel .carousel-content-wrap {
      height: 100%; }
      .carousel .carousel-content-wrap body:before {
        content: "md"; } }
  @media (min-width: md) {
    .carousel .carousel-content-wrap {
      height: 100%; } }
  .carousel .carousel-content-wrap .carousel-content {
    position: absolute;
    margin-left: 10%;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 320px) {
      .carousel .carousel-content-wrap .carousel-content {
        margin-left: 10%;
        top: 50%;
        transform: translateY(-50%); }
        .carousel .carousel-content-wrap .carousel-content body:before {
          content: "x-sm"; } }
    @media (min-width: x-sm) {
      .carousel .carousel-content-wrap .carousel-content {
        margin-left: 10%;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 768px) {
      .carousel .carousel-content-wrap .carousel-content {
        margin-left: 7%;
        top: 50%;
        transform: translateY(-50%); }
        .carousel .carousel-content-wrap .carousel-content body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .carousel .carousel-content-wrap .carousel-content {
        margin-left: 7%;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 1200px) {
      .carousel .carousel-content-wrap .carousel-content {
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%); }
        .carousel .carousel-content-wrap .carousel-content body:before {
          content: "x-lg"; } }
    @media (min-width: x-lg) {
      .carousel .carousel-content-wrap .carousel-content {
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%); } }

.carousel .arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  min-width: 20%;
  left: 20%; }

.carousel .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  min-width: 20%;
  right: 20%; }

.carousel .arrow-left-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20% !important;
  min-width: 20%;
  left: 20%; }

.carousel .arrow-right-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20% !important;
  min-width: 20%;
  right: 20%; }

@media (max-width: 670px) {
  .carousel .item {
    height: 30rem;
    overflow: hidden; }
    .carousel .item img {
      position: absolute;
      top: 0;
      left: 0;
      height: 30rem;
      min-height: 30rem; } }

@media (min-width: 670px) {
  .carousel body:before {
    content: "md"; } }

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative; }

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #cccccc;
  position: absolute;
  top: 0;
  left: 0; }

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.progress .progress-left {
  left: 0; }

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0; }

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.progress .progress-right {
  right: 0; }

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards; }

.progress .progress-value {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  font-size: 24px;
  color: #ffffff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: -3%;
  left: 21%; }
  .progress .progress-value:nth-child(3n) {
    top: -6%; }

.progress-icon {
  width: 50%;
  min-width: 100%;
  margin-left: 2rem; }

.progress-number {
  position: absolute;
  z-index: 1000;
  color: #3333cc;
  font-weight: bold;
  left: 1%;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 2rem; }

.thumb-number {
  top: 45%; }
  @media (min-width: 320px) {
    .thumb-number {
      top: 47%; }
      .thumb-number body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .thumb-number {
      top: 47%; } }
  @media (min-width: 768px) {
    .thumb-number {
      top: 37%; }
      .thumb-number body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .thumb-number {
      top: 37%; } }
  @media (min-width: 1200px) {
    .thumb-number {
      top: 42%; }
      .thumb-number body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    .thumb-number {
      top: 42%; } }

.doc-number {
  top: 45%; }
  @media (min-width: 320px) {
    .doc-number {
      top: 50%; }
      .doc-number body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .doc-number {
      top: 50%; } }
  @media (min-width: 768px) {
    .doc-number {
      top: 37%; }
      .doc-number body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .doc-number {
      top: 37%; } }
  @media (min-width: 992px) {
    .doc-number {
      top: 42%; }
      .doc-number body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .doc-number {
      top: 42%; } }
  @media (min-width: 1200px) {
    .doc-number body:before {
      content: "x-lg"; } }

.bulb-number {
  top: 45%; }
  @media (min-width: 320px) {
    .bulb-number {
      top: 52%; }
      .bulb-number body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bulb-number {
      top: 52%; } }
  @media (min-width: 768px) {
    .bulb-number {
      top: 42%; }
      .bulb-number body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bulb-number {
      top: 42%; } }
  @media (min-width: 992px) {
    .bulb-number {
      top: 44%; }
      .bulb-number body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bulb-number {
      top: 44%; } }
  @media (min-width: 1200px) {
    .bulb-number {
      top: 50%; }
      .bulb-number body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    .bulb-number {
      top: 50%; } }

.cup-number {
  top: 51%; }
  @media (min-width: 768px) {
    .cup-number {
      top: 40%; }
      .cup-number body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .cup-number {
      top: 40%; } }
  @media (min-width: 992px) {
    .cup-number {
      top: 48%; }
      .cup-number body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .cup-number {
      top: 48%; } }
  @media (min-width: 1200px) {
    .cup-number body:before {
      content: "x-lg"; } }

.progress.blue .progress-bar {
  border-color: #3333cc; }

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s; }

.progress.yellow .progress-bar {
  border-color: #fdba04; }

.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s; }

.progress.pink .progress-bar {
  border-color: #ed687c; }

.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s; }

.progress.green .progress-bar {
  border-color: #1abc9c; }

.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg); } }

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px; } }

.home .home-carousel p {
  width: 50%;
  color: #333333; }
  @media (min-width: 500px) {
    .home .home-carousel p {
      width: 45%; }
      .home .home-carousel p body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .home .home-carousel p {
      width: 45%; } }
  @media (min-width: 670px) {
    .home .home-carousel p {
      width: 30%; }
      .home .home-carousel p body:before {
        content: "md"; } }
  @media (min-width: md) {
    .home .home-carousel p {
      width: 30%; } }
  @media (min-width: 768px) {
    .home .home-carousel p {
      width: 45%; }
      .home .home-carousel p body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .home .home-carousel p {
      width: 45%; } }
  @media (min-width: 992px) {
    .home .home-carousel p {
      width: 50%; }
      .home .home-carousel p body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .home .home-carousel p {
      width: 50%; } }
  .home .home-carousel p span {
    font-weight: bold;
    text-transform: uppercase; }

.home .home-carousel h1 {
  color: #333333;
  font-weight: bold; }

.home .home-carousel .arrow-right,
.home .home-carousel .arrow-left {
  top: unset;
  bottom: 10%;
  transform: unset;
  width: 25%;
  min-width: 55%; }
  @media (min-width: 500px) {
    .home .home-carousel .arrow-right,
    .home .home-carousel .arrow-left {
      bottom: 5%;
      min-width: 35%; }
      .home .home-carousel .arrow-right body:before,
      .home .home-carousel .arrow-left body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .home .home-carousel .arrow-right,
    .home .home-carousel .arrow-left {
      bottom: 5%;
      min-width: 35%; } }
  @media (min-width: 992px) {
    .home .home-carousel .arrow-right,
    .home .home-carousel .arrow-left {
      bottom: 5%;
      min-width: 25%;
      width: 25%; }
      .home .home-carousel .arrow-right body:before,
      .home .home-carousel .arrow-left body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .home .home-carousel .arrow-right,
    .home .home-carousel .arrow-left {
      bottom: 5%;
      min-width: 25%;
      width: 25%; } }

.home .good-solutions {
  position: relative; }
  .home .good-solutions .container {
    position: relative; }
  .home .good-solutions a:visited, .home .good-solutions a:active {
    text-decoration: none !important;
    color: #ffffff; }
  .home .good-solutions .content {
    padding-top: 2%;
    padding-bottom: 4%; }
    @media (min-width: 992px) {
      .home .good-solutions .content {
        position: absolute;
        top: 5%;
        left: -3%;
        right: 0;
        margin: auto;
        padding-top: 0;
        padding-bottom: 0; }
        .home .good-solutions .content body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .home .good-solutions .content {
        position: absolute;
        top: 5%;
        left: -3%;
        right: 0;
        margin: auto;
        padding-top: 0;
        padding-bottom: 0; } }
  .home .good-solutions .filler {
    background: transparent; }
  .home .good-solutions .content-background {
    background-image: url(assets/images/home/gears.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    display: none; }
    @media (min-width: 992px) {
      .home .good-solutions .content-background {
        font-size: 1.5rem;
        display: block; }
        .home .good-solutions .content-background body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .home .good-solutions .content-background {
        font-size: 1.5rem;
        display: block; } }
  .home .good-solutions p {
    font-size: 1.8rem; }
    @media (min-width: 500px) {
      .home .good-solutions p {
        font-size: 1.5rem; }
        .home .good-solutions p body:before {
          content: "sm"; } }
    @media (min-width: sm) {
      .home .good-solutions p {
        font-size: 1.5rem; } }
    @media (min-width: 670px) {
      .home .good-solutions p {
        font-size: 2.1rem; }
        .home .good-solutions p body:before {
          content: "md"; } }
    @media (min-width: md) {
      .home .good-solutions p {
        font-size: 2.1rem; } }
    @media (min-width: 768px) {
      .home .good-solutions p {
        font-size: 2.3rem; }
        .home .good-solutions p body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .home .good-solutions p {
        font-size: 2.3rem; } }
    @media (min-width: 992px) {
      .home .good-solutions p {
        font-size: 2.1rem; }
        .home .good-solutions p body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .home .good-solutions p {
        font-size: 2.1rem; } }
    @media (min-width: 1200px) {
      .home .good-solutions p {
        font-size: 2.45rem; }
        .home .good-solutions p body:before {
          content: "x-lg"; } }
    @media (min-width: x-lg) {
      .home .good-solutions p {
        font-size: 2.45rem; } }
  .home .good-solutions h3,
  .home .good-solutions p {
    color: #333333; }
  @media (min-width: 992px) {
    .home .good-solutions h3 {
      font-size: 4rem; }
      .home .good-solutions h3 body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .home .good-solutions h3 {
      font-size: 4rem; } }

.home .services {
  background: #3333cc;
  color: #ffffff; }
  .home .services .content .block {
    text-align: center !important;
    position: relative;
    height: 35em; }
    @media (min-width: 992px) {
      .home .services .content .block {
        height: 32em; }
        .home .services .content .block body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .home .services .content .block {
        height: 32em; } }
    .home .services .content .block .block-content {
      position: absolute;
      left: 0; }
      .home .services .content .block .block-content p {
        padding: 0 2rem; }
    .home .services .content .block:nth-child(0n+2) {
      background: #333399;
      top: 12%; }
      .home .services .content .block:nth-child(0n+2) .block-content {
        top: 14%; }
    .home .services .content .block:nth-child(3n) {
      background: #5556c3; }
      .home .services .content .block:nth-child(3n) .block-content {
        top: 11%; }
        @media (min-width: 992px) {
          .home .services .content .block:nth-child(3n) .block-content {
            top: 8%; }
            .home .services .content .block:nth-child(3n) .block-content body:before {
              content: "lg"; } }
        @media (min-width: lg) {
          .home .services .content .block:nth-child(3n) .block-content {
            top: 8%; } }
    .home .services .content .block:nth-child(4n) {
      background: #333399; }
      .home .services .content .block:nth-child(4n) .block-content {
        top: 10%; }
      @media (min-width: 992px) {
        .home .services .content .block:nth-child(4n) {
          background: #5556c3; }
          .home .services .content .block:nth-child(4n) body:before {
            content: "lg"; }
          .home .services .content .block:nth-child(4n) .block-content {
            top: 5%; } }
      @media (min-width: lg) {
        .home .services .content .block:nth-child(4n) {
          background: #5556c3; }
          .home .services .content .block:nth-child(4n) .block-content {
            top: 5%; } }
    .home .services .content .block:nth-child(5n) {
      background: #5556c3; }
      .home .services .content .block:nth-child(5n) .block-content {
        top: 7.5%; }
      @media (min-width: 992px) {
        .home .services .content .block:nth-child(5n) {
          background: #333399; }
          .home .services .content .block:nth-child(5n) body:before {
            content: "lg"; }
          .home .services .content .block:nth-child(5n) .block-content {
            top: 8%; } }
      @media (min-width: lg) {
        .home .services .content .block:nth-child(5n) {
          background: #333399; }
          .home .services .content .block:nth-child(5n) .block-content {
            top: 8%; } }
    .home .services .content .block .h2-sans {
      font-weight: bold; }
    .home .services .content .block p {
      font-size: 4.8vw; }
      @media (min-width: 320px) {
        .home .services .content .block p {
          font-size: 3.7vw; }
          .home .services .content .block p body:before {
            content: "x-sm"; } }
      @media (min-width: x-sm) {
        .home .services .content .block p {
          font-size: 3.7vw; } }
      @media (min-width: 500px) {
        .home .services .content .block p {
          font-size: 2rem; }
          .home .services .content .block p body:before {
            content: "sm"; } }
      @media (min-width: sm) {
        .home .services .content .block p {
          font-size: 2rem; } }
      @media (min-width: 670px) {
        .home .services .content .block p {
          font-size: 2.5rem; }
          .home .services .content .block p body:before {
            content: "md"; } }
      @media (min-width: md) {
        .home .services .content .block p {
          font-size: 2.5rem; } }
      @media (min-width: 992px) {
        .home .services .content .block p {
          font-size: 1.7rem; }
          .home .services .content .block p body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .home .services .content .block p {
          font-size: 1.7rem; } }
      @media (min-width: 1200px) {
        .home .services .content .block p {
          font-size: 2rem; }
          .home .services .content .block p body:before {
            content: "x-lg"; } }
      @media (min-width: x-lg) {
        .home .services .content .block p {
          font-size: 2rem; } }
    .home .services .content .block .btn-small-blue {
      position: absolute;
      bottom: 6%;
      left: 50%;
      transform: translateX(-50%);
      margin: auto; }
      @media (min-width: 320px) {
        .home .services .content .block .btn-small-blue {
          bottom: 8%; }
          .home .services .content .block .btn-small-blue body:before {
            content: "x-sm"; } }
      @media (min-width: x-sm) {
        .home .services .content .block .btn-small-blue {
          bottom: 8%; } }
      @media (min-width: 500px) {
        .home .services .content .block .btn-small-blue {
          bottom: 12%; }
          .home .services .content .block .btn-small-blue body:before {
            content: "sm"; } }
      @media (min-width: sm) {
        .home .services .content .block .btn-small-blue {
          bottom: 12%; } }
      @media (min-width: 670px) {
        .home .services .content .block .btn-small-blue {
          bottom: 8%; }
          .home .services .content .block .btn-small-blue body:before {
            content: "md"; } }
      @media (min-width: md) {
        .home .services .content .block .btn-small-blue {
          bottom: 8%; } }
  .home .services img {
    width: auto;
    min-width: auto; }

.home .what-makes-us p {
  font-size: 2rem; }
  @media (min-width: 992px) {
    .home .what-makes-us p {
      font-size: 1.75rem; }
      .home .what-makes-us p body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .home .what-makes-us p {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .home .what-makes-us p {
      font-size: 2rem; }
      .home .what-makes-us p body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    .home .what-makes-us p {
      font-size: 2rem; } }

.home .what-makes-us .content-block {
  padding-bottom: 5%;
  position: relative; }
  @media (min-width: 992px) {
    .home .what-makes-us .content-block {
      padding-bottom: 0; }
      .home .what-makes-us .content-block body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .home .what-makes-us .content-block {
      padding-bottom: 0; } }

.home .our-mission {
  background: #66cccc; }

.home .meet-our-team {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/home/meet-the-team.jpg);
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 670px) {
    .home .meet-our-team {
      background-image: url(assets/images/home/meet-the-team.jpg);
      background-position: center; }
      .home .meet-our-team body:before {
        content: "md"; } }
  @media (min-width: md) {
    .home .meet-our-team {
      background-image: url(assets/images/home/meet-the-team.jpg);
      background-position: center; } }

.home .counters {
  color: #666666; }
  .home .counters p {
    font-size: 2rem;
    margin-top: 1rem; }
  .home .counters .thumbs-up {
    margin-left: 1.5rem !important; }
  .home .counters .bulb {
    margin-left: 1.55rem !important; }

.home .contact-us {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/home/employment-image.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; }
  @media (min-width: 670px) {
    .home .contact-us {
      background-image: url(assets/images/home/employment-image.jpg);
      background-position: center; }
      .home .contact-us body:before {
        content: "md"; } }
  @media (min-width: md) {
    .home .contact-us {
      background-image: url(assets/images/home/employment-image.jpg);
      background-position: center; } }

.about .banner .image {
  background-image: url(assets/images/about/about_us_banner_photo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

.about .content-video h3 {
  font-size: 3.8rem; }
  @media (min-width: 500px) {
    .about .content-video h3 {
      font-size: 4.2rem; }
      .about .content-video h3 body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .about .content-video h3 {
      font-size: 4.2rem; } }

.about .video {
  position: relative;
  padding-bottom: 45%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .about .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about .blockquote {
  font-size: 2rem;
  font-style: italic;
  color: #3333cc;
  padding-bottom: 2rem; }

@media (min-width: 320px) {
  .about body:before {
    content: "x-sm"; }
  .about .banner .image {
    height: 15rem; } }

@media (min-width: x-sm) {
  .about .banner .image {
    height: 15rem; } }

@media (min-width: 500px) {
  .about body:before {
    content: "sm"; }
  .about .banner .image {
    height: 20rem; }
  .about .text-small {
    font-size: 2.5rem; } }

@media (min-width: sm) {
  .about .banner .image {
    height: 20rem; }
  .about .text-small {
    font-size: 2.5rem; } }

@media (min-width: 670px) {
  .about body:before {
    content: "md"; }
  .about .banner .image {
    height: 25rem; } }

@media (min-width: md) {
  .about .banner .image {
    height: 25rem; } }

@media (min-width: 768px) {
  .about body:before {
    content: "md-lg"; }
  .about .banner .image {
    height: 30rem; } }

@media (min-width: md-lg) {
  .about .banner .image {
    height: 30rem; } }

@media (min-width: 992px) {
  .about body:before {
    content: "lg"; }
  .about .banner .image {
    height: 35rem; }
  .about .video {
    padding-bottom: 25%; } }

@media (min-width: lg) {
  .about .banner .image {
    height: 35rem; }
  .about .video {
    padding-bottom: 25%; } }

@media (min-width: 1200px) {
  .about body:before {
    content: "x-lg"; }
  .about .banner .image {
    height: 30vw; }
  .about .blockquote {
    padding-bottom: 0;
    font-size: 3rem; } }

@media (min-width: x-lg) {
  .about .banner .image {
    height: 30vw; }
  .about .blockquote {
    padding-bottom: 0;
    font-size: 3rem; } }

.banner .image {
  background-image: url(assets/images/contactUs_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

.info a {
  color: #333333; }
  .info a:hover {
    color: #333333;
    text-decoration: none; }

@media (min-width: 320px) {
  body:before {
    content: "x-sm"; }
  .banner .image {
    height: 30rem; } }

@media (min-width: x-sm) {
  .banner .image {
    height: 30rem; } }

@media (min-width: 500px) {
  body:before {
    content: "sm"; }
  .banner .image {
    height: 30rem; } }

@media (min-width: sm) {
  .banner .image {
    height: 30rem; } }

@media (min-width: 670px) {
  body:before {
    content: "md"; }
  .banner .image {
    height: 25rem; } }

@media (min-width: md) {
  .banner .image {
    height: 25rem; } }

@media (min-width: 768px) {
  body:before {
    content: "md-lg"; }
  .banner .image {
    height: 30rem; } }

@media (min-width: md-lg) {
  .banner .image {
    height: 30rem; } }

@media (min-width: 992px) {
  body:before {
    content: "lg"; }
  .banner .image {
    height: 35rem; } }

@media (min-width: lg) {
  .banner .image {
    height: 35rem; } }

@media (min-width: 1200px) {
  body:before {
    content: "x-lg"; }
  .banner .image {
    height: 30vw; } }

@media (min-width: x-lg) {
  .banner .image {
    height: 30vw; } }

.success {
  height: 100%; }

.services .banner .image {
  background-image: url(assets/images/services/banner_photo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

.services .icon-container {
  position: relative; }

.services .service a {
  color: #666666;
  font-weight: bold; }
  .services .service a:hover {
    color: #666666;
    text-decoration: none; }

.services ul {
  font-size: 1.5rem;
  text-align: left;
  margin-left: .5rem; }
  .services ul li {
    list-style-position: outside;
    padding-left: 2rem; }

.services #senior {
  background-image: url(assets/images/services/senior_living_img.png); }

.services #hospitality {
  background-image: url(assets/images/services/hospitality_img.png); }

.services #evaluation {
  background-image: url(assets/images/services/evaluation_products_img.png); }

.services #visionary {
  background-image: url(assets/images/services/visionary_training_img.png); }

.services #benchmark {
  background-image: url(assets/images/services/benchmark_performance_img.png); }
  .services #benchmark h3 {
    font-size: 3.5rem; }
    @media (min-width: 500px) {
      .services #benchmark h3 {
        font-size: 4.5rem; }
        .services #benchmark h3 body:before {
          content: "sm"; } }
    @media (min-width: sm) {
      .services #benchmark h3 {
        font-size: 4.5rem; } }

.services .service {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .services .service .image img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 50%;
    min-width: 50%;
    padding-top: 3rem; }
  .services .service .content h3 {
    color: #3333cc;
    font-weight: bold;
    font-size: 3.2rem;
    font-family: Arial, Helvetica, sans-serif; }

.services .senior-bg {
  background: red;
  opacity: 1; }

.services .icons a {
  text-transform: uppercase;
  color: #66cccc; }
  .services .icons a:hover {
    color: #66cccc;
    text-decoration: none; }

.services .icons h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem; }

.services .icons .icon {
  height: 15rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.services .icons .senior {
  background-image: url(assets/images/services/senior_living_icon.png); }
  .services .icons .senior:hover {
    background-image: url(assets/images/services/senior_living_icon_rollover.png); }

.services .icons .hospitality {
  background-image: url(assets/images/services/hospitality_icon.png); }
  .services .icons .hospitality:hover {
    background-image: url(assets/images/services/hospitality_icon_rollover.png); }

.services .icons .eval {
  background-image: url(assets/images/services/evaluation_icon.png); }
  .services .icons .eval:hover {
    background-image: url(assets/images/services/evaluation_icon_rollover.png); }

.services .icons .vision {
  background-image: url(assets/images/services/visionary_icon.png); }
  .services .icons .vision:hover {
    background-image: url(assets/images/services/visionary_icon_rollover.png); }

.services .icons .benchmark {
  background-image: url(assets/images/services/benchmark_icon.png); }
  .services .icons .benchmark:hover {
    background-image: url(assets/images/services/benchmark_icon_rollover.png); }

@media (min-width: 320px) {
  .services body:before {
    content: "x-sm"; }
  .services .banner .image {
    height: 30rem; } }

@media (min-width: x-sm) {
  .services .banner .image {
    height: 30rem; } }

@media (min-width: 500px) {
  .services body:before {
    content: "sm"; }
  .services .banner .image {
    height: 30rem; }
  .services ul {
    font-size: 2.6rem; }
  .services .service .image img {
    width: 30%;
    min-width: 30%; } }

@media (min-width: sm) {
  .services .banner .image {
    height: 30rem; }
  .services ul {
    font-size: 2.6rem; }
  .services .service .image img {
    width: 30%;
    min-width: 30%; } }

@media (min-width: 670px) {
  .services body:before {
    content: "md"; }
  .services .banner .image {
    height: 25rem; }
  .services .service .image img {
    width: 20%;
    min-width: 20%; } }

@media (min-width: md) {
  .services .banner .image {
    height: 25rem; }
  .services .service .image img {
    width: 20%;
    min-width: 20%; } }

@media (min-width: 768px) {
  .services body:before {
    content: "md-lg"; }
  .services .banner .image {
    height: 30rem; }
  .services .service .image img {
    width: 15%;
    min-width: 15%; }
  .services .icons h3 {
    font-size: 2.2rem; } }

@media (min-width: md-lg) {
  .services .banner .image {
    height: 30rem; }
  .services .service .image img {
    width: 15%;
    min-width: 15%; }
  .services .icons h3 {
    font-size: 2.2rem; } }

@media (min-width: 992px) {
  .services body:before {
    content: "lg"; }
  .services .banner .image {
    height: 35rem; }
  .services .service .image img {
    width: 9%;
    min-width: 9%; } }

@media (min-width: lg) {
  .services .banner .image {
    height: 35rem; }
  .services .service .image img {
    width: 9%;
    min-width: 9%; } }

@media (min-width: 1200px) {
  .services body:before {
    content: "x-lg"; }
  .services .banner .image {
    height: 30vw; }
  .services .icons {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40%; }
    .services .icons .icon {
      padding: .5rem; } }

@media (min-width: x-lg) {
  .services .banner .image {
    height: 30vw; }
  .services .icons {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40%; }
    .services .icons .icon {
      padding: .5rem; } }

.blog h3 {
  font-size: 2.3rem; }

.blog .btn-post {
  border-radius: .4rem;
  border: none;
  padding: .5rem 1.5rem;
  color: white;
  background: #66cccc;
  font-weight: bold; }
  .blog .btn-post:hover {
    opacity: 0.8; }

.blog ul {
  margin-left: .5rem;
  text-align: left; }
  .blog ul li {
    list-style-position: outside;
    padding-left: 2rem;
    line-height: 1; }

.blog .post-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 4rem !important; }

.blog .excerpt {
  padding: 2%; }

.blog .post-bar-wrap {
  position: relative;
  top: 30px; }

.blog .post-bar-wrap-sm {
  position: relative;
  top: 15px; }

.blog .link:hover {
  opacity: 0.7; }

.blog .sidebar {
  padding-top: 10%; }

.blog .share span {
  margin-left: 0; }

.blog .share img {
  width: 100%;
  min-width: 0;
  display: inline-block;
  padding: .2rem !important; }

.blog .monthBtn,
.blog .recentLink,
.blog .categoryLink {
  line-height: 2; }

.blog .banner .image {
  background-image: url(blog/assets/bannerPhoto.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem; }

@media (min-width: 320px) {
  .blog body:before {
    content: "x-sm"; }
  .blog .banner .image {
    height: 10rem; } }

@media (min-width: x-sm) {
  .blog .banner .image {
    height: 10rem; } }

@media (min-width: 500px) {
  .blog body:before {
    content: "sm"; }
  .blog h3 {
    font-size: 3rem; }
  .blog .post-info {
    font-size: 1.7rem; } }

@media (min-width: sm) {
  .blog h3 {
    font-size: 3rem; }
  .blog .post-info {
    font-size: 1.7rem; } }

@media (min-width: 670px) {
  .blog body:before {
    content: "md"; }
  .blog .banner .image {
    height: 15rem; }
  .blog p {
    font-size: 2rem; } }

@media (min-width: md) {
  .blog .banner .image {
    height: 15rem; }
  .blog p {
    font-size: 2rem; } }

@media (min-width: 768px) {
  .blog body:before {
    content: "md-lg"; }
  .blog .banner .image {
    height: 20rem; }
  .blog h3 {
    font-size: 4.5rem; }
  .blog p {
    margin-top: -2%;
    padding-top: 0;
    font-size: 1.5rem; } }

@media (min-width: md-lg) {
  .blog .banner .image {
    height: 20rem; }
  .blog h3 {
    font-size: 4.5rem; }
  .blog p {
    margin-top: -2%;
    padding-top: 0;
    font-size: 1.5rem; } }

@media (min-width: 992px) {
  .blog body:before {
    content: "lg"; }
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 1.5rem; }
  .blog .sidebar {
    padding-top: 0; } }

@media (min-width: lg) {
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 1.5rem; }
  .blog .sidebar {
    padding-top: 0; } }

@media (min-width: 1200px) {
  .blog body:before {
    content: "x-lg"; }
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 0;
    margin-top: 0; }
  .blog .excerpt {
    padding: 0 2%; } }

@media (min-width: x-lg) {
  .blog .banner .image {
    height: 20rem; }
  .blog p {
    padding-top: 0;
    margin-top: 0; }
  .blog .excerpt {
    padding: 0 2%; } }

header {
  background: #66cccc;
  position: inherit; }
  header img {
    margin-top: 1rem;

  }

.navbar-brand {
  height: 100%; }

.logo-mobile {
  display: block; }
  @media (min-width: 600px) {
    .logo-mobile {
      display: none; }
      .logo-mobile body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    .logo-mobile {
      display: none; } }

.logo-desktop {
  display: none; }
  @media (min-width: 1200px) {
    .logo-desktop {
      display: block; }
      .logo-desktop body:before {
        content: "x-lg"; } }
  @media (min-width: x-lg) {
    .logo-desktop {
      display: block; } }

.navbar-default {
  height: 17rem;
  background: #66cccc !important;
  border-color: #66cccc !important;
  box-shadow: unset !important; }
  @media (min-width: 320px) {
    .navbar-default {
      height: 21rem; }
      .navbar-default body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .navbar-default {
      height: 21rem; } }
  @media (min-width: 500px) {
    .navbar-default {
      height: 15rem; }
      .navbar-default body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .navbar-default {
      height: 15rem; } }

.nav-links {
  font-size: 1.6rem;
  color: #666666 !important; }
  .nav-links:hover {
    color: #ffffff !important; }

.navbar-collapse {
  background: #ffffff;
  border: 0.2rem solid #030303;
  position: relative;
  top: -5rem; }
  @media (min-width: 500px) {
    .navbar-collapse {
      top: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .navbar-collapse body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .navbar-collapse {
      top: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (min-width: 1200px) {
    .navbar-collapse {
      background: transparent;
      border: none;
      top: 0; }
      .navbar-collapse body:before {
        content: "sm"; } }
  @media (min-width: x-lg) {
    .navbar-collapse {
      background: transparent;
      border: none;
      top: 0; } }

ul {
  text-align: center; }

@media (min-width: 670px) {
  .navbar-nav {
    padding-bottom: 6%; }
    .navbar-nav body:before {
      content: "md"; } }

@media (min-width: md) {
  .navbar-nav {
    padding-bottom: 6%; } }

@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 0 5px; }
    .navbar-nav > li > a body:before {
      content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li > a {
    padding: 0 5px; } }

@media (min-width: 1200px) {
  .navbar-nav > li > a > span:first-child {
    display: inline-block;
    padding: 45px 0; }
    .navbar-nav > li > a > span:first-child body:before {
      content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li > a > span:first-child {
    display: inline-block;
    padding: 45px 0; } }

@media (min-width: 1200px) {
  .iconLink {
    padding: 25px 0 44px 0 !important; }
    .iconLink body:before {
      content: "x-lg"; } }

@media (min-width: x-lg) {
  .iconLink {
    padding: 25px 0 44px 0 !important; } }

@media (min-width: 1200px) {
  .navbar-nav > li > a:hover > span:first-child,
  .navbar-nav > li > a:focus > span:first-child,
  .navbar-nav > .activeClass > a > span:first-child {
    box-shadow: inset 0px -7px 0px #ccccff;
    color: #ffffff; }
    .navbar-nav > li > a:hover > span:first-child body:before,
    .navbar-nav > li > a:focus > span:first-child body:before,
    .navbar-nav > .activeClass > a > span:first-child body:before {
      content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li > a:hover > span:first-child,
  .navbar-nav > li > a:focus > span:first-child,
  .navbar-nav > .activeClass > a > span:first-child {
    box-shadow: inset 0px -7px 0px #ccccff;
    color: #ffffff; } }

@media (min-width: 1200px) {
  .navbar-collapse ul {
    position: relative;
    top: 5rem;
    left: 5%; }
    .navbar-collapse ul body:before {
      content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-collapse ul {
    position: relative;
    top: 5rem;
    left: 5%; } }

@media (min-width: 1200px) {
  .navbar-nav > li {
    padding: 0 1.5rem; }
    .navbar-nav > li body:before {
      content: "x-lg"; } }

@media (min-width: x-lg) {
  .navbar-nav > li {
    padding: 0 1.5rem; } }

@media (max-width: 1200px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #66cccc !important; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    z-index: 1000;
    padding: 4rem 0;
    overflow: hidden; }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

footer {
  background: #3333cc;
  position: relative;
  padding-top: 2%; }
  footer img {
    width: 100%;
    min-width: 100%; }
    @media (min-width: 670px) {
      footer img {
        width: 60%;
        min-width: 60%; }
        footer img body:before {
          content: "md"; } }
    @media (min-width: md) {
      footer img {
        width: 60%;
        min-width: 60%; } }
  footer ul {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    footer ul .header {
      color: #ffffff;
      font-size: 1.7rem;
      font-weight: bold; }
    footer ul a {
      color: #bbbbbb; }
      footer ul a:hover {
        text-decoration: none;
        color: #ffffff; }
  footer .copyright {
    padding: 2% 0 0 0;
    font-size: .85rem; }

.about .about-carousel {
  position: relative;
  background-image: url(assets/images/about/slider-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50rem; }
  .about .about-carousel .carousel-indicators li {
    border: 1px solid #376e6e; }
  .about .about-carousel .carousel-indicators .active {
    background-color: #376e6e; }
  .about .about-carousel .item img {
    position: relative !important;
    top: 0;
    left: 0;
    height: 100% !important;
    min-height: 100% !important; }
  .about .about-carousel .carousel-content {
    width: 100%;
    padding: 3rem;
    margin-left: 0;
    top: 0;
    transform: unset; }
    @media (min-width: 670px) {
      .about .about-carousel .carousel-content {
        transform: translateY(-50%); }
        .about .about-carousel .carousel-content body:before {
          content: "md"; } }
    @media (min-width: md) {
      .about .about-carousel .carousel-content {
        transform: translateY(-50%); } }
    @media (min-width: 768px) {
      .about .about-carousel .carousel-content {
        padding: 0; }
        .about .about-carousel .carousel-content body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .about .about-carousel .carousel-content {
        padding: 0; } }
  .about .about-carousel .carousel-inner {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    overflow: visible !important; }
    .about .about-carousel .carousel-inner p {
      width: 100%;
      font-size: 1.3rem;
      margin-top: 1rem; }
    .about .about-carousel .carousel-inner .carousel-control {
      background-image: none !important; }
  @media (min-width: 320px) {
    .about .about-carousel {
      height: 40rem; }
      .about .about-carousel body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .about .about-carousel {
      height: 40rem; } }
  @media (min-width: 500px) {
    .about .about-carousel {
      height: 40rem; }
      .about .about-carousel body:before {
        content: "sm"; }
      .about .about-carousel .carousel-inner {
        top: 50%;
        transform: translateY(-50%); }
        .about .about-carousel .carousel-inner p {
          font-size: 1.3rem; }
        .about .about-carousel .carousel-inner .h2-handwritten {
          font-size: 6rem; }
        .about .about-carousel .carousel-inner .h2-sans {
          font-size: 2.5rem; } }
  @media (min-width: sm) {
    .about .about-carousel {
      height: 40rem; }
      .about .about-carousel .carousel-inner {
        top: 50%;
        transform: translateY(-50%); }
        .about .about-carousel .carousel-inner p {
          font-size: 1.3rem; }
        .about .about-carousel .carousel-inner .h2-handwritten {
          font-size: 6rem; }
        .about .about-carousel .carousel-inner .h2-sans {
          font-size: 2.5rem; } }
  @media (min-width: 670px) {
    .about .about-carousel {
      height: 50rem; }
      .about .about-carousel body:before {
        content: "md"; }
      .about .about-carousel .carousel-inner p {
        font-size: 1.8rem; }
      .about .about-carousel .carousel-inner .h2-handwritten {
        font-size: 15rem; }
      .about .about-carousel .carousel-inner .h2-sans {
        font-size: 3rem; } }
  @media (min-width: md) {
    .about .about-carousel {
      height: 50rem; }
      .about .about-carousel .carousel-inner p {
        font-size: 1.8rem; }
      .about .about-carousel .carousel-inner .h2-handwritten {
        font-size: 15rem; }
      .about .about-carousel .carousel-inner .h2-sans {
        font-size: 3rem; } }
  @media (min-width: 768px) {
    .about .about-carousel {
      height: 60rem; }
      .about .about-carousel body:before {
        content: "md-lg"; }
      .about .about-carousel .carousel-inner p {
        font-size: 2.5rem; }
      .about .about-carousel .carousel-inner .h2-handwritten {
        font-size: 21rem; } }
  @media (min-width: md-lg) {
    .about .about-carousel {
      height: 60rem; }
      .about .about-carousel .carousel-inner p {
        font-size: 2.5rem; }
      .about .about-carousel .carousel-inner .h2-handwritten {
        font-size: 21rem; } }
  @media (min-width: 992px) {
    .about .about-carousel {
      height: 65rem; }
      .about .about-carousel body:before {
        content: "lg"; }
      .about .about-carousel .carousel-inner .h2-handwritten {
        font-size: 27rem; }
      .about .about-carousel .carousel-inner .h2-sans {
        font-size: 4rem; } }
  @media (min-width: lg) {
    .about .about-carousel {
      height: 65rem; }
      .about .about-carousel .carousel-inner .h2-handwritten {
        font-size: 27rem; }
      .about .about-carousel .carousel-inner .h2-sans {
        font-size: 4rem; } }
  @media (min-width: 1200px) {
    .about .about-carousel body:before {
      content: "x-lg"; }
    .about .about-carousel .carousel-inner .h2-handwritten {
      font-size: 33rem; } }
  @media (min-width: x-lg) {
    .about .about-carousel .carousel-inner .h2-handwritten {
      font-size: 33rem; } }

.about .carousel .arrow-right,
.about .carousel .arrow-left {
  display: none;
  top: unset !important;
  bottom: 3%;
  transform: unset !important; }

.testimonials-header {
  text-align: left; }
  .testimonials-header h2 {
    font-size: 2.5rem; }
  @media (min-width: 500px) {
    .testimonials-header body:before {
      content: "sm"; }
    .testimonials-header h2 {
      font-size: 5.5rem; } }
  @media (min-width: sm) {
    .testimonials-header h2 {
      font-size: 5.5rem; } }
  @media (min-width: 670px) {
    .testimonials-header {
      text-align: center; }
      .testimonials-header body:before {
        content: "md"; }
      .testimonials-header h2 {
        font-size: 5.5rem; } }
  @media (min-width: md) {
    .testimonials-header {
      text-align: center; }
      .testimonials-header h2 {
        font-size: 5.5rem; } }

.testimonials-carousel h4 {
  color: #376e6e; }

.testimonials-carousel .item {
  height: auto !important; }

.testimonials-carousel .quote-img {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  height: unset !important;
  min-height: unset !important;
  z-index: -1; }
  @media (min-width: 992px) {
    .testimonials-carousel .quote-img {
      width: 40% !important;
      min-width: 40% !important; }
      .testimonials-carousel .quote-img body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .testimonials-carousel .quote-img {
      width: 40% !important;
      min-width: 40% !important; } }

.bio .block {
  position: relative;
  cursor: pointer;
  height: 35rem; }
  @media (min-width: 320px) {
    .bio .block body:before {
      content: "x-sm"; } }

.bio .bio-container {
  position: relative; }

.bio #laurieMilnor {
  background-image: url(assets/images/about/laurie_milnor_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #laurieMilnor:hover, .bio #laurieMilnor:active, .bio #laurieMilnor:focus {
    background-image: url(assets/images/about/laurieMilnor_highlite.jpg); }
    .bio #laurieMilnor:hover::before, .bio #laurieMilnor:active::before, .bio #laurieMilnor:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Laurie Milnor"; }
      @media (min-width: 768px) {
        .bio #laurieMilnor:hover::before, .bio #laurieMilnor:active::before, .bio #laurieMilnor:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #laurieMilnor:hover::before body:before, .bio #laurieMilnor:active::before body:before, .bio #laurieMilnor:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #laurieMilnor:hover::before, .bio #laurieMilnor:active::before, .bio #laurieMilnor:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #laurieMilnor:hover::before, .bio #laurieMilnor:active::before, .bio #laurieMilnor:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #laurieMilnor:hover::before body:before, .bio #laurieMilnor:active::before body:before, .bio #laurieMilnor:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #laurieMilnor:hover::before, .bio #laurieMilnor:active::before, .bio #laurieMilnor:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #laurieMilnor:hover::after, .bio #laurieMilnor:active::after, .bio #laurieMilnor:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Principal - Owner"; }
      @media (min-width: 768px) {
        .bio #laurieMilnor:hover::after, .bio #laurieMilnor:active::after, .bio #laurieMilnor:focus::after {
          bottom: 8rem; }
          .bio #laurieMilnor:hover::after body:before, .bio #laurieMilnor:active::after body:before, .bio #laurieMilnor:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #laurieMilnor:hover::after, .bio #laurieMilnor:active::after, .bio #laurieMilnor:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #laurieMilnor:hover::after, .bio #laurieMilnor:active::after, .bio #laurieMilnor:focus::after {
          bottom: 6rem; }
          .bio #laurieMilnor:hover::after body:before, .bio #laurieMilnor:active::after body:before, .bio #laurieMilnor:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #laurieMilnor:hover::after, .bio #laurieMilnor:active::after, .bio #laurieMilnor:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #laurieMilnor {
      background-size: 60%; }
      .bio #laurieMilnor body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #laurieMilnor {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #laurieMilnor {
      background-size: 40%; }
      .bio #laurieMilnor body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #laurieMilnor {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #laurieMilnor body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #laurieMilnor {
      background-size: 85%; }
      .bio #laurieMilnor body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #laurieMilnor {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #laurieMilnor {
      background-size: 90%; }
      .bio #laurieMilnor body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #laurieMilnor {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #laurieMilnor body:before {
      content: "x-lg"; } }

.bio .laurieMilnorMobileImg {
  background-image: url(assets/images/about/laurie_milnor_biopic.jpg) !important; }
  .bio .laurieMilnorMobileImg:after, .bio .laurieMilnorMobileImg:before {
    visibility: hidden; }

.bio .laurieMilnor-active {
  background-image: url(assets/images/about/laurieMilnor_highlite.jpg) !important; }
  .bio .laurieMilnor-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Laurie Milnor"; }
    @media (min-width: 768px) {
      .bio .laurieMilnor-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .laurieMilnor-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .laurieMilnor-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .laurieMilnor-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .laurieMilnor-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .laurieMilnor-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .laurieMilnor-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Principal - Owner"; }
    @media (min-width: 768px) {
      .bio .laurieMilnor-active::after {
        bottom: 8rem; }
        .bio .laurieMilnor-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .laurieMilnor-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .laurieMilnor-active::after {
        bottom: 6rem; }
        .bio .laurieMilnor-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .laurieMilnor-active::after {
        bottom: 6rem; } }

.bio #sabraConley {
  background-image: url(assets/images/about/sabra_conley_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #sabraConley:hover, .bio #sabraConley:active, .bio #sabraConley:focus {
    background-image: url(assets/images/about/sabraConley_highlite.jpg); }
    .bio #sabraConley:hover::before, .bio #sabraConley:active::before, .bio #sabraConley:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Sabra Conley"; }
      @media (min-width: 768px) {
        .bio #sabraConley:hover::before, .bio #sabraConley:active::before, .bio #sabraConley:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #sabraConley:hover::before body:before, .bio #sabraConley:active::before body:before, .bio #sabraConley:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #sabraConley:hover::before, .bio #sabraConley:active::before, .bio #sabraConley:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #sabraConley:hover::before, .bio #sabraConley:active::before, .bio #sabraConley:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #sabraConley:hover::before body:before, .bio #sabraConley:active::before body:before, .bio #sabraConley:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #sabraConley:hover::before, .bio #sabraConley:active::before, .bio #sabraConley:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #sabraConley:hover::after, .bio #sabraConley:active::after, .bio #sabraConley:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Vice President, Sales & Marketing"; }
      @media (min-width: 768px) {
        .bio #sabraConley:hover::after, .bio #sabraConley:active::after, .bio #sabraConley:focus::after {
          bottom: 8rem; }
          .bio #sabraConley:hover::after body:before, .bio #sabraConley:active::after body:before, .bio #sabraConley:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #sabraConley:hover::after, .bio #sabraConley:active::after, .bio #sabraConley:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #sabraConley:hover::after, .bio #sabraConley:active::after, .bio #sabraConley:focus::after {
          bottom: 6rem; }
          .bio #sabraConley:hover::after body:before, .bio #sabraConley:active::after body:before, .bio #sabraConley:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #sabraConley:hover::after, .bio #sabraConley:active::after, .bio #sabraConley:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #sabraConley {
      background-size: 60%; }
      .bio #sabraConley body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #sabraConley {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #sabraConley {
      background-size: 40%; }
      .bio #sabraConley body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #sabraConley {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #sabraConley body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #sabraConley {
      background-size: 85%; }
      .bio #sabraConley body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #sabraConley {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #sabraConley {
      background-size: 90%; }
      .bio #sabraConley body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #sabraConley {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #sabraConley body:before {
      content: "x-lg"; } }

.bio .sabraConley-active {
  background-image: url(assets/images/about/sabraConley_highlite.jpg) !important; }
  .bio .sabraConley-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Sabra Conley"; }
    @media (min-width: 768px) {
      .bio .sabraConley-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .sabraConley-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .sabraConley-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .sabraConley-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .sabraConley-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .sabraConley-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .sabraConley-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Vice President, Sales & Marketing"; }
    @media (min-width: 768px) {
      .bio .sabraConley-active::after {
        bottom: 8rem; }
        .bio .sabraConley-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .sabraConley-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .sabraConley-active::after {
        bottom: 6rem; }
        .bio .sabraConley-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .sabraConley-active::after {
        bottom: 6rem; } }

.bio .sabraConleyMobileImg {
  background-image: url(assets/images/about/sabra_conley_biopic.jpg) !important; }
  .bio .sabraConleyMobileImg:after, .bio .sabraConleyMobileImg:before {
    visibility: hidden; }

.bio #leeFischer {
  background-image: url(assets/images/about/lee_fischer_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #leeFischer:hover, .bio #leeFischer:active, .bio #leeFischer:focus {
    background-image: url(assets/images/about/leeFischer_highlite.jpg); }
    .bio #leeFischer:hover::before, .bio #leeFischer:active::before, .bio #leeFischer:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Lee Fischer"; }
      @media (min-width: 768px) {
        .bio #leeFischer:hover::before, .bio #leeFischer:active::before, .bio #leeFischer:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #leeFischer:hover::before body:before, .bio #leeFischer:active::before body:before, .bio #leeFischer:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #leeFischer:hover::before, .bio #leeFischer:active::before, .bio #leeFischer:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #leeFischer:hover::before, .bio #leeFischer:active::before, .bio #leeFischer:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #leeFischer:hover::before body:before, .bio #leeFischer:active::before body:before, .bio #leeFischer:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #leeFischer:hover::before, .bio #leeFischer:active::before, .bio #leeFischer:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #leeFischer:hover::after, .bio #leeFischer:active::after, .bio #leeFischer:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Director of National Sales"; }
      @media (min-width: 768px) {
        .bio #leeFischer:hover::after, .bio #leeFischer:active::after, .bio #leeFischer:focus::after {
          bottom: 8rem; }
          .bio #leeFischer:hover::after body:before, .bio #leeFischer:active::after body:before, .bio #leeFischer:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #leeFischer:hover::after, .bio #leeFischer:active::after, .bio #leeFischer:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #leeFischer:hover::after, .bio #leeFischer:active::after, .bio #leeFischer:focus::after {
          bottom: 6rem; }
          .bio #leeFischer:hover::after body:before, .bio #leeFischer:active::after body:before, .bio #leeFischer:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #leeFischer:hover::after, .bio #leeFischer:active::after, .bio #leeFischer:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #leeFischer {
      background-size: 60%; }
      .bio #leeFischer body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #leeFischer {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #leeFischer {
      background-size: 40%; }
      .bio #leeFischer body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #leeFischer {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #leeFischer body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #leeFischer {
      background-size: 85%; }
      .bio #leeFischer body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #leeFischer {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #leeFischer {
      background-size: 90%; }
      .bio #leeFischer body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #leeFischer {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #leeFischer body:before {
      content: "x-lg"; } }

.bio .leeFischer-active {
  background-image: url(assets/images/about/leeFischer_highlite.jpg) !important; }
  .bio .leeFischer-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Lee Fischer"; }
    @media (min-width: 768px) {
      .bio .leeFischer-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .leeFischer-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .leeFischer-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .leeFischer-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .leeFischer-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .leeFischer-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .leeFischer-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Director of National Sales"; }
    @media (min-width: 768px) {
      .bio .leeFischer-active::after {
        bottom: 8rem; }
        .bio .leeFischer-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .leeFischer-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .leeFischer-active::after {
        bottom: 6rem; }
        .bio .leeFischer-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .leeFischer-active::after {
        bottom: 6rem; } }

.bio .leeFischerMobileImg {
  background-image: url(assets/images/about/lee_fischer_biopic.jpg) !important; }
  .bio .leeFischerMobileImg:after, .bio .leeFischerMobileImg:before {
    visibility: hidden; }

.bio #donnaVelsor {
  background-image: url(assets/images/about/donna_velsor_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #donnaVelsor:hover, .bio #donnaVelsor:active, .bio #donnaVelsor:focus {
    background-image: url(assets/images/about/donnaVelsor_highlite.jpg); }
    .bio #donnaVelsor:hover::before, .bio #donnaVelsor:active::before, .bio #donnaVelsor:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Donna Velsor"; }
      @media (min-width: 768px) {
        .bio #donnaVelsor:hover::before, .bio #donnaVelsor:active::before, .bio #donnaVelsor:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #donnaVelsor:hover::before body:before, .bio #donnaVelsor:active::before body:before, .bio #donnaVelsor:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #donnaVelsor:hover::before, .bio #donnaVelsor:active::before, .bio #donnaVelsor:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #donnaVelsor:hover::before, .bio #donnaVelsor:active::before, .bio #donnaVelsor:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #donnaVelsor:hover::before body:before, .bio #donnaVelsor:active::before body:before, .bio #donnaVelsor:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #donnaVelsor:hover::before, .bio #donnaVelsor:active::before, .bio #donnaVelsor:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #donnaVelsor:hover::after, .bio #donnaVelsor:active::after, .bio #donnaVelsor:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Senior Director of Operations & IT Support"; }
      @media (min-width: 768px) {
        .bio #donnaVelsor:hover::after, .bio #donnaVelsor:active::after, .bio #donnaVelsor:focus::after {
          bottom: 8rem; }
          .bio #donnaVelsor:hover::after body:before, .bio #donnaVelsor:active::after body:before, .bio #donnaVelsor:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #donnaVelsor:hover::after, .bio #donnaVelsor:active::after, .bio #donnaVelsor:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #donnaVelsor:hover::after, .bio #donnaVelsor:active::after, .bio #donnaVelsor:focus::after {
          bottom: 6rem; }
          .bio #donnaVelsor:hover::after body:before, .bio #donnaVelsor:active::after body:before, .bio #donnaVelsor:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #donnaVelsor:hover::after, .bio #donnaVelsor:active::after, .bio #donnaVelsor:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #donnaVelsor {
      background-size: 60%; }
      .bio #donnaVelsor body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #donnaVelsor {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #donnaVelsor {
      background-size: 40%; }
      .bio #donnaVelsor body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #donnaVelsor {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #donnaVelsor body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #donnaVelsor {
      background-size: 85%; }
      .bio #donnaVelsor body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #donnaVelsor {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #donnaVelsor {
      background-size: 90%; }
      .bio #donnaVelsor body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #donnaVelsor {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #donnaVelsor body:before {
      content: "x-lg"; } }

.bio .donnaVelsor-active {
  background-image: url(assets/images/about/donnaVelsor_highlite.jpg) !important; }
  .bio .donnaVelsor-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Donna Velsor"; }
    @media (min-width: 768px) {
      .bio .donnaVelsor-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .donnaVelsor-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .donnaVelsor-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .donnaVelsor-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .donnaVelsor-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .donnaVelsor-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .donnaVelsor-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Senior Director of Operations & IT Support"; }
    @media (min-width: 768px) {
      .bio .donnaVelsor-active::after {
        bottom: 8rem; }
        .bio .donnaVelsor-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .donnaVelsor-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .donnaVelsor-active::after {
        bottom: 6rem; }
        .bio .donnaVelsor-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .donnaVelsor-active::after {
        bottom: 6rem; } }

.bio .donnaVelsorMobileImg {
  background-image: url(assets/images/about/donna_velsor_biopic.jpg) !important; }
  .bio .donnaVelsorMobileImg:after, .bio .donnaVelsorMobileImg:before {
    visibility: hidden; }

.bio #nancySanders {
  background-image: url(assets/images/about/nancy_sanders_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #nancySanders:hover, .bio #nancySanders:active, .bio #nancySanders:focus {
    background-image: url(assets/images/about/nancySanders_highlite.jpg); }
    .bio #nancySanders:hover::before, .bio #nancySanders:active::before, .bio #nancySanders:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Nancy Sanders"; }
      @media (min-width: 768px) {
        .bio #nancySanders:hover::before, .bio #nancySanders:active::before, .bio #nancySanders:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #nancySanders:hover::before body:before, .bio #nancySanders:active::before body:before, .bio #nancySanders:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #nancySanders:hover::before, .bio #nancySanders:active::before, .bio #nancySanders:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #nancySanders:hover::before, .bio #nancySanders:active::before, .bio #nancySanders:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #nancySanders:hover::before body:before, .bio #nancySanders:active::before body:before, .bio #nancySanders:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #nancySanders:hover::before, .bio #nancySanders:active::before, .bio #nancySanders:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #nancySanders:hover::after, .bio #nancySanders:active::after, .bio #nancySanders:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Finance Manager"; }
      @media (min-width: 768px) {
        .bio #nancySanders:hover::after, .bio #nancySanders:active::after, .bio #nancySanders:focus::after {
          bottom: 8rem; }
          .bio #nancySanders:hover::after body:before, .bio #nancySanders:active::after body:before, .bio #nancySanders:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #nancySanders:hover::after, .bio #nancySanders:active::after, .bio #nancySanders:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #nancySanders:hover::after, .bio #nancySanders:active::after, .bio #nancySanders:focus::after {
          bottom: 6rem; }
          .bio #nancySanders:hover::after body:before, .bio #nancySanders:active::after body:before, .bio #nancySanders:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #nancySanders:hover::after, .bio #nancySanders:active::after, .bio #nancySanders:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #nancySanders {
      background-size: 60%; }
      .bio #nancySanders body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #nancySanders {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #nancySanders {
      background-size: 40%; }
      .bio #nancySanders body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #nancySanders {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #nancySanders body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #nancySanders {
      background-size: 85%; }
      .bio #nancySanders body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #nancySanders {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #nancySanders {
      background-size: 90%; }
      .bio #nancySanders body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #nancySanders {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #nancySanders body:before {
      content: "x-lg"; } }

.bio .nancySanders-active {
  background-image: url(assets/images/about/nancySanders_highlite.jpg) !important; }
  .bio .nancySanders-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Nancy Sanders"; }
    @media (min-width: 768px) {
      .bio .nancySanders-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .nancySanders-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .nancySanders-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .nancySanders-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .nancySanders-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .nancySanders-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .nancySanders-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Finance Manager"; }
    @media (min-width: 768px) {
      .bio .nancySanders-active::after {
        bottom: 8rem; }
        .bio .nancySanders-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .nancySanders-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .nancySanders-active::after {
        bottom: 6rem; }
        .bio .nancySanders-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .nancySanders-active::after {
        bottom: 6rem; } }

.bio .nancySandersMobileImg {
  background-image: url(assets/images/about/nancy_sanders_biopic.jpg) !important; }
  .bio .nancySandersMobileImg:after, .bio .nancySandersMobileImg:before {
    visibility: hidden; }

.bio #cherylFranko {
  background-image: url(assets/images/about/cheryl_franko_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #cherylFranko:hover, .bio #cherylFranko:active, .bio #cherylFranko:focus {
    background-image: url(assets/images/about/cherylFranko_highlite.jpg); }
    .bio #cherylFranko:hover::before, .bio #cherylFranko:active::before, .bio #cherylFranko:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Cheryl Franko"; }
      @media (min-width: 768px) {
        .bio #cherylFranko:hover::before, .bio #cherylFranko:active::before, .bio #cherylFranko:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #cherylFranko:hover::before body:before, .bio #cherylFranko:active::before body:before, .bio #cherylFranko:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #cherylFranko:hover::before, .bio #cherylFranko:active::before, .bio #cherylFranko:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #cherylFranko:hover::before, .bio #cherylFranko:active::before, .bio #cherylFranko:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #cherylFranko:hover::before body:before, .bio #cherylFranko:active::before body:before, .bio #cherylFranko:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #cherylFranko:hover::before, .bio #cherylFranko:active::before, .bio #cherylFranko:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #cherylFranko:hover::after, .bio #cherylFranko:active::after, .bio #cherylFranko:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Quality Assurance Manager"; }
      @media (min-width: 768px) {
        .bio #cherylFranko:hover::after, .bio #cherylFranko:active::after, .bio #cherylFranko:focus::after {
          bottom: 8rem; }
          .bio #cherylFranko:hover::after body:before, .bio #cherylFranko:active::after body:before, .bio #cherylFranko:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #cherylFranko:hover::after, .bio #cherylFranko:active::after, .bio #cherylFranko:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #cherylFranko:hover::after, .bio #cherylFranko:active::after, .bio #cherylFranko:focus::after {
          bottom: 6rem; }
          .bio #cherylFranko:hover::after body:before, .bio #cherylFranko:active::after body:before, .bio #cherylFranko:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #cherylFranko:hover::after, .bio #cherylFranko:active::after, .bio #cherylFranko:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #cherylFranko {
      background-size: 60%; }
      .bio #cherylFranko body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #cherylFranko {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #cherylFranko {
      background-size: 40%; }
      .bio #cherylFranko body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #cherylFranko {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #cherylFranko body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #cherylFranko {
      background-size: 85%; }
      .bio #cherylFranko body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #cherylFranko {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #cherylFranko {
      background-size: 90%; }
      .bio #cherylFranko body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #cherylFranko {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #cherylFranko body:before {
      content: "x-lg"; } }

.bio .cherylFranko-active {
  background-image: url(assets/images/about/cherylFranko_highlite.jpg) !important; }
  .bio .cherylFranko-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Cheryl Franko"; }
    @media (min-width: 768px) {
      .bio .cherylFranko-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .cherylFranko-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .cherylFranko-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .cherylFranko-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .cherylFranko-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .cherylFranko-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .cherylFranko-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Quality Assurance Manager"; }
    @media (min-width: 768px) {
      .bio .cherylFranko-active::after {
        bottom: 8rem; }
        .bio .cherylFranko-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .cherylFranko-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .cherylFranko-active::after {
        bottom: 6rem; }
        .bio .cherylFranko-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .cherylFranko-active::after {
        bottom: 6rem; } }

.bio .cherylFrankoMobileImg {
  background-image: url(assets/images/about/cheryl_franko_biopic.jpg) !important; }
  .bio .cherylFrankoMobileImg:after, .bio .cherylFrankoMobileImg:before {
    visibility: hidden; }

.bio #krisDechene {
  background-image: url(assets/images/about/kris_dechene_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #krisDechene:hover, .bio #krisDechene:active, .bio #krisDechene:focus {
    background-image: url(assets/images/about/krisDechene_highlite.jpg); }
    .bio #krisDechene:hover::before, .bio #krisDechene:active::before, .bio #krisDechene:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Kris DeChene"; }
      @media (min-width: 768px) {
        .bio #krisDechene:hover::before, .bio #krisDechene:active::before, .bio #krisDechene:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #krisDechene:hover::before body:before, .bio #krisDechene:active::before body:before, .bio #krisDechene:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #krisDechene:hover::before, .bio #krisDechene:active::before, .bio #krisDechene:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #krisDechene:hover::before, .bio #krisDechene:active::before, .bio #krisDechene:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #krisDechene:hover::before body:before, .bio #krisDechene:active::before body:before, .bio #krisDechene:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #krisDechene:hover::before, .bio #krisDechene:active::before, .bio #krisDechene:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #krisDechene:hover::after, .bio #krisDechene:active::after, .bio #krisDechene:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Senior Director of Talent & Business Development"; }
      @media (min-width: 768px) {
        .bio #krisDechene:hover::after, .bio #krisDechene:active::after, .bio #krisDechene:focus::after {
          bottom: 8rem; }
          .bio #krisDechene:hover::after body:before, .bio #krisDechene:active::after body:before, .bio #krisDechene:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #krisDechene:hover::after, .bio #krisDechene:active::after, .bio #krisDechene:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #krisDechene:hover::after, .bio #krisDechene:active::after, .bio #krisDechene:focus::after {
          bottom: 6rem; }
          .bio #krisDechene:hover::after body:before, .bio #krisDechene:active::after body:before, .bio #krisDechene:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #krisDechene:hover::after, .bio #krisDechene:active::after, .bio #krisDechene:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #krisDechene {
      background-size: 60%; }
      .bio #krisDechene body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #krisDechene {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #krisDechene {
      background-size: 40%; }
      .bio #krisDechene body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #krisDechene {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #krisDechene body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #krisDechene {
      background-size: 85%; }
      .bio #krisDechene body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #krisDechene {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #krisDechene {
      background-size: 90%; }
      .bio #krisDechene body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #krisDechene {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #krisDechene body:before {
      content: "x-lg"; } }

.bio .krisDechene-active {
  background-image: url(assets/images/about/krisDechene_highlite.jpg) !important; }
  .bio .krisDechene-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Kris DeChene"; }
    @media (min-width: 768px) {
      .bio .krisDechene-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .krisDechene-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .krisDechene-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .krisDechene-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .krisDechene-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .krisDechene-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .krisDechene-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Senior Director of Talent & Business Development"; }
    @media (min-width: 768px) {
      .bio .krisDechene-active::after {
        bottom: 8rem; }
        .bio .krisDechene-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .krisDechene-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .krisDechene-active::after {
        bottom: 6rem; }
        .bio .krisDechene-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .krisDechene-active::after {
        bottom: 6rem; } }

.bio .krisDecheneMobileImg {
  background-image: url(assets/images/about/kris_dechene_biopic.jpg) !important; }
  .bio .krisDecheneMobileImg:after, .bio .krisDecheneMobileImg:before {
    visibility: hidden; }

.bio #nancyBloch {
  background-image: url(assets/images/about/nancy_bloch_thumbnail-bw.jpg);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat; }
  .bio #nancyBloch:hover, .bio #nancyBloch:active, .bio #nancyBloch:focus {
    background-image: url(assets/images/about/nancyBloch_highlite.jpg); }
    .bio #nancyBloch:hover::before, .bio #nancyBloch:active::before, .bio #nancyBloch:focus::before {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 8rem;
      color: #ffffff;
      font-size: 2.1rem;
      z-index: 10;
      content: "Nancy Bloch"; }
      @media (min-width: 768px) {
        .bio #nancyBloch:hover::before, .bio #nancyBloch:active::before, .bio #nancyBloch:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; }
          .bio #nancyBloch:hover::before body:before, .bio #nancyBloch:active::before body:before, .bio #nancyBloch:focus::before body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #nancyBloch:hover::before, .bio #nancyBloch:active::before, .bio #nancyBloch:focus::before {
          font-size: 1.8rem;
          bottom: 10rem; } }
      @media (min-width: 992px) {
        .bio #nancyBloch:hover::before, .bio #nancyBloch:active::before, .bio #nancyBloch:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; }
          .bio #nancyBloch:hover::before body:before, .bio #nancyBloch:active::before body:before, .bio #nancyBloch:focus::before body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #nancyBloch:hover::before, .bio #nancyBloch:active::before, .bio #nancyBloch:focus::before {
          bottom: 8rem;
          font-size: 2.1rem; } }
    .bio #nancyBloch:hover::after, .bio #nancyBloch:active::after, .bio #nancyBloch:focus::after {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      bottom: 6rem;
      color: #ffffff;
      font-size: 1.2rem;
      z-index: 10;
      content: "Co-Founder/Consultant"; }
      @media (min-width: 768px) {
        .bio #nancyBloch:hover::after, .bio #nancyBloch:active::after, .bio #nancyBloch:focus::after {
          bottom: 8rem; }
          .bio #nancyBloch:hover::after body:before, .bio #nancyBloch:active::after body:before, .bio #nancyBloch:focus::after body:before {
            content: "md-lg"; } }
      @media (min-width: md-lg) {
        .bio #nancyBloch:hover::after, .bio #nancyBloch:active::after, .bio #nancyBloch:focus::after {
          bottom: 8rem; } }
      @media (min-width: 992px) {
        .bio #nancyBloch:hover::after, .bio #nancyBloch:active::after, .bio #nancyBloch:focus::after {
          bottom: 6rem; }
          .bio #nancyBloch:hover::after body:before, .bio #nancyBloch:active::after body:before, .bio #nancyBloch:focus::after body:before {
            content: "lg"; } }
      @media (min-width: lg) {
        .bio #nancyBloch:hover::after, .bio #nancyBloch:active::after, .bio #nancyBloch:focus::after {
          bottom: 6rem; } }
  @media (min-width: 320px) {
    .bio #nancyBloch {
      background-size: 60%; }
      .bio #nancyBloch body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio #nancyBloch {
      background-size: 60%; } }
  @media (min-width: 500px) {
    .bio #nancyBloch {
      background-size: 40%; }
      .bio #nancyBloch body:before {
        content: "sm"; } }
  @media (min-width: sm) {
    .bio #nancyBloch {
      background-size: 40%; } }
  @media (min-width: 670px) {
    .bio #nancyBloch body:before {
      content: "md"; } }
  @media (min-width: 768px) {
    .bio #nancyBloch {
      background-size: 85%; }
      .bio #nancyBloch body:before {
        content: "md-lg"; } }
  @media (min-width: md-lg) {
    .bio #nancyBloch {
      background-size: 85%; } }
  @media (min-width: 992px) {
    .bio #nancyBloch {
      background-size: 90%; }
      .bio #nancyBloch body:before {
        content: "lg"; } }
  @media (min-width: lg) {
    .bio #nancyBloch {
      background-size: 90%; } }
  @media (min-width: 1200px) {
    .bio #nancyBloch body:before {
      content: "x-lg"; } }

.bio .nancyBloch-active {
  background-image: url(assets/images/about/nancyBloch_highlite.jpg) !important; }
  .bio .nancyBloch-active::before {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 8rem;
    color: #ffffff;
    font-size: 2.1rem;
    z-index: 10;
    content: "Nancy Bloch"; }
    @media (min-width: 768px) {
      .bio .nancyBloch-active::before {
        font-size: 1.8rem;
        bottom: 10rem; }
        .bio .nancyBloch-active::before body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .nancyBloch-active::before {
        font-size: 1.8rem;
        bottom: 10rem; } }
    @media (min-width: 992px) {
      .bio .nancyBloch-active::before {
        bottom: 8rem;
        font-size: 2.1rem; }
        .bio .nancyBloch-active::before body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .nancyBloch-active::before {
        bottom: 8rem;
        font-size: 2.1rem; } }
  .bio .nancyBloch-active::after {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6rem;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    content: "Co-Founder/Consultant"; }
    @media (min-width: 768px) {
      .bio .nancyBloch-active::after {
        bottom: 8rem; }
        .bio .nancyBloch-active::after body:before {
          content: "md-lg"; } }
    @media (min-width: md-lg) {
      .bio .nancyBloch-active::after {
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .bio .nancyBloch-active::after {
        bottom: 6rem; }
        .bio .nancyBloch-active::after body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .nancyBloch-active::after {
        bottom: 6rem; } }

.bio .nancyBlochMobileImg {
  background-image: url(assets/images/about/nancy_bloch_biopic.jpg) !important; }
  .bio .nancyBlochMobileImg:after, .bio .nancyBlochMobileImg:before {
    visibility: hidden; }

.bio {
  position: relative; }
  .bio .header {
    padding: 3rem; }
    @media (min-width: 992px) {
      .bio .header {
        padding: 0; }
        .bio .header body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .header {
        padding: 0; } }
  .bio h2 {
    font-size: 4rem; }
    @media (min-width: 500px) {
      .bio h2 {
        font-size: 5.5rem; }
        .bio h2 body:before {
          content: "sm"; } }
    @media (min-width: sm) {
      .bio h2 {
        font-size: 5.5rem; } }
  .bio .content {
    background: #dfdfdf;
    color: #333333;
    padding: 0 10%; }
    .bio .content h4,
    .bio .content h5 {
      color: #3333cc; }
    .bio .content h4 {
      font-size: 3rem; }
    .bio .content p,
    .bio .content h5,
    .bio .content li {
      font-size: 2rem; }
    .bio .content .title,
    .bio .content .email {
      font-size: 2.4rem; }
    .bio .content ul {
      text-align: left;
      padding: 0 0 0 2rem;
      margin-left: 1.5rem; }
      .bio .content ul li {
        list-style-position: outside;
        padding-left: 1rem; }
    .bio .content .email {
      display: block; }
    .bio .content .principle {
      font-size: 1.4rem; }
    @media (min-width: 500px) {
      .bio .content {
        padding: 0 23%; }
        .bio .content body:before {
          content: "sm"; }
        .bio .content .header {
          padding: 4rem; } }
    @media (min-width: sm) {
      .bio .content {
        padding: 0 23%; }
        .bio .content .header {
          padding: 4rem; } }
    @media (min-width: 768px) {
      .bio .content {
        padding: 5% 10%; }
        .bio .content body:before {
          content: "md-lg"; }
        .bio .content h2 {
          font-size: 5.5rem; } }
    @media (min-width: md-lg) {
      .bio .content {
        padding: 5% 10%; }
        .bio .content h2 {
          font-size: 5.5rem; } }
    @media (min-width: 992px) {
      .bio .content {
        padding: 5% 2%; }
        .bio .content body:before {
          content: "lg"; } }
    @media (min-width: lg) {
      .bio .content {
        padding: 5% 2%; } }

.mobile {
  background: #dfdfdf; }

.bio-mobile-bg {
  background-color: #dfdfdf;
  padding: 2rem 0; }
  @media (min-width: 320px) {
    .bio-mobile-bg {
      padding: 4rem 0; }
      .bio-mobile-bg body:before {
        content: "x-sm"; } }
  @media (min-width: x-sm) {
    .bio-mobile-bg {
      padding: 4rem 0; } }

.index-arrow-mobile {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%); }

.index-arrow-left-tablet {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 15%; }

.index-arrow-center-tablet {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 48%; }

.index-arrow-right-tablet {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 83%; }

.index-arrow-left-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 12%; }

.index-arrow-center1-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 37%; }

.index-arrow-center2-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 61%; }

.index-arrow-right-desktop {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #dfdfdf;
  position: absolute;
  top: -1.5%;
  left: 88%; }

.modal-table {
  margin: 20px;
  font-family: Arial Black;
  font-size: medium;
  line-height: 1.6 !important;
  }
