html,
body {
  height: 100%;
}

body {
  background: #fff;
  color: #5f5446;
  font-family: 'GoogleFonts-Lora', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
}

p {
  padding-bottom: 2em;
}

p:last-child {
  padding-bottom: 0;
}

ol,
ul {
  line-height: 1.5rem;
  padding-bottom: 2em;
}

ul {
  list-style: disc;
}

a,
a:link,
a:visited {
  color: #221f1f;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #929497;
}

a.no-line:link,
a.no-line:visited {
  text-decoration: none;
  color: #221f1f;
}

a.no-line:link:hover,
a.no-line:visited:hover {
  text-decoration: underline;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  color: #5f5446;
  margin-bottom: 30px;
  line-height: 1em;
  font-family: 'GoogleFonts-Tangerine', serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 4.375rem;
}

h2,
.h2 {
  font-size: 4.375rem;
}

h3,
.h3 {
  font-size: 3.125rem;
  margin-bottom: 30px;
}

h4,
.h4 {
  font-size: 2.00rem;
}


h4.preheadline,
.h4.preheadline {
  font-size: 1.25rem;
  font-family: 'GoogleFonts-Lora', serif;
  font-weight: 400;
  text-transform: uppercase;
}

h4 a,
h4 a:link,
h4 a:visited {
  text-decoration: none;
  color: #221f1f;
}

h4 a:hover,
h4 a:active {
  color: #929497;
}


h5,
.h5 {
  /*Size TBD*/
  font-size: 1.00rem;
}

h6,
.h6 {
  font-size: 1.125rem;
  color: #929497;
}

@media screen and (max-width:1400px) {
  .hero-text h2 br {
    display: none;
  }
}

b,
strong,
.text-strong {
  font-family: 'GoogleFonts-Lora', serif;
  font-weight: 700;
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: normal;
}


.clearfix {
  clear: both;
}

/* Tables */

table {
  background: none;
  border: 0;
  line-height: 1.6rem;
}

table tr td,
table tr th {
  padding: 10px;
}

table tfoot,
table thead {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table tr:nth-of-type(2n) {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f0f0f0;
}

tr {
  border-bottom: 1px solid #f0f0f0;
}

th {
  border-right: 1px solid #fff;
  font-weight: normal;
  font-size: .875em;
  text-transform: uppercase;
}

td {
  border-right: 1px solid #fff;
}


/*********************************************
Buttons
**********************************************/

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #969696;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #969696;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #969696;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969696;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #969696;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #969696;
}

/*********************************************
Buttons
**********************************************/
.button,
a.button,
a.button:link,
a.button:visited {
  /*background-color: #ffffff;*/
  color: #5f5446;
  text-decoration: none;
  display: inline-block;
  padding: .5rem 2rem;
  text-align: center;
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  -webkit-appearance: none;
  outline: none;
  margin-bottom: .5rem;
  margin-top: 1rem;
  margin-right: .5rem;
  border: 1px solid #5f5446;
  min-width: 16rem;
}

.button:hover,
a.button:hover,
a.button:link:hover,
a.button:visited:hover {
  box-shadow: 0 0 50px 50px rgba(95, 84, 70, 0.075) inset;
}

.button:last-child {
  margin-right: 0rem;
}

.button i {
  margin-left: .5rem;
}

/*********************************************
Containers
**********************************************/

.section {
  padding: 9rem 1rem;
  position: relative;
}

.section-min {
  padding: 4rem 1rem;
  position: relative;
}

.padding {
  padding: 1.25rem !important;
}

.padding-2x {
  padding: 2.5rem !important;
}

.padding-3x {
  padding: 80px !important;
}

.full-width:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

section.cover-background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.lock-scroll {
  overflow: hidden;
}

/*********************************************
Typography
**********************************************/

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

.text-gray-dark {
  color: #221f1f;
}

.text-gray-light {
  color: #929497
}

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

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

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

/*********************************************
Color Fills
**********************************************/
.bg-fill-gray {
  background-color: #f9f8f6;
}



/*********************************************
Shared : Flex Container
**********************************************/
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container.flex-align-vert {
  align-items: center;
  justify-content: center;
}

.flex-container.flex-align-vert .flex-item-top {
  align-self: flex-start;
}

.flex-container.flex-align-vert .flex-item-bottom {
  align-self: flex-end;
}

.flex-container.flex-align-vert .flex-item-center {}

.flex-container.flex-match-height {}

.flex-container.flex-match-height>div {
  /* flex: 1; */
}

.flex-container.reversed {
  flex-direction: row-reverse;
}


/*********************************************
Shared: List Columns
**********************************************/

.two-col-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding-bottom: 2em;
}
}

.two-col-wrap:last-child {
  padding-bottom: 0;
}

ul.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  column-gap: 80px;
  -moz-column-gap: 80px;

  max-width: 100%;
}


ul.two-col:last-child {
  padding-bottom: 0;
}

@media screen and (max-width:600px) {
  ul.two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    -moz-column-gap: 0px;
  }
}


/*********************************************
Small Breaks
**********************************************/
hr.break-small {
  background: #a59178;
  border: 0;
  display: block;
  height: 1px;
  margin: 6px 0 32px;
  width: 175px;
  margin: 0 auto;
  margin-top: 4rem;
}


/*********************************************
Header/Top Navigation
**********************************************/
header {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  z-index: 100;
  width: 100%;
  padding: 0;
}

header a.header-logo-link {
  display: block;
  max-width: 240px;
  position: absolute;
  top: 120px;
  left: 5%;
  overflow: hidden;
  height: 127px;
  transition: all 0.30s ease-out;
  -o-transition: all 0.30s ease-out;
  -ms-transition: all 0.30s ease-out;
  -moz-transition: all 0.30s ease-out;
  -webkit-transition: all 0.30s ease-out;
  opacity: 1;
}

header a.header-logo-link:hover {
  opacity: .6;
}

header a.header-logo-link .logo-stacked,
header a.header-logo-link .logo-horz {
  transition: all 0.30s linear;
  -o-transition: all 0.30s linear;
  -ms-transition: all 0.30s linear;
  -moz-transition: all 0.30s linear;
  -webkit-transition: all 0.30s linear;
}

header a.header-logo-link .logo-stacked {
  opacity: 1;
  position: relative;
}

