/* Transform mixins */
/* End transform mixins */
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Montserrat|Roboto|Roboto+Slab);
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes shake {
  0% {
    transform: translate(0.5px, 0.5px) rotate(0deg); }
  10% {
    transform: translate(-0.5px, -1px) rotate(-0.5deg); }
  20% {
    transform: translate(-1.5px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(1.5px, 1px) rotate(0deg); }
  40% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  50% {
    transform: translate(-0.5px, 1px) rotate(-0.5deg); }
  60% {
    transform: translate(-1.5px, 0.5px) rotate(0deg); }
  70% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  90% {
    transform: translate(0.5px, 1px) rotate(0deg); }
  100% {
    transform: translate(0.5px, -1px) rotate(-0.5deg); } }

@font-face {
  font-family: gladlyFileTypes;
  src: url(../../../fonts/file-types210629.ttf); }

.glad_file_type {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  vertical-align: top;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .glad_file_type:after {
    content: '\e924';
    font-family: gladlyFileTypes;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #47484c;
    line-height: 35px; }
  .glad_file_type:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #47484c;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600; }
  .glad_file_type.glad_pdf:after {
    content: '\eadf'; }
  .glad_file_type.glad_word:after {
    content: '\eae1'; }
  .glad_file_type.glad_excel:after {
    content: '\eae2'; }
  .glad_file_type.glad_ppt:after {
    content: '\e900'; }
  .glad_file_type.glad_numbers:after {
    content: '\e901'; }
  .glad_file_type.glad_pages:after {
    content: '\e902'; }
  .glad_file_type.glad_zip:after {
    content: '\e92b'; }
  .glad_file_type.glad_folder:after {
    content: '\e92f'; }
  .glad_file_type.glad_link:before {
    content: '\e921';
    font-family: gladlyIcons; }
  .glad_file_type.glad_image:after {
    content: '\e927'; }

/* Transform mixins */
/* End transform mixins */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes shake {
  0% {
    transform: translate(0.5px, 0.5px) rotate(0deg); }
  10% {
    transform: translate(-0.5px, -1px) rotate(-0.5deg); }
  20% {
    transform: translate(-1.5px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(1.5px, 1px) rotate(0deg); }
  40% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  50% {
    transform: translate(-0.5px, 1px) rotate(-0.5deg); }
  60% {
    transform: translate(-1.5px, 0.5px) rotate(0deg); }
  70% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  90% {
    transform: translate(0.5px, 1px) rotate(0deg); }
  100% {
    transform: translate(0.5px, -1px) rotate(-0.5deg); } }

.modal {
  z-index: 10050; }

.modal-backdrop {
  z-index: 10040; }

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 0 80px 0; }

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.in .modal-dialog {
  left: 0; }

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.in .modal-dialog {
  right: 0; }

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none; }

.modal-header {
  height: 4.0rem;
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA; }

#gladly-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20000;
  background-color: rgba(255, 255, 255, 0.9); }
  #gladly-overlay .gladly-loading-wrapper {
    background-color: #fff;
    width: 200px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    #gladly-overlay .gladly-loading-wrapper img {
      max-width: 100%; }
    #gladly-overlay .gladly-loading-wrapper .spinner-text {
      display: block;
      padding-bottom: 10px;
      color: #14051d;
      font-size: 20px;
      font-weight: 600;
      margin-top: -30px; }

h1 {
  font-size: 2rem;
  line-height: 120%; }

h2 {
  font-size: 1.8rem;
  line-height: 120%; }

h3 {
  font-size: 1.6rem;
  line-height: 120%; }

@media screen and (min-width: 400px) {
  h1 {
    font-size: 2.2rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.8rem; } }

@media screen and (min-width: 500px) {
  h1 {
    font-size: 2.4rem; }
  h2 {
    font-size: 2.2rem; }
  h3 {
    font-size: 2rem; } }

@media screen and (min-width: 700px) {
  h1 {
    font-size: 2.9rem; }
  h2 {
    font-size: 2.6rem; }
  h3 {
    font-size: 2.4rem; } }

@media screen and (min-width: 800px) {
  h1 {
    font-size: 3.1rem; }
  h2 {
    font-size: 2.7rem; }
  h3 {
    font-size: 2.5rem; } }

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 3.5rem; }
  h2 {
    font-size: 3.1rem; }
  h3 {
    font-size: 2.9rem; } }

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 4rem; }
  h2 {
    font-size: 3.5rem; }
  h3 {
    font-size: 3.3rem; } }

.modal.processing .modal-dialog:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/images/gifs/squares-bk.gif) no-repeat center;
  background-color: rgba(255, 255, 255, 0.9); }

.modal-backdrop {
  background-color: transparent; }

.modal-dialog .gladly-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover; }

#glad-community-name {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #glad-community-name .glad_edit_me {
    right: auto;
    left: 175px; }
  #glad-community-name.navbar-header {
    float: none; }

#tagLine {
  position: relative; }

#bgImageWrapper .glad_edit_me {
  bottom: 20px;
  right: 20px; }

#glad-about-us, #glad-contact-us {
  position: relative; }
  #glad-about-us .glad_edit_me, #glad-contact-us .glad_edit_me {
    bottom: auto;
    top: 20px;
    right: 20px; }
  #glad-about-us .glad_button_wrap, #glad-contact-us .glad_button_wrap {
    display: flex;
    justify-content: center;
    margin-top: 4rem; }

#contactForm .glad_button_wrap {
  display: flex;
  justify-content: flex-end; }

.glad_carousel {
  position: relative; }
  .glad_carousel .glad_edit_me {
    bottom: 110px;
    right: 20px;
    z-index: 1; }
    .glad_carousel .glad_edit_me.glad_upload {
      bottom: 65px; }
  .glad_carousel .glad_on_off {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3; }
  .glad_carousel.glad_processing:after {
    z-index: 10; }

@media screen and (min-width: 1200px) {
  .glad_carousel .glad_edit_me {
    bottom: auto;
    top: 110px; }
    .glad_carousel .glad_edit_me.glad_upload {
      top: 65px; }
  .glad_carousel .glad_on_off {
    bottom: auto;
    top: 20px; } }

