/*	Theme Name: Aether Investment Partners
	Theme URI: http://www.aetherip.com
	Description: A custom Wordpress theme developed for Aether Investment Partners
	Author: Aether Investment Partners
	Author URI: http://www.aetherip.com
*/

/* AETHER COLORS ==========
Aether Blue         #024873
Aether Teal         #80a7bf
Aether Silver       #a69e94
Aether Gray         #d9d1c7
Aether Green        #8a8c4d
Aether Sumo         #d97d0d
Aether Orange       #bf5b04
Aether Yellow       #f2d888
Aether Brown        #413000
Aether Gold         #876500
Aether Dark Gray    #54565c
======================== */

/* OTHER COLORS ===========
Light Gray          #e2e2e2
Dark Gray           #2d3940
======================== */

/* PAGE ELEMENTS (MOBILE)
==================================================================================================== */

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #54565c;
  background: #2d3940;
  font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* PAGE ELEMENTS (NON-MOBILE)
==================================================================================================== */

@media (min-width: 550px) {
}

/* PAGE ELEMENTS (TABLET SPECIFIC)
==================================================================================================== */

@media (min-width: 550px) and (max-width: 959px) {
}

/* TYPOGRAPHY (MOBILE)
==================================================================================================== */

h1 {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1.875em;
  line-height: 1.2;
  color: #fff;
  padding: 0px 0px 35px 0px;
}

h2 {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 1.1875em;
  line-height: 1.2;
  color: #024873;
  padding: 0px 0px 12px 0px;
}

h2.dark {
  color: #413000;
}

h3 {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.2;
  color: #024873;
  padding: 0px 0px 12px 0px;
  text-transform: uppercase;
}

h4 {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.2;
  color: #024873;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
}

a,
a:visited {
  color: #80a7bf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.phone {
  color: #2d3940;
}

a.phone:hover {
  text-decoration: none;
}

p {
  line-height: 1.7;
  margin: 0px 0px 20px 0px;
}

ul {
  margin-left: 1em;
  margin-bottom: 24px;
  padding: 0px;
  list-style-type: disc;
}

ul li {
  margin: 0px 0px 5px 0px;
  line-height: 1.7;
}

ul li ul {
  margin: 10px 0px 0px 0px;
}

blockquote {
  font-weight: 300;
  border-left: 5px solid #8aa23a;
  padding-left: 20px;
  margin: 12px 0px 20px 0px;
  font-size: 1.0625em;
  color: #555;
}

blockquote p {
  font-weight: 300;
  color: #555;
}

hr {
  clear: left;
  margin: 40px 0px 25px 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 5px solid #f4f4f4;
  border-left: 0px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  background: #ebebeb;
  color: #999;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.button:hover {
  background: #8aa23a;
  color: #fff;
  text-decoration: none;
}

::selection {
  background: #8a8c4d;
  color: #fff;
}

::-moz-selection {
  background: #8a8c4d;
  color: #fff;
}

