@charset "UTF-8";
/*!
Theme Name: CS LAW 2022
Theme URI: http://blacksheepdesign.co.nz
Author: Blacksheepdesign 
Author URI: http://www.blacksheepdesign.co.nz/
Author Design: Clemens Bergmann - clemens@blacksheepdesign.co.nz
Author Front-end and Integration: Miguel Garrido - miguel@blacksheepdesign.co.nz
Description: Blacksheepdesign creates custom websites based on Wordpress using some really cool plugins. 
Version: 3.0
*/
.bkgdBrown {
  background-color: #B7B09D;
}

.bkgdLightBrown {
  background-color: #c2bcac;
}

.bkgdBlue {
  background-color: #195181;
}

.bkgdLightBlue {
  background-color: #1d5e96;
}

.bkgdWhite {
  background-color: #ffffff;
}

.bkgdPeach {
  background: #E0957C;
}

.bkgdLightPeach {
  background-color: #eab6a5;
}

.bkgdShadow {
  background-color: #F7F6F5;
}

.opacityBlue {
  background-color: rgba(0, 62, 115, 0.85);
}

.opacityPeach {
  background-color: rgba(224, 149, 124, 0.85);
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.bkgdBrown {
  background-color: #B7B09D;
}

.bkgdLightBrown {
  background-color: #c2bcac;
}

.bkgdBlue {
  background-color: #195181;
}

.bkgdLightBlue {
  background-color: #1d5e96;
}

.bkgdWhite {
  background-color: #ffffff;
}

.bkgdPeach {
  background: #E0957C;
}

.bkgdLightPeach {
  background-color: #eab6a5;
}

.bkgdShadow {
  background-color: #F7F6F5;
}

.opacityBlue {
  background-color: rgba(0, 62, 115, 0.85);
}

.opacityPeach {
  background-color: rgba(224, 149, 124, 0.85);
}

.brown {
  color: #B7B09D;
}

.white {
  color: #ffffff;
}

.blue {
  color: #195181;
}

.peach {
  color: #E0957C;
}

body {
  letter-spacing: 0.1em;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.proxima {
  font-family: "proxima-nova", sans-serif !important;
}

.mrsEaves {
  font-family: "mrs-eaves-xl-serif", serif !important;
}

h1 {
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1.3;
}

h2 {
  font-size: 1.8em;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
  font-family: "mrs-eaves-xl-serif", serif;
}
@media (max-width: 766px) {
  h2 {
    font-size: 1.2em;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  h2 {
    font-size: 1.6em;
  }
}

h3 {
  font-size: 1.7em;
  line-height: 1.1;
}

h4 {
  font-size: 0.8em;
  text-transform: uppercase !important;
  margin-bottom: 1.5em !important;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: bold;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1em !important;
  font-weight: normal;
  letter-spacing: 0.1em;
}

p {
  font-size: 0.95em;
  line-height: 1.3;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.05em;
  max-width: 850px;
}
p a {
  border-bottom: 1px solid #fff;
}
p.lead {
  font-size: 1.1em;
  font-family: "mrs-eaves-xl-serif", serif;
}
@media (max-width: 766px) {
  p.lead {
    font-size: 1em;
  }
}
p.tiny {
  font-size: 14px;
  letter-spacing: 0.135em;
}
p#intro {
  letter-spacing: 0.1em;
}

.generalContent.blue p a {
  border-bottom: 1px solid #195181;
}
.generalContent.blue p a:hover {
  color: #216cac;
  border-color: #216cac !important;
}

.generalContent.white p a {
  border-bottom: 1px solid #ffffff;
}
.generalContent.white p a:hover {
  color: #e6e6e6;
  border-color: #e6e6e6 !important;
}

.generalContent p {
  margin-bottom: 30px;
  font-family: "mrs-eaves-xl-serif", serif;
}
.generalContent ul li {
  font-family: "mrs-eaves-xl-serif", serif !important;
}
.generalContent ol li {
  font-family: "mrs-eaves-xl-serif", serif !important;
}

ul {
  padding-left: 20px;
  margin-bottom: 25px !important;
}
ul li {
  padding-bottom: 20px;
  padding-left: 0;
  letter-spacing: 0.05em;
}

ul#mainMenu li {
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.15em;
  color: #195181;
  text-transform: uppercase;
  font-weight: bold;
}
ul#mainMenu li:hover {
  color: #B7B09D;
}
ul#mainMenu a li:hover {
  cursor: pointer;
}

#footerMenu li, .pageMenu li {
  font-family: "mrs-eaves-xl-serif", serif;
  font-size: 15px;
  font-style: italic;
  text-transform: none;
}

.pageMenu li {
  font-size: 20px;
}

.tab {
  margin-left: 20px;
}

.title {
  position: absolute;
  top: -47px;
  left: 8.5%;
  z-index: 5;
  width: auto;
  padding: 19px 45px 15px;
  font-family: "proxima-nova", sans-serif;
  width: auto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 766px) {
  .title {
    width: 80%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}

.title-block {
  display: inline;
  width: 50%;
  height: 131px;
}

.sectionWrapper .title {
  width: 300px;
  text-align: center;
}

button {
  background: none;
  font-family: "proxima-nova", sans-serif;
  width: auto;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 0.15em;
  padding: 15px 46px;
  font-weight: 600;
  width: auto;
  transition: background 0.3s ease;
  outline: none;
}
button:hover {
  cursor: pointer;
}
button.white {
  border: 1px solid #ffffff;
}
button.white:hover {
  background: #ffffff;
  color: #B7B09D;
  transition: background 0.3s ease;
}
button.white.special:hover {
  background: #ffffff;
  color: #E0957C;
  transition: background 0.3s ease;
}
button.peach {
  border: 1px solid #E0957C;
}
button.peach:hover {
  background: #E0957C;
  color: #ffffff;
  transition: background 0.3s ease;
}
button.blue {
  border: 1px solid #195181;
}
button.blue:hover {
  background: #195181;
  color: #ffffff;
  transition: background 0.3s ease;
}
@media (max-width: 766px) {
  button {
    width: 100%;
  }
}

.underline.white {
  border-bottom: 1px solid #ffffff;
}

.underline.blue {
  border-bottom: 1px solid #195181;
}

.underline.peach {
  border-bottom: 1px solid #E0957C;
}

blockquote {
  font-style: italic;
  border-left: solid 2px #B7B09D;
  padding-left: 35px !important;
  width: 81%;
  margin-left: 64px !important;
  margin-top: 7% !important;
  margin-bottom: 7% !important;
}

p a:hover {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

p.blue a:hover {
  border-bottom: 1px solid #195181;
}

.weightNormal {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.date {
  font-weight: bold;
  color: #B7B09D;
  font-size: 14px;
  letter-spacing: 3px;
}

a.pageLink.blue {
  padding-bottom: -4px;
  border-bottom: 1px solid #195181;
}
a.pageLink.blue:hover {
  color: #216cac;
  border-color: #216cac !important;
}

a.pageLink.white {
  padding-bottom: -4px;
  border-bottom: 1px solid #ffffff;
}
a.pageLink.white:hover {
  color: #e6e6e6;
  border-color: #e6e6e6 !important;
}

a.pageLink.brown {
  padding-bottom: -4px;
  border-bottom: 1px solid #B7B09D;
}
a.pageLink.brown:hover {
  color: #a19880;
  border-color: #a19880 !important;
}

a.readMore {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.text-rotate {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.pink {
  color: #ee4056;
}

.green {
  color: #2eb7af;
}

.yellow {
  color: #edea7d;
}

.blue {
  color: #195181;
}

.white {
  color: #ffffff;
}

@media (max-width: 766px) {
  button {
    width: 100%;
  }

  blockquote {
    margin-left: 11% !important;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "mrs-eaves-xl-serif", serif;
  text-transform: capitalise;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

.chromeframe {
  position: relative;
  background-color: #ffb;
  font: normal bold 16px Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #DDD;
  padding: 25px;
  z-index: 1000;
}
.chromeframe a {
  color: #0000cc;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

ul, ol {
  padding-left: 23px;
}

::selection {
  background: #f1f1f1;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: 0 0 1px #333;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.ul-horz > li {
  display: inline-block;
  position: relative;
}

.ul-vert {
  margin-left: 1rem;
}

.ul-vert li {
  line-height: 1.5;
}

.right, img.alignright {
  float: right;
}

.left, img.alignleft {
  float: left;
}

.italic {
  font-style: italic;
}

.inline {
  display: inline;
}

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

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

.center-margin {
  margin: 0 auto;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin-left: 5%;
}

.m5r {
  margin-right: 5%;
}

.mr10 {
  margin-right: 11%;
}

.ml10 {
  margin-left: 11%;
}

.mlr10 {
  margin: 0 10%;
}

.mt20 {
  margin-top: 20px;
}

.mt45 {
  margin-top: 45px;
}

.mt11 {
  margin-top: 11%;
}

.mbStandard {
  margin-bottom: 1.5em;
}

.mtStandard {
  margin-top: 1.5em;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.mStandard {
  margin: 56px 11%;
}

.p0 {
  padding: 0;
}

.pStandard {
  padding: 160px 11%;
}
@media (max-width: 1023px) {
  .pStandard {
    padding: 80px 11% 110px;
  }
}

.noRightP {
  padding: 9% 0 11% 11%;
}

.noLeftP {
  padding: 9% 11% 11% 0;
}
@media (max-width: 766px) {
  .noLeftP {
    padding: 9% 11% 11% 11%;
  }
}

.boxpStandard {
  padding: 9% 11% 11%;
}
@media (max-width: 766px) {
  .boxpStandard {
    padding: 9% 11% 11%;
  }
}

.smallRightP {
  padding: 9% 5% 11% 11%;
}
@media (max-width: 766px) {
  .smallRightP {
    padding: 11%;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
}
@media (max-width: 766px) {
  body {
    min-width: 20rem;
  }
}

#full-wrap {
  /* padding-top: 300px; */
  position: absolute;
  z-index: 2;
  background: white;
  width: 100%;
}
@media (max-width: 766px) {
  #full-wrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.wrap {
  width: 100%;
  clear: both;
}

.wrapThird {
  width: 36%;
}
@media (max-width: 766px) {
  .wrapThird {
    width: 100%;
  }
}

.wrapRest {
  width: 60%;
}
@media (max-width: 766px) {
  .wrapRest {
    width: 100%;
  }
}

.wrap3 {
  width: 33%;
}
@media (max-width: 766px) {
  .wrap3 {
    width: 100%;
  }
}

.wrap35 {
  width: 35%;
}
@media (max-width: 766px) {
  .wrap35 {
    width: 79%;
  }
}

.wrap65 {
  width: 65%;
}
@media (max-width: 766px) {
  .wrap65 {
    width: 100%;
  }
}

.wrap50 {
  width: 50%;
}
@media (max-width: 766px) {
  .wrap50 {
    width: 100%;
  }
}

.verticalTop {
  vertical-align: top;
}

.verticalCenter {
  top: 50%;
  transform: translateY(-50%);
}

.horoCenter {
  left: 50%;
  transform: translateX(-50%);
}

.wrap-70 {
  max-width: 70%;
}

.box-title {
  width: auto;
  height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.8em;
  display: inline-block;
  padding: 17px 7% 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media (max-width: 766px) {
  .box-title {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .box-title {
    width: 50%;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-only {
    display: block;
  }
}

.contentArea {
  padding: 10% 11%;
}
.contentArea > div:nth-child(1n) {
  width: 30%;
}
@media (max-width: 766px) {
  .contentArea > div:nth-child(1n) {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .contentArea > div:nth-child(1n) {
    width: 100%;
  }
}
.contentArea > div:nth-child(2n) {
  width: 60%;
  padding-left: 2%;
}
@media (max-width: 766px) {
  .contentArea > div:nth-child(2n) {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .contentArea > div:nth-child(2n) {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .contentArea {
    padding: 10% 7%;
  }
}

#generalPage {
  margin-top: 84px;
}
#generalPage .left {
  padding: 6% 0 6% 11%;
  width: 55%;
}
#generalPage #generalSidebar {
  width: 30%;
  margin-top: 6%;
  padding: 2.5%;
}

@media (max-width: 1023px) {
  #generalPage .left {
    width: 90%;
  }
  #generalPage #generalSidebar {
    width: 78%;
    margin-bottom: 55px;
  }
}
#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
}

#internet-explorer-error p {
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  text-decoration: underline;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
}

body > #qfADxS25rnZv.wchat-bottom {
  /* color: #D68B72 !important;
     background-color: white !important;
     border: 1px solid #D68B72 !important;
     border-radius: 0px !important;
     font-size: 16px !important;
     padding: 9px 5px 13px 14px !important;
     line-height: 1.3 !important;
     width: 301px !important;
     bottom: 0 !important;
     .wchat-ava{
     	width: 36px ;
      height: 36px;
      background-size: 37px;
      background-repeat: no-repeat;
     } */
}
body > #qfADxS25rnZv.wchat-bottom span {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  /* width: auto !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  display: block !important;
  margin-top: 6px !important;
  padding-right: 20px !important;
  span{
  	font-size: 11px !important;
  	margin-top: 0 !important;
  } */
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.bkgdBrown {
  background-color: #B7B09D;
}

.bkgdLightBrown {
  background-color: #c2bcac;
}

.bkgdBlue {
  background-color: #195181;
}

.bkgdLightBlue {
  background-color: #1d5e96;
}

.bkgdWhite {
  background-color: #ffffff;
}

.bkgdPeach {
  background: #E0957C;
}

.bkgdLightPeach {
  background-color: #eab6a5;
}

.bkgdShadow {
  background-color: #F7F6F5;
}

.opacityBlue {
  background-color: rgba(0, 62, 115, 0.85);
}

.opacityPeach {
  background-color: rgba(224, 149, 124, 0.85);
}

header {
  width: 100%;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 92px;
}
header.home {
  height: 476px;
}
@media (max-width: 1023px) {
  header.home {
    height: 575px;
  }
}
header.home h2 {
  font-size: 1.2em;
}
header.home p {
  font-size: 0.9em;
}
header.home #companyDetails {
  right: 11%;
  top: 70px;
  font-family: "mrs-eaves-xl-serif", serif;
  font-size: 1.2em;
  font-style: italic;
  z-index: 2;
}
header.home #companyDetails span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.65em;
  padding-right: 10px;
  font-weight: 500;
}
@media (max-width: 766px) {
  header.home #companyDetails {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  header {
    height: 220px;
  }
}
header .overlay {
  width: 100%;
  height: 100%;
}
header .overlay .opacityBlue {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
header .overlay img {
  width: 130%;
  height: auto;
}
header .pic {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
}
header .wrapper {
  padding: 5.5% 11% 8%;
}
header .wrap {
  position: absolute;
  top: 0;
  /* transform: translateY(-50%); */
  z-index: 20;
  padding-top: 70px;
}
header #companyLogo {
  width: 234px;
  z-index: 2;
}
header #companyLogo img {
  width: 100%;
}
header #introDetails {
  padding: 40px 8% 40px 11%;
  position: relative;
  width: 64%;
}
header #introDetails p {
  display: inline-block;
  position: relative;
}
header #introDetails span {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 172px;
  transition: opacity 0.5s ease;
}
header #introDetails span.active {
  opacity: 1;
  transition: opacity 0.6s ease;
  position: static;
  display: inline-block;
  width: auto;
}
@media (max-width: 766px) {
  header #introDetails {
    width: 100%;
  }
  header #introDetails h2 {
    width: 100%;
  }
}
header .mobileOnly {
  display: none;
}
@media (max-width: 766px) {
  header .mobileOnly {
    padding: 0 11%;
    display: block;
  }
  header .mobileOnly span {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 0.65em;
    padding-right: 10px;
    font-weight: 500;
  }
}
header #intro {
  z-index: 2;
  left: 11%;
  width: 40%;
}
header #intro a {
  display: inline-block;
  width: auto;
}
header #companyDetails {
  right: 11%;
  font-family: "mrs-eaves-xl-serif", serif;
  font-size: 1.2em;
  font-style: italic;
  z-index: 2;
}
header #companyDetails span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.65em;
  padding-right: 10px;
  font-weight: 500;
}
header.formHeader .wrapper {
  padding-bottom: 0;
}