#glad-documents {
  display: flex;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  flex-direction: column;
  padding: 125px 0;
  align-items: center; }
  #glad-documents.glad_hide_me {
    display: none; }
  #glad-documents header {
    position: relative; }
  #glad-documents h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
    color: inherit; }
  #glad-documents .glad_body * {
    text-align: center;
    color: inherit; }
  #glad-documents .glad_body a {
    color: #48dbe4; }
    #glad-documents .glad_body a:hover {
      text-decoration: underline; }
  #glad-documents.glad_none {
    display: none; }
  #glad-documents .glad_docs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    padding: 45px;
    max-width: 1000px;
    width: 100%;
    margin-top: 10px; }
    #glad-documents .glad_docs .glad_file_type {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      position: relative;
      flex-shrink: 0;
      width: 160px;
      height: 100px;
      margin: 10px;
      -webkit-box-shadow: 0 0 0 3px transparent;
      -moz-box-shadow: 0 0 0 3px transparent;
      box-shadow: 0 0 0 3px transparent;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
      #glad-documents .glad_docs .glad_file_type .glad_title {
        display: block;
        color: #47484c;
        font-size: 16px;
        text-align: center;
        height: 44px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis; }
      #glad-documents .glad_docs .glad_file_type .glad_edit_wrap {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(143, 156, 171, 0.9);
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #glad-documents .glad_docs .glad_file_type .glad_edit_wrap .glad_icon {
          display: block;
          width: 50px;
          height: 50px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px; }
          #glad-documents .glad_docs .glad_file_type .glad_edit_wrap .glad_icon:after {
            position: static;
            color: #fff;
            height: 50px;
            width: 50px;
            line-height: 50px;
            font-size: 2rem;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      #glad-documents .glad_docs .glad_file_type:after {
        color: #47484c;
        font-size: 30px;
        top: 10px; }
      #glad-documents .glad_docs .glad_file_type:hover {
        -webkit-box-shadow: 0 0 0 3px #8f9cab;
        -moz-box-shadow: 0 0 0 3px #8f9cab;
        box-shadow: 0 0 0 3px #8f9cab;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        #glad-documents .glad_docs .glad_file_type:hover .glad_edit_wrap {
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      #glad-documents .glad_docs .glad_file_type.glad_processing {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        #glad-documents .glad_docs .glad_file_type.glad_processing:after {
          content: none; }
        #glad-documents .glad_docs .glad_file_type.glad_processing:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: #8f9cab url(/images/gifs/cube-wgbg.gif) no-repeat center;
          background-size: 40px;
          z-index: 10;
          -webkit-box-shadow: 0 0 0 3px #8f9cab;
          -moz-box-shadow: 0 0 0 3px #8f9cab;
          box-shadow: 0 0 0 3px #8f9cab;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px; }
    #glad-documents .glad_docs .glad_edit_me {
      bottom: 10px;
      right: 10px; }

.glad_edit_mode #glad-documents {
  display: flex !important; }

.glad_file_type .glad_edit_wrap .glad_icon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .glad_file_type .glad_edit_wrap .glad_icon:hover {
    background-color: #fff; }
    .glad_file_type .glad_edit_wrap .glad_icon:hover:after {
      color: #8f9cab !important; }

@media screen and (min-width: 1100px) {
  #glad-documents {
    background-color: #f8f8f8;
    border-top: none; }
  .glad_docs {
    -webkit-box-shadow: 0 16px 32px 0 rgba(43, 30, 51, 0.08);
    -moz-box-shadow: 0 16px 32px 0 rgba(43, 30, 51, 0.08);
    box-shadow: 0 16px 32px 0 rgba(43, 30, 51, 0.08);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; } }

#glad_add_to_doc_list {
  align-items: center;
  justify-content: center; }
  #glad_add_to_doc_list .glad_modal {
    padding: 40px;
    max-width: 500px; }
    #glad_add_to_doc_list .glad_modal .glad_item {
      background: none;
      color: inherit;
      border: none;
      padding: 0 10px;
      font: inherit;
      cursor: default;
      outline: inherit;
      flex-shrink: 0;
      font-size: 16px;
      text-align: left;
      line-height: 45px;
      height: 45px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border-bottom: 1px solid #f0f0f0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #glad_add_to_doc_list .glad_modal .glad_item:first-of-type {
        border-top: 1px solid #f0f0f0; }
      #glad_add_to_doc_list .glad_modal .glad_item:hover {
        background-color: #f0f0f0; }
  #glad_add_to_doc_list form {
    display: flex;
    flex-direction: column;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto; }
  #glad_add_to_doc_list h2 {
    font-size: 16px;
    margin: 0; }

.glad_process_me.glad_processing {
  position: relative; }
  .glad_process_me.glad_processing:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f8f8f8 url(/images/gifs/cube.gif) no-repeat center;
    z-index: 4;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.header-bg {
  position: relative;
  background-position: center;
  min-height: 90vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .header-bg .container {
    position: relative;
    z-index: 10; }
  .header-bg.glad_texture01:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/homepages/texture01.png);
    z-index: 1; }

#glad-center-banner {
  position: relative;
  z-index: 2; }

.gladly-subnav {
  background-color: #334052;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0;
  border-radius: 0;
  width: inherit; }
  .gladly-subnav .submenu-item {
    padding-left: 10px;
    padding-right: 10px;
    align-items: center; }
    .gladly-subnav .submenu-item a, .gladly-subnav .submenu-item span, .gladly-subnav .submenu-item .glad_link {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #c0cad8;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      height: 100%;
      line-height: 140%;
      padding: 0 10px; }
      .gladly-subnav .submenu-item a:hover, .gladly-subnav .submenu-item span:hover, .gladly-subnav .submenu-item .glad_link:hover {
        color: #fff; }
    .gladly-subnav .submenu-item:last-of-type {
      position: relative; }
      .gladly-subnav .submenu-item:last-of-type:after {
        content: '';
        display: block;
        position: absolute;
        height: 26px;
        width: 1px;
        top: 50%;
        left: 0;
        margin-top: -13px;
        background-color: #2b3644; }
  .gladly-subnav .submenu-divider {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    line-height: 21pt; }

.submenu-item {
  padding-left: 10px;
  padding-right: 10px;
  align-items: center; }
  .submenu-item.glad_obscure {
    position: relative; }
    .submenu-item.glad_obscure:hover:before {
      content: none; }
    .submenu-item.glad_obscure:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6) url(/images/x.png) center no-repeat;
      z-index: 1;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%; }

.gladly-widget {
  padding: 1px 0 0 0; }
  .gladly-widget h3 {
    font-size: 21pt;
    margin: 0px;
    margin-bottom: 10px; }
  .gladly-widget p {
    font-size: 10pt;
    color: #555; }
  .gladly-widget hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    height: 1px;
    color: #CCC;
    background-color: #CCC; }

.gladly-edit .gladly-edit-overlay {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 950;
  border: solid 3px #14B4DC;
  background: rgba(20, 180, 220, 0.5); }

.gladly-edit .gladly-edit-overlay-mobile {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 950; }

.gladly-edit:hover .gladly-edit-overlay, .gladly-edit.hover .gladly-edit-overlay {
  display: block; }

#navigationbar {
  background-color: #2b3644;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1; }
  #navigationbar.in {
    -webkit-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12); }