body .fl-builder-content a.fl-button,
body .fl-builder-content a.fl-button:visited {
  position: relative;
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  background: #80a7bf;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1em;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border: 0px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

body .fl-builder-content a.fl-button *,
body .fl-builder-content a.fl-button:visited * {
  color: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

body .fl-builder-content a.fl-button:hover,
body .fl-builder-content a.fl-button:visited:hover {
  color: #fff;
  background: #024873;
}

body .fl-builder-content a.fl-button:hover *,
body .fl-builder-content a.fl-button:visited:hover * {
  color: #fff;
}

body .fl-builder-content a.fl-button:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  background: #024873;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

body a.fl-button:hover:after {
  opacity: 1;
  height: 1000% !important;
}

/* TYPOGRAPHY (NON-MOBILE)
==================================================================================================== */

@media (min-width: 550px) {
  h1 {
    font-size: 2em;
  }
}

/* TYPOGRAPHY (TABLET SPECIFIC)
==================================================================================================== */

@media (min-width: 550px) and (max-width: 959px) {
}

/* CONTENT ELEMENTS (MOBILE)
==================================================================================================== */

main {
  display: block;
  background: #fff;
  padding: 0px;
}

#content {
  z-index: 100;
}

.title {
  padding: 60px 0px 0px 0px;
  position: relative;
  z-index: 99;
}

main .builder-wrap {
  width: 100%;
}

main .fl-row.fl-row-fixed-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

main .fl-row-content-wrap {
  padding-left: 0;
  padding-right: 0;
}

main .fl-row-content,
main .fl-row-content.fl-row-fixed-width {
  position: relative;
  margin: 0 auto;
  max-width: none;
  width: calc(85% + 40px);
  width: -webkit-calc(85% + 40px);
  width: -moz-calc(85% + 40px);
}

.team-wrap {
  padding: 40px 0px 20px 0px;
}

.team {
  float: left;
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.team a {
  position: relative;
  display: block;
  background: #aa9157;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team a:hover {
  text-decoration: none;
}

.team .image {
  position: relative;
  overflow: hidden;
}

.team .image.no-photo {
  padding-bottom: 100%;
  background: #2d3940;
}

.team .image img {
  max-width: 100%;
  min-width: 100%;
  vertical-align: top;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team a:hover .image img {
  opacity: 0.8;
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.team .name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team a:hover .name {
  background: #80a7bf;
}

.team .name h2 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}

.team .name h3 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.single-team-wrap {
  padding: 40px 0px 60px 0px;
}

.bio .contact {
  padding: 20px 0px 40px 0px;
}

.bio .contact p {
  margin: 0px 0px 5px 0px;
}

.bio-photo {
  margin: 0px 0px 20px 0px;
}

.bio-photo img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.back a {
  font-family: Arial, sans-serif;
  font-weight: 800;
  padding: 10px 0px;
  text-transform: uppercase;
  display: block;
  color: #aa9157;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.back a:hover {
  text-decoration: none;
  color: #2d3940;
}

.back .arrow {
  height: 16px;
  width: 40px;
  margin: 0px 10px 0px 6px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.back svg {
  width: auto;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.back .arrow-icon {
  fill: #dcdedf;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.back a:hover .arrow-icon {
  fill: #aa9157;
}

#map-canvas {
  height: 80vw;
}

main .contact-form p {
  margin-bottom: 0;
}

.info-wrap .fl-col-content {
  margin-bottom: 20px !important;
}

.info-intro,
.info-intro h2,
.info-intro h3 {
  color: #fff;
}

.info-box h2 {
  display: block;
  margin: -20px -20px 20px -20px;
  color: #fff;
  background: #b57d4d;
  padding: 12px 20px;
}

.fl-col-small {
  max-width: 100% !important;
}

.fl-photo-content img {
  min-width: 100%;
}

.mobile-swap .fl-col-group-equal-height .fl-col:last-child,
.mobile-swap .fl-col-group .fl-col:last-child {
  display: none;
}

.mobile-swap .fl-col-group-equal-height .fl-col.mobile-show,
.mobile-swap .fl-col-group .fl-col.mobile-show {
  display: block;
}

.no-builder {
  padding: 40px 0px 70px 0px;
}

.aether-grid-overlap .fl-col-content {
  position: relative;
}

.aether-grid-overlap .fl-col-content::before {
  content: "";
  display: block;
  background: #80a7bf;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: -50px;
  left: 8px;
  z-index: 1;
}

.aether-grid-overlap .fl-col-content h2 {
  position: relative;
  z-index: 2;
  font-size: 1.375em;
  text-transform: none;
}

.aether-grid-overlap .fl-module-content {
  margin-bottom: 10px;
}

.aether-grid {
  background: #fff;
  border-top: 0;
  border-right: 1px solid #54565c;
  border-bottom: 1px solid #54565c;
  border-left: 1px solid #54565c;
  position: relative;
  z-index: 3;
}

.aether-grid.fl-col {
  margin-left: 20px;
  margin-right: 20px;
}

.fl-col-group .aether-grid:first-child {
  border-top: 1px solid #54565c;
}

.aether-grid .fl-module-heading {
  border-bottom: 1px solid #54565c;
  text-align: center;
  background: rgba(128, 167, 191, 0.2);
}

.aether-grid .fl-module-photo {
  border-bottom: 1px solid #54565c;
  background: #d9d1c7;
}

.aether-grid .fl-module-photo .fl-module-content {
  margin: 0;
}

.aether-grid .fl-module-rich-text ul {
  margin-bottom: 0;
}

.aether-grid .fl-module-rich-text p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.aether-grid.inline {
  margin-top: 10px;
  margin-bottom: 10px;
}

.aether-grid.inline .fl-col-content {
  position: relative;
}

.aether-grid.inline .fl-module-photo {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: 10px;
}

.aether-grid.inline .fl-module-heading {
  background: none;
  padding-left: 80px;
  border: 0;
  text-align: left;
  background: yellow;
}

.aether-grid.inline.gray .fl-module-heading {
  background: #54565c;
}

.aether-grid.inline.gray .fl-module-photo {
  border: 2px solid #8a8c4d;
}

.aether-grid.inline.blue .fl-module-heading {
  background: #024873;
}

.aether-grid.inline.blue .fl-module-photo {
  border: 2px solid #d97d0d;
}

.aether-grid.inline.teal .fl-module-heading {
  background: #80a7bf;
}

.aether-grid.inline.teal .fl-module-photo {
  border: 2px solid #bf5b04;
}

.aether-grid.inline .fl-module-heading h2 {
  color: #fff;
}

.aether-grid.inline .fl-module-heading .fl-module-content {
  margin-top: 15px;
  margin-bottom: 15px;
}

.aether-grid.inline .fl-module-rich-text {
  padding-left: 80px;
}

.aether-table {
  table-layout: fixed;
  width: auto;
}

.aether-table th,
.aether-table td {
  border-right: 1px solid #54565c;
  border-bottom: 1px solid #54565c;
  padding: 15px 20px;
  vertical-align: middle;
  line-height: 1.3;
  text-align: center;
}

.aether-table tr th:first-child,
.aether-table tr td:first-child {
  text-align: left;
}

.aether-table tbody td {
  background: #fff;
  border-left: 1px solid #54565c;
}

.aether-table thead th {
  background: #80a7bf;
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #54565c;
  border-right: 1px solid #fff;
}

.aether-table thead tr th:first-child {
  border-left: 1px solid #54565c;
}

.aether-table thead tr th:last-child {
  border-right: 1px solid #54565c;
}

.aether-table thead td {
  border: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.aether-table-wrap .fl-rich-text {
  overflow-x: scroll;
}

.cap-width .fl-photo-content img {
  min-width: 0;
  max-width: 300px;
  width: 100%;
}

/* CONTENT ELEMENTS (NON-MOBILE)
==================================================================================================== */

@media (min-width: 550px) {
  .title {
    padding: 80px 0px 0px 0px;
  }

  #content .half {
    float: left;
    width: 50%;
    margin: 0px 0px 30px 0px;
  }

  .right-mobile {
    float: right;
    margin-left: 4%;
  }

  .team {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .team:nth-of-type(3n) {
    margin-right: 0;
  }

  .single-team-wrap .eight {
    margin-left: 0;
  }

  .info-wrap .fl-col-content {
    margin-bottom: 0;
  }

  #map-canvas {
    height: 30vw;
  }

  .mobile-swap .fl-col-group-equal-height .fl-col:last-child,
  .mobile-swap .fl-col-group .fl-col:last-child {
    display: flex;
  }

  .mobile-swap .fl-col-group-equal-height .fl-col.mobile-show,
  .mobile-swap .fl-col-group .fl-col.mobile-show {
    display: none;
  }
}

/* CONTENT ELEMENTS (TABLET SPECIFIC)
==================================================================================================== */

@media (min-width: 550px) and (max-width: 768px) {
  .mobile-swap .fl-col-group-equal-height .fl-col:last-child,
  .mobile-swap .fl-col-group .fl-col:last-child {
    display: none;
  }

  .mobile-swap .fl-col-group-equal-height .fl-col.mobile-show,
  .mobile-swap .fl-col-group .fl-col.mobile-show {
    display: block;
  }
}

@media (min-width: 550px) and (max-width: 959px) {
  #content .half {
    float: none;
    width: 100%;
    margin: 0px;
  }

  .team {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .team:nth-of-type(3n) {
    margin-right: 4%;
  }

  .team:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .aether-grid {
    border-top: 1px solid #54565c;
    border-right: 1px solid #54565c;
    border-bottom: 1px solid #54565c;
    border-left: 0;
  }

  .aether-grid.fl-col {
    margin-left: 0;
    margin-right: 0;
  }

  .aether-grid-overlap .fl-col-content h2 {
    font-size: 1.75em;
  }

  .fl-col-group .aether-grid:first-child {
    border-left: 1px solid #54565c;
  }

  .aether-grid-overlap .fl-col-content::before {
    left: 0;
    right: 0;
  }
}

@media (min-width: 960px) {
  .aether-table-wrap .fl-rich-text {
    overflow: hidden;
  }

  .aether-table {
    width: 100%;
  }
}

/* HEADER/NAV ELEMENTS (DESKTOP)
==================================================================================================== */

@media (min-width: 960px) and (max-width: 1200px) {
  #content .half {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

/* CONTENT ELEMENTS (LARGE MONITOR)
==================================================================================================== */

@media (min-width: 1280px) {
  .team {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .team:nth-of-type(3n) {
    margin-right: 3%;
  }

  .team:nth-of-type(4n) {
    margin-right: 0;
  }
}

/* HOMEPAGE ELEMENTS (MOBILE)
==================================================================================================== */

#home-feature {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url('https://aetherip.com/wp-content/uploads/2022/12/solar-header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#home-feature--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
}

#browser-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-image: url('https://aetherip.com/wp-content/uploads/2022/12/solar-header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#mobile-slider {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: url('https://aetherip.com/wp-content/uploads/2022/12/solar-header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#full-width-slider {
  width: 100%;
  min-height: 450px !important;
}

#mobile-slider .rsMinW .rsBullets {
  display: none;
}

#home-hero {
  z-index: 3;
  height: 95px;
}

.hero-content {
  color: #fff;
  position: relative;
  line-height: 1.7;
  padding: 60px 0px 0px 0px;
}

.hero-content h1 {
  padding: 0px 0px 4px 0px;
  color: #fff;
}

.test-content {
  color: #fff;
  position: relative;
  line-height: 1.7;
  margin-top: 30vh;
  overflow: visible;
}

.home main {
  background: #e2e2e2;
}

.home #content .row {
  margin-bottom: 0px;
}

.feature {
  background: #fff;
  margin-bottom: 20px;
}

.feature a {
  display: block;
  padding: 25px;
  color: #2d3940;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.feature a:hover {
  text-decoration: none;
  border: 1px solid #80a7bf;
}

.feature a .more {
  text-align: right;
  font-family: Arial, sans-serif;
  font-weight: 800;
  padding: 10px 0px;
  text-transform: uppercase;
  display: block;
  color: #80a7bf;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.feature a:hover .more {
  color: #80a7bf;
}

.feature a h2 {
  font-size: 1.125em;
}

.feature a p {
  margin: 0;
  padding: 0px 0px 10px 0px;
}

.feature .more .arrow {
  height: 16px;
  width: 40px;
  margin: 0px 0px 0px 6px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.feature a:hover .more .arrow {
  width: 50px;
}

.feature .more svg {
  width: auto;
  height: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.feature .more .arrow-icon {
  fill: #dcdedf;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.feature a:hover .more .arrow-icon {
  fill: #80a7bf;
}

/* HOMEPAGE ELEMENTS (NON-MOBILE)
==================================================================================================== */

@media (min-width: 550px) {
  .home main {
    padding: 0px;
  }

  #home-hero {
    height: 25vw;
    max-height: 320px;
  }

  #home-feature--overlay {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.1) 100%);
  }

  .hero-content {
    padding: 0;
    position: absolute;
    margin-right: 52%;
    bottom: 10%;
    left: 0;
  }

  .feature {
    margin-top: -90px;
    margin-bottom: 0;
  }

  .feature a,
  .feature a:hover {
    border-bottom: none;
    padding: 30px 40px 25px 40px;
  }
}

/* HOMEPAGE ELEMENTS (TABLET SPECIFIC)
==================================================================================================== */

@media (min-width: 550px) and (max-width: 959px) {
  #full-width-slider {
    height: 70vh !important;
    min-height: 100vw !important;
  }

  .hero-content {
    margin-top: 25vh;
    margin-right: 20%;
  }
}

