/*Navigation Styles*/
.nav-block {
  border-bottom: 30px solid #741928;
}
.nav-logo-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.nav-logo {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto; /* to keep proportions */
  height: auto; /* to keep proportions */
  max-width: 50%; /* not to stand out from div */
  max-height: 50%; /* not to stand out from div */
  margin: 20px auto 20px; /* position to bottom and center */

}
.nav-logo-block img:hover {
  opacity: .7;
}
.nav-logo-block img {
  transition-duration: .7s;
}
.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-logo {
    margin:20px auto;
  	max-width:50%;
}
.g-main-nav li {
  padding: 0 20px;
}
.g-main-nav .g-sublevel > li {
    margin: 0px;
    padding: 0 0 0.2345rem 0;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
    color: #312f38;
}
#g-navigation .g-main-nav .g-dropdown a:hover {
    color: rgba(49, 47, 56, 0.7) !important;
}
.g-offcanvas-toggle {
    font-size: 2rem;
    color: #741928;
    width: 32px;
    height: 32px;
    top: 1.2rem;
    z-index: 100001;
    display: flex;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: 0 2px 0 rgba(116, 25, 40, 1.0);
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1.2vw;
    font-weight: bold;
    padding: 0.469rem 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition: 0.35s ease;
}
/*Owl Carousel*/
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  width: 40%;
  background-color: #474848;
    opacity: 1.0;
}

.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-family: "Lato";
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    text-align: left;
    color: #fff;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1.2rem;
    line-height: 2vw !important;
    font-weight: 300 !important;
    padding-bottom: 20px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0.625rem;
    color: #fff;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    margin: 0 40px 0 100px;
    padding: 0.938rem;
    text-align: center;
}
.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 100px;
    color: #fff;
    border: none;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background-color: #741928;
    transition: all 0.3s;
}
.owl-prev {
  left: 0 !important;
}
.owl-next {
  right: 0 !important;
}
.button.button-outline {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}
.g-owlcarousel-item-link {
  float: left;
}
.owl-link a {
  color: #219897 !important;
}
.owl-link a:hover {
color: #424753 !important;
}
/*Global*/
/*Desktop Only*/
@media only all and (min-width: 65rem) { 
.g-container {
    width: 80vw;
}
  body {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
  h2 {
    font-size: 2.5rem;
    font-family: "Lato";
    font-weight: 900;
    color: #741928;
    line-height: normal;
    margin-top: 3rem;
}
h4 {
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    font-family: "Lato";
    margin: 0.75rem 0px 0px 0px;
}
  .large-text {
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
    color: #741928;
    line-height: normal;
    font-family: "Lato";
}
  hr {
    margin: 4rem 0;
    border-bottom: 5px solid #e0e0e5;
}
  .w3-row {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.w3-card {
    margin: 0px 1rem 1rem;
    flex-grow: 4;
    flex-basis: 0;
    flex-shrink: 1;
}
  .w3-container {
    line-height:normal;
    text-align:center;
}
  .button {
    font-size: 1.5em;
    padding: 1rem 2.125rem;
    margin: 4rem 0px;
}
}
/*Phone Only*/
@media only all and (max-width: 65rem) { 
  body {
    font-size: 1rem;
    line-height: 1.5rem;
}
  h2 {
    font-size: 1.9rem;
    font-family: "Lato";
    font-weight: 900;
    color: #741928;
    line-height: inherit;
  }
  h4 {
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    font-family: "Lato";
    margin: 0.75rem 0px 0px 0px;
}
  .large-text {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #741928;
    line-height: normal;
    font-family: "Lato";
}
  .w3-row {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    flex-direction: column;
}
.w3-card {
    max-width: 50vw;
    margin: 0 auto;
}
  .w3-container {
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
}
  .button {
    font-size: 1.5em;
    padding: 1rem 2.125rem;
    margin: 1rem 0px;
}
  #g-intro {
    background: #f4f5f7;
    color: #000;
    padding: 0px;
}
}

.screen-width img {
    width: 100vw;
}

.w3-card img {
    border: 2px solid #333; 
}
/*Chronoforms*/
.span12 h3 {
  display:none;
}
.ui.red.button {
    background-color: #741928 !important;
    color: #fff;
    font-size: 1em;
    padding: 1rem 2.125rem;
    transition-duration: .7s;   
}
.ui.red.button:hover {
    opacity:.8;  
}
/*Client Page*/
.client-group {
  margin-top:20px;
  list-style: none;
}
/*Footer*/
.footer-logo img {
    max-width: 130px;
}
.footer-logo p {
    line-height: normal;
}
.footer-logo a {
    color: #fff;
    font-weight: 600;
    transition-duration: .7s;
}
.footer-logo a:hover {
    opacity:.8;
}
.footer-right img {
    max-width: 40px;    
    margin: 5px;
}
.footer-right a {
    transition-duration: .7s;    
}
.footer-right a:hover {
    opacity:.8;    
}