@media (max-width: 766px) {
  header {
    margin-top: 0;
    height: 300px;
  }
  header .overlay {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  header .overlay img {
    height: 100%;
    width: auto;
    padding-left: 50%;
    transform: translateX(-50%);
  }
  header #companyLogo {
    width: 65%;
    margin: 0 0 0 11%;
    top: 38%;
  }
  header #companyDetails {
    font-size: 0.9em;
    transform: none;
    margin: 10px 0 0 18%;
    right: 23%;
  }
  header.formHeader {
    height: 100px;
  }
  header.formHeader #intro {
    width: 80%;
  }
  header.postHeader {
    background-position: 50% 50% !important;
    background-size: auto 100% !important;
  }
  header.postHeader .wrapper {
    height: 100%;
  }
  header.postHeader #companyDetails {
    right: 11%;
  }
  header.postHeader #intro {
    width: 90%;
  }
  header.general {
    height: 300px;
  }
  header.general #intro {
    top: 24%;
    width: 79%;
  }
  header.general #intro .lead {
    display: none;
  }
  header.general #companyDetails {
    right: 11%;
  }
  header.general .moreText {
    display: none;
  }
  header .wrapper {
    height: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  header {
    margin-top: 0;
  }

  header.home {
    height: 550px;
  }

  header.formHeader {
    height: 100px;
  }
  header.formHeader #intro {
    width: 80%;
    transform: none;
  }

  header.general, header.postHeader {
    height: 500px;
  }
  header.general .overlay, header.postHeader .overlay {
    height: 100%;
    overflow: hidden;
  }
  header.general .overlay img, header.postHeader .overlay img {
    width: auto;
    height: 100%;
    padding-left: 50%;
    transform: translateX(-50%);
  }
  header.general .block, header.postHeader .block {
    height: 100%;
  }
  header.general #intro .lead, header.postHeader #intro .lead {
    display: none;
  }

  header #intro {
    width: 42%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }

  header.postHeader {
    background-position: 50% 50% !important;
    background-size: auto 100% !important;
  }
}
#popup {
  opacity: 0;
  width: 0%;
  height: 0%;
  background-color: white;
  position: fixed;
  z-index: 100000000;
  left: 50%;
  top: 50%;
  transition: opacity 0.3s ease;
  overflow: auto;
  padding: 14vh 0 16vh;
}
#popup.showMe {
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
#popup #fixedLogo {
  position: absolute;
  top: 0;
  left: 0;
}
#popup .entersite.cross {
  position: absolute;
  right: 30px;
  top: 30px;
}
#popup .wrap {
  padding: 0 11vw;
}
#popup .wrap .lead {
  font-size: 24px;
}
#popup .wrap .team {
  margin-bottom: 10vh;
  margin-top: 20px;
}
#popup .wrap .team .author {
  position: relative;
  width: 32%;
  padding-right: 6%;
  display: inline-block;
  vertical-align: top;
}
#popup .wrap .team .author .email, #popup .wrap .team .author .phone {
  margin-top: 15px;
}
#popup .wrap .team .author .email span, #popup .wrap .team .author .phone span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
  padding-right: 15px;
  font-weight: 500;
}
#popup .wrap .team .circlePhoto {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #BEB7A5;
  overflow: hidden;
  display: inline-block;
  float: none;
  margin-bottom: 15px;
}
#popup .wrap .team .circlePhoto .profilePhoto {
  width: 75px;
  height: 75px;
}
#popup .CTAs .left {
  width: 45%;
}
#popup .CTAs .left:first-child {
  margin-right: 4%;
}
@media (max-width: 766px) {
  #popup .CTAs .left {
    width: 100%;
  }
  #popup .CTAs .left:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #popup .CTAs .left:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  #popup {
    padding-top: 137px;
  }
  #popup .wrap .team .author {
    display: block;
    margin: 49px 0 70px;
    width: 100%;
  }
  #popup .wrap .team .author .circlePhoto {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  #popup .wrap .team .author .dets {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #popup .wrap .team .author {
    display: block;
    margin: 49px 0 70px;
    width: 100%;
  }
  #popup .wrap .team .author .circlePhoto {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  #popup .wrap .team .author .dets {
    width: 70%;
    display: inline-block;
    vertical-align: top;
  }
}

#contact .contentArea > .left {
  width: 30%;
}
@media (max-width: 766px) {
  #contact .contentArea > .left {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #contact .contentArea > .left {
    width: 100%;
  }
}

footer #footerDetails #note {
  display: inline-block;
}
footer #footerDetails > .clear {
  width: 100%;
}
footer #footerDetails > .clear .left {
  width: 30%;
}
@media (max-width: 1023px) {
  footer #footerDetails > .clear .left {
    width: 100%;
  }
}
footer #footerDetails > .clear .left h3 {
  font-weight: normal;
}
footer #footerDetails > .clear p.lead {
  font-size: 20px;
}
footer #footerDetails > .clear > .left p {
  font-size: 1.2em;
  font-family: "mrs-eaves-xl-serif", serif;
  color: #ffffff;
  font-style: italic;
  margin-top: 40px;
}
footer #footerDetails > .clear .phone p, footer #footerDetails > .clear .email p {
  font-style: italic;
}
footer #footerDetails > .clear .phone span, footer #footerDetails > .clear .email span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
  padding-right: 10px;
  font-weight: 500;
}
footer #footerDetails > .clear .right {
  width: 62%;
}
@media (max-width: 1023px) {
  footer #footerDetails > .clear .right {
    width: 100%;
  }
}
footer #footerDetails > .clear .right .left, footer #footerDetails > .clear .right .right {
  width: 33%;
}
@media (max-width: 766px) {
  footer #footerDetails > .clear .right .left, footer #footerDetails > .clear .right .right {
    width: 100%;
  }
}
@media (max-width: 766px) {
  footer #footerDetails > .clear .right .left {
    margin-top: 15%;
  }
}
@media (max-width: 766px) {
  footer #footerDetails > .clear .right {
    margin-top: 15%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  footer #footerDetails > .clear .right {
    margin-top: 10%;
  }
  footer #footerDetails > .clear .right .right {
    margin-top: 0;
  }
}
footer #copyright {
  padding: 2% 10%;
  font-size: 0.7em;
  text-transform: uppercase;
  position: relative;
}
footer #copyright .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer #copyright .left p {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5;
}
@media (max-width: 766px) {
  footer #copyright {
    padding: 10% 10%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  footer #copyright {
    padding: 5% 7%;
  }
}

@media (max-width: 1023px) {
  footer #copyright {
    padding-top: 12%;
  }
  footer #copyright .left {
    position: static;
    transform: none;
    margin-bottom: 10%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  footer #copyright .left {
    margin-bottom: 3%;
  }
}
@media (max-width: 766px) {
  footer #copyright {
    padding: 9% 11% 3%;
  }
  footer #copyright .right {
    float: left;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  footer #copyright {
    padding-top: 5%;
  }
  footer #copyright .left {
    position: static;
    transform: none;
    margin-bottom: 2%;
  }
}
.bkgdBrown {
  background-color: #B7B09D;
}

.bkgdLightBrown {
  background-color: #c2bcac;
}

.bkgdBlue {
  background-color: #195181;
}

.bkgdLightBlue {
  background-color: #1d5e96;
}

.bkgdWhite {
  background-color: #ffffff;
}

.bkgdPeach {
  background: #E0957C;
}

.bkgdLightPeach {
  background-color: #eab6a5;
}

.bkgdShadow {
  background-color: #F7F6F5;
}

.opacityBlue {
  background-color: rgba(0, 62, 115, 0.85);
}

.opacityPeach {
  background-color: rgba(224, 149, 124, 0.85);
}

#searchWrapper {
  position: relative;
}
#searchWrapper .title {
  background: #c2bcac;
  left: 0;
}
#searchWrapper .filterWrapper {
  background: none;
}
#searchWrapper #search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 76%;
}
#searchWrapper #search .titleBox {
  top: -30px;
  left: 0;
}
#searchWrapper #search label {
  font-size: 1.7em;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
  width: 80%;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
  clip-path: unset;
  height: 100%;
}
#searchWrapper #search input[type=text] {
  margin-left: 0;
  width: 75%;
}

#search {
  width: 100%;
}
#search form {
  width: 100%;
  max-width: 100%;
  display: block;
}
#search form label.screen-reader-text {
  line-height: 1.3;
  font-size: 1.2em;
  font-family: "mrs-eaves-xl-serif", serif;
  color: #ffffff;
  font-style: italic;
  display: inline-block;
}
#search form input[type=text] {
  width: 35%;
  display: inline-block;
  border: 1px solid #ffffff;
  background: none;
  padding: 10px;
  color: #ffffff;
  margin-left: 15px;
  background: none;
  transition: background 0.3s ease;
}
#search form input[type=text]:focus {
  outline: none;
  background: #aca48e;
  transition: background 0.3s ease;
}
#search form input[type=submit] {
  border: none;
  font-size: 0;
  background: url("./img/search-btn.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: background-image 0.2s ease;
  width: 37px;
  height: 36px;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
#search form input[type=submit]:hover {
  background: url("./img/search-btn-hover.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: background-image 0.2s ease;
}
#search form input[type=submit]:focus {
  outline: none;
}

.filterWrapper.bkgdPeach #search form input[type=text]:focus {
  outline: none;
  background: #db8467;
  transition: background 0.3s ease;
}

@media (max-width: 1023px) {
  #searchWrapper .title {
    left: 8.5%;
  }
  #searchWrapper #search {
    position: static;
    transform: none;
    width: 100%;
  }
  #searchWrapper #search label {
    font-size: 1.5em;
    width: 100%;
  }
}
@media (max-width: 766px) {
  #searchWrapper .title {
    left: 50%;
  }
}
@media all and (-ms-high-contrast: none) {
  #searchWrapper .filterWrapper {
    position: absolute;
    padding-top: 160px;
    top: 0;
  }
  #searchWrapper #search {
    position: static;
    transform: none;
    width: 95%;
  }
}
.menuWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: #ffffff;
  height: 92px !important;
  border-bottom: 1px solid #B7B09D;
}
.menuWrapper #fixedCompanyLogo {
  width: 92px;
  height: 92px;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.menuWrapper #fixedCompanyLogo.active {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.menuWrapper #fixedCompanyLogo.alwaysShow {
  opacity: 1;
}
.menuWrapper #mobileButton {
  display: none;
}
.menuWrapper .mobileOnly {
  display: none;
}

#searchWrapperMenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#searchWrapperMenu.opened {
  width: 25%;
  transition: width 0.2s ease;
}
#searchWrapperMenu .title {
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchWrapperMenu .title img {
  margin-right: 15px;
  width: 15px;
}
#searchWrapperMenu .title:hover {
  cursor: pointer;
}
#searchWrapperMenu .title.hideMe {
  display: none;
}
@media (max-width: 1023px) {
  #searchWrapperMenu {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #searchWrapperMenu {
    display: none;
  }
}
#searchWrapperMenu #search {
  display: none;
}
#searchWrapperMenu #search form label.screen-reader-text {
  display: none;
}
#searchWrapperMenu #search form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#searchWrapperMenu #search form div {
  width: auto;
  display: inline-block;
}
#searchWrapperMenu #search form input[type=text] {
  width: 67%;
  height: 35px;
}
#searchWrapperMenu #search.showMe {
  display: block;
}

#mainMenu, #footerMenu {
  padding: 0;
  list-style-type: none;
}
#mainMenu li, #footerMenu li {
  display: inline-block;
  padding: 25px 15px 25px 15px;
}
@media (max-width: 766px) {
  #mainMenu li, #footerMenu li {
    padding: 5px;
  }
}
#mainMenu li:first-child, #footerMenu li:first-child {
  margin-left: 0;
}

#mainMenu {
  left: 8%;
  top: 49%;
  transform: translateY(-50%);
}
#mainMenu li {
  position: relative;
  background: white;
  padding: 38px 15px 38px 15px;
  margin: 0 10px;
}
#mainMenu li.active {
  color: #B7B09D;
}
#mainMenu li.active:before {
  content: "";
  display: block;
  height: 6px;
  background: #B7B09D;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
}
#mainMenu li .submenu {
  position: absolute;
  bottom: 169px;
  width: 100%;
  left: 0;
  z-index: -1;
  background: #ffffff;
  transition: bottom 0.6s ease, height 0.6s ease;
  padding-left: 0;
  margin-bottom: 0 !important;
}
#mainMenu li .submenu li {
  width: 100%;
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#mainMenu li .submenu a:last-child li {
  padding-bottom: 20px;
  margin: 0;
}
#mainMenu li:first-child {
  margin-left: 10px;
}
#mainMenu li.relative:hover .submenu {
  bottom: -92px;
  height: auto;
  border-bottom: 1px solid #B7B09D;
  transition: bottom 0.6s ease, height 0.6s ease;
}
#mainMenu li.relative:hover .submenu:hover {
  cursor: pointer;
}
#mainMenu li.relative:hover .submenu li:first-child {
  margin-left: 0;
}