/* HOMEPAGE ELEMENTS (DESKTOP)
==================================================================================================== */

@media (min-width: 960px) {
  #browser-video {
    display: block;
  }

  #mobile-slider {
    display: none;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  .hero-content {
    margin-right: 33%;
  }
}

/* HEADER / NAV ELEMENTS (MOBILE)
==================================================================================================== */

header {
  padding: 0px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.header-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
}

#logo {
  display: block;
  position: relative;
  z-index: 99;
  margin-top: 30px;
}

#logo img {
  vertical-align: top;
  max-width: 220px;
}

#desktop {
  text-align: right;
  padding: 0px;
  display: none;
  position: relative;
  z-index: 99;
}

#desktop .secondary {
  padding: 30px 0px 20px 0px;
}

#desktop .secondary ul li {
  padding: 0px 0px 0px 13px;
  margin: 0px 0px 0px 11px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#desktop .secondary ul li:first-of-type {
  border-left: 0px;
}

#desktop .secondary ul li a {
  font-size: 0.875em;
  padding: 0px;
  border: none;
}

#desktop .secondary ul li a:hover {
  border: none;
}

#desktop ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#desktop ul li {
  display: inline-block;
  padding: 0px 0px 0px 24px;
  margin: 0;
  background: none;
  line-height: 1;
}