header a.header-logo-link .logo-horz {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* Scrolled mods for pages with hero images */
header.user-scrolled {
  position: fixed;
  top: 0;
}

header.user-scrolled a.header-logo-link {
  top: 10px;
  height: 50px;
}

header.user-scrolled a.header-logo-link .logo-stacked {
  opacity: 0;
}

header.user-scrolled a.header-logo-link .logo-horz {
  opacity: 1;
}

/* Scrolled mods for pages without hero images */
header.logo-fixed a.header-logo-link {
  top: 10px;
  height: 50px;
}

header.logo-fixed a.header-logo-link .logo-stacked {
  opacity: 0;
}

header.logo-fixed a.header-logo-link .logo-horz {
  opacity: 1;
}


/* Primary Navigation */
#nav-desktop-primary {
  margin: 0;
  padding: 0;
  /* position: fixed; */
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  height: 70px;
  line-height: 60px;
  padding: 0 4% 0 380px;
  transition: background-color 0.30s linear;
  -o-transition: background-color 0.30s linear;
  -ms-transition: background-color 0.30s linear;
  -moz-transition: background-color 0.30s linear;
  -webkit-transition: background-color 0.30s linear;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  text-align: right;
}

header.user-scrolled #nav-desktop-primary {
  background-color: rgba(255, 255, 255, .95);
}

#nav-desktop-primary li {
  list-style: none;
  display: inline-block;
  line-height: 70px;
  padding: 0;
  vertical-align: top;
  position: relative;
}

#nav-desktop-primary li a {
  display: inline-block;
  text-decoration: none;
  color: #111111;
  font-size: 1.25em;
  opacity: 1;
}

#nav-desktop-primary>li a {
  padding: 0px .5rem;
  /* if we have submenus */
  /* padding: 0px 2rem; */
  text-transform: uppercase;
}

#nav-desktop-primary>li a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #c3c3c3;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}



/*SubMenu*/
#nav-desktop-primary li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  min-width: 100%;
  left: 0px;
  background-color: rgba(255, 255, 255, .75);
  padding: 0;
  transition: all 0.30s linear;
  -o-transition: all 0.30s linear;
  -ms-transition: all 0.30s linear;
  -moz-transition: all 0.30s linear;
  -webkit-transition: all 0.30s linear;
  text-align: left;
}

header.user-scrolled #nav-desktop-primary li ul {
  background-color: rgba(255, 255, 255, .9);
}

#nav-desktop-primary li:hover ul {
  opacity: 1;
  visibility: visible;
}

#nav-desktop-primary li ul li,
#nav-desktop-primary li ul li a {
  display: block;
  line-height: 20px;
  text-transform: none;
}

#nav-desktop-primary li ul li a {
  font-size: 1.125rem;
  padding: 12px 15px;
}

/* Secondary Navigation */
#nav-desktop-secondary {
  position: absolute;
  width: 300px;
  top: 0;
  right: 20px;
  height: 70px;
  text-align: right;
}

#nav-desktop-secondary>div {
  display: inline-block;
}

#nav-desktop-secondary>div a {
  text-decoration: none;
  color: #221f1f;
  font-size: 1em;
  padding: 0px 10px;
  text-transform: uppercase;
  line-height: 70px;
  display: inline-block;
  opacity: 1;
}

#nav-desktop-secondary #nav-search i {
  font-size: 1.4rem;
}

/* Hovers */
#nav-desktop-primary li a:hover {
  color: #999999;
  /*background-color: rgba(255,255,255,.5);*/
}

#nav-desktop-primary>li:hover>a {
  color: #999999;
  /*background-color: rgba(255,255,255,.5);*/
}

#nav-desktop-primary li ul li a:hover {
  /*   color: #999999; */
  background-color: rgba(255, 255, 255, .5);
}

#nav-desktop-secondary>div a:hover {
  color: #999999;
}


#nav-desktop-primary li.current-menu-item a {
  color: #999999;
}

/* Mobile */

#nav-mobile-primary {
  display: none;
  position: relative;
  height: 70px;
  background-color: rgba(247, 247, 247, .6);
  transition: background-color 0.60s linear;
  -o-transition: background-color 0.60s linear;
  -ms-transition: background-color 0.60s linear;
  -moz-transition: background-color 0.60s linear;
  -webkit-transition: background-color 0.60s linear;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

header.user-scrolled #nav-mobile-primary {
  background-color: rgba(255, 255, 255, 1);
}

header #nav-mobile-primary.activated {
  background-color: rgba(255, 255, 255, 1);
}

#mobileTriggerWrap {
  position: absolute;
  top: 0;
  left: 20px;
}

#mobileTrigger {
  width: 35px;
  height: 40px;
  position: relative;
  margin: 24px 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}

#mobileTrigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #221f1f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media screen and (min-width:1401px) {
  #mobile-overlay-menu {
    display: none !important;
  }
}

/* Burger */
#mobileTrigger span:nth-child(1) {
  top: 0px;
}

#mobileTrigger span:nth-child(2),
#mobileTrigger span:nth-child(3) {
  top: 10px;
}

#mobileTrigger span:nth-child(4) {
  top: 20px;
}

#mobileTrigger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#mobileTrigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobileTrigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobileTrigger.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#nav-mobile-secondary {
  display: none;
  position: absolute;
  width: auto;
  top: 21px;
  right: 10px;
  height: auto;
  text-align: right;
}

#nav-mobile-secondary>div {
  display: inline-block;
}

#nav-mobile-secondary>div a {
  text-decoration: none;
  color: #221f1f;
  font-size: 1.25em;
  padding: 0px 5px;
  text-transform: uppercase;
  line-height: 70px;
  display: inline-block;
  opacity: 1;
}

#nav-mobile-secondary #nav-mobile-account i,
#nav-mobile-secondary #nav-mobile-cart i {
  font-size: 1.8rem;
}

#mobile-overlay-menu {
  display: block;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  opacity: 1;
  z-index: 90;
  background-color: rgba(23, 59, 101, .9);
  transition: all 0.50s ease-out 0s !important;
  -o-transition: all 0.50s ease-out 0s !important;
  -ms-transition: all 0.50s ease-out 0s !important;
  -moz-transition: all 0.50s ease-out 0s !important;
  -webkit-transition: all 0.50s ease-out 0s !important;
}

#mobile-overlay-menu.activated {
  left: 0%;
}

ul#mobile-menu {
  position: absolute;
  top: 140px;
  list-style: none;
  padding: 0;
  right: 0;
  left: 0;
  margin: auto;
}