#footerMenu li {
  padding: 0;
  margin: 25px 5px 25px 15px;
}
#footerMenu li:hover {
  border-bottom: 1px solid white;
}

.pageMenu {
  list-style-type: none;
  padding: 0;
}
.pageMenu li {
  width: auto;
  padding-bottom: 0;
  margin-bottom: 20px;
  display: inline-block;
}
.pageMenu li:hover {
  border-bottom: 1px solid #195181;
}

@media (max-width: 1023px) {
  .menuWrapper {
    position: relative;
  }
  .menuWrapper #fixedCompanyLogo {
    display: none;
  }
  .menuWrapper .mobileOnly {
    display: block;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 90px;
  }
  .menuWrapper .mobileOnly #mobileButton {
    display: inline-block;
    float: left;
    width: 50%;
    height: 90px;
    padding-left: 11%;
  }
  .menuWrapper .mobileOnly #mobileButton h4 {
    padding-top: 38px;
  }
  .menuWrapper .mobileOnly #mobileButton h4 i {
    margin-right: 10%;
  }
  .menuWrapper .mobileOnly .specialConnect {
    display: inline-block;
    float: right;
    padding-right: 11%;
  }
  .menuWrapper .mobileOnly .specialConnect li {
    list-style-type: none;
    height: 90px;
    padding-top: 38px;
  }
  .menuWrapper #mainMenu {
    transform: none;
    position: static;
    left: 0px;
    top: 0px;
    z-index: 85;
    width: 100%;
    height: 0px;
    background: #195181;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .menuWrapper #mainMenu li {
    color: #ffffff;
    display: block;
    padding: 9px 11%;
    margin: 25px 0;
    background: none;
  }
  .menuWrapper #mainMenu li.active:before {
    position: static;
    height: 3px;
  }
  .menuWrapper #mainMenu li .submenu {
    position: static;
    background: none;
  }
  .menuWrapper #mainMenu li .submenu li {
    margin-top: 9px !important;
    margin-bottom: 9px;
    display: block !important;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 0 !important;
  }
  .menuWrapper #mainMenu li.relative:hover .submenu {
    border-bottom: 0;
  }
  .menuWrapper #mainMenu a:first-child li {
    margin-top: 50px;
  }
  .menuWrapper #mainMenu a:last-child li {
    display: none;
  }
  .menuWrapper #mainMenu.opened {
    height: auto;
    transition: height 0.3s ease;
  }

  #footerMenu li {
    margin: 0;
  }
}
.partial_entry_warning {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  bottom: -72px;
  font-family: "mrs-eaves-xl-serif", serif !important;
}