#desktop ul li a {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  color: #fff;
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid transparent;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

#desktop ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #f2d888;
}

#mobile-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}

#mobile-button .bar {
  position: absolute;
  width: 36px;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

#mobile-button.opened .bar {
  background: #aa9157;
}

#mobile-button .top {
  top: 8px;
  left: 2px;
}

#mobile-button .middle {
  top: 18px;
  left: 2px;
}

#mobile-button .bottom {
  top: 28px;
  left: 2px;
}

#mobile-button.opened .top {
  top: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#mobile-button.opened .middle {
  width: 0px;
  left: 20px;
}

#mobile-button.opened .bottom {
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

#mobile {
  position: fixed;
  background: #2d3940;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 101;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

#mobile.visible {
  width: 100%;
}

#mobile ul {
  position: absolute;
  width: 100%;
  top: 50%;
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
}

#mobile.visible ul {
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 1;
}

#mobile ul li {
  padding: 0px;
  margin: 0px;
}

#mobile ul li a {
  font-size: 30px;
  text-decoraiton: none;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 10px 0px;
}

/* HEADER/NAV ELEMENTS ELEMENTS (NON-MOBILE)
==================================================================================================== */

@media (min-width: 550px) {
  header {
    padding: 0px 0px 0px 0px;
  }

  #logo img {
    width: 100%;
    max-width: 320px;
    min-width: 220px;
  }

  .header-overlay {
    background: rgba(0, 0, 0, 0.35);
  }
}