ul#mobile-menu li {
  text-align: center;
  transition: opacity 0.50s ease-out 0s !important;
  -o-transition: opacity 0.50s ease-out 0s !important;
  -ms-transition: opacity 0.50s ease-out 0s !important;
  -moz-transition: opacity 0.50s ease-out 0s !important;
  -webkit-transition: opacity 0.50s ease-out 0s !important;
}

ul#mobile-menu>li {
  margin-bottom: 1rem;
}

ul#mobile-menu>li:last-child {
  margin-bottom: 0rem;
}


.activated ul#mobile-menu li:nth-child(1n+0) {
  animation-delay: 0s
}

.activated ul#mobile-menu li:nth-child(2n+0) {
  animation-delay: .2s
}

.activated ul#mobile-menu li:nth-child(3n+0) {
  animation-delay: .4s
}

.activated ul#mobile-menu li:nth-child(4n+0) {
  animation-delay: .6s
}

.activated ul#mobile-menu li:nth-child(5n+0) {
  animation-delay: .8s
}

.activated ul#mobile-menu li:nth-child(6n+0) {
  animation-delay: 1.0s
}

.activated ul#mobile-menu li:nth-child(7n+0) {
  animation-delay: 1.2s
}

.activated ul#mobile-menu li:nth-child(8n+0) {
  animation-delay: 1.4s
}

.activated ul#mobile-menu li:nth-child(9n+0) {
  animation-delay: 1.5s
}

.activated ul#mobile-menu li:nth-child(10n+0) {
  animation-delay: 1.8s
}

ul#mobile-menu li a {
  text-decoration: none;
  font-size: 2em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.25em;
  opacity: 1;
}


ul#mobile-menu ul.sub-menu {
  list-style: none;
  padding: 0;
  line-height: 1rem;
}

ul#mobile-menu ul.sub-menu li {}

ul#mobile-menu ul.sub-menu li a {
  text-decoration: none;
  text-transform: none;
  font-size: 1.5em;
  padding: 2px 0;
  display: block;
}

ul#mobile-menu li.current-menu-item a {
  opacity: .6;
}


/*********************************************
Hero Image Block
**********************************************/
.section-hero,
.section-hero.full-height {
  position: relative;
  height: 100vh !important;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero.short-height {
  height: 50vh !important;
}

.section-hero .hero-inner,
.section-hero .hero-background {
  height: 100vh !important;
}

.announcement-offset .section-hero,
.announcement-offset .section-hero.full-height,
.announcement-offset .section-hero .hero-inner,
.announcement-offset .section-hero .hero-background {
  height: calc(100vh - 36px) !important;
}

.announcement-offset .section-hero.short-height,
.announcement-offset .section-hero.short-height .hero-inner,
.announcement-offset .section-hero.short-height .hero-background {
  height: calc(50vh - 36px) !important;
}


.section-hero .hero-inner .hero-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.section-hero .hero-inner .hero-message-box {
  margin-left: auto;
  align-self: flex-end;
  background-color: rgba(23, 59, 101, .9);
  margin-right: 5%;
  margin-bottom: 10%;
  color: #ffffff;
  max-width: 380px;
  padding: 30px;
  text-align: center;
  border: 1px solid #ffffff;
  z-index: 2;
}

.section-hero .hero-inner .hero-message-box p {
  font-size: 1.125rem;
}

.section-hero .hero-inner .hero-message-box a {
  color: #ffffff;
}

.section-hero .hero-inner .hero-message-box h3 {
  font-family: 'GoogleFonts-Lora', serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 2.25rem;
}



.section-hero .video-bg-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url('../img/CC-Gray-Loader-01.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 160px 160px;
}

.section-hero .video-bg-wrapper iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}


/*********************************************
Split-Screen Text+Image Block
**********************************************/

.section-text-image-split {
  padding: 0 !important;
  background-color: #ffffff;
}

.section-text-image-split .split-body {
  width: 50%;
  padding: 90px 60px 60px 60px;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: center;
  position: relative;
}

.section-text-image-split .split-body-border {
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  bottom: 30px;
  border: 1px solid #75869c;
  z-index: 1;
}

.section-text-image-split .split-body-text {
  z-index: 1;
  position: relative;
}

.section-text-image-split .split-body ul {
  text-align: left;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}

.section-text-image-split .split-body h2,
.section-text-image-split .split-body h2.large-script {
  font-size: 4rem;
}

.section-text-image-split .split-body h2.medium-serif,
.section-text-image-split .split-body h3.medium-serif {
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 2.375rem;
  font-weight: 400;
}



.section-text-image-split .split-body p,
.section-text-image-split .split-body ul {
  line-height: 2em;
}

.section-text-image-split .split-image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.section-text-image-split .split-image.split-image-full {
  padding: 3rem 3rem;
}

.section-text-image-split .split-image.split-image-full img {
  margin: 0 auto;
}

.section-text-image-split .split-image-aspect {
  height: 0;
  padding-bottom: 60%;
}


/* Blue Theme */
.section-text-image-split.theme-blue {
  background-color: #163860;
  background-image: url(../img/blue_texture_tile3.jpg);
}

.section-text-image-split.theme-blue .split-body {
  color: #ffffff !important;
}

.section-text-image-split.theme-blue .split-body-border {
  border: 1px solid #75869c;
}

.section-text-image-split.theme-blue .split-body p,
.section-text-image-split.theme-blue .split-body h2,
.section-text-image-split.theme-blue .split-body h3,
.section-text-image-split.theme-blue .split-body ul {
  color: #ffffff !important;
}

.section-text-image-split.theme-blue .split-body .button,
.section-text-image-split.theme-blue .split-body a.button,
.section-text-image-split.theme-blue .split-body a.button:link,
.section-text-image-split.theme-blue .split-body a.button:visited {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.section-text-image-split.theme-blue .split-body .button:hover,
.section-text-image-split.theme-blue .split-body a.button:hover,
.section-text-image-split.theme-blue .split-body a.button:link:hover,
.section-text-image-split.theme-blue .split-body a.button:visited:hover {
  box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.2) inset;
}

/* White Theme */
.section-text-image-split.theme-white {
  background-color: #ffffff;
}

.section-text-image-split.theme-white .split-body {
  color: #5f5446 !important;
}

.section-text-image-split.theme-white .split-body-border {
  border: 0;
}

.section-text-image-split.theme-white .split-body p,
.section-text-image-split.theme-white .split-body h2,
.section-text-image-split.theme-white .split-body ul {
  color: #5f5446 !important;
}