form {
  width: 100%;
  max-width: 650px;
  position: relative;
}
@media (max-width: 766px) {
  form {
    width: 100%;
    margin-top: 10%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  form {
    width: 100%;
    margin-top: 10%;
  }
}
form input, form textarea {
  width: 100%;
  border: none;
  height: 48px;
  color: #195181;
  background-color: #e2dfd8;
  padding: 0 5%;
  font-size: 0.9em;
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
  letter-spacing: 0.07em;
}
form input[type=submit], form textarea[type=submit] {
  background: none;
  border: 1px solid #195181;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  width: 33.3%;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.15em;
}
form input[type=submit]:hover, form textarea[type=submit]:hover {
  cursor: pointer;
  background: #195181;
  color: #ffffff;
}
@media (max-width: 766px) {
  form input[type=submit], form textarea[type=submit] {
    width: 100%;
  }
}
form input:focus, form textarea:focus {
  background: #B7B09D;
}
form textarea {
  width: 100%;
  max-width: 650px;
  min-width: 480px;
  padding: 4% 5%;
  min-height: 150px;
  max-height: 250px;
}
@media (max-width: 766px) {
  form textarea {
    min-width: 100%;
    max-width: 300px;
    width: 100%;
  }
}
.sectionWrapper.forms .pStandard {
  padding-top: 50px;
}

form {
  width: 100%;
  max-width: 100%;
  display: block;
}
form .gf_page_steps {
  width: 27%;
  background: rgba(190, 183, 165, 0.3);
  padding: 3%;
  border: none;
  display: inline-block;
  vertical-align: top;
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
}
form .gf_page_steps .gf_step {
  margin-bottom: 25px;
  padding-left: 0;
  transition: all 0.5s ease;
}
form .gf_page_steps .gf_step.gf_step_active {
  padding-left: 5px;
  position: relative;
  font-weight: bold;
  /* &:hover{
  	cursor: default;
  	color: $blue;
  } */
}
form .gf_page_steps .gf_step.gf_step_active:before {
  content: " »";
  color: #195181;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: -1px;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: bold;
}
form .gf_page_steps .gf_step .gf_step_number {
  display: none;
}
form .gf_page_steps .gf_step.gf_step_completed {
  /* &:hover{
  	cursor: pointer;
  	transition: all 0.5s ease;
  	color: darken($brown, 20%);
  } */
}
form .gf_page_steps .gf_step.gf_step_completed:after {
  /* styles to make a tick 
  margin-left: 8px;
     content: '';
     display: inline-block;
     width: 5px;
     height: 10px;
     border: solid darken($blue, 5%);
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     margin-bottom: 2px;*/
}
form .gform_body {
  width: 57%;
  display: inline-block;
  vertical-align: top;
  margin-left: 12%;
  position: relative;
  display: inline-block;
  max-width: 700px;
}
form .gform_body h3 {
  font-size: 26px;
  font-style: italic;
  font-weight: normal;
}
form .gform_body .gform_page_fields {
  border-bottom: 2px solid #DFDBD2;
  margin-bottom: 15%;
  padding-bottom: 7%;
}
form .gform_body .gform_fields {
  list-style-type: none;
  padding-left: 0;
}
form .gform_body .gform_fields ul {
  list-style-type: none;
  padding-left: 0;
}
form .gform_body .gform_fields li {
  padding-bottom: 0;
}
form .gform_body .gform_fields .gfield {
  margin-top: 75px;
}
form .gform_body .gform_fields .gfield.assetValue .ginput_container {
  position: relative;
}
form .gform_body .gform_fields .gfield.assetValue .ginput_container:before {
  content: "$";
  display: block;
  width: 44px;
  color: #195181;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 50;
}
form .gform_body .gform_fields .gfield.assetValue .ginput_container input {
  padding-left: 25px;
}
form .gform_body .gform_fields .gfield.tick {
  margin-top: 80px;
}
form .gform_body .gform_fields .gfield.answer {
  margin-bottom: 13% !important;
}
form .gform_body .gform_fields .gfield.radio {
  margin-bottom: 30px;
}
form .gform_body .gform_fields .gfield.radio.feedback {
  margin-bottom: 90px;
}
form .gform_body .gform_fields .gfield label {
  font-size: 0.8em;
  line-height: 1.3;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.15em;
  color: #195181;
  display: block;
  padding-bottom: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
form .gform_body .gform_fields .gfield .ginput_container label {
  font-size: 14px;
}
form .gform_body .gform_fields .gfield .ginput_container .gfield_radio label {
  font-size: 0.9em;
}
form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload {
  width: 100%;
  overflow: hidden;
  position: relative;
}
form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .gform_drop_area {
  position: relative;
  height: 92px;
  width: 100%;
  border: 1px solid #BEB7A5;
  background: rgba(190, 183, 165, 0.15);
  padding: 20px;
}
form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .gform_drop_area input[type=button] {
  -webkit-appearance: none;
  border-radius: none;
  margin-left: 20px;
  width: 200px;
  background: white;
  border: 1px solid #195181;
  transition: background 0.3s ease;
  /* &:before{
  	position: absolute;
  	top: -51px;
  	left: 0;
  	content: 'Browse';
  	text-align: center;
  	line-height: 48px;
  	width: 200px;
  	height: 47px;
  	display: block;
  	background: none;
  	border: 1px solid $blue;
  	font-family: $proxima;
  	font-style: normal;
  	font-weight: bold;
  	font-size: 14px;
      letter-spacing: 0.15em;
     	text-transform: uppercase;
  	transition: background 0.3s ease;
  } */
}
form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .gform_drop_area input[type=button]:hover {
  background: #195181;
  color: #ffffff;
  transition: background 0.3s ease;
  cursor: pointer;
}
form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .validation_message {
  height: auto;
  padding: 0;
}
form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .validation_message ul {
  margin-bottom: 0 !important;
  height: auto;
}
form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .validation_message ul li {
  padding: 10px 10px;
}
form .gform_body .gform_fields .gfield.name label {
  padding-bottom: 25px;
}
form .gform_body .gform_fields .gfield.name .ginput_container span {
  width: 45%;
  display: inline-block;
}
form .gform_body .gform_fields .gfield.name .ginput_container span:nth-child(2) {
  margin-bottom: 6%;
}
form .gform_body .gform_fields .gfield.name .ginput_container span label {
  padding-left: 35px;
  font-family: "proxima-nova", sans-serif;
  padding-left: 0;
  padding-bottom: 10px;
}
form .gform_body .gform_fields .gfield.name .ginput_container span:nth-child(odd) {
  margin-right: 9%;
}
form .gform_body .gform_fields .gfield.name .ginput_container span:last-child {
  margin-bottom: 0;
}
form .gform_body .gform_fields .gfield.gsection {
  border-bottom: 1px solid #DFDBD2;
  font-size: 0px;
}
form .gform_body .gform_fields .gfield.assetValue {
  margin-bottom: 20px;
  margin-top: 0;
  height: 48px;
  position: relative;
}
form .gform_body .gform_fields .gfield.assetValue label {
  width: 30%;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
form .gform_body .gform_fields .gfield.assetValue .ginput_container_text {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
}
form .gform_body .gform_fields .gfield.list label {
  font-size: 0.8em;
}
form .gform_body .gform_fields .gfield.list .ginput_list table, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table {
  width: 100%;
  border-collapse: collapse;
}
form .gform_body .gform_fields .gfield.list .ginput_list table thead, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table thead {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
}
form .gform_body .gform_fields .gfield.list .ginput_list table thead th, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table thead th {
  background: #F8F6F4;
  border: 3px solid #DFDCD3 !important;
  height: 48px;
  border: none;
  padding: 3px 2%;
}
form .gform_body .gform_fields .gfield.list .ginput_list table thead th:first-child, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table thead th:first-child {
  border-right: 0px !important;
}
form .gform_body .gform_fields .gfield.list .ginput_list table thead th:nth-child(2), form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table thead th:nth-child(2) {
  border-left: 0px !important;
}
form .gform_body .gform_fields .gfield.list .ginput_list table thead th:nth-child(3), form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table thead th:nth-child(3) {
  background: white;
  border: 0px !important;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody .gfield_list_icons, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody .gfield_list_icons {
  width: 107px;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody .gfield_list_icons img, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody .gfield_list_icons img {
  opacity: 0.6;
  height: 30px !important;
  width: 30px !important;
  margin-left: 10px;
  vertical-align: middle;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody .gfield_list_icons img:hover, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody .gfield_list_icons img:hover {
  opacity: 1;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody td, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td {
  background: white;
  border: 3px solid #DFDCD3 !important;
  height: 48px;
  border: none;
  padding: 0px 8px;
  text-transform: uppercase;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody td input, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td input {
  background: none;
  border: none;
  padding: 2% 4%;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody td:first-child, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td:first-child {
  border-right: 0px !important;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody td:nth-child(2), form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td:nth-child(2) {
  border-left: 0px !important;
}
form .gform_body .gform_fields .gfield.list .ginput_list table tbody td:nth-child(3), form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td:nth-child(3) {
  background: white;
  border: 0px !important;
}
form .gform_body .gform_fields .gfield.list .ginput_list .gpnf-add-entry, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container .gpnf-add-entry {
  color: #195181;
}
form .gform_body .gform_fields .gfield.list .ginput_list .gpnf-add-entry:hover, form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container .gpnf-add-entry:hover {
  background: #195181;
  color: #ffffff;
  transition: background 0.3s ease;
  cursor: pointer;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody {
  border: 3px solid #DFDCD3 !important;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td {
  text-align: left;
  text-transform: initial;
  font-style: italic;
  font-size: 16px;
  padding: 3px 2%;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td:first-child {
  width: 84%;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul {
  margin-bottom: 13px !important;
  padding-bottom: 0;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul li {
  width: 30px;
  height: 29px;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul li a {
  width: 30px;
  height: 29px;
  font-size: 0px;
  display: inline-block;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul li.edit {
  margin-right: 10px;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul li.edit a {
  background: url("img/table-edit-icon.png") no-repeat 0 0;
  transition: background 0.5s ease;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul li.edit a:hover {
  background: url("img/table-edit-icon-hover.png") no-repeat 0 0;
  transition: background 0.5s ease;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul li.delete a {
  background: url("img/table-remove-icon.png") no-repeat 0 0;
  transition: background 0.5s ease;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container table tbody td ul li.delete a:hover {
  background: url("img/table-remove-icon-hover.png") no-repeat 0 0;
  transition: background 0.5s ease;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container button {
  -webkit-appearance: none;
  border-radius: none;
  margin-top: 4%;
  width: 35%;
  background: none;
  border: 1px solid #195181;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.6em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container button:hover {
  background: #195181;
  color: #ffffff;
  transition: background 0.3s ease;
  cursor: pointer;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container button:disabled {
  opacity: 0.5;
}
form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container button:disabled:hover {
  cursor: default;
  background: none;
  border: 1px solid #195181;
  color: #195181;
}
form .gform_body .gform_fields .gfield.address label {
  padding-bottom: 25px;
}
form .gform_body .gform_fields .gfield.address .ginput_container span label {
  padding-left: 35px;
  font-family: "proxima-nova", sans-serif;
  padding-left: 0;
  padding-bottom: 10px;
}
form .gform_body .gform_fields .gfield.address .ginput_container span input {
  margin-bottom: 6%;
  padding: 2% 4%;
}
form .gform_body .gform_fields .gfield.address .ginput_container span:nth-child(odd) {
  margin-right: 9%;
}
form .gform_body .gform_fields .gfield.address .ginput_container span.address_country {
  width: 45% !important;
  display: inline-block;
  margin-right: 0;
  margin-left: 8%;
  margin-top: 3.5%;
  vertical-align: top;
}
form .gform_body .gform_fields .gfield.address .ginput_container span.address_zip {
  display: inline-block;
  width: 45%;
}
form .gform_body .gform_fields .gfield.address .ginput_container span.address_zip input {
  padding: 2% 4%;
}
form .gform_body .gform_fields .gfield.tick .ginput_container_checkbox {
  width: 15%;
}
form .gform_body .gform_fields .gfield.tick .ginput_container_checkbox input {
  padding: 2% 4%;
}
form .gform_body .gform_fields .gfield.tick .ginput_container_checkbox label {
  font-style: italic;
  padding-left: 35px;
  font-family: "mrs-eaves-xl-serif", serif;
  text-transform: initial;
  font-size: 0.9em;
}
form .gform_body .gform_fields .gfield.date label {
  font-size: 16px;
  letter-spacing: 0.156em;
}
form .gform_body .gform_fields .gfield.date .ginput_container_date {
  width: 100%;
}
form .gform_body .gform_fields .gfield.date .ginput_container_date input {
  width: 80%;
  margin-right: 20px;
  display: inline-block;
  font-size: 17px;
  padding: 2% 4%;
}
form .gform_body .gform_fields .gfield.date .ginput_container_date img.ui-datepicker-trigger {
  width: 36px;
  display: inline-block;
  vertical-align: middle;
}
form .gform_body .gform_fields .gfield_radio li {
  display: inline-block;
  padding-right: 10%;
}
form .gform_body .gform_fields .gfield_radio li label {
  text-transform: initial;
  font-size: 0.9em;
}
form .gform_body .gform_fields .gfield_radio label {
  font-style: italic;
  padding-left: 35px;
  font-family: "mrs-eaves-xl-serif", serif;
}
form .gform_body .gform_fields input[type=radio] {
  background-color: #BEB7A5;
}
form .gform_body .gform_fields input[type=text], form .gform_body .gform_fields input[type=email], form .gform_body .gform_fields textarea {
  background-color: rgba(227, 223, 215, 0.38);
  border-bottom: 2px solid #DFDBD2;
  outline: none;
  padding: 2% 4%;
  max-width: 100%;
  transition: background 0.3s ease;
}
form .gform_body .gform_fields input[type=text]:focus, form .gform_body .gform_fields input[type=email]:focus, form .gform_body .gform_fields textarea:focus {
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #DFDBD2;
  transition: background 0.3s ease;
  background-color: rgba(227, 223, 215, 0.75);
}
form .gform_body .gform_fields .gfield.time, form .gform_body .gform_fields .gfield.date {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
form .gform_body .gform_fields .gfield.date {
  margin-right: 9%;
}
form .gform_body .gform_fields .feedback .gfield_radio {
  margin-top: 0;
}
form .gform_body .gform_fields .feedback .gfield_radio li {
  width: 20px;
  height: 20px;
  padding-right: 20%;
}
form .gform_body .gform_page_footer .button {
  -webkit-appearance: none;
  border-radius: none;
  min-width: 25%;
  width: auto;
  background: none;
  border: 1px solid #195181;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.6em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
form .gform_body .gform_page_footer .button:hover {
  background: #195181;
  color: #ffffff;
  transition: background 0.3s ease;
  cursor: pointer;
}
form .gform_body .gform_page_footer .gform_last_page_button {
  display: none !important;
}
form .gform_body .gform_page_footer .button:focus {
  outline: 0;
}
form .gform_body .gform_page_footer .gform_next_button, form .gform_body .gform_page_footer input[type=submit] {
  float: right;
}
form .gform_body .gform_page_footer .gform_save_link:hover {
  color: #216cac;
}
form .gform_body #gform_save_4_link {
  position: absolute;
  left: 0%;
  bottom: -100px;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  border-bottom: 1px solid #195181;
}

.form_saved_message {
  max-width: 800px;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 20px;
}
.form_saved_message .resume_form_link {
  display: block;
  line-height: 25px;
  text-decoration: underline;
}
.form_saved_message .resume_form_link:hover {
  color: #216cac;
}
.form_saved_message .form_saved_message_emailform {
  display: block;
  margin-top: 3%;
}
.form_saved_message .form_saved_message_emailform input[type=text] {
  margin-bottom: 40px;
  background-color: rgba(227, 223, 215, 0.38);
  border-bottom: 2px solid #DFDBD2;
  outline: none;
  padding: 2% 4%;
  max-width: 100%;
}
.form_saved_message .form_saved_message_emailform input[type=text]:focus {
  border: none;
  border-bottom: 2px solid #DFDBD2;
}
.form_saved_message .form_saved_message_emailform input[type=submit] {
  transition: all 0.5s ease;
}
.form_saved_message .form_saved_message_emailform input[type=submit]:hover {
  transition: all 0.5s ease;
}

.gpnf-dialog.ui-dialog.ui-widget-content {
  top: 50% !important;
  left: 50% !important;
  display: block;
  height: 80vh !important;
  width: 700px !important;
  transform: translateY(-50%) translateX(-50%);
  overflow-y: scroll;
  overflow-x: hidden;
}
.gpnf-dialog.ui-dialog.ui-widget-content .ui-dialog-titlebar {
  background: #BEB7A5;
  border-radius: 0px;
}
.gpnf-dialog.ui-dialog.ui-widget-content .ui-dialog-titlebar span {
  font-family: "mrs-eaves-xl-serif", serif !important;
  font-style: italic;
  font-size: 1.8em;
}
.gpnf-dialog.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-icon-closethick {
  font-size: 1.3em;
  font-style: normal;
}
.gpnf-dialog.ui-dialog.ui-widget-content .gpnf-nested-form form .gform_body, .gpnf-dialog.ui-dialog.ui-widget-content .gpnf-edit-form form .gform_body {
  /* vertical-align: top; */
  margin-left: 0;
  width: 100%;
}
.gpnf-dialog.ui-dialog.ui-widget-content .gpnf-nested-form form input[type=submit], .gpnf-dialog.ui-dialog.ui-widget-content .gpnf-edit-form form input[type=submit] {
  margin-top: 6%;
  margin-bottom: 3%;
}
.gpnf-dialog.ui-dialog.ui-widget-content .gpnf-nested-form form select, .gpnf-dialog.ui-dialog.ui-widget-content .gpnf-edit-form form select {
  background: none;
}
.gpnf-dialog.ui-dialog.ui-widget-content .gpnf-nested-form form select:focus, .gpnf-dialog.ui-dialog.ui-widget-content .gpnf-edit-form form select:focus {
  outline: none;
  /* border: none; */
  /* border-bottom: 2px solid #DFDBD2; */
  background: none;
}
.gpnf-dialog.ui-dialog.ui-widget-content .gpnf-nested-form form .name_prefix, .gpnf-dialog.ui-dialog.ui-widget-content .gpnf-edit-form form .name_prefix {
  transition: background 0.3s ease;
}
.gpnf-dialog.ui-dialog.ui-widget-content .gpnf-nested-form form .name_prefix:focus, .gpnf-dialog.ui-dialog.ui-widget-content .gpnf-edit-form form .name_prefix:focus {
  outline: none;
  /* border: none; */
  /* border-bottom: 2px solid #DFDBD2; */
  transition: background 0.3s ease;
  background-color: rgba(227, 223, 215, 0.35);
}

.gpnf-no-entries td span {
  text-transform: inherit !important;
}

.validation_error {
  width: 52%;
  margin-right: 10%;
  margin-bottom: 4%;
  color: #E0957C;
  font-size: 22px;
  font-style: italic;
  font-family: "mrs-eaves-xl-serif", serif;
  position: absolute;
  top: -60px;
}

.validation_message {
  font-style: italic;
  margin-top: 20px;
  background: #e0957c;
  color: white;
  padding: 10px 10px;
}

.hint--base {
  margin-top: -2px !important;
  font-size: 15px !important;
}
.hint--base:after {
  width: 300px;
  display: block;
  font-style: italic !important;
  text-transform: initial !important;
  white-space: normal !important;
  padding: 25px !important;
  font-size: 1em !important;
  line-height: 1.3 !important;
  font-family: "mrs-eaves-xl-serif", serif !important;
  letter-spacing: 0.15em !important;
  color: #195181 !important;
}

.gform_confirmation_wrapper {
  max-width: 680px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #195181;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #BEB7A5;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("./img/radio-button-active.png") no-repeat center center, #003E73;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

span.name_prefix, .ginput_container_select, .address_country, #appointment select {
  padding: 0 0 0 10px;
  margin: 0;
  width: 43% !important;
  height: 48px;
  display: inline-block;
  border: 1px solid #B7B09D;
  border-radius: 0px;
  background: url("./img/dropdown-arrow-brown.png") no-repeat 97% 50%;
  vertical-align: middle;
  margin-right: 9%;
  position: relative;
}
span.name_prefix:before, .ginput_container_select:before, .address_country:before, #appointment select:before {
  content: "Title";
  width: 45%;
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  color: #195181;
}
span.name_prefix label, .ginput_container_select label, .address_country label, #appointment select label {
  display: none !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0 !important;
}
span.name_prefix select, .ginput_container_select select, .address_country select, #appointment select select {
  padding: 5px 8px;
  width: 130%;
  height: 100%;
  color: #195181;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.95em;
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
  transition: background 0.3s ease;
}
span.name_prefix select optgroup, .ginput_container_select select optgroup, .address_country select optgroup, #appointment select select optgroup {
  font-size: 14px !important;
}
span.name_prefix select::-ms-expand, .ginput_container_select select::-ms-expand, .address_country select::-ms-expand, #appointment select select::-ms-expand {
  display: none;
}
span.name_prefix select:focus, .ginput_container_select select:focus, .address_country select:focus, #appointment select select:focus {
  outline: none;
  /* border: none; */
  /* border-bottom: 2px solid #DFDBD2; */
  transition: background 0.3s ease;
  background-color: rgba(227, 223, 215, 0.35);
}

.ginput_container_select, .address_country {
  width: 100% !important;
}
.ginput_container_select:before, .address_country:before {
  content: "";
}

.address_country {
  margin-top: 6%;
}
.address_country:before {
  content: "Country";
  font-size: 14px;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 17px;
  border: 1px solid #BEB7A5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✔";
  font-size: 0.1em;
  width: 19px;
  height: 19px;
  background: url("./img/radio-button-active.png") no-repeat center center, #003E73;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
#ui-datepicker-div {
  width: 351px;
  background: rgba(227, 223, 215, 0.95);
  border-bottom: 2px solid #B7B09D;
}
#ui-datepicker-div .ui-datepicker-header {
  width: 100%;
  height: 58px;
  padding: 10px 15px;
}
#ui-datepicker-div .ui-datepicker-header a {
  color: #B7B09D;
  font-weight: bold;
  line-height: 40px;
  font-size: 16px;
}
#ui-datepicker-div .ui-datepicker-header a:nth-child(2) {
  float: right;
}
#ui-datepicker-div .ui-datepicker-header a:hover {
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-title {
  width: auto;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
#ui-datepicker-div .ui-datepicker-title select {
  background: none;
  border: none;
  font-size: 16px;
  color: #195181;
  font-weight: bold;
}
#ui-datepicker-div .ui-datepicker-calendar {
  border-top: 1px solid #B7B09D;
  width: 100%;
  position: relative;
  padding: 20px 20px 10px;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  height: 40px;
  width: 100%;
  color: #195181;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody {
  font-size: 16px;
  color: #897f65;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  height: 25px;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.5;
}

#form-messages {
  width: 80%;
  margin-bottom: 1.3em;
  font-size: 0.8em;
  text-transform: uppercase !important;
  margin-bottom: 1.5em !important;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: bold;
}

.customSelect {
  width: 190px;
  height: 55px;
  overflow: hidden;
  border: 1px solid #ffffff;
  display: inline-block;
  background: url("./img/select-arrow.png") no-repeat 93% 50%;
  padding-left: 7px;
  vertical-align: middle;
  margin: -6px 18px 0 9px;
}
.customSelect select {
  width: 120%;
  height: 100%;
  background: none;
  border: none;
  color: #ffffff;
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
  font-size: 1em;
  -webkit-appearance: none;
}
.customSelect select:focus {
  border: none;
}
.customSelect select::-ms-expand {
  display: none;
}
.customSelect select:focus {
  outline: none;
}

#sidebarForms {
  font-style: initial;
}
#sidebarForms ul {
  font-size: 18px;
  line-height: 140%;
}

#formSide {
  float: right;
  width: 60%;
}
#formSide form .gform_body {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1023px) {
  #formSide {
    width: 100%;
    float: none;
  }
}
@media (max-width: 766px) {
  #formSide {
    width: 100%;
    float: none;
  }
}

.gform_validation_container {
  display: none !important;
}

form#gform_8 .gfield > ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 0.95em;
}
form#gform_8 .gfield > ul li {
  margin-bottom: 10px;
}
form#gform_8 .gfield > ul li > ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: circle;
  margin-bottom: 0 !important;
}
form#gform_8 .gfield.list .ginput_list table thead th:nth-child(3) {
  background: #F8F6F4;
  border: 3px solid #DFDCD3 !important;
  border-left: none !important;
}
form#gform_8 .gfield.list .ginput_list table tbody td:nth-child(3) {
  background: white;
  border-bottom: 3px solid #DFDCD3 !important;
  border-right: 3px solid #DFDCD3 !important;
}
form#gform_8 .gfield.list .ginput_list table tbody th:nth-child(2) {
  border-right: 0px !important;
}
form#gform_8 .gfield.list .ginput_list table tbody td:nth-child(2) {
  border-right: 0px !important;
}
form#gform_8 .gfield.list .ginput_list table thead th:nth-child(3) {
  border-left: 0px !important;
}
form#gform_8 .gfield.list .ginput_list table thead th:nth-child(2) {
  border-right: 0px !important;
}
form#gform_8 .gfield_list_icons {
  border: none !important;
}
form#gform_8 .ginput_container_fileupload {
  margin-top: 0px;
  padding-top: 15px;
}
form#gform_8 .ginput_container_fileupload #input_8_54 {
  height: 56px;
  padding: 2% 5%;
}
form#gform_8 .ginput_container_fileupload #input_8_54:focus {
  outline: none;
}
form#gform_8 .ginput_container_fileupload .validation_message {
  background: none;
}
form#gform_8 #field_8_89.gfield.list .ginput_list table thead th:nth-child(2) {
  border-right: 3px !important;
}
form#gform_8 #field_8_89.gfield.list .ginput_list table thead td {
  border-left: 3px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select optgroup {
    color: black;
  }
}
@media all and (-ms-high-contrast: none) {
  select optgroup {
    color: black !important;
  }
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #195181;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #195181;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #195181;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #195181;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #195181;
  -webkit-box-shadow: 0 0 0px 1000px #e9e6e0 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #B7B09D inset;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 1023px) {
  .gform_wrapper {
    display: block !important;
  }
  .gform_wrapper form {
    display: block !important;
  }

  .customSelect {
    margin: 15px 0;
    width: 100%;
  }

  form .gf_page_steps {
    width: 100%;
    max-width: 700px;
    padding: 5%;
    margin-bottom: 20%;
  }
  form .gform_body {
    margin-left: 0;
    width: 100%;
  }
  form .gform_body h3 {
    font-size: 20px;
  }
  form .gform_body p {
    font-size: 16px;
  }
  form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container .gpnf-add-entry {
    width: 100%;
  }
  form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container button {
    margin-top: 12%;
    width: 100%;
  }
  form .gform_body .gform_fields .gfield.list .ginput_list table tbody td:nth-child(2) {
    width: 80px;
  }
  form .gform_body .gform_fields .gfield {
    margin-top: 50px;
  }
  form .gform_body .gform_fields .gfield.date {
    width: 100%;
    margin-right: 0;
  }
  form .gform_body .gform_fields .gfield.date .ginput_container_date input {
    width: 70%;
  }
  form .gform_body .gform_fields .gfield.name label {
    padding-bottom: 20%;
  }
  form .gform_body .gform_fields .gfield.name .ginput_container span {
    width: 100%;
    margin-bottom: 12%;
  }
  form .gform_body .gform_fields .gfield.name .ginput_container span:nth-child(2) {
    margin-bottom: 12%;
  }
  form .gform_body .gform_fields .gfield.name .ginput_container span:nth-child(odd) {
    margin-bottom: 12%;
  }
  form .gform_body .gform_fields .gfield.address .ginput_container span.address_country, form .gform_body .gform_fields .gfield.address .ginput_container span.address_zip {
    width: 100% !important;
    display: block;
    margin-left: 0;
  }
  form .gform_body .gform_fields .gfield.address .ginput_container span.address_country {
    width: 97% !important;
    margin-top: 20%;
  }
  form .gform_body .gform_fields .gfield.address .ginput_container span input {
    margin-bottom: 12%;
  }
  form .gform_body .gform_fields .gfield.assetValue {
    margin-bottom: 20%;
    height: auto;
  }
  form .gform_body .gform_fields .gfield.assetValue label {
    display: block;
    width: 100%;
  }
  form .gform_body .gform_fields .gfield.assetValue .ginput_container {
    display: block;
  }
  form .gform_body .gform_fields .gfield.radio .ginput_container .gfield_radio label {
    padding-left: 27px;
  }
  form .gform_body .gform_fields .gfield.feedback {
    position: relative;
  }
  form .gform_body .gform_fields .gfield.feedback span {
    position: static;
  }
  form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .gform_drop_area {
    height: auto;
  }
  form .gform_body .gform_fields .gfield.upload .ginput_container_fileupload .gform_drop_area input[type=button] {
    width: 100%;
    margin: 20% 0 0;
  }
  form .gform_body .gform_fields .gfield#field_3_7 .gfield_radio li {
    width: auto;
  }
  form .gform_body #gform_save_4_link {
    margin-bottom: 10%;
    text-align: center;
    font-size: 14px;
    width: 100%;
  }
  form .gform_body .gform_page_footer .button {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
  }
  form .gform_body .gform_page_footer .button:first-child {
    margin-bottom: 12%;
  }
  form span.name_prefix,