.navbar-gladly {
  width: inherit;
  z-index: 1; }
  .navbar-gladly .container-fluid {
    background-color: #2b3644;
    border-color: #2b3644;
    height: 140px;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 500px) {
      .navbar-gladly .container-fluid {
        padding-top: 5px;
        padding-bottom: 5px;
        height: 80px; } }
    .navbar-gladly .container-fluid .navbar-collapse {
      padding-bottom: 10px;
      padding-top: 20px; }
    .navbar-gladly .container-fluid .glad_menu_header {
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      position: relative; }
      .navbar-gladly .container-fluid .glad_menu_header:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        z-index: -1; }
      .navbar-gladly .container-fluid .glad_menu_header span {
        display: block;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        background-color: #fff;
        padding: 0 2rem; }
    .navbar-gladly .container-fluid .navbar-nav .glad_link {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #babdc2;
      font-family: 'Open Sans', sans-serif;
      font-size: 12pt;
      font-weight: bold;
      background: transparent;
      cursor: pointer;
      height: 4rem;
      cursor: pointer;
      text-transform: uppercase;
      padding: 0 0 0 25px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
        color: #FFF;
        background: transparent; }
      .navbar-gladly .container-fluid .navbar-nav .glad_link .fa {
        font-size: 24px;
        line-height: 1.88;
        text-align: center; }
    .navbar-gladly .container-fluid .navbar-brand {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      border-right: solid 1px #AAA;
      height: 100%;
      line-height: 75px;
      padding: 0px;
      padding-left: 20px;
      padding-right: 20px;
      margin-right: 20px;
      width: 100%;
      text-align: center;
      color: #48dbe4;
      text-transform: capitalize;
      height: 100%; }
      .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap {
        flex: 1;
        max-width: 100%;
        max-height: 100%; }
        .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
          background: url(/images/homestead-logo.png) no-repeat center;
          background-size: contain; }
      .navbar-gladly .container-fluid .navbar-brand img {
        max-width: 100%;
        max-height: 100%; }
      .navbar-gladly .container-fluid .navbar-brand h1 {
        display: inline-block;
        margin: 0; }
      @media only screen and (max-width: 500px) {
        .navbar-gladly .container-fluid .navbar-brand {
          border-right: none;
          height: 55px;
          line-height: 60px;
          padding-left: 10px;
          padding-right: 10px; } }
    .navbar-gladly .container-fluid .navbar-toggle {
      color: #CCC;
      font-size: 18pt; }

#headerLogo {
  position: relative;
  height: 75px;
  width: 200px; }
  #headerLogo h1 {
    font-size: 1.6rem; }

.navbar {
  border: none;
  min-height: 5rem; }

.logo_wrap {
  display: inline-block;
  position: relative;
  height: 75px;
  line-height: 75px;
  width: 200px;
  max-width: 50%;
  text-align: left; }
  .logo_wrap img {
    max-width: 100%;
    max-height: 100%; }
  .logo_wrap h1 {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

#bgImageDropzone {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #bgImageDropzone .dz-default.dz-message {
    margin: 0; }

#glad_site_nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #glad_site_nav_wrap.glad_menu_open {
    -webkit-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12); }
  #glad_site_nav_wrap:before, #glad_site_nav_wrap:after {
    content: none; }

.glad_carousel {
  overflow: hidden;
  min-height: 100px;
  background-color: #fff; }
  .glad_carousel .gladly-carousel:not(.slick-slider) {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    .glad_carousel .gladly-carousel:not(.slick-slider) div {
      flex: 0 0 25%; }
  .glad_carousel .gladly-img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .glad_carousel.glad-demo-only {
    position: relative; }
    .glad_carousel.glad-demo-only:after {
      content: '*This section won\'t be displayed to the world until you upload your own images.';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #666;
      font-size: 1rem; }

.gladly_image_wrap {
  position: relative;
  width: 400px;
  height: 400px; }
  .gladly_image_wrap img {
    width: 100%;
    height: 400px; }
  .gladly_image_wrap .dummy_cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
    .gladly_image_wrap .dummy_cover:after {
      content: 'Placeholder Image';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 400px;
      font-size: 2.5rem;
      color: #888; }

#glad_edit_carousel_items {
  background-color: #f5f5f5;
  max-width: 400px;
  margin: 0 auto;
  max-height: 70vh;
  overflow-y: auto; }
  #glad_edit_carousel_items .glad_item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 7px 0;
    border-top: 1px solid #e0e0e0; }
    #glad_edit_carousel_items .glad_item:last-of-type {
      border-bottom: none; }
    #glad_edit_carousel_items .glad_item .glad_left {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    #glad_edit_carousel_items .glad_item .glad_right {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #glad_edit_carousel_items .glad_item .glad_grab_me {
      display: block;
      height: 120px;
      width: 50px;
      margin-right: 5px;
      border-right: 1px solid transparent;
      cursor: grab; }
      #glad_edit_carousel_items .glad_item .glad_grab_me:after {
        height: 50px;
        width: 50px;
        line-height: 50px;
        top: 35px; }
      #glad_edit_carousel_items .glad_item .glad_grab_me:hover {
        border-color: #e0e0e0; }
    #glad_edit_carousel_items .glad_item .glad_action {
      display: block;
      font-size: 20px;
      padding: 5px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      #glad_edit_carousel_items .glad_item .glad_action:hover {
        color: #fff;
        background-color: #3bafda; }
    #glad_edit_carousel_items .glad_item .glad-mark-restore {
      display: none; }
    #glad_edit_carousel_items .glad_item.glad_marked {
      opacity: 0.3;
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
      #glad_edit_carousel_items .glad_item.glad_marked .glad-mark-deleted {
        display: none; }
      #glad_edit_carousel_items .glad_item.glad_marked .glad-mark-restore {
        display: block; }
      #glad_edit_carousel_items .glad_item.glad_marked:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      #glad_edit_carousel_items .glad_item.glad_marked .glad_photo_wrap {
        position: relative; }
        #glad_edit_carousel_items .glad_item.glad_marked .glad_photo_wrap:after {
          content: '\e915';
          font-family: gladlyIcons;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-color: rgba(255, 255, 255, 0.75);
          font-size: 50px;
          color: #777;
          line-height: 120px;
          text-align: center; }
  #glad_edit_carousel_items .glad_photo_wrap {
    height: 120px;
    width: 120px;
    padding: 7px;
    margin: 0 10px 0 0;
    border: 2px solid #d0d0d0;
    border-radius: 3px; }
    #glad_edit_carousel_items .glad_photo_wrap img {
      width: 100%;
      height: 100%; }
  #glad_edit_carousel_items .glad_circle_number {
    display: block;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #999;
    text-align: center;
    margin-right: 10px;
    line-height: 50px;
    font-size: 26px;
    flex: 0 0 50px;
    cursor: default;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.gladly-hero-wrapper {
  color: #fff;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-height: 150px;
  opacity: 0.9;
  background-color: #eb1a55;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
  max-width: 686px; }
  .gladly-hero-wrapper h1 {
    display: block;
    max-width: 100%;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-style: italic;
    margin: 5px 0;
    text-align: center;
    color: #ffffff; }
  .gladly-hero-wrapper small {
    max-width: 100%;
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 120%;
    text-align: center;
    color: #ffffff; }
  .gladly-hero-wrapper .hotspot_target {
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background-color: transparent; }
  @media only screen and (max-width: 500px) {
    .gladly-hero-wrapper {
      width: 90%; } }

.gladly-edit-active {
  width: 221px;
  height: 86px;
  border-radius: 3px;
  background-color: rgba(72, 219, 228, 0.4);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #48dbe4; }

.gladly-home {
  height: 400px; }

.gladly-map {
  position: relative;
  background-color: #232323;
  height: 550px; }
  .gladly-map > .glad_edit_me {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 10px;
    margin-top: -17.5px; }

.gladly-map-wrap {
  padding: 0; }
  .gladly-map-wrap .no-map {
    height: 550px;
    width: 100%;
    background-color: #fff;
    line-height: 550px; }

#gladly-map-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  padding: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto; }
  #gladly-map-dialog h2 {
    text-align: center;
    margin: 0;
    font-size: 2rem; }
  #gladly-map-dialog #edit_map_wrap {
    max-width: none; }
    #gladly-map-dialog #edit_map_wrap #floating-panel {
      bottom: 572px;
      left: 10px; }
      #gladly-map-dialog #edit_map_wrap #floating-panel .glad_button {
        height: 3.4rem; }
  #gladly-map-dialog #map_search_address {
    width: 30rem; }
  #gladly-map-dialog .content_wrap {
    max-width: none; }
  #gladly-map-dialog .glad_button_wrap {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 1rem; }
    #gladly-map-dialog .glad_button_wrap .glad_button {
      margin: 0 1rem 0 0; }
  #gladly-map-dialog.glad_show {
    display: block; }
  #gladly-map-dialog .glad_button {
    margin-right: 1rem; }
  #gladly-map-dialog #delete {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0; }