.section-text-image-split.theme-white .split-body .button,
.section-text-image-split.theme-white .split-body a.button,
.section-text-image-split.theme-white .split-body a.button:link,
.section-text-image-split.theme-white .split-body a.button:visited {
  color: #5f5446;
  border: 1px solid #5f5446;
}

.section-text-image-split.theme-white .split-body .button:hover,
.section-text-image-split.theme-white .split-body a.button:hover,
.section-text-image-split.theme-white .split-body a.button:link:hover,
.section-text-image-split.theme-white .split-body a.button:visited:hover {
  box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.05) inset;
}



/* Variations for Builder List */
.section-text-image-split.builder-row .split-image-aspect {
  padding-bottom: 80%;
}

.section-text-image-split.builder-row.theme-white .split-body-border {
  border: 1px solid #e0dbd6;
}

.single-builders .section-text-image-split.builder-row.theme-white .split-body-border {
  border: 0;
}

.section-text-image-split .split-body h3.builder-sizes {
  font-size: 1.5rem;
}

.section-text-image-split .split-body .builder-summary {
  padding-bottom: 1rem;
}

.section-text-image-split.builder-row .builder-contacts .contact-block-item {
  margin-top: 1rem;
  line-height: 1.5rem;
}

.section-text-image-split.builder-row .builder-contacts .contact-block-item a {
  text-decoration: none;
  color: #5f5446;
}

.section-text-image-split.builder-row .builder-contacts .contact-block-item a:hover,
.section-text-image-split.builder-row .builder-contacts .contact-block-item a:active {
  color: #929497;
}

.section-text-image-split.theme-blue.builder-row .builder-contacts .contact-block-item a {
  color: #ffffff;
}

.section-text-image-split.theme-blue.builder-row .builder-contacts .contact-block-item a:hover,
.section-text-image-split.theme-blue.builder-row .builder-contacts .contact-block-item a:active {
  color: #d1d7df;
  ;
}


@media screen and (min-width:1400px) {
  .section-text-image-split .split-body {
    padding: 90px 70px 70px 70px;
  }

  .section-text-image-split.builder-row .split-body {
    padding: 10%;
  }

  .section-text-image-split.builder-detail .split-body {
    padding-left: 10%;
  }
}

.builder-detail .contacts-title {
  color: #5f5446;
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.builder-detail .contacts-title-sub {
  text-transform: uppercase;
  font-size: .95rem;
}

/*********************************************
Single: Builders
**********************************************/

.builder-contact {}

.builder-contact .builder-logo {
  max-width: 300px;
  margin-bottom: 30px;
}

.builder-contact .contact-block-item {
  margin-bottom: 1rem;
}

.builder-contact .contact-block-item a {
  text-decoration: none;
  color: #5f5446;
}

.builder-contact .contact-block-item a:hover,
.builder-contact .contact-block-item a:active {
  color: #929497;
}

.builder-contact .button,
.builder-contact a.button,
.builder-contact a.button:link,
.builder-contact a.button:visited {
  min-width: 13rem;
}


/*********************************************
Variable Text Block
**********************************************/
section.text-block {}

section.text-block.col1-text-center p,
section.text-block.col1-text-center ul,
section.text-block.col1-text-center ol {
  font-size: 1.125rem;
  line-height: 2em;
}

section.text-block.col1-text-center ul.two-col {
  text-align: left;
}

section.text-block.col2-text-media p,
section.text-block.col2-text-media ul,
section.text-block.col2-text-media ol {
  font-size: 1.125rem;
  line-height: 2em;
}

@media screen and (min-width:769px) {
  section.text-block.col2-text-media .col-text {}

  section.text-block.col2-text-media .col-media {
    padding: 5rem 0 0 5rem;
  }
}

@media screen and (max-width:768px) {
  section.text-block.col2-text-media .col-text {
    text-align: center;
  }

  section.text-block.col2-text-media .col-media {
    padding: 5rem 0 0 0;
  }
}

/*********************************************
Full-Width Image Block
**********************************************/
section.image-full-width {}

section.image-full-width img {}


/*********************************************
Schools List
**********************************************/
section.schools-list {}

section.schools-list .schools-wrapper {
  text-align: center;
  padding: 3rem 0 2rem 0;
}

section.schools-list .schools-wrapper .school-block-item {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1vw 2rem 1vw;
  font-size: 1.125rem;
}

section.schools-list .schools-wrapper .school-block-item .school-name {
  color: #173b65;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

section.schools-list .schools-wrapper .school-block-item a {
  text-decoration: none;
  color: #5f5446;
}

section.schools-list .schools-wrapper .school-block-item a:hover,
section.schools-list .schools-wrapper .school-block-item a:active {
  color: #929497;
}

/*********************************************
Builder Logo Table (Manual)
**********************************************/

div.builder-logos {
  margin-bottom: 4em;
  margin-top: 2em;
  text-align: center;
}

div.builder-logos img {
  margin: 0 2%;
  max-width: 20%;
  display: inline-block;
  vertical-align: top;
}

/*********************************************
Image Sliders
**********************************************/
section.full-width-slider {
  padding: .5rem .5rem;
}

section.full-width-slider .slick-slide {
  padding: .5rem;
}


/*********************************************
Footer
**********************************************/
footer {
  background-color: #111111;
  color: #ffffff;
  padding: 6rem 0 2rem 0;
  position: relative;
}

.footer-col {
  padding-right: 4rem
}

.footer-logo img {
  max-width: 250px;
}

.footer-col h3 {
  font-size: 2.625rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-col p {
  color: #ffffff;
}

.footer-col a.button {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 0;
}


ul.footer-contacts {
  list-style: none;
  clear: both;
  padding: 0;
}

ul.footer-contacts li {
  position: relative;
  color: #ffffff;
}

ul.footer-contacts li:first-child {
  padding-left: 0
}

ul.footer-contacts li:last-child {
  padding-right: 0;
  border-right: 0;
}

ul.footer-contacts a,
ul.footer-contacts a:link,
ul.footer-contacts a:visited {
  color: #ffffff;
  text-decoration: none;
}

ul.footer-contacts a:hover,
ul.footer-contacts a:link:hover,
ul.footer-contacts a:visited:hover {
  color: #929497;
}

footer .footer-legal {
  padding: 1rem 0 0 0;
  font-size: .875rem;
}

footer .footer-small {
  padding-bottom: 2rem;
  font-size: .8125rem;
}









/*********************************************
Form Customization
**********************************************/
.stylized-form input[type=text],
.stylized-form input[type=date],
.stylized-form input[type=datetime],
.stylized-form input[type=number],
.stylized-form input[type=search],
.stylized-form input[type=time],
.stylized-form input[type=url],
.stylized-form input[type=tel],
.stylized-form input[type=email],
.stylized-form textarea,
.stylized-form select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  border-right: 1px solid c4#c4c4;
  background-color: #fff !important;
  color: #333f48;
  width: 100%;
  padding: 0 10px;
  margin: 0px;
  outline: none;
  font-family: 'GoogleFonts-Lora', serif;
}

.stylized-form .nf-form-content textarea.ninja-forms-field {
  height: 100px;
}

.stylized-form input[type=text]:focus,
.stylized-form input[type=date]:focus,
.stylized-form input[type=datetime]:focus,
.stylized-form input[type=number]:focus,
.stylized-form input[type=search]:focus,
.stylized-form input[type=time]:focus,
.stylized-form input[type=url]:focus,
.stylized-form input[type=tel]:focus,
.stylized-form input[type=email]:focus,
.stylized-form textarea:focus,
.stylized-form select:focus {
  -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .25);
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .25);
  box-shadow: 0 0 8px rgba(255, 255, 255, .25);
  /*border: 1px solid #ffffff;*/
}