form .ginput_container_select,
form .address_country {
    width: 97% !important;
  }
  form span.name_prefix select,
form .ginput_container_select select,
form .address_country select {
    width: 110% !important;
  }

  .hint--light:after {
    width: 150px;
  }

  .validation_error {
    width: 100%;
    position: static;
    margin-right: 0;
    margin-bottom: 12%;
  }

  .gpnf-dialog.ui-dialog.ui-widget-content {
    width: 80% !important;
    position: fixed;
  }

  #ui-datepicker-div {
    width: 90%;
  }

  input[type=submit], button {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .gpnf-dialog.ui-dialog.ui-widget-content .ui-dialog-titlebar span {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .customSelect {
    margin: 10px 0;
    width: 70%;
    display: block;
  }

  form .gform_body #gform_save_4_link {
    margin-bottom: 5%;
  }

  form .gform_body .gform_fields .gfield.list .gpnf-nested-entries-container button {
    margin-top: 6%;
  }
}
.gf_page_steps {
  width: 28%;
  background: rgba(190, 183, 165, 0.3);
  padding: 3%;
  border: none;
  display: inline-block;
  vertical-align: top;
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
}
.gf_page_steps .gf_step.gf_step_active {
  padding-left: 5px;
  position: relative;
  font-weight: bold;
}
.gf_page_steps .gf_step.gf_step_active:before {
  content: ">>";
  font-family: "mrs-eaves-xl-serif", serif;
  color: #195181;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

#appointment {
  width: 58%;
  display: inline-block;
  vertical-align: top;
  margin-left: 13%;
  position: relative;
  display: inline-block;
  max-width: 700px;
}
#appointment pre {
  white-space: pre-wrap !important;
}
#appointment .ea-standard, #appointment .ea-bootstrap {
  width: 100%;
  max-width: 100% !important;
}
#appointment .disabled .block {
  display: none !important;
}
#appointment form {
  font-size: 16px;
}
#appointment form h3 {
  font-family: "mrs-eaves-xl-serif", serif;
  color: #195181;
  font-size: 26px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 6%;
}
#appointment form .step {
  padding: 0;
  margin-bottom: 6%;
}
#appointment form .step p {
  margin: 6% 0 6%;
}
#appointment form .step p.section {
  color: #195181;
  font-size: 26px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0;
}
#appointment form .step small {
  display: none;
}
#appointment form label {
  text-align: left;
  font-size: 1em !important;
  line-height: 1.3;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.15em;
  color: #195181;
  display: block;
  padding-bottom: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
#appointment form input[type=text], #appointment form input[type=email], #appointment form textarea {
  background-color: rgba(227, 223, 215, 0.38);
  border: none;
  border-bottom: 2px solid #DFDBD2;
  outline: none;
  padding: 2% 2%;
  width: 100%;
  max-width: 100%;
  height: 48px;
  border-radius: 0px;
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #195181;
}
#appointment form input[type=text]:focus, #appointment form input[type=email]:focus, #appointment form textarea:focus {
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #DFDBD2;
  transition: background 0.3s ease;
  background-color: rgba(227, 223, 215, 0.75);
}
#appointment form .time {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 0.8em;
  letter-spacing: 0.15em;
  border: none;
  padding-top: 3%;
  border-radius: 0px;
  background: white;
}
#appointment form .time .time-message {
  font-size: 1em;
}
#appointment form .time a {
  height: 35px;
  padding-top: 9px;
  border: 1px solid #195181;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 0.8em;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.5s ease;
}
#appointment form .time a.time-disabled {
  background: none;
  opacity: 0.5;
}
#appointment form .time a.selected-time {
  background: #E0957C;
  color: #ffffff;
  border-color: #E0957C;
}
#appointment form .time a.selected-time:hover {
  background: #E0957C;
  color: #ffffff;
  border-color: #E0957C;
}
#appointment form .time a:hover {
  transition: background 0.5s ease;
  color: #ffffff;
  background: #195181;
  border-color: #195181;
}
#appointment form .time a.time-disabled:hover {
  transition: background 0.5s ease;
  color: #195181;
  background: #ffffff;
  border-color: #195181;
}
#appointment form .time p {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1em;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  align-items: left;
  justify-content: left;
  margin-top: 1%;
}
#appointment form .step:nth-child(2) .col-sm-8, #appointment form .step:nth-child(3) .col-sm-8, #appointment form .step.final .form-group:nth-child(7) .col-sm-8 {
  margin-top: 6%;
  width: 100% !important;
  border-radius: 0px !important;
  position: relative;
  content: "";
  display: block;
  padding: 0 0 0 10px;
  margin: 0;
  width: 97% !important;
  height: 48px;
  display: inline-block;
  border: 1px solid #B7B09D;
  border-radius: 0px;
  background: url("./img/dropdown-arrow-brown.png") no-repeat 97% 50%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-left: 14px;
}
#appointment form .step:nth-child(2) .col-sm-8 label, #appointment form .step:nth-child(3) .col-sm-8 label, #appointment form .step.final .form-group:nth-child(7) .col-sm-8 label {
  position: absolute;
  top: -48px;
}
#appointment form .step:nth-child(2) .col-sm-8 select, #appointment form .step:nth-child(3) .col-sm-8 select, #appointment form .step.final .form-group:nth-child(7) .col-sm-8 select {
  position: absolute;
  top: -5px;
  left: 0;
  border: none;
  background: none;
  width: 110% !important;
  height: 55px;
  -ms-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  font-family: "mrs-eaves-xl-serif", serif !important;
  font-style: italic;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #195181;
  transition: background 0.3s ease;
}
#appointment form .step:nth-child(2) .col-sm-8 select:focus, #appointment form .step:nth-child(3) .col-sm-8 select:focus, #appointment form .step.final .form-group:nth-child(7) .col-sm-8 select:focus {
  outline: none;
  /* border: none; */
  /* border-bottom: 2px solid #DFDBD2; */
  transition: background 0.3s ease;
  background-color: rgba(227, 223, 215, 0.35);
}
#appointment form .step:nth-child(2) .col-sm-8 select::-ms-expand, #appointment form .step:nth-child(3) .col-sm-8 select::-ms-expand, #appointment form .step.final .form-group:nth-child(7) .col-sm-8 select::-ms-expand {
  display: none;
}
#appointment form .step:nth-child(3) {
  margin-top: 8%;
}
#appointment form .step.final p:nth-child(8) {
  margin-top: 8%;
  margin-bottom: 0;
}
#appointment form .step.final .form-group {
  margin-bottom: 8%;
}
#appointment form .step.final .form-group .col-sm-8 {
  display: block;
  width: 100%;
}
#appointment form .step.final .form-group .col-sm-8 input {
  height: 48px;
}
#appointment form .step.final > .form-group:nth-child(4) label {
  width: 90px !important;
  overflow: hidden;
}
#appointment form .step.final > .form-group:nth-child(5) label {
  width: 87px !important;
  overflow: hidden;
}
#appointment form .step.final > .form-group:nth-child(6) label {
  width: 170px !important;
  overflow: hidden;
}
#appointment form .step.final > .form-group:nth-child(7) label {
  width: 270px !important;
  overflow: hidden;
}
#appointment form .step.final > .form-group:nth-child(8) label {
  width: 380px !important;
  overflow: hidden;
}
#appointment form .step.final > .form-group label.error {
  width: 100% !important;
  font-size: 14px;
  margin-top: 3%;
  color: #E0957C;
}
#appointment form .step.final h4 {
  white-space: pre-wrap;
}
#appointment form .calendar {
  margin-top: 9%;
  margin-bottom: 3%;
  width: 101%;
}
#appointment form .calendar .ui-datepicker {
  width: 100%;
  background: rgba(227, 223, 215, 0.75);
  border: none;
  border-bottom: 2px solid #B7B09D;
  border-radius: 0px;
  font-family: "proxima-nova", sans-serif !important;
  padding: 0;
  box-shadow: none;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-header {
  width: 100%;
  height: 58px;
  padding: 10px 15px;
  border: none;
  background: none;
  position: relative;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-header a {
  color: #B7B09D;
  font-weight: bold;
  line-height: 40px;
  font-size: 16px;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-header a:nth-child(2) {
  float: right;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-header a:hover {
  cursor: pointer;
  border: 0px;
  background: none;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next, #appointment form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 28%;
  transform: translateY(-50%);
  width: 3em;
  position: relative;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  width: auto;
  height: 31px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  text-transform: uppercase;
  color: #195181;
  font-weight: bold;
  line-height: 40px;
  font-size: 17px;
  letter-spacing: 0.15em;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  padding: 20px 20px 10px;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar thead {
  height: 40px;
  width: 100%;
  color: #195181;
  font-size: 16px;
  text-align: center;
  border: none;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar thead tr {
  border: none;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar thead tr th {
  border: none;
  height: 40px;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody {
  font-size: 16px;
  color: #897f65;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td {
  height: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #195181;
  border-color: #B7B09D;
  background: #e9e7e1;
  height: 40px;
  border-radius: 0px;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td span, #appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  height: 40px;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.4;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background: #195181;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #ffffff;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today.no-slots a {
  color: #ffffff;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today:hover {
  color: white;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  background: #E0957C;
  color: #ffffff;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:hover a {
  color: #ffffff;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.no-slots {
  opacity: 0.4;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.no-slots a {
  color: #195181;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.free {
  background: #d3cfc3;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.free.ui-datepicker-current-day {
  background: #E0957C;
}
#appointment form .calendar .ui-datepicker .ui-datepicker-calendar tbody tr td.busy {
  background: #d3cfc3;
  opacity: 0.4;
}
#appointment form #booking-overview-header {
  margin: 12% 0 6%;
}
#appointment form #booking-overview {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1em;
  letter-spacing: 0.15em;
}
#appointment form #booking-overview table {
  margin-top: 6%;
}
#appointment form #booking-overview table tr {
  display: block;
  margin-bottom: 6%;
}
#appointment form #booking-overview table tr.row-location {
  display: none;
}
#appointment form #booking-overview table tr td {
  opacity: 1;
  display: block;
  width: auto;
  text-align: left;
  font-weight: normal;
}
#appointment form #booking-overview table tr td.ea-label {
  font-weight: bold;
  text-transform: uppercase;
}
#appointment form .ea-actions-group {
  display: block !important;
  width: 100%;
  margin-top: 6%;
  margin-left: 0;
}
#appointment form button {
  margin-top: 4%;
  width: 35%;
  height: 48px;
  background: none;
  border: 1px solid #195181;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.9em;
  color: #195181;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background 0.3s ease;
  border-radius: 0px;
}
#appointment form button:hover {
  background: #195181;
  color: #ffffff;
  transition: background 0.3s ease;
  cursor: pointer;
}
#appointment form button.ea-submit {
  float: right;
}
#appointment form button.ea-cancel {
  float: left;
  margin-left: 0;
}