/* HEADER/NAV ELEMENTS (TABLET SPECIFIC)
==================================================================================================== */

@media (min-width: 550px) and (max-width: 959px) {
}

/* HEADER/NAV ELEMENTS (DESKTOP)
==================================================================================================== */

@media (min-width: 960px) {
  #mobile-button {
    display: none;
  }

  #desktop {
    display: block;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  #desktop ul li {
    padding: 0px 0px 0px 10px;
  }

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

/* FOOTER ELEMENTS (MOBILE)
==================================================================================================== */

footer {
  color: #fff;
  line-height: 1.7;
  padding: 40px 0px;
}

footer p {
  padding: 0px 0px 12px 0px;
}

footer .disclosure {
  color: #a69e94;
  font-size: 0.8125em;
}

footer a {
  color: #a69e94;
}

/* FOOTER ELEMENTS ELEMENTS (NON-MOBILE)
==================================================================================================== */

@media (min-width: 550px) {
}

/* FOOTER ELEMENTS (TABLET SPECIFIC)
==================================================================================================== */

@media (min-width: 550px) and (max-width: 959px) {
}

/* FORM ELEMENTS
==================================================================================================== */

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

main .nf-field-container,
main #ninja_forms_required_items {
  margin-bottom: 10px;
}

.submit-wrap .nf-field-element {
  text-align: right;
}

input[type="text"],
textarea,
input[type="file"],
input[type="password"],
input[type="number"],
input[type="email"] {
  border: none;
  padding: 8px;
  font-size: 0.9375em;
  color: #2d3940;
  width: 95%;
  font-family: Arial, sans-serif;
  font-weight: 400;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  margin: 0;
}

.ie9 input[type="text"] {
  line-height: normal;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #aa9157;
}

input::placeholder,
textarea::placeholder {
  color: #888;
}

textarea,
main .nf-field-element textarea {
  height: 100px;
}

input[type="submit"],
input[type="button"] {
  text-transform: uppercase;
  padding: 16px 24px;
  color: #fff;
  background: #80a7bf;
  border: 0px;
  font-size: 1em;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

input[type="submit"]:active,
input[type="button"]:active {
}

select {
  padding: 6px;
  font-size: 1em;
  font-family: "Roboto", Arial, sans-serif;
  color: #555;
  width: 130%;
  margin: 0px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  outline: none;
}

/* FOOTER ELEMENTS (MOBILE)
================================================== */

@media (max-width: 549px) {
}