.stylized-form input[type=submit],
.stylized-form input[type=button] {
  margin: 0 auto;
  display: block;
  padding: 0 2.25rem;
  border: none;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
  color: #ffffff;
  text-align: center;
  background-color: #f7a31d;
  text-transform: uppercase;
  font-family: 'GoogleFonts-Lora', serif;
  letter-spacing: .05em;
  font-weight: 300;
}

.stylized-form .nf-form-content .list-select-wrap .nf-field-element>div,
.stylized-form .nf-form-content input:not([type=button]),
.stylized-form .nf-form-content .list-select-wrap>div select,
.stylized-form .nf-form-content textarea {
  background: #ffffff;
  border: 1px solid #5f5446;
  color: #5f5446;
}

.stylized-form .nf-form-content .list-select-wrap>div select {
  background-image: url(../img/updown-arrow.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

.stylized-form .nf-form-content button,
.stylized-form .nf-form-content input[type=button],
.stylized-form .nf-form-content input[type=submit] {
  background: #173b65;
  color: #ffffff;
  font-size: 1.25rem;
  width: 100%;
}

.stylized-form .nf-form-content button:hover,
.stylized-form .nf-form-content input[type=button]:hover,
.stylized-form .nf-form-content input[type=submit]:hover {
  background: #1a3b65;
  color: #ffffff;
}

.stylized-form .nf-form-content .label-above .nf-field-label {
  margin-bottom: 3px;
}

.stylized-form .nf-field-container {
  margin-bottom: 15px
}


.stylized-form input[type=submit]:hover,
.stylized-form input[type=button]:hover {
  box-shadow: 0 0 100px 100px rgba(0, 0, 0, 0.25) inset;
  cursor: pointer;
}

.stylized-form .nf-form-content label {
  font-size: 16px;
  line-height: 10px;
  font-weight: 400;
}

.stylized-form .nf-form-fields-required {
  display: none;
}


/*Subscribe Form */
#subscribe-form {
  text-align: center;
}

#subscribe-form .nf-error .nf-error-msg,
#subscribe-form .nf-error-msg,
#subscribe-form .nf-form-fields-required {
  display: none;
}

#subscribe-form .stylized-form textarea {
  height: 100px;
  font-size: 1.125rem;
  font-family: 'GoogleFonts-Lora', serif;
  letter-spacing: 0;
  line-height: 1.25em;
}

#subscribe-form .nf-response-msg {
  font-weight: bold;
  margin-bottom: 2rem;
  color: #086b37;
}

#subscribe-form h3 {
  color: #5f5446;
  margin-bottom: 10px !important;
  font-size: 2.875rem;
  font-family: 'GoogleFonts-Lora', serif;
  font-weight: 400;
}

#subscribe-form p {
  font-size: 1.125rem
}

#subscribe-form .stylized-form input[type=submit],
#subscribe-form .stylized-form input[type=button] {
  background: #173b65;
  color: #ffffff;
  width: 100%;
  font-size: 1.25rem;
  font-family: 'GoogleFonts-Lora', serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

#subscribe-form .stylized-form input[type=email] {
  text-align: center;
}

#subscribe-form .nf-error.field-wrap .nf-field-element:after {
  background: #c10e0e !important;
}

#subscribe-form .nf-error .ninja-forms-field {
  border-color: #c10e0e !important;
}



/*********************************************
Social Icons
**********************************************/

.social-icons {
  padding: 0;
  margin-top: 30px;
  margin-left: -10px;
  margin-bottom: 40px;
}

.social-icons li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-right: 5px;
  vertical-align: middle;
}

.social-icons li:last-child {
  margin-right: 0
}

.social-icons li.social-icons-cta {
  width: auto
}

.social-icons li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.social-icons li a:hover {
  color: #929497;
}

.social-icons i {
  font-size: 34px;
  width: 100%;
  text-align: center;
}



/*********************************************
Announcement Bar
**********************************************/

.section-announcement {
  padding: 6px 1rem;
  background-color: #173b65;
  z-index: 100;
  position: relative;
}

.announcement-inner {
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.section-announcement a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.section-announcement a:hover {
  opacity: .8;
}





/*********************************************
Media Container/Figure
**********************************************/
article.media-container {
  position: relative;
}

article.media-container figure {
  display: block;
  overflow: hidden;
  margin: 0;
  height: 100%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .25);
}

article.media-container figure *,
article.media-container figure *:before,
article.media-container figure *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

article.media-container figure:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: '';
  background-color: rgba(22, 56, 96, .6);
  background-blend-mode: multiply;
  opacity: .15;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

article.media-container:hover figure:before {
  opacity: 1;
}

article.media-container figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  padding: 0px 90px;
  color: #fff;
  padding: 0px 10px;
}

article.media-container:hover figure figcaption {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

article.media-container figure figcaption div.media-title {
  position: absolute;
  bottom: 30%;
  opacity: 0;
  padding: 0 .5em;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'Poppins-Medium', sans-serif;
  letter-spacing: 2px;
}

article.media-container figure figcaption div.media-title i {
  font-size: inherit;
}

article.media-container figure figcaption div.media-icon {
  opacity: .8;
}

article.media-container figure figcaption div.media-icon img.magglass {
  width: 70px;
  height: auto;
}

article.media-container:hover figure figcaption div {
  opacity: 1;
}

article.media-container:hover figure figcaption div.media-title {
  bottom: 45%;
}

article.media-container figure figcaption div i {
  font-size: 6em;
  text-shadow: 0px 0px 30px rgba(50, 50, 50, 0.6);
}

article.media-container figure .media-thumb-img {
  background-color: #ffffff;
  background-size: cover;
  background-position: 50% 50%;
}

article.media-container figure .media-thumb-img:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}