@media (max-width: 1023px) {
  .gf_page_steps {
    width: 100%;
    padding: 5%;
    max-width: 700px;
  }

  #appointment {
    width: 100%;
    margin-top: 10%;
    margin-left: 0;
  }
  #appointment form {
    margin-top: 0;
  }
  #appointment form label {
    white-space: normal;
    width: auto;
  }
  #appointment form .step {
    margin-bottom: 20%;
  }
  #appointment form .step.final .form-group {
    margin-bottom: 20%;
  }
  #appointment form .step.final label {
    white-space: nowrap;
  }
  #appointment form .step.final > .form-group:nth-child(4) label {
    width: 90px !important;
    overflow: hidden;
  }
  #appointment form .step.final > .form-group:nth-child(5) label {
    width: 87px !important;
    overflow: hidden;
  }
  #appointment form .step.final > .form-group:nth-child(6) label {
    width: 170px !important;
    overflow: hidden;
  }
  #appointment form .step.final > .form-group:nth-child(7) label {
    width: 270px !important;
    overflow: hidden;
  }
  #appointment form .step.final > .form-group:nth-child(7) .col-sml-8 {
    width: 92% !important;
  }
  #appointment form .step.final > .form-group:nth-child(8) label {
    width: 380px !important;
    overflow: hidden;
    white-space: normal;
  }
  #appointment form .step.final > .form-group label.error {
    width: 100% !important;
    font-size: 14px;
    margin-top: 3%;
    color: #E0957C;
  }
  #appointment form .step:nth-child(2) .col-sm-8,
#appointment form .step:nth-child(3) .col-sm-8,
#appointment form .step.final .form-group:nth-child(7) .col-sm-8 {
    width: 92% !important;
  }
  #appointment form .time a {
    min-width: 35%;
  }
  #appointment form button {
    width: 100%;
  }
  #appointment form #booking-overview table tr {
    width: 100%;
    margin-bottom: 20%;
  }
  #appointment form #booking-overview table tr td {
    width: 100%;
    white-space: pre-wrap;
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #appointment form .step {
    margin-bottom: 6%;
  }
  #appointment form .step.final .form-group {
    margin-bottom: 7%;
  }
  #appointment form .step:nth-child(2) .col-sm-8,
#appointment form .step:nth-child(3) .col-sm-8,
#appointment form .step.final .form-group:nth-child(7) .col-sm-8 {
    width: 96% !important;
  }
}
.swiper-container {
  width: 100%;
  height: 640px;
}
.swiper-container .member {
  width: 33.32%;
  overflow: hidden;
  position: relative;
}

#story .swiper-container {
  width: 60%;
}
#story .swiper-container .swiper-wrapper {
  margin-top: 60px;
}
#story .swiper-container .swiper-wrapper .swiper-slide {
  padding: 25px 14% 13% 10%;
}
#story .swiper-container .swiper-wrapper .swiper-slide h3 {
  display: none;
}
#story .swiper-container .swiper-button-prev {
  background: url("./img/slider_less_story_standard.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 34px;
  height: 34px;
  top: 55px;
  z-index: 11;
  left: 0.4px;
  transition: background-image 0.1s ease;
}
#story .swiper-container .swiper-button-prev:hover {
  background-image: url("./img/slider_less_story_hover.svg");
  transition: background-image 0.2s ease;
}
#story .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#story .swiper-container .swiper-button-next {
  background: url("./img/slider_more_story_standard.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 34px;
  height: 34px;
  top: 55px;
  right: 0.4px;
  z-index: 11;
  transition: background-image 0.1s ease;
}
#story .swiper-container .swiper-button-next:hover {
  background-image: url("./img/slider_more_story_hover.svg");
  transition: background-image 0.2s ease;
}
#story .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#story .swiper-container .swiper-pagination {
  top: 0;
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  width: 97%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid white;
  padding-top: 38px;
}
#story .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: white;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  transform: scale(1.1);
  transition: transform 0.35s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
}
#story .swiper-container .swiper-pagination .swiper-pagination-bullet span {
  font-size: 0;
}
#story .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(6.1);
  transition: transform 0.4s ease;
  margin: 0 6%;
}
#story .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  font-size: 2px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #195181;
  margin-top: 50%;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  margin-left: 52%;
}

@media (max-width: 766px) {
  #story #dateSlider .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 35px;
  }
  #story #dateSlider .swiper-container .swiper-wrapper .swiper-slide h3 {
    display: block;
  }
  #story .swiper-container .swiper-button-next, #story .swiper-container .swiper-button-prev {
    top: 10%;
  }
  #story .swiper-container .swiper-pagination {
    display: none;
  }
  #story .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 12%;
    transform: scale(5.1);
  }
  #story .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    transform: scale(1);
  }
  #story .swiper-container .swiper-wrapper .swiper-slide {
    padding: 38% 14% 10%;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  #team.homepage .swiper-container .member {
    width: 40.32%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #story .swiper-container .swiper-wrapper {
    margin-top: 0;
  }
  #story .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 0;
  }
}
@supports (-ms-accelerator: true) {
  header {
    background-color: pink;
  }
}
.filterWrapper {
  padding: 75px 11% 94px 11%;
}
.filterWrapper > div.first-wrap {
  margin-bottom: 21px;
}
@media (max-width: 1023px) {
  .filterWrapper > div.first-wrap {
    margin-bottom: 45px;
  }
}

.blog .filterWrapper {
  padding: 75px 11% 74px 11%;
}

.search .filterWrapper {
  padding: 75px 11% 114px 11%;
}

#filter.subpage .title {
  background: #c2bcac;
}
#filter.subpage .filterWrapper {
  background: #c2bcac;
}

@media (max-width: 1023px) {
  .filterWrapper {
    padding: 75px 11% 140px 11%;
  }
  .filterWrapper > div {
    width: 100%;
  }
  .filterWrapper #search form input[type=text] {
    width: 74%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  .filterWrapper {
    padding: 11% 9% 30%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .filterWrapper > div {
    display: block !important;
  }
}
.bkgdBrown {
  background-color: #B7B09D;
}

.bkgdLightBrown {
  background-color: #c2bcac;
}

.bkgdBlue {
  background-color: #195181;
}

.bkgdLightBlue {
  background-color: #1d5e96;
}

.bkgdWhite {
  background-color: #ffffff;
}

.bkgdPeach {
  background: #E0957C;
}

.bkgdLightPeach {
  background-color: #eab6a5;
}

.bkgdShadow {
  background-color: #F7F6F5;
}

.opacityBlue {
  background-color: rgba(0, 62, 115, 0.85);
}

.opacityPeach {
  background-color: rgba(224, 149, 124, 0.85);
}

#contacts {
  display: table;
  width: 100%;
  z-index: 5;
  position: relative;
  padding: 50px 9% 120px;
}
#contacts .dets {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
#contacts .dets span {
  padding-right: 10px;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
}
@media (max-width: 766px) {
  #contacts .dets {
    width: 100%;
  }
}
@media (max-width: 766px) {
  #contacts .dets#LevinDetails, #contacts .dets#WellingtonDetails {
    margin-top: 10%;
  }
}

#intro {
  display: table;
  width: 100%;
}
#intro.homepage {
  z-index: 5;
  min-height: 50vh;
  position: relative;
  padding: 50px 7.5% 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(190, 183, 165, 0.2);
}
#intro .title {
  background: #E8E6DF;
}
#intro .tile {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background: #c2bcac;
  transition: background 0.2s ease;
}
#intro .tile h2 {
  font-size: 1.1em;
  margin: 0;
  text-align: center;
}
#intro a {
  width: calc(25% - 22px);
  margin: 11px;
  display: inline-block;
  display: flex;
}
#intro a:hover .tile {
  background: #a19880;
  transition: background 0.2s ease;
}
@media (max-width: 1023px) {
  #intro a {
    width: calc(50% - 64px);
  }
}
@media (max-width: 766px) {
  #intro a {
    width: 100%;
    margin: 20px 0;
  }
}
#intro #breadcrumb a {
  display: inline-block;
  width: auto;
}
#intro #searchWrapper, #intro #introDetails {
  display: table-cell;
}
#intro #introDetails {
  position: relative;
}
#intro #introDetails span {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 172px;
  transition: opacity 0.5s ease;
}
#intro #introDetails span.active {
  opacity: 1;
  transition: opacity 0.6s ease;
  position: static;
  display: inline-block;
  width: auto;
}
#intro #searchWrapper {
  width: 40%;
}

.slideIn {
  opacity: 0;
  margin-top: 5%;
  transition: opacity 0.5s ease, margin-top 0.9s ease;
}
.slideIn.slideOn {
  opacity: 1;
  margin-top: 0;
  transition: opacity 0.5s ease, margin-top 0.9s ease;
}

.loadIn {
  opacity: 0;
  padding-top: 5%;
  transition: opacity 0.5s ease, padding-top 0.9s ease;
}
.loadIn.loadOn {
  opacity: 1;
  padding-top: 0;
  transition: opacity 0.5s ease, padding-top 0.9s ease;
}

@media (max-width: 1023px) {
  #intro {
    display: block;
  }
  #intro .lead {
    display: block;
  }
  #intro #introDetails {
    display: block;
    width: 100%;
  }
  #intro #searchWrapper {
    display: block;
    width: 100%;
  }

  #blog .slideIn .wrapThird {
    width: 100%;
  }
  #blog .slideIn .right {
    width: 100%;
  }
  #blog .slideIn .right .post {
    margin-left: 0 !important;
  }
}
.values-header {
  padding: 7% 11% 5%;
}