#g-recaptcha {
  margin: 3rem 0; }
  #g-recaptcha > div {
    margin: 0 auto; }

.center {
  text-align: center; }

.glad-init-load, .glad-loaded {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .glad-init-load.glad-fade-in-after-load, .glad-loaded.glad-fade-in-after-load {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.glad_carousel_items {
  padding: 0 10rem;
  background-color: #fff; }

.glad_carousel_items {
  padding: 0; }

.gladly-about {
  display: flex;
  color: #FFF;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #e6334f, #a95f84);
  padding-bottom: 5rem; }
  .gladly-about .container-fluid {
    width: 100%; }
  .gladly-about h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    color: inherit; }
  .gladly-about hr {
    width: 75px;
    border: none;
    height: 1px;
    color: #FFF;
    background-color: #FFF; }
  .gladly-about button {
    width: 230px;
    color: rgba(43, 30, 51, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 3;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .gladly-about .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: inherit;
    text-align: left; }
    .gladly-about .subtitle * {
      font-size: inherit;
      font-family: inherit;
      color: inherit; }
    .gladly-about .subtitle a {
      text-decoration: underline; }
  @media only screen and (max-width: 500px) {
    .gladly-about {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 800px) {
    .gladly-about .subtitle {
      font-size: 2rem; } }

.gladly-footer {
  background-color: #2b3644;
  padding: 5rem 2rem; }
  .gladly-footer .glad_menu {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .gladly-footer .glad_menu li {
      position: relative; }
      .gladly-footer .glad_menu li:before {
        content: "\b7";
        display: block;
        position: absolute;
        left: -1px;
        top: 0;
        height: 100%;
        line-height: 23px; }
      .gladly-footer .glad_menu li:first-of-type:before {
        content: none;
        color: #083745; }
    .gladly-footer .glad_menu .glad_link {
      color: #083745;
      font-family: 'Open Sans', sans-serif;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 110%;
      background: transparent;
      margin: 0;
      padding: 1rem;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .gladly-footer .glad_menu .glad_link:hover {
        color: #0D5B73; }
  .gladly-footer .glad_address {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem; }
    .gladly-footer .glad_address .glad_item_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      color: #f9054a;
      font-size: 1.4rem; }
    .gladly-footer .glad_address .glad_item {
      color: inherit;
      position: relative;
      padding: 0 10px;
      font-size: inherit; }
      .gladly-footer .glad_address .glad_item:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #f9054a;
        width: 1px;
        height: 100%; }
      .gladly-footer .glad_address .glad_item:first-of-type:before {
        content: none; }
    .gladly-footer .glad_address .glad_edit_me {
      bottom: -25px; }
  .gladly-footer .glad_powered_by {
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: center; }
    .gladly-footer .glad_powered_by .glad_link {
      font-size: inherit;
      font-weight: 600;
      display: inline;
      margin: 0; }

.gladly-screen-processing {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  z-index: 1000000;
  opacity: 0.95;
  background: url(/images/gifs/squares-bk.gif) center no-repeat #fff; }

.gladly-map-text {
  position: absolute;
  top: 1rem;
  left: 0;
  background: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2); }
  .gladly-map-text h3 {
    margin: 0 0 1rem 0;
    color: #f9054a;
    font-family: 'Roboto Slab', serif;
    font-style: italic; }
  .gladly-map-text p {
    margin: 0;
    font-weight: bold; }

/* colors */
/* new colors */
/* old colors */
/* end old colors */
/* item colors */
/* end of item colors */
/* Transform mixins */
/* End transform mixins */
/* mixin for step header */
/* mixin for pre header */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/* this is for the demo  */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                               Directory Item                               */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
html.glad_color01 #navigationbar {
  background-color: #fff; }

html.glad_color01 .gladly-subnav {
  background-color: #f8f8f8; }
  html.glad_color01 .gladly-subnav .submenu-item a, html.glad_color01 .gladly-subnav .submenu-item span, html.glad_color01 .gladly-subnav .submenu-item .glad_link {
    color: #455B74; }
    html.glad_color01 .gladly-subnav .submenu-item a:hover, html.glad_color01 .gladly-subnav .submenu-item span:hover, html.glad_color01 .gladly-subnav .submenu-item .glad_link:hover {
      color: #324254;
      background-color: #f0f0f0; }
  html.glad_color01 .gladly-subnav .submenu-item:last-of-type:after {
    background-color: #C3E5E5; }

html.glad_color01 .navbar-gladly .container-fluid {
  background-color: #fff; }
  html.glad_color01 .navbar-gladly .container-fluid .navbar-brand {
    border-color: #C3E5E5; }
    html.glad_color01 .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
      background-image: url("/images/homestead-logo-orange.png"); }
  html.glad_color01 .navbar-gladly .container-fluid .navbar-nav .glad_link {
    color: #455B74; }
    html.glad_color01 .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
      color: #324254;
      background-color: #f5f5f5; }

html.glad_color01 .gladly-hero-wrapper {
  background-color: #E64D26; }

html.glad_color01 .gladly-map-text h3 {
  color: #455B74; }

html.glad_color01 .gladly-about {
  background: #E64D26;
  background: -moz-linear-gradient(-45deg, #E64D26 0%, #f3ab98 80%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #E64D26), color-stop(80%, #f3ab98));
  background: -webkit-linear-gradient(-45deg, #E64D26 0%, #f3ab98 80%);
  background: -o-linear-gradient(-45deg, #E64D26 0%, #f3ab98 80%);
  background: -ms-linear-gradient(-45deg, #E64D26 0%, #f3ab98 80%);
  background: linear-gradient(135deg, #E64D26 0%, #f3ab98 80%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#E64D26, endColorstr=#f3ab98, GradientType=1 )"; }
  html.glad_color01 .gladly-about .subtitle {
    color: #fff; }

html.glad_color01 .gladly-contact h2 {
  color: #455B74; }

html.glad_color01 p {
  color: #455B74; }

html.glad_color01 .gladly-footer {
  background-color: #d8d8d8; }
  html.glad_color01 .gladly-footer .menu-wrapper a.menu-item {
    color: #455B74; }
    html.glad_color01 .gladly-footer .menu-wrapper a.menu-item:hover {
      color: #324254;
      background-color: #ccc; }

.glad_swatch_color00 .glad_swatch:before {
  background-color: #f90f4a; }

.glad_swatch_color00 .glad_swatch:after {
  background-color: #2b3644; }

.glad_swatch_color01 .glad_swatch:before {
  background-color: #E64D26; }

.glad_swatch_color01 .glad_swatch:after {
  background-color: #455B74; }

/* new colors */
/* old colors */
/* end old colors */
/* item colors */
/* end of item colors */
/* Transform mixins */
/* End transform mixins */
/* mixin for step header */
/* mixin for pre header */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/* this is for the demo  */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                               Directory Item                               */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
html.glad_color02 #navigationbar {
  background-color: #fff; }

html.glad_color02 .gladly-subnav {
  background-color: #f8f8f8; }
  html.glad_color02 .gladly-subnav .submenu-item a, html.glad_color02 .gladly-subnav .submenu-item span, html.glad_color02 .gladly-subnav .submenu-item .glad_link {
    color: #528071; }
    html.glad_color02 .gladly-subnav .submenu-item a:hover, html.glad_color02 .gladly-subnav .submenu-item span:hover, html.glad_color02 .gladly-subnav .submenu-item .glad_link:hover {
      color: #3e6156;
      background-color: #f0f0f0; }
  html.glad_color02 .gladly-subnav .submenu-item:last-of-type:after {
    background-color: #C3E5E5; }

html.glad_color02 .navbar-gladly .container-fluid {
  background-color: #fff; }
  html.glad_color02 .navbar-gladly .container-fluid .navbar-brand {
    border-color: #C3E5E5; }
    html.glad_color02 .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
      background-image: url("/images/homestead-logo-teal.svg"); }
  html.glad_color02 .navbar-gladly .container-fluid .navbar-nav .glad_link {
    color: #528071; }
    html.glad_color02 .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
      color: #3e6156;
      background-color: #f5f5f5; }

html.glad_color02 .gladly-hero-wrapper {
  background-color: #86B2A4; }

html.glad_color02 .gladly-map-text h3 {
  color: #528071; }

html.glad_color02 .gladly-about {
  background: #86B2A4;
  background: -moz-linear-gradient(-45deg, #86B2A4 0%, #d4e4df 80%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #86B2A4), color-stop(80%, #d4e4df));
  background: -webkit-linear-gradient(-45deg, #86B2A4 0%, #d4e4df 80%);
  background: -o-linear-gradient(-45deg, #86B2A4 0%, #d4e4df 80%);
  background: -ms-linear-gradient(-45deg, #86B2A4 0%, #d4e4df 80%);
  background: linear-gradient(135deg, #86B2A4 0%, #d4e4df 80%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#86B2A4, endColorstr=#d4e4df, GradientType=1 )"; }
  html.glad_color02 .gladly-about .subtitle {
    color: #528071; }

html.glad_color02 .gladly-contact h2 {
  color: #528071; }

html.glad_color02 p {
  color: #528071; }

html.glad_color02 .gladly-footer {
  background-color: #d8d8d8; }
  html.glad_color02 .gladly-footer .menu-wrapper a.menu-item {
    color: #528071; }
    html.glad_color02 .gladly-footer .menu-wrapper a.menu-item:hover {
      color: #3e6156;
      background-color: #ccc; }

.glad_swatch_color02 .glad_swatch:before {
  background-color: #86B2A4; }

.glad_swatch_color02 .glad_swatch:after {
  background-color: #528071; }

/* new colors */
/* old colors */
/* end old colors */
/* item colors */
/* end of item colors */
/* Transform mixins */
/* End transform mixins */
/* mixin for step header */
/* mixin for pre header */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/* this is for the demo  */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                               Directory Item                               */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
html.glad_color03 #navigationbar {
  background-color: #fff; }

html.glad_color03 .gladly-subnav {
  background-color: #f8f8f8; }
  html.glad_color03 .gladly-subnav .submenu-item a, html.glad_color03 .gladly-subnav .submenu-item span, html.glad_color03 .gladly-subnav .submenu-item .glad_link {
    color: #564c49; }
    html.glad_color03 .gladly-subnav .submenu-item a:hover, html.glad_color03 .gladly-subnav .submenu-item span:hover, html.glad_color03 .gladly-subnav .submenu-item .glad_link:hover {
      color: #2c2726;
      background-color: #f0f0f0; }
  html.glad_color03 .gladly-subnav .submenu-item:last-of-type:after {
    background-color: #C3E5E5; }

html.glad_color03 .navbar-gladly .container-fluid {
  background-color: #fff; }
  html.glad_color03 .navbar-gladly .container-fluid .navbar-brand {
    border-color: #C3E5E5; }
    html.glad_color03 .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
      background-image: url("/images/homestead-logo-brown.svg"); }
  html.glad_color03 .navbar-gladly .container-fluid .navbar-nav .glad_link {
    color: #564c49; }
    html.glad_color03 .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
      color: #2c2726;
      background-color: #f5f5f5; }

html.glad_color03 .gladly-hero-wrapper {
  background-color: #7F706C; }

html.glad_color03 .gladly-map-text h3 {
  color: #564c49; }

html.glad_color03 .gladly-about {
  background: #7F706C;
  background: -moz-linear-gradient(-45deg, #7F706C 0%, #bbb2af 80%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #7F706C), color-stop(80%, #bbb2af));
  background: -webkit-linear-gradient(-45deg, #7F706C 0%, #bbb2af 80%);
  background: -o-linear-gradient(-45deg, #7F706C 0%, #bbb2af 80%);
  background: -ms-linear-gradient(-45deg, #7F706C 0%, #bbb2af 80%);
  background: linear-gradient(135deg, #7F706C 0%, #bbb2af 80%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#7F706C, endColorstr=#bbb2af, GradientType=1 )"; }
  html.glad_color03 .gladly-about .subtitle {
    color: #fff; }

html.glad_color03 .gladly-contact h2 {
  color: #564c49; }

html.glad_color03 p {
  color: #564c49; }

html.glad_color03 .gladly-footer {
  background-color: #d8d8d8; }
  html.glad_color03 .gladly-footer .menu-wrapper a.menu-item {
    color: #564c49; }
    html.glad_color03 .gladly-footer .menu-wrapper a.menu-item:hover {
      color: #2c2726;
      background-color: #ccc; }

.glad_swatch_color03 .glad_swatch:before {
  background-color: #7F706C; }

.glad_swatch_color03 .glad_swatch:after {
  background-color: #564c49; }

/* new colors */
/* old colors */
/* end old colors */
/* item colors */
/* end of item colors */
/* Transform mixins */
/* End transform mixins */
/* mixin for step header */
/* mixin for pre header */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/* this is for the demo  */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                               Directory Item                               */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
html.glad_color04 #navigationbar {
  background-color: #fff; }

html.glad_color04 .gladly-subnav {
  background-color: #f8f8f8; }
  html.glad_color04 .gladly-subnav .submenu-item a, html.glad_color04 .gladly-subnav .submenu-item span, html.glad_color04 .gladly-subnav .submenu-item .glad_link {
    color: #14ac7b; }
    html.glad_color04 .gladly-subnav .submenu-item a:hover, html.glad_color04 .gladly-subnav .submenu-item span:hover, html.glad_color04 .gladly-subnav .submenu-item .glad_link:hover {
      color: #0c674a;
      background-color: #f0f0f0; }
  html.glad_color04 .gladly-subnav .submenu-item:last-of-type:after {
    background-color: #C3E5E5; }

html.glad_color04 .navbar-gladly .container-fluid {
  background-color: #fff; }
  html.glad_color04 .navbar-gladly .container-fluid .navbar-brand {
    border-color: #C3E5E5; }
    html.glad_color04 .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
      background-image: url("/images/homestead-logo-green.svg"); }
  html.glad_color04 .navbar-gladly .container-fluid .navbar-nav .glad_link {
    color: #14ac7b; }
    html.glad_color04 .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
      color: #0c674a;
      background-color: #f5f5f5; }

html.glad_color04 .gladly-hero-wrapper {
  background-color: #26E6A8; }

html.glad_color04 .gladly-map-text h3 {
  color: #14ac7b; }

html.glad_color04 .gladly-about {
  background: #26E6A8;
  background: -moz-linear-gradient(-45deg, #26E6A8 0%, #98f3d6 80%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #26E6A8), color-stop(80%, #98f3d6));
  background: -webkit-linear-gradient(-45deg, #26E6A8 0%, #98f3d6 80%);
  background: -o-linear-gradient(-45deg, #26E6A8 0%, #98f3d6 80%);
  background: -ms-linear-gradient(-45deg, #26E6A8 0%, #98f3d6 80%);
  background: linear-gradient(135deg, #26E6A8 0%, #98f3d6 80%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#26E6A8, endColorstr=#98f3d6, GradientType=1 )"; }
  html.glad_color04 .gladly-about .subtitle {
    color: #fff; }

html.glad_color04 .gladly-contact h2 {
  color: #14ac7b; }

html.glad_color04 p {
  color: #14ac7b; }

html.glad_color04 .gladly-footer {
  background-color: #d8d8d8; }
  html.glad_color04 .gladly-footer .menu-wrapper a.menu-item {
    color: #14ac7b; }
    html.glad_color04 .gladly-footer .menu-wrapper a.menu-item:hover {
      color: #0c674a;
      background-color: #ccc; }

.glad_swatch_color04 .glad_swatch:before {
  background-color: #26E6A8; }

.glad_swatch_color04 .glad_swatch:after {
  background-color: #14ac7b; }

/* new colors */
/* old colors */
/* end old colors */
/* item colors */
/* end of item colors */
/* Transform mixins */
/* End transform mixins */
/* mixin for step header */
/* mixin for pre header */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/* this is for the demo  */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                               Directory Item                               */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
html.glad_color05 #navigationbar {
  background-color: #fff; }

html.glad_color05 .gladly-subnav {
  background-color: #f8f8f8; }
  html.glad_color05 .gladly-subnav .submenu-item a, html.glad_color05 .gladly-subnav .submenu-item span, html.glad_color05 .gladly-subnav .submenu-item .glad_link {
    color: #004d66; }
    html.glad_color05 .gladly-subnav .submenu-item a:hover, html.glad_color05 .gladly-subnav .submenu-item span:hover, html.glad_color05 .gladly-subnav .submenu-item .glad_link:hover {
      color: #001319;
      background-color: #f0f0f0; }
  html.glad_color05 .gladly-subnav .submenu-item:last-of-type:after {
    background-color: #C3E5E5; }

html.glad_color05 .navbar-gladly .container-fluid {
  background-color: #fff; }
  html.glad_color05 .navbar-gladly .container-fluid .navbar-brand {
    border-color: #C3E5E5; }
    html.glad_color05 .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
      background-image: url("/images/homestead-logo-blue.svg"); }
  html.glad_color05 .navbar-gladly .container-fluid .navbar-nav .glad_link {
    color: #004d66; }
    html.glad_color05 .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
      color: #001319;
      background-color: #f5f5f5; }

html.glad_color05 .gladly-hero-wrapper {
  background-color: #0087B2; }

html.glad_color05 .gladly-map-text h3 {
  color: #004d66; }

html.glad_color05 .gladly-about {
  background: #0087B2;
  background: -moz-linear-gradient(-45deg, #0087B2 0%, #33ceff 80%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0087B2), color-stop(80%, #33ceff));
  background: -webkit-linear-gradient(-45deg, #0087B2 0%, #33ceff 80%);
  background: -o-linear-gradient(-45deg, #0087B2 0%, #33ceff 80%);
  background: -ms-linear-gradient(-45deg, #0087B2 0%, #33ceff 80%);
  background: linear-gradient(135deg, #0087B2 0%, #33ceff 80%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#0087B2, endColorstr=#33ceff, GradientType=1 )"; }
  html.glad_color05 .gladly-about .subtitle {
    color: #fff; }

html.glad_color05 .gladly-contact h2 {
  color: #004d66; }

html.glad_color05 p {
  color: #004d66; }

html.glad_color05 .gladly-footer {
  background-color: #d8d8d8; }
  html.glad_color05 .gladly-footer .menu-wrapper a.menu-item {
    color: #004d66; }
    html.glad_color05 .gladly-footer .menu-wrapper a.menu-item:hover {
      color: #001319;
      background-color: #ccc; }

.glad_swatch_color05 .glad_swatch:before {
  background-color: #0087B2; }

.glad_swatch_color05 .glad_swatch:after {
  background-color: #004d66; }

/* new colors */
/* old colors */
/* end old colors */
/* item colors */
/* end of item colors */
/* Transform mixins */
/* End transform mixins */
/* mixin for step header */
/* mixin for pre header */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/* this is for the demo  */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                               Directory Item                               */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
html.glad_color06 #navigationbar {
  background-color: #fff; }

html.glad_color06 .gladly-subnav {
  background-color: #f8f8f8; }
  html.glad_color06 .gladly-subnav .submenu-item a, html.glad_color06 .gladly-subnav .submenu-item span, html.glad_color06 .gladly-subnav .submenu-item .glad_link {
    color: #6930a2; }
    html.glad_color06 .gladly-subnav .submenu-item a:hover, html.glad_color06 .gladly-subnav .submenu-item span:hover, html.glad_color06 .gladly-subnav .submenu-item .glad_link:hover {
      color: #431e67;
      background-color: #f0f0f0; }
  html.glad_color06 .gladly-subnav .submenu-item:last-of-type:after {
    background-color: #C3E5E5; }

html.glad_color06 .navbar-gladly .container-fluid {
  background-color: #fff; }
  html.glad_color06 .navbar-gladly .container-fluid .navbar-brand {
    border-color: #C3E5E5; }
    html.glad_color06 .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
      background-image: url("/images/homestead-logo-purple.svg"); }
  html.glad_color06 .navbar-gladly .container-fluid .navbar-nav .glad_link {
    color: #6930a2; }
    html.glad_color06 .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
      color: #431e67;
      background-color: #f5f5f5; }

html.glad_color06 .gladly-hero-wrapper {
  background-color: #8F52CC; }

html.glad_color06 .gladly-map-text h3 {
  color: #6930a2; }

html.glad_color06 .gladly-about {
  background: #8F52CC;
  background: -moz-linear-gradient(-45deg, #8F52CC 0%, #cfb4e9 80%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #8F52CC), color-stop(80%, #cfb4e9));
  background: -webkit-linear-gradient(-45deg, #8F52CC 0%, #cfb4e9 80%);
  background: -o-linear-gradient(-45deg, #8F52CC 0%, #cfb4e9 80%);
  background: -ms-linear-gradient(-45deg, #8F52CC 0%, #cfb4e9 80%);
  background: linear-gradient(135deg, #8F52CC 0%, #cfb4e9 80%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#8F52CC, endColorstr=#cfb4e9, GradientType=1 )"; }
  html.glad_color06 .gladly-about .subtitle {
    color: #fff; }

html.glad_color06 .gladly-contact h2 {
  color: #6930a2; }

html.glad_color06 p {
  color: #6930a2; }

html.glad_color06 .gladly-footer {
  background-color: #d8d8d8; }
  html.glad_color06 .gladly-footer .menu-wrapper a.menu-item {
    color: #6930a2; }
    html.glad_color06 .gladly-footer .menu-wrapper a.menu-item:hover {
      color: #431e67;
      background-color: #ccc; }

.glad_swatch_color06 .glad_swatch:before {
  background-color: #8F52CC; }

.glad_swatch_color06 .glad_swatch:after {
  background-color: #6930a2; }

/* new colors */
/* old colors */
/* end old colors */
/* item colors */
/* end of item colors */
/* Transform mixins */
/* End transform mixins */
/* mixin for step header */
/* mixin for pre header */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/* this is for the demo  */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                           More Info Demo Dialog                            */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*                               Directory Item                               */
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
html.glad_color07 #navigationbar {
  background-color: #fff; }

html.glad_color07 .gladly-subnav {
  background-color: #f8f8f8; }
  html.glad_color07 .gladly-subnav .submenu-item a, html.glad_color07 .gladly-subnav .submenu-item span, html.glad_color07 .gladly-subnav .submenu-item .glad_link {
    color: #827520; }
    html.glad_color07 .gladly-subnav .submenu-item a:hover, html.glad_color07 .gladly-subnav .submenu-item span:hover, html.glad_color07 .gladly-subnav .submenu-item .glad_link:hover {
      color: #443d11;
      background-color: #f0f0f0; }
  html.glad_color07 .gladly-subnav .submenu-item:last-of-type:after {
    background-color: #C3E5E5; }

html.glad_color07 .navbar-gladly .container-fluid {
  background-color: #fff; }
  html.glad_color07 .navbar-gladly .container-fluid .navbar-brand {
    border-color: #C3E5E5; }
    html.glad_color07 .navbar-gladly .container-fluid .navbar-brand .glad_img_wrap.glad_is_demo {
      background-image: url("/images/homestead-logo-yellow.svg"); }
  html.glad_color07 .navbar-gladly .container-fluid .navbar-nav .glad_link {
    color: #827520; }
    html.glad_color07 .navbar-gladly .container-fluid .navbar-nav .glad_link:hover {
      color: #443d11;
      background-color: #f5f5f5; }

html.glad_color07 .gladly-hero-wrapper {
  background-color: #BFAC2F; }

html.glad_color07 .gladly-map-text h3 {
  color: #827520; }

html.glad_color07 .gladly-about {
  background: #BFAC2F;
  background: -moz-linear-gradient(-45deg, #BFAC2F 0%, #e2d78b 80%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #BFAC2F), color-stop(80%, #e2d78b));
  background: -webkit-linear-gradient(-45deg, #BFAC2F 0%, #e2d78b 80%);
  background: -o-linear-gradient(-45deg, #BFAC2F 0%, #e2d78b 80%);
  background: -ms-linear-gradient(-45deg, #BFAC2F 0%, #e2d78b 80%);
  background: linear-gradient(135deg, #BFAC2F 0%, #e2d78b 80%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#BFAC2F, endColorstr=#e2d78b, GradientType=1 )"; }
  html.glad_color07 .gladly-about .subtitle {
    color: #fff; }

html.glad_color07 .gladly-contact h2 {
  color: #827520; }

html.glad_color07 p {
  color: #827520; }

html.glad_color07 .gladly-footer {
  background-color: #d8d8d8; }
  html.glad_color07 .gladly-footer .menu-wrapper a.menu-item {
    color: #827520; }
    html.glad_color07 .gladly-footer .menu-wrapper a.menu-item:hover {
      color: #443d11;
      background-color: #ccc; }

.glad_swatch_color07 .glad_swatch:before {
  background-color: #BFAC2F; }

.glad_swatch_color07 .glad_swatch:after {
  background-color: #827520; }

@media only screen and (min-width: 1000px) {
  .gladly-map-text {
    top: auto;
    bottom: 0;
    left: 10%;
    height: 225px;
    padding: 6rem;
    max-width: 40rem; }
    .gladly-map-text h3 {
      margin-bottom: 3rem; }
    .gladly-map-text p {
      font-size: 2rem;
      font-weight: normal; }
    .gladly-map-text .glad_edit_me {
      bottom: auto;
      top: -15px; } }

@media only screen and (min-width: 770px) {
  #glad-community-name .glad_edit_me {
    left: auto;
    right: 0;
    bottom: -15px; }
  #navigationbar {
    position: relative;
    position: relative;
    z-index: auto;
    top: 0; }
    #navigationbar.in {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    #navigationbar .glad_menu_header {
      display: none; }
  #glad_site_nav_wrap {
    justify-content: flex-start; }
  .navbar-gladly .container-fluid .navbar-nav .glad_link {
    font-size: 1.4rem;
    padding: 0 1.3rem; } }

@media only screen and (min-width: 800px) {
  .gladly-map > .glad_edit_me {
    top: auto;
    left: 67%;
    margin-left: -17.5px;
    bottom: 75px; } }

@media only screen and (min-width: 1300px) {
  .gladly-map > .glad_edit_me {
    left: 50%; } }

.gladly-carousel {
  background-color: #232323;
  height: 400px; }

.wrapper {
  width: 100%;
  text-align: center; }

h2 {
  font-family: 'Opan Sans', sans-serif;
  color: #555; }

.glad_ws_carousel {
  width: 90%;
  margin: 0px auto; }

.slick-slide {
  margin: 10px;
  position: relative; }
  .slick-slide img {
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .slick-slide .glad_deleted_bag {
    display: none !important; }

.glad_edit_mode .slick-slide:hover .glad_cancel_x {
  display: block; }
  .glad_edit_mode .slick-slide:hover .glad_cancel_x:hover {
    background-color: #fff; }

.glad_edit_mode .slick-slide .glad_cancel_x {
  display: none;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.glad_edit_mode .slick-slide.glad_processing {
  background: url(/images/gifs/ellipsis.gif) no-repeat center;
  background-size: 40px;
  -webkit-box-shadow: 0 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 0 2px #e0e0e0;
  box-shadow: 0 0 0 2px #e0e0e0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  .glad_edit_mode .slick-slide.glad_processing img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  .glad_edit_mode .slick-slide.glad_processing:hover:after {
    content: none; }
  .glad_edit_mode .slick-slide.glad_processing .glad_cancel_x {
    display: none; }

.glad_edit_mode .slick-slide.glad_error {
  -webkit-box-shadow: 0 0 0 2px pink;
  -moz-box-shadow: 0 0 0 2px pink;
  box-shadow: 0 0 0 2px pink; }
  .glad_edit_mode .slick-slide.glad_error:hover:after {
    content: none; }
  .glad_edit_mode .slick-slide.glad_error img {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
  .glad_edit_mode .slick-slide.glad_error .glad_error_message {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .glad_edit_mode .slick-slide.glad_error .glad_cancel_x {
    display: none; }

.glad_edit_mode .slick-slide .glad_confirm {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #454545;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3; }
  .glad_edit_mode .slick-slide .glad_confirm p {
    color: #fff;
    font-weight: 600; }
  .glad_edit_mode .slick-slide .glad_confirm .glad_buttons {
    display: flex;
    justify-content: center; }
  .glad_edit_mode .slick-slide .glad_confirm .glad_button {
    margin: 1rem; }

.glad-demo-only .slick-slide .glad_demo_message {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .glad-demo-only .slick-slide .glad_demo_message:after {
    content: 'Demo Image';
    display: block;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 2rem; }

.glad-demo-only .slick-slide img {
  z-index: 1; }

.slick-arrow.slick-next {
  height: 40px;
  width: 40px;
  right: -25px; }
  .slick-arrow.slick-next:before {
    font-family: gladlyIcons;
    color: #2b1e33;
    content: '\e91a';
    height: 100%;
    width: 100%;
    line-height: 40px;
    display: block;
    font-size: 30px; }

.slick-arrow.slick-prev {
  height: 40px;
  width: 40px;
  left: -25px; }
  .slick-arrow.slick-prev:before {
    font-family: gladlyIcons;
    color: #2b1e33;
    content: '\e919';
    height: 100%;
    width: 100%;
    line-height: 40px;
    display: block;
    font-size: 30px; }

.glad_ws_carousel .slick-slide:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.glad_hide_me {
  display: none; }

html.glad_edit_mode .glad_hide_me {
  display: block;
  position: relative; }
  html.glad_edit_mode .glad_hide_me:before, html.glad_edit_mode .glad_hide_me:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  html.glad_edit_mode .glad_hide_me:before {
    background: url(/images/x.png) center no-repeat;
    z-index: 1;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%; }
  html.glad_edit_mode .glad_hide_me:after {
    background: #fff url(/images/hidden-text.svg) center no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

#glad-location-text.glad_hide_me {
  position: absolute; }

@media screen and (min-width: 600px) {
  .slick-arrow.slick-next {
    right: -35px; }
  .slick-arrow.slick-prev {
    left: -35px; } }

@media screen and (min-width: 1000px) {
  .slick-arrow.slick-next {
    right: -40px; }
  .slick-arrow.slick-prev {
    left: -40px; } }

.gladly-contact {
  background-color: #f8f8f8;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .gladly-contact h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-style: italic;
    color: #f9054a; }
  .gladly-contact .container-fluid {
    height: 100%; }
  .gladly-contact .row {
    height: 100%;
    align-items: center; }
  .gladly-contact .text-wrapper {
    padding-bottom: 10%; }
  @media only screen and (max-width: 500px) {
    .gladly-contact h2 {
      margin-top: 0px; }
    .gladly-contact .text-wrapper {
      padding: 0%;
      text-align: center; } }

#fbSuccessModal h4.fbprofile {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20pt; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  background-color: #2b3644; }
  html.readonly .hide_when_readonly {
    display: none !important; }
  html.glad_processing body {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    background-color: transparent; }
    html.glad_processing body:before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background: url(/images/gifs/ball-bk.gif) no-repeat center; }

body.sticky-footer {
  margin-bottom: 80px; }
  @media only screen and (max-width: 500px) {
    body.sticky-footer {
      margin-bottom: 80px; } }

.gladly-login {
  padding: 20px;
  padding-bottom: 40px;
  min-height: 300px; }
  .gladly-login h3 {
    margin: 0px;
    margin-bottom: 10px; }
  .gladly-login .status-icon {
    color: #37bc9b;
    font-size: 120pt; }

#editBackgroundWrapper {
  position: absolute;
  top: 80px;
  right: 30px; }
  @media only screen and (max-width: 500px) {
    #editBackgroundWrapper {
      top: 130px;
      right: 20px; } }
  #editBackgroundWrapper #bgImage {
    z-index: 1100; }

#readOnlyWrapper {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1; }
  @media only screen and (max-width: 500px) {
    #readOnlyWrapper {
      top: 90px;
      right: 20px; } }
  #readOnlyWrapper .btn {
    z-index: 1100;
    position: relative; }

#glad-footer .menu-item {
  display: block;
  position: relative;
  padding: 0 1rem; }
  #glad-footer .menu-item:after {
    content: '\b7';
    color: inherit;
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
  #glad-footer .menu-item:last-of-type:after {
    content: none; }

@media screen and (min-width: 400px) {
  .gladly-home {
    height: 440px; }
  .gladly-hero-wrapper {
    min-height: 160px;
    margin-top: 50px; }
    .gladly-hero-wrapper small {
      font-size: 1.3rem; }
  .gladly-about {
    min-height: 530px; } }

@media screen and (min-width: 500px) {
  .gladly-home {
    height: 480px; }
  .gladly-hero-wrapper {
    min-height: 165px;
    margin-top: 70px; }
    .gladly-hero-wrapper small {
      font-size: 1.4rem; }
  .gladly-about {
    min-height: 560px; } }

@media screen and (min-width: 600px) {
  #bgImageWrapper > .glad_edit_me {
    bottom: 20%; } }

@media screen and (min-width: 700px) {
  .gladly-home {
    height: 560px; }
  .gladly-hero-wrapper {
    min-height: 180px;
    margin-top: 100px; }
    .gladly-hero-wrapper small {
      font-size: 1.6rem; }
  .gladly-about {
    min-height: 610px; } }

@media screen and (min-width: 800px) {
  .gladly-home {
    height: 600px; }
  .gladly-hero-wrapper {
    min-height: 190px;
    margin-top: 120px; }
    .gladly-hero-wrapper small {
      font-size: 1.6rem; }
  .gladly-about {
    min-height: 640px; } }

@media screen and (min-width: 900px) {
  #bgImageWrapper > .glad_edit_me {
    bottom: 50%;
    margin-bottom: -17.5px; } }

@media screen and (min-width: 1000px) {
  .gladly-home {
    height: 680px; }
  .gladly-hero-wrapper {
    min-height: 200px;
    margin-top: 150px; }
    .gladly-hero-wrapper small {
      font-size: 1.8rem; }
  .gladly-about {
    min-height: 700px; } }

@media screen and (min-width: 1100px) {
  #bgImageWrapper > .glad_edit_me {
    right: 10%; } }

@media screen and (min-width: 1200px) {
  .gladly-home {
    height: 756px; }
  .gladly-hero-wrapper {
    min-height: 216px;
    margin-top: 190px; }
    .gladly-hero-wrapper small {
      font-size: 2rem; }
  .gladly-about {
    min-height: 756px; } }