article.media-container figure a,
.media-container figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


article.media-container figure .media-thumb-inner-border {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid rgba(255, 255, 255, .45);
}

article.media-container figure .media-title.overlay-button {
  font-family: 'GoogleFonts-Lora', serif;
  padding: .5rem 2rem;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  min-width: 16rem;
}

article.media-container .media-thumb-desc-text {
  padding-top: 40px;
}

article.media-container .media-thumb-desc-text h2 {
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 2.375rem;
  font-weight: 400;
  color: #173b65;
}

article.media-container .media-thumb-desc-text p {
  font-size: 1.125rem;
  padding: 0 2rem 4rem 2rem;
}


/*********************************************
Media Container (Variations for Slider/Gallery)
**********************************************/


article.media-container.gallery-item {}

article.media-container.gallery-item .card-inner {}

article.media-container.gallery-item figure {
  border: 0;
}

article.media-container.gallery-item figure figcaption {
  opacity: 0;
}

article.media-container.gallery-item figure .media-thumb-img:after {
  padding-bottom: 70%;
}

article.media-container.gallery-item figure:before {
  opacity: 0;
}

article.media-container.gallery-item:hover figure:before {
  opacity: 0;
}

article.media-container.gallery-item:hover figure:before {
  opacity: 1;
}

article.media-container.gallery-item:hover figure figcaption {
  opacity: 1;
}

article.media-container.gallery-item .gallery-title {
  display: block;
  vertical-align: bottom;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 2em;
  font-family: 'PlayfairDisplay-Regular', serif;
  text-align: center;
  padding: 1em 1em;
  border-bottom: 1px solid #e0e0e0;
}


/*********************************************
Media Container (Variations for Grid/Gallery)
**********************************************/
.photo-gallery article.media-container.gallery-item .card-inner {
  margin-bottom: 1rem;
}

.photo-gallery article.media-container.gallery-item.video-item figure:before {
  opacity: .4;
}

.photo-gallery article.media-container.gallery-item.video-item:hover figure:before {
  opacity: 1;
}

.photo-gallery article.media-container.gallery-item.video-item figcaption {
  opacity: 1;
}

.photo-gallery article.media-container.gallery-item.video-item figcaption div.media-icon {
  opacity: 1;
}

.photo-gallery h2 {
  /*   font-family: 'GoogleFonts-Lora', serif;
  font-size: 2.375rem;
  font-weight: 400;
  color: #173b65; */
  text-align: center;
}

/*********************************************
Media Container (Variations for Blog Grid)
**********************************************/
.blogs-recent article.media-container.blog-item {
  margin-bottom: 8rem;
}

.blogs-recent article.media-container.blog-item .blog-meta {}

.blogs-recent article.media-container.blog-item .blog-meta .blog-cats {
  text-align: center;
}

.blogs-recent article.media-container.blog-item .blog-meta .blog-cats {
  color: #9f9b97;
  padding: 20px 0;
}

.blogs-recent article.media-container.blog-item .blog-meta .blog-cats a {
  color: #9f9b97;
  text-decoration: none;
  font-size: .9375rem;
  text-transform: uppercase;
}

.blogs-recent article.media-container.blog-item .blog-meta .blog-cats a:hover {
  color: #5f5446;
}

.blogs-recent article.media-container.blog-item .blog-meta .blog-cats a:after {
  content: ", ";
  color: #9f9b97;
}

.blogs-recent article.media-container.blog-item .blog-meta .blog-cats a:last-child:after {
  content: "";
}

.blogs-recent article.media-container.blog-item .blog-meta h3.blog-title a {
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #173b65;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 1.1em;
  opacity: 1;
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
}

.blogs-recent article.media-container.blog-item .blog-meta h3.blog-title a:hover {
  opacity: .6;
}


.blogs-recent article.media-container.blog-item .blog-meta .blog-date {}

.blogs-recent article.media-container.blog-item .blog-meta .blog-excerpt {}


.blogs-recent article.media-container.blog-item figure:before {
  opacity: 0;
}

.blogs-recent article.media-container.blog-item figure:hover:before {
  opacity: 0;
}

.blogs-recent article.media-container.blog-item figure:hover:before {
  opacity: 1;
}

.blogs-recent article.media-container.blog-item figure:hover figcaption {
  opacity: 1;
}

.blogs-recent article.media-container.blog-item figure figcaption {
  opacity: 0;
}

.blogs-recent article.media-container.blog-item figure:hover figcaption {
  opacity: 1;
}

.blogs-recent article.media-container.blog-item .blog-meta .blog-date {
  color: #9f9b97;
  text-decoration: none;
  font-size: .9375rem;
  margin-bottom: 5px
}

.blogs-recent article.media-container.blog-item .blog-meta .blog-excerpt {
  font-size: 1.125rem;
  color: #5f5446
}


/*------------------------------------------------------------------
[ Standard Pagination ]
-------------------------------------------------------------------*/

.pagination {
  width: 100%;
  text-align: center;
  padding-bottom: 3em;
  padding-top: 3em;
}

.pagination .page-numbers {
  background: #ffffff;
  display: inline-block;
  width: auto;
  margin: 4px 4px 4px 0;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #5f5446;
  color: #5f5446;
  text-transform: uppercase;
  font-size: .875em;
}

.pagination .page-numbers:hover {
  box-shadow: 0 0 50px 50px rgba(95, 84, 70, 0.075) inset;
}
}


.pagination {
  width: 100%;
  text-align: center;
  padding-bottom: 3em;
  padding-top: 3em;
}

.pagination .page-numbers {
  background: #ffffff;
  display: inline-block;
  width: auto;
  margin: 4px 4px 4px 0;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #5f5446;
  color: #5f5446;
  text-transform: uppercase;
  font-size: .875em;
}

.pagination .page-numbers:hover {
  background: #fafafa;
  color: #5f5446;
  text-decoration: none;
  box-shadow: 0 0 50px 50px rgba(95, 84, 70, 0.075) inset;
}

.pagination .current {
  border: 1px solid #5f5446 !important;
  color: #5f5446 !important;
  padding: 10px 20px;
  box-shadow: 0 0 50px 50px rgba(95, 84, 70, 0.075) inset;
}