.values {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 0;
  padding-top: 0;
}
.values * {
  box-sizing: border-box;
}
.values__title {
  transform: translateY(5rem);
  display: block;
  transition: transform 0.2s ease-in-out;
}
.values__content {
  margin-top: 2rem;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.values .value {
  background: #c2bcac;
  width: calc(50% - 0.75rem);
  padding: 30px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .values .value {
    width: 100%;
  }
}
.values .value:hover {
  background: #E0957C;
}
.values .value:hover .values__content {
  opacity: 1;
  visibility: visible;
}
.values .value:hover .values__title {
  transform: translateY(0);
}

#team #teamWrapper .teamHomeContent {
  height: 100%;
  margin: 7% 11% 20%;
  width: 40%;
}
@media (max-width: 1023px) {
  #team #teamWrapper .teamHomeContent {
    width: auto;
    margin-bottom: 7%;
  }
}
#team #teamWrapper .teamHomeContent h2 {
  margin-bottom: 30px;
}
#team #teamWrapper .teamHomeImage {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  width: 70%;
}
@media (max-width: 1023px) {
  #team #teamWrapper .teamHomeImage {
    width: 100%;
    position: relative;
  }
}
#team #teamWrapper .teamHomeImage img {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
}
#team #teamWrapper .team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding: 0 11%;
  margin-bottom: 95px;
}
#team #teamWrapper .team-member-container {
  width: calc(33.33% - 25px);
}
@media (max-width: 1023px) {
  #team #teamWrapper .team-member-container {
    width: calc(50% - 17.5px);
  }
}
@media (max-width: 766px) {
  #team #teamWrapper .team-member-container {
    width: 100%;
  }
}
#team #teamWrapper .team-member-container.active .team-member {
  background: rgba(255, 255, 255, 0.15);
}
#team #teamWrapper .team-member-container .introDetails > .name {
  margin-bottom: 40px;
}
#team #teamWrapper .team-member-container .introDetails .name {
  font-weight: bold;
  text-transform: uppercase;
}
#team #teamWrapper .team-member-container .introDetails .phone, #team #teamWrapper .team-member-container .introDetails .mobile, #team #teamWrapper .team-member-container .introDetails .email, #team #teamWrapper .team-member-container .introDetails .linkedin {
  margin-bottom: 10px;
}
#team #teamWrapper .team-member-container .introDetails .phone p, #team #teamWrapper .team-member-container .introDetails .mobile p, #team #teamWrapper .team-member-container .introDetails .email p, #team #teamWrapper .team-member-container .introDetails .linkedin p {
  font-style: italic;
}
#team #teamWrapper .team-member-container .introDetails .phone span, #team #teamWrapper .team-member-container .introDetails .mobile span, #team #teamWrapper .team-member-container .introDetails .email span, #team #teamWrapper .team-member-container .introDetails .linkedin span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
  padding-right: 15px;
  font-weight: 500;
}
#team #teamWrapper .team-member-container .introDetails .accreditation__image {
  width: 160px;
  margin: 25px 0 0 0;
}
#team #teamWrapper .team-member__details {
  position: absolute;
  left: 11%;
  background: white;
  width: 78%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-top: 15px;
}
#team #teamWrapper .team-member__details.active {
  opacity: 1;
}
#team #teamWrapper .team-member__details .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#team #teamWrapper .team-member__details .intro__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  width: 230px;
}
#team #teamWrapper .team-member__details .introDetails {
  padding: 60px;
}
@media (max-width: 1023px) {
  #team #teamWrapper .team-member__details .introDetails {
    padding: 60px 30px;
  }
}
#team #teamWrapper .team-member__details .intro {
  padding: 60px 60px 60px 0;
}
@media (max-width: 766px) {
  #team #teamWrapper .team-member__details .intro {
    padding: 60px;
  }
}
#team #teamWrapper .team-member__details .intro h3 {
  font-weight: normal;
  margin-bottom: 6%;
}
#team #teamWrapper .team-member__details .intro .phone, #team #teamWrapper .team-member__details .intro .mobile, #team #teamWrapper .team-member__details .intro .email, #team #teamWrapper .team-member__details .intro .linkedin {
  margin-bottom: 10px;
}
#team #teamWrapper .team-member__details .intro .phone p, #team #teamWrapper .team-member__details .intro .mobile p, #team #teamWrapper .team-member__details .intro .email p, #team #teamWrapper .team-member__details .intro .linkedin p {
  font-style: italic;
}
#team #teamWrapper .team-member__details .intro .phone span, #team #teamWrapper .team-member__details .intro .mobile span, #team #teamWrapper .team-member__details .intro .email span, #team #teamWrapper .team-member__details .intro .linkedin span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
  padding-right: 15px;
  font-weight: 500;
}
#team #teamWrapper .team-member {
  display: flex;
  gap: 10px;
  border: solid 1px white;
  cursor: pointer;
  height: 175px;
  transition: all 0.2s ease-in-out;
}
#team #teamWrapper .team-member:hover {
  background: rgba(255, 255, 255, 0.15);
}
#team #teamWrapper .team-member div {
  padding: 22px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#team #teamWrapper .team-member .qualification {
  margin-bottom: 10px;
}
#team #teamWrapper .team-member img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  margin-top: auto;
}
#team #teamWrapper .team-member .memberIntro {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#team #teamWrapper .member-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-top: none;
  flex-shrink: 0;
}
#team #teamWrapper .member-details .member-contact {
  padding: 20px;
}
#team #teamWrapper .member-details .member-contact .contact-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#team #teamWrapper .member-details .member-contact .contact-item .label {
  font-weight: bold;
  color: #666;
  min-width: 20px;
  display: inline-block;
}
#team #teamWrapper .member-details .member-contact .contact-item a {
  color: #0066cc;
  text-decoration: none;
}
#team #teamWrapper .member-details .member-contact .contact-item a:hover {
  text-decoration: underline;
}
#team #teamWrapper .team-member-container.active .member-details {
  max-height: 500px;
  /* Adjust based on your content */
}
#team #teamWrapper .memberIntro {
  color: white;
}
#team #teamWrapper .memberIntro__name {
  margin-bottom: 0 !important;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
}
#team #teamWrapper .memberIntro__position {
  font-style: italic;
  margin-top: 10px;
  font-family: "mrs-eaves-xl-serif", serif;
}
#team #teamWrapper #teamSlider .swiper-button-next {
  background: url("./img/slider_more_standard.svg") no-repeat 0 0;
  width: 110px;
  height: 37px;
  right: 56px;
  transition: background 0.1s ease;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.05em;
}
#team #teamWrapper #teamSlider .swiper-button-next:hover {
  background: url("./img/slider_more_hover.svg") no-repeat 0 0;
  transition: background 0.2s ease;
}
@media (max-width: 766px) {
  #team #teamWrapper #teamSlider .swiper-button-next {
    right: 36px;
    width: 37px;
    background-position: 100% 100%;
  }
  #team #teamWrapper #teamSlider .swiper-button-next:hover {
    background-position: 100% 100%;
  }
}
#team #teamWrapper #teamSlider .swiper-button-prev {
  background: url("./img/slider_less_standard.svg") no-repeat 0 0;
  width: 110px;
  height: 37px;
  left: auto;
  right: 185px;
  transition: background 0.1s ease;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.05em;
}
#team #teamWrapper #teamSlider .swiper-button-prev:hover {
  background: url("./img/slider_less_hover.svg") no-repeat 0 0;
  transition: background 0.2s ease;
}
@media (max-width: 766px) {
  #team #teamWrapper #teamSlider .swiper-button-prev {
    right: auto;
    left: 36px;
    width: 37px;
  }
}
#team #teamWrapper #teamSlider .swiper-button-next, #team #teamWrapper #teamSlider .swiper-button-prev {
  top: 89%;
}
#team #teamWrapper #teamSlider #triangleSlider {
  bottom: 0;
  left: 50%;
  z-index: 3;
}
#team #teamWrapper #teamSlider .opacityPeach {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31%;
  height: 83%;
  z-index: 2;
  background: url("./img/peach-gradient-bkgd2.png") repeat-y 0 0/100%;
}
#team #teamWrapper #teamSlider .swiper-pagination {
  width: 100%;
  bottom: 54%;
  left: 0;
  transform: translateY(50%);
}
#team #teamWrapper #teamSlider .swiper-pagination > span {
  text-align: left !important;
  list-style-type: none;
  padding-left: 29%;
  background: none;
  border-radius: none;
  width: auto;
  height: auto;
  color: #ffffff;
  width: 60%;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  opacity: 1;
  transition: font-size 0.3s ease;
  text-transform: uppercase;
}
#team #teamWrapper #teamSlider .swiper-pagination > span.swiper-pagination-bullet-active {
  font-size: 19px;
  transition: font-size 0.3s ease;
}
#team #teamWrapper #teamSlider .swiper-wrapper .member {
  position: relative;
}
#team #teamWrapper #teamSlider .swiper-wrapper .member img {
  width: auto;
  max-width: 600px;
  height: auto;
  position: absolute;
  bottom: 20%;
  opacity: 0.55;
}
#team #teamWrapper #teamSlider .swiper-wrapper .member.swiper-slide-active img {
  width: auto;
  max-width: 600px;
  height: auto;
  opacity: 1;
}
#team #teamWrapper #teamSlider .filter {
  width: 100%;
}
#team #teamWrapper #teamSlider .filter p {
  display: inline-block;
}
#team #teamWrapper #teamSlider .filter .selectWrap {
  padding: 0 0 0 10px;
  margin: 0;
  width: 20%;
  height: 50px;
  display: inline-block;
  border: 1px solid #ffffff;
  overflow: hidden;
  border-radius: 0px;
  background: url("./img/select-arrow.png") no-repeat 94% 50%;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 7px;
}
#team #teamWrapper #teamSlider .filter .selectWrap select {
  padding: 5px 8px;
  width: 130%;
  height: 100%;
  color: #ffffff;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1em;
  font-family: "mrs-eaves-xl-serif", serif;
  font-style: italic;
}
#team #teamWrapper #teamSlider .filter .selectWrap select optgroup {
  font-size: 14px !important;
}
#team #teamWrapper #teamSlider .filter .selectWrap select:focus {
  outline: none;
}
#team #teamWrapper #teamDetails {
  width: 100%;
  height: auto;
  position: relative;
}
#team #teamWrapper #teamDetails .memberDetails {
  opacity: 0;
  transition: opacity 0.4s ease;
  top: 0;
  left: 0;
  display: none;
}
#team #teamWrapper #teamDetails .memberDetails .intro a {
  border-bottom: 1px solid #195181;
}
#team #teamWrapper #teamDetails .memberDetails .left, #team #teamWrapper #teamDetails .memberDetails .right {
  padding-top: 5%;
}
#team #teamWrapper #teamDetails .memberDetails.active {
  opacity: 1;
  transition: opacity 0.5s ease;
  display: block;
}
#team #teamWrapper #teamDetails .memberDetails .introDetails > .name {
  margin-bottom: 40px;
}
#team #teamWrapper #teamDetails .memberDetails .introDetails .name {
  font-weight: bold;
  text-transform: uppercase;
}
#team #teamWrapper #teamDetails .memberDetails .introDetails .phone, #team #teamWrapper #teamDetails .memberDetails .introDetails .mobile, #team #teamWrapper #teamDetails .memberDetails .introDetails .email, #team #teamWrapper #teamDetails .memberDetails .introDetails .linkedin {
  margin-bottom: 10px;
}
#team #teamWrapper #teamDetails .memberDetails .introDetails .phone p, #team #teamWrapper #teamDetails .memberDetails .introDetails .mobile p, #team #teamWrapper #teamDetails .memberDetails .introDetails .email p, #team #teamWrapper #teamDetails .memberDetails .introDetails .linkedin p {
  font-style: italic;
}
#team #teamWrapper #teamDetails .memberDetails .introDetails .phone span, #team #teamWrapper #teamDetails .memberDetails .introDetails .mobile span, #team #teamWrapper #teamDetails .memberDetails .introDetails .email span, #team #teamWrapper #teamDetails .memberDetails .introDetails .linkedin span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
  padding-right: 15px;
  font-weight: 500;
}
#team #teamWrapper #teamDetails .memberDetails .introDetails .accreditation__image {
  width: 160px;
  margin: 25px 0 0 0;
}
#team #teamWrapper #teamDetails .memberDetails .intro h3 {
  font-weight: normal;
  margin-bottom: 6%;
}
#team #teamWrapper #teamDetails .memberDetails .intro .phone, #team #teamWrapper #teamDetails .memberDetails .intro .mobile, #team #teamWrapper #teamDetails .memberDetails .intro .email, #team #teamWrapper #teamDetails .memberDetails .intro .linkedin {
  margin-bottom: 10px;
}
#team #teamWrapper #teamDetails .memberDetails .intro .phone p, #team #teamWrapper #teamDetails .memberDetails .intro .mobile p, #team #teamWrapper #teamDetails .memberDetails .intro .email p, #team #teamWrapper #teamDetails .memberDetails .intro .linkedin p {
  font-style: italic;
}
#team #teamWrapper #teamDetails .memberDetails .intro .phone span, #team #teamWrapper #teamDetails .memberDetails .intro .mobile span, #team #teamWrapper #teamDetails .memberDetails .intro .email span, #team #teamWrapper #teamDetails .memberDetails .intro .linkedin span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
  padding-right: 15px;
  font-weight: 500;
}
#team #teamWrapper.services #teamSlider .swiper-wrapper .member img {
  bottom: 22%;
}
#team #teamWrapper.services #teamSlider #triangleSlider {
  left: 50%;
}
#team #teamWrapper.services #teamSlider .filter .selectWrap {
  display: block;
  margin-left: 0;
  margin-top: 20px;
}

#associates img {
  margin: 0 auto;
  display: block;
  max-width: 150px;
  width: 100%;
}

#story .boxpStandard, #related .boxpStandard {
  padding: 9% 11% 12%;
}

#story #dateSlider.swiper-container {
  margin: 8% 11% 10% 0;
  width: 45%;
  padding-top: 4%;
  height: auto !important;
}
#story #dateSlider.swiper-container .thumbnail {
  width: 100%;
}
#story #dateSlider.swiper-container .thumbnail #popUp {
  left: 1px;
  bottom: 6px;
  border-color: #E0957C;
}
#story #dateSlider.swiper-container .thumbnail #popUp:hover {
  border-color: #ffffff;
  color: #E0957C;
}

@media (max-width: 766px) {
  #ourStory .ml10 {
    margin-left: 0;
  }
  #ourStory .left {
    padding-bottom: 25%;
  }
}

#popupBox {
  opacity: 0;
  width: 0%;
  height: 0%;
  background-color: rgba(0, 62, 115, 0.9);
  position: fixed;
  z-index: 4000;
  left: 50%;
  top: 50%;
  transition: display 0.3s ease;
}
#popupBox #close {
  float: right;
  width: 40px;
  height: 40px;
  background: url("./img/popup-close.svg") no-repeat 0 0/80%;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 99999;
}
#popupBox #close:hover {
  cursor: pointer;
}
#popupBox .imageBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#popupBox.showMe {
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}

#team.homepage #teamWrapper {
  position: relative;
}
#team.homepage #teamWrapper #teamDetails {
  position: absolute;
  top: 14%;
  left: 63%;
  width: 18.5%;
  max-width: 260px;
  height: 335px;
  z-index: 1;
  padding: 26px;
  background: url("./img/quote-background.svg") no-repeat 0 0/99.5%;
  padding-top: 7px;
}
#team.homepage #teamWrapper #teamDetails .memberDetails h3 {
  font-size: 20px;
  color: white;
}
#team.homepage #teamWrapper #teamDetails .memberDetails a.pageLink {
  border-color: #ffffff;
}
#team.homepage #teamWrapper #teamSlider {
  height: 640px;
}
#team.homepage #teamWrapper #teamSlider .opacityPeach {
  height: 100%;
  padding-top: 4.5%;
  padding-left: 11%;
  padding-right: 3%;
}
#team.homepage #teamWrapper #teamSlider .swiper-wrapper .member img {
  bottom: 0;
  width: 100%;
  max-width: 550px;
  padding-left: 50px;
}
#team.homepage #teamWrapper #teamSlider .member.swiper-slide-active img {
  width: 100%;
  max-width: 550px;
  padding-left: 50px;
}

@media (max-width: 1023px) {
  #team #teamWrapper #teamDetails .memberDetails {
    padding-bottom: 25%;
  }
  #team #teamWrapper #teamDetails .memberDetails .left, #team #teamWrapper #teamDetails .memberDetails .right {
    float: none;
    width: 100%;
  }
  #team #teamWrapper #teamDetails .memberDetails .left {
    padding-top: 17%;
  }
  #team #teamWrapper #teamDetails .memberDetails .intro {
    padding-left: 11%;
  }
  #team #teamWrapper #teamSlider .opacityPeach {
    display: none;
  }
  #team #teamWrapper #teamSlider .filter {
    width: 78%;
  }
  #team #teamWrapper #teamSlider .filter .selectWrap {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  #team #teamWrapper #teamSlider .swiper-wrapper .member {
    width: 385px;
    margin-right: 30px;
  }
  #team #teamWrapper #teamSlider .swiper-wrapper .member img {
    width: 100%;
    max-width: 450px;
    bottom: 35%;
  }
  #team #teamWrapper #teamSlider .swiper-wrapper .member.swiper-slide-active img {
    width: 100%;
    max-width: 450px;
  }

  #team.homepage #teamWrapper #teamSlider {
    height: 890px;
  }
  #team.homepage #teamWrapper #teamSlider .opacityPeach {
    width: 100%;
    padding-right: 11%;
    height: 300px;
    top: 0;
    padding-top: 11%;
    display: block;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper {
    position: absolute;
    bottom: 0;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper .member.swiper-slide-active img {
    width: 332px;
    margin-left: 17%;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper .member img {
    width: 332px;
  }
  #team.homepage #teamWrapper #teamDetails {
    background: none;
    width: 50%;
    top: 56%;
    left: 11%;
    padding: 0;
    height: 240px;
  }
  #team.homepage #teamWrapper #teamDetails .intro {
    padding-left: 0;
  }
  #team.homepage #teamWrapper #teamDetails .intro p {
    width: 70%;
  }

  #story #dateSlider.swiper-container {
    height: auto;
    margin-bottom: 17%;
    width: 80%;
  }
  #story #dateSlider.swiper-container .swiper-wrapper .swiper-slide {
    padding: 130px 5% 10%;
  }
  #story #dateSlider.swiper-container .swiper-wrapper .swiper-slide h3 {
    display: none;
  }
  #story #dateSlider.swiper-container .thumbnail img {
    width: 100%;
  }

  #associates .left, #associates .right {
    float: none;
    width: 100%;
  }
  #popupBox .imageBox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 95% !important;
    height: auto;
  }
}
@media (max-width: 766px) {
  #story #dateSlider.swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 38px;
  }
  #story #dateSlider.swiper-container .swiper-wrapper .swiper-slide h3 {
    display: block;
  }
  #story #dateSlider.swiper-container .thumbnail #popup {
    position: static;
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #team #teamWrapper #teamSlider .swiper-wrapper .member img {
    width: 65%;
    right: 4%;
  }
  #team #teamWrapper #teamSlider .swiper-wrapper .member.swiper-slide-active img {
    width: 65%;
  }
  #team #teamWrapper #teamDetails .memberDetails .left {
    padding-bottom: 0;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper .member.swiper-slide-active img {
    width: 550px;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper .member img {
    width: 550px;
  }

  #story .wrapThird {
    width: 100%;
    padding-bottom: 0;
  }

  #associates .right {
    padding-left: 11%;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  #team.homepage #teamWrapper #teamDetails {
    left: 64%;
    width: 24%;
  }
  #team.homepage #teamWrapper #teamSlider .opacityPeach {
    width: 34%;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper .member.swiper-slide-active img {
    width: 470px;
    right: 0;
    bottom: 0;
    padding: 0;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper .member img {
    width: 470px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #team.homepage #teamWrapper #teamDetails {
    left: 74%;
  }
  #team.homepage #teamWrapper #teamSlider .swiper-wrapper .member.swiper-slide-active img {
    right: 19%;
  }
}
@media screen and (min-width: 1900px) {
  #team.homepage #teamWrapper #teamDetails {
    left: 60%;
  }
}
@media all and (-ms-high-contrast: none) {
  #story #dateSlider.swiper-container {
    padding-top: 10%;
  }
}
#childPage.payments .individualSecWrapper {
  padding-right: 5.5%;
}
#childPage.payments .individualSecWrapper #action {
  width: 100%;
  margin-right: 0;
}
#childPage.payments .individualSecWrapper #action div {
  font-family: "mrs-eaves-xl-serif", serif;
}