/*********************************************
Single Blog Post
**********************************************/
section.blog-hero {
  min-height: 700px;
  background-color: #929497;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

section.blog-hero-spacer {
  min-height: 100px;
}

.blog-single-contents {}

.blog-single-contents .blog-date {
  color: #9f9b97;
  text-decoration: none;
  font-size: .9375rem;
  margin-bottom: 1.5rem;
}

.blog-single-contents h1.blog-title {
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 3rem;
  font-weight: 400;
  color: #173b65;
  margin-bottom: 1rem;
}

.blog-single-contents .blog-cats {
  color: #5f5446;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.blog-single-contents .blog-cats a {
  color: #9f9b97;
  text-decoration: none;
  font-size: .9375rem;
  text-transform: uppercase;
}

.blog-single-contents .blog-cats a:hover {
  color: #5f5446;
}

.blog-single-contents .blog-cats a:after {
  content: ", ";
  color: #9f9b97;
}

.blog-single-contents .blog-cats a:last-child:after {
  content: "";
}

.blog-single-contents .blog-content {
  font-size: 1.125rem;
}

.blog-single-contents .blog-content p {
  font-size: 1.125rem;
  padding-bottom: 1.5em;
}

.blog-single-contents .blog-content h1 {
  font-size: 2.75rem;
}

.blog-single-contents .blog-content h2 {
  font-size: 2.75rem;
}

.blog-single-contents .blog-content h3 {
  font-size: 2.25rem;
}

.blog-single-navs {
  padding-top: 6rem;
}

.blog-single-navs .blog-links {}

.blog-single-navs .blog-links h4 {
  color: #5f5446;
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.blog-single-navs .blog-links ul {
  list-style: none;
  padding-left: 0;
  line-height: 1em;
}

.blog-single-navs .blog-links ul li {
  line-height: 1.25em;
  margin-bottom: .75rem;
}

.blog-single-navs .blog-links ul li a {
  color: #9f9b97;
  text-decoration: none;
  font-size: 1.125rem;
}

.blog-single-navs .blog-links ul li a:hover {
  color: #5f5446;
}

.blog-single-navs .blog-links.categories {}

.blog-single-navs .blog-links.categories ul#blog-cats {
  text-transform: uppercase;
}

.blog-single-navs .blog-links.posts {}

.blog-single-navs .blog-links.categories ul#blog-recents {}


/*********************************************
Blog Archives
**********************************************/
.blog-archive-results article {
  margin-bottom: 3rem;
}

.blog-archive-results .blog-img {
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
  opacity: 1;
}

.blog-archive-results .blog-img:hover {
  opacity: .6;
}

.blog-archive-results .blog-summary {}

.blog-archive-results .blog-summary h3 {
  margin-bottom: 10px;
}

.blog-archive-results .blog-summary h3 a {
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #173b65;
  text-decoration: none;
  display: block;
  line-height: 1.1em;
  opacity: 1;
  transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  -ms-transition: all 0.20s linear;
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
}

.blog-archive-results .blog-summary h3 a:hover {
  opacity: .6;
}

.blog-archive-results .blog-summary .blog-date {
  color: #9f9b97;
  text-decoration: none;
  font-size: .9375rem;
  margin-bottom: 5px;
}

.blog-archive-results .blog-summary .blog-excerpt {
  font-size: 1.125rem;
  color: #5f5446;
}

.blog-archive-results .blog-summary .blog-excerpt p {}



/*********************************************
Gridder - Expanding/Collapsing Grid Elements
**********************************************/

.gridder {
  margin: 0px;
  padding: .5rem .5rem;
  list-style-type: none;
  font-size: 0;
  text-align: center;
}

.gridder-list,
.gridder-show {
  font-size: 16px
}

.gridder-list {
  display: inline-block;
  vertical-align: top;
  padding: .5rem;
  width: 33.333333%;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
}

.gridder-show {
  display: block;
  float: left;
  width: calc(100% + 1rem);
  position: relative;
  margin-left: -.5rem;
}

.gridder-content {
  display: none
}

.gridder-list:focus {
  outline: 0;
}

.gridder-padding {}

.gridder-nav.prev,
.gridder-nav.next {
  display: none
}

.gridder-navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 25px;
}

.gridder-close {
  height: 25px;
  width: 25px;
  top: 30px;
  right: 30px;
  position: absolute;
  box-sizing: border-box;
  line-height: 50px;
  display: block;
  padding: 0;
  margin: 0;
  text-indent: -999999px;
}

.gridder-close:before,
.gridder-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #5f5446;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.gridder-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gridder-close:hover:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #173b65;
}

.gridder-close:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #173b65;
}


@media screen and (max-width:1100px) {
  .gridder-list {
    width: 50%;
  }
}

@media screen and (max-width:600px) {
  .gridder-list {
    width: 100%;
  }
}


/*********************************************
Single Property Map
**********************************************/

#googlemap_fullwidth {
  height: 660px;
}

#googlemap_fullwidth #map_canvas {
  width: 100%;
  height: 100%;
}

.google-map-iwindow {
  font-size: 18px;
  text-align: left;
  padding: 10px;
  color: #666666;
  color: #5f5446;
  font-family: 'GoogleFonts-Lora', serif;
}

.google-map-iwindow .iwindow-title {
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.google-map-iwindow .iwindow-body {}

.google-map-iwindow a {
  color: #173b65;
  font-size: .875em;
  text-decoration: none;
}

.google-map-iwindow a:hover {
  color: #173b65;
  text-decoration: underline;
}




/*********************************************
Contact Form
**********************************************/

section.contact-form {}

section.contact-form h2 {
  color: #173b65;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: 'GoogleFonts-Lora', serif;
  font-weight: 400;
}

section.contact-form .contact-details div {
  font-size: 1.125rem;
}

section.contact-form .contact-details a {
  text-decoration: none;
  color: #5f5446;
}

section.contact-form .contact-details a:hover,
section.contact-form .contact-details a:active {
  color: #929497;
}


section.contact-form .contact-details .contact-email {}

section.contact-form .contact-details .contact-phone {}

section.contact-form .contact-details .contact-address {
  padding: 2rem 0 1rem 0;
}

section.contact-form .contact-details .contact-directions {}




/*********************************************
404 Message
**********************************************/
.message-404 {}

.message-404 h1 {}

.message-404 h2 {
  color: #5f5446;
  font-family: 'GoogleFonts-Lora', serif;
  font-size: 1.5rem;
  font-weight: 400;
}









/*********************************************
Verify All Below
**********************************************/

/* 
font-family: 'GoogleFonts-Lora', serif;
font-family: 'GoogleFonts-Tangerine', cursive; 
*/








/*********************************************
Responsive
**********************************************/


@media screen and (max-width:1400px) {

  #nav-desktop-primary {
    padding-right: 2%;
  }

  #nav-desktop-primary>li a {
    padding: 0px .5rem;
  }

}