#services .servicesWrapper #highlightServices {
  margin: 5.5% 2.25% 56px 5.5%;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#services .servicesWrapper #highlightServices .highlight {
  padding: 4% 5.5%;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5.5%;
}
#services .servicesWrapper #highlightServices .highlight:nth-child(even) {
  margin-right: 0;
}
#services .servicesWrapper .service {
  padding-top: 65px;
  border-bottom: 1px solid #B7B09D;
}
#services .servicesWrapper .service:first-child {
  padding-top: 20px;
}
#services .servicesWrapper .service .right.wrap50 {
  width: 45%;
}
#services .servicesWrapper .service > .wrap .qualification {
  margin-bottom: 30px;
}
#services .servicesWrapper .service > .wrap > .clear > .left button {
  margin: 60px 0;
  margin-bottom: 0;
}
#services .servicesWrapper .service > .wrap > .clear > .right li {
  padding-bottom: 15px;
}
#services .servicesWrapper .service #meetTeam #intro {
  font-size: 14px;
  width: auto;
  display: inline;
}
#services .servicesWrapper .service #meetTeam #intro span {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 15px;
  vertical-align: middle;
  background: url("./img/service-btn-standard.svg") no-repeat 0 0;
  transition: background 0.1s ease;
}
#services .servicesWrapper .service #meetTeam #intro:hover {
  cursor: pointer;
}
#services .servicesWrapper .service #meetTeam #intro:hover span {
  background: url("./img/service-btn-hover.svg") no-repeat 0 0;
  transition: background 0.2s ease;
}
#services .servicesWrapper .service #meetTeam #serviceTeam {
  padding-left: 20px;
  height: 120px;
  max-width: 75%;
}
#services .servicesWrapper .service #meetTeam #serviceTeam .member {
  width: 120px;
  display: inline-block;
  margin-left: -41px;
}
@media (max-width: 766px) {
  #services .servicesWrapper .service #meetTeam #serviceTeam {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #services .servicesWrapper .service #meetTeam #serviceTeam {
    max-width: 100%;
  }
}

.single-service #postContent a {
  text-decoration: underline !important;
}

#rates #serviceRates {
  width: 70%;
}
#rates #serviceRates li span {
  float: none;
  display: block;
  padding: 10px 0;
}

@media (max-width: 766px) {
  #services .servicesWrapper #highlightServices {
    margin: 17% 9%;
  }
  #services .servicesWrapper #highlightServices .highlight {
    width: 100%;
    margin-right: 0;
    padding: 15% 10%;
  }
  #services .servicesWrapper #highlightServices .highlight:last-child {
    margin-top: 45px;
  }
  #services .servicesWrapper .service .left, #services .servicesWrapper .service .right {
    float: none;
  }
  #services .servicesWrapper .service .right.wrap50 {
    width: 86%;
  }
  #services .servicesWrapper .service #meetTeam #intro span {
    float: right;
  }
  #services .servicesWrapper .service #meetTeam #serviceTeam {
    height: 90px;
    margin-top: 20px;
    margin-left: 20px;
  }
  #services .servicesWrapper .service #meetTeam #serviceTeam .member {
    width: 90px;
  }

  #rates .right {
    padding-left: 11%;
  }
  #rates .right ul {
    padding-left: 5%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #services .servicesWrapper .service {
    position: relative;
  }
  #services .servicesWrapper .service #meetTeam {
    margin-bottom: 30px;
  }
  #services .servicesWrapper .service #meetTeam #intro {
    width: 45%;
  }
  #services .servicesWrapper .service #meetTeam #serviceTeam {
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #services .servicesWrapper .service #meetTeam #serviceTeam .member {
    width: 90px;
  }
}
#childPage {
  padding-bottom: 4%;
}

.sectionWrapper .individualSecWrapper {
  margin: 5.5% 2.25% 56px 5.5%;
}
.sectionWrapper .individualSecWrapper #action {
  padding: 4% 5.5%;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5.5%;
  margin-bottom: 5%;
}
.sectionWrapper .individualSecWrapper #action:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 766px) {
  .sectionWrapper .individualSecWrapper {
    margin: 17% 9%;
  }
  .sectionWrapper .individualSecWrapper #action {
    width: 100%;
    padding: 15% 10%;
    margin: 0;
  }
  .sectionWrapper .individualSecWrapper #action:last-child {
    margin-top: 45px;
  }
}
.postHeader .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postHeader .wrapper {
  padding: 5.5% 11% 8%;
}

video {
  margin-top: 50px;
}

#postSidebar {
  margin: 0 0 56px 11%;
  padding-right: 7%;
  width: 25%;
}
#postSidebar #author #circlePhoto {
  float: none;
}
#postSidebar.services h4 {
  margin-top: 50px;
}

#backBtn {
  width: 100%;
  letter-spacing: 0.1em;
}
#backBtn span {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  vertical-align: middle;
  background-image: url(./img/blog-btn-standard.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: background-image 0.1s ease;
}
#backBtn:hover {
  cursor: pointer;
}
#backBtn:hover span {
  background-image: url(./img/blog-btn-hover.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease;
}

#author #circlePhoto {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #BEB7A5;
  overflow: hidden;
  display: inline-block;
  float: none;
}
#author #circlePhoto .profilePhoto {
  width: 75px;
  height: 75px;
}
#author .cateDetails {
  display: inline-block;
  transform: translateY(-50%);
  float: none;
}

#related .postsWrapper {
  padding-right: 30%;
}
#related .information {
  width: 32%;
}
#related .information a p {
  width: auto;
  display: inline-block;
  border-bottom: 1px solid #195181;
}
#related .information:last-child a p {
  border: none;
}
#related #author #circlePhoto {
  display: inline-block;
  float: none;
}
#related #author .cateDetails {
  display: inline-block;
  transform: translateY(0);
  float: none;
  width: 70%;
  vertical-align: top;
}

#post {
  margin-top: 8%;
}
#post .headerImage {
  width: 100%;
}
#post #postContent {
  padding-top: 0;
  padding-right: 15%;
  width: 51%;
  margin-right: 5%;
}
#post #postContent ul {
  margin-bottom: 20px;
}
#post .generalContent p {
  font-family: "mrs-eaves-xl-serif", serif;
}

@media (max-width: 766px) {
  #post #postSidebar {
    width: 80%;
    margin-right: 0;
    padding-right: 0;
    float: none;
  }
  #post #postContent {
    float: none;
    padding-left: 11%;
    padding-right: 11%;
    padding-bottom: 20%;
    width: 100%;
  }
  #post #postSidebar #author .lead {
    margin-top: 15px;
  }

  #related {
    padding: 20% 11%;
  }
  #related .information {
    width: 100%;
  }

  #author .cateDetails {
    display: block;
    margin-top: 30px;
  }

  .postsWrapper h2 {
    margin-top: 25px;
  }
}
@media (max-width: 766px) {
  .sectionWrapper .individualSecWrapper #action {
    margin-bottom: 45px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #post #postSidebar {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  #post #postSidebar #author .lead {
    margin-top: 15px;
  }
  #post #postContent {
    width: 100%;
    padding-left: 11%;
    padding-right: 11%;
    padding-bottom: 20%;
  }

  #related .information {
    width: 100%;
  }
  #related .information:last-child {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #post #postSidebar {
    width: 24%;
  }
}
#posts {
  padding-top: 4%;
  padding-bottom: 4%;
}
#posts .post {
  margin-top: 5%;
}
#posts .post:hover a.readMore {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#load-more-posts {
  display: block;
  clear: both;
  position: relative;
}

#findinfo #load-more-posts {
  margin-top: 0;
  margin-bottom: 0;
}

#findinfo, #searchResults {
  padding-top: 4%;
  padding-bottom: 4%;
}
#findinfo .post, #searchResults .post {
  padding-bottom: 5%;
  border-bottom: 1px solid #B7B09D;
  height: auto;
  width: 78%;
}
#findinfo .post .cateDetails, #searchResults .post .cateDetails {
  width: 20%;
  margin-top: 7px;
}
#findinfo .post .fullDetails, #searchResults .post .fullDetails {
  width: 75%;
  padding-right: 95px;
}
#findinfo .post:last-child, #searchResults .post:last-child {
  border: none;
}
#findinfo .post:hover a.readMore, #searchResults .post:hover a.readMore {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.post:hover a.readMore {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#findinfo #posts {
  padding-top: 0;
}

#searchResults .tabWrapper {
  top: -51px;
  left: 8.5%;
}
#searchResults .tabWrapper .title {
  position: static;
  background: none;
  color: #ffffff;
  width: auto;
}
#searchResults .tabWrapper .title:hover {
  cursor: pointer;
}
#searchResults .tabWrapper .title.active {
  background: #F7F6F5;
  color: #E0957C;
}
#searchResults .tabWrapper .title.active:hover {
  cursor: default;
}
#searchResults .post {
  width: 77%;
}

#posts #author #circlePhoto {
  display: inline-block;
  float: none;
}
#posts #author .cateDetails {
  display: inline-block;
  transform: translateY(-50%);
  float: none;
  width: 60%;
}
#posts #author .cateDetails .icon {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  color: #195181;
  margin-right: 5px;
}
#posts #author .cateDetails .author {
  width: 78%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1023px) {
  #posts {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #posts .post {
    margin-bottom: 35px;
    margin-top: 45px;
    width: 79%;
    height: auto;
  }

  a.readMore {
    opacity: 1;
  }

  #findinfo .post {
    max-height: 700px;
    padding-bottom: 25%;
  }
  #findinfo .post .cateDetails {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #findinfo .post .fullDetails {
    width: 100%;
    padding-right: 0;
  }

  #blog > .right {
    display: none;
  }

  #searchResults .tabWrapper {
    top: -51px;
    left: 8.5%;
    position: static;
  }
  #searchResults .tabWrapper .title {
    position: static;
    background: none;
    color: #E0957C;
    width: 50%;
    float: none;
    text-align: left;
  }
  #searchResults .tabWrapper .title.active {
    background: #F7F6F5;
    text-decoration: underline;
  }
  #searchResults .post .cateDetails {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
  #searchResults .post .fullDetails {
    width: 100%;
    padding-bottom: 65px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #blog > .left {
    width: 100%;
  }
  #blog > .right {
    display: none;
  }

  #findinfo .post {
    padding-bottom: 10%;
  }

  #searchResults .tabWrapper {
    margin: 20px 9%;
  }
  #searchResults .tabWrapper .title {
    padding: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #posts .post {
    max-height: 500px;
    height: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  #searchResults .tabWrapper {
    top: -49px;
  }
}
#contactOptions .loadIn > .wrap35 {
  margin-right: 0;
  vertical-align: top;
}
#contactOptions .loadIn > .wrap35 .contactItem {
  margin-top: 5%;
  padding: 10%;
}
#contactOptions .loadIn > .wrap35 .contactItem#contactForms .contactForms button {
  width: 70%;
}
#contactOptions .loadIn > .wrap35 .contactItem .phone p, #contactOptions .loadIn > .wrap35 .contactItem .email p {
  font-style: italic;
}
#contactOptions .loadIn > .wrap35 .contactItem .phone p a, #contactOptions .loadIn > .wrap35 .contactItem .email p a {
  border-color: #195181;
}
#contactOptions .loadIn > .wrap35 .contactItem .phone span, #contactOptions .loadIn > .wrap35 .contactItem .email span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 0.75em;
  padding-right: 10px;
  font-weight: 500;
}
#contactOptions .loadIn > .wrap35 .contactItem#mail {
  padding: 0;
  max-height: 650px;
}
#contactOptions .loadIn > .wrap35 .contactItem#mail div.wrapper {
  padding: 10%;
  display: block;
  width: 100%;
}
@media (max-width: 766px) {
  #contactOptions .loadIn > .wrap35 .contactItem#mail div.wrapper .wrap50:last-child {
    margin-top: 35px;
  }
}
#contactOptions .loadIn > .wrap35 .contactItem#mail #map, #contactOptions .loadIn > .wrap35 .contactItem#mail #map2 {
  width: 100%;
  height: 310px;
  border-top: 1px solid #f2f2f2;
}
#contactOptions .loadIn > .wrap35.secondCol {
  margin-top: 5.5%;
}

#onlineActions {
  margin-bottom: 3%;
}

#accordion .contactItem {
  margin-top: 0 !important;
}
#accordion .acc-container {
  width: 100%;
  overflow: hidden;
}
#accordion .acc-container .acc-btn {
  width: 100%;
  cursor: pointer;
  padding-right: 50px;
  background: url("./img/accordion-arrow-down.svg") no-repeat 100% 50%;
}
#accordion .acc-container .acc-btn.open {
  background: url("./img/accordion-arrow-up.svg") no-repeat 100% 50%;
}
#accordion .acc-container .acc-content {
  height: 0px;
  width: 100%;
  margin: 30px 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #195181;
}
#accordion .acc-container .acc-content #companyDetails {
  padding: 30px 30px 30px 0;
}
#accordion .acc-container .acc-content #companyDetails .email {
  margin-top: 10px;
}
#accordion .acc-container .open {
  height: auto;
}
@media (max-width: 1023px) {
  #contactOptions .loadIn > .wrap35 .contactItem#contactForms .contactForms button {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #contactOptions .loadIn > .wrap35 {
    width: 79%;
  }

  #accordion .contactItem {
    max-height: 108vh !important;
  }
}

/*# sourceMappingURL=style.css.map */