@media screen and (max-width:1200px) {

  #nav-desktop-primary>li a {
    font-size: 1rem;
  }

}

@media screen and (max-height: 700px) and (max-width: 1300px) {}


@media screen and (max-width:1499px) {
  #nav-desktop-primary>li a {
    font-size: 1.125em;
  }
}

@media screen and (max-width:1399px) {
  #nav-desktop-primary {
    display: none;
  }

  #nav-desktop-secondary {
    display: none;
  }

  #nav-mobile-primary {
    display: block;
  }

  #nav-mobile-secondary {
    display: block;
  }

  header a.header-logo-link {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 235px;
    top: 17px;
  }

  header a.header-logo-link .logo-stacked {
    display: none;
  }

  header a.header-logo-link .logo-horz {
    display: block;
    opacity: 1;
  }

  #nav-desktop-primary li a {
    font-size: 1.125em;
  }

}


@media screen and (max-width:900px) {

  .section-text-image-split .split-body ul {
    text-align: left;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }

  .footer-col {
    padding-right: 0;
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 2rem;
  }

  .footer-logo img {
    margin: 0 auto;
    margin-bottom: 3rem;
  }

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

}






@media screen and (max-width:768px) {

  .section {
    padding: 6rem 1rem;
  }

  body>section.text-block {
    /* Set extra padding for the first instance of section.text-block */
    padding-top: 8rem;
  }

  body>section.text-block~section.text-block {
    /* Selects all but the first section.text-block */
    padding-top: 6rem;
  }


  h1,
  h2 {
    font-size: 3.5rem;
  }

  h3 {}

  h4 {}

  h6 {}

  .section-text-image-split .split-body h2 {
    font-size: 3.5rem;
  }

  .section-text-image-split .split-body {
    width: 100%;
  }

  .section-text-image-split .split-image {
    width: 100%;
  }

  .section-text-image-split .split-body ul {
    text-align: left;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }

  section.section-text-image-split.builder-detail .split-body-text {
    text-align: center;
  }

  section.section-text-image-split.builder-detail .builder-contact .builder-logo {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .builder-contact .button,
  .builder-contact a.button,
  .builder-contact a.button:link,
  .builder-contact a.button:visited {
    width: 100%;
  }

  div.builder-logos img {
    max-width: 28%;
    margin-bottom: 1rem;
  }

  article.media-container figure .media-thumb-inner-border {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  article.media-container .media-thumb-desc-text p {
    padding: 0 2rem 2rem 2rem;
  }

  .contact-form .contact-details {
    margin-bottom: 4rem;
    text-align: center;
  }

  footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .blogs-recent article.media-container.blog-item {
    margin-bottom: 4rem;
  }

  .blogs-recent article.media-container.blog-item .blog-meta h3.blog-title a {
    font-size: 2rem;
  }

  section.blog-hero-spacer {
    min-height: 50px;
  }

  .homes-filters__field select {
    min-height: 40px;
    padding-bottom: 5px;
  }

  .homes-filters__field label {
    padding-top: 5px;
  }


}





@media screen and (max-width:480px) {

  .section {
    padding: 3rem 0rem;
  }

  body>section.text-block {
    /* Set extra padding for the first instance of section.text-block */
    padding-top: 8rem;
  }

  body>section.text-block~section.text-block {
    /* Selects all but the first section.text-block */
    padding-top: 3rem;
  }


  h1,
  h2 {
    font-size: 3rem;
  }

  h3 {}

  h4 {}

  h6 {}

  .section-text-image-split .split-body h2.medium-serif {
    font-size: 2rem;
  }

  .section-text-image-split .split-body .button {
    width: 100%;
    font-size: 1.1rem;
  }

  div.builder-logos img {
    max-width: 45%;
  }

  .section-text-image-split .split-body {
    padding: 50px 30px 50px 30px;
  }

  .section-text-image-split .split-body-border {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
  }

  .section-text-image-split.builder-detao;

  .split-body {
    padding: 90px 20px 60px 20px;
  }

  .section-text-image-split .split-body ul {
    text-align: left;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }

  .announcement-inner {
    font-size: .7rem;
  }

  .section-hero .hero-inner .hero-message-box {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    max-width: 100%;
    padding: 10px;
  }

  .section-hero .hero-inner .hero-message-box h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }

  .section-hero .hero-inner .hero-message-box p {
    font-size: 1rem;
    line-height: 1.5em;
  }

  #footer a.button.trigger-subscribe {
    margin-top: 0;
  }

  article.media-container figure .media-thumb-inner-border {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;

  }

  article.media-container .media-thumb-desc-text h2 {
    font-size: 2rem;
  }

  .blogs-recent article.media-container.blog-item .blog-meta h3.blog-title a {
    font-size: 2rem;
  }

  body>section.photo-gallery {
    /* Set extra padding for the first instance of section.text-block */
    padding-top: 8rem;
  }

  body>section.photo-gallery~section.photo-gallery {
    /* Selects all but the first section.text-block */
    padding-top: 3rem;
  }

  body>section.blogs-recent {
    /* Set extra padding for the first instance of section.text-block */
    padding-top: 8rem;
  }

  body>section.blogs-recent~section.blogs-recent {
    /* Selects all but the first section.text-block */
    padding-top: 3rem;
  }

  .blogs-recent article.media-container.blog-item {
    margin-bottom: 4rem;
    height: auto !important;
  }

  section.blog-hero {
    min-height: 50vh;
  }

  .blog-single-contents h1.blog-title {
    font-size: 2rem;
  }

  .blogs-recent article.media-container.blog-item .blog-meta .blog-date,
  .blogs-recent article.media-container.blog-item .blog-meta .blog-excerpt {
    text-align: center;
  }

  .blog-archive-results .blog-img {
    margin-bottom: 1rem;
  }

  footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }


}

@media screen and (max-width:380px) {
  .button {
    font-size: 1rem !important;
  }
}

@media screen and (max-width:350px) {

  h1,
  h2 {}

  h3 {}

  h4 {}

  h6 {}
}