html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

a, a:hover {
  text-decoration: none;
  font-family: 'Titillium Web', sans-serif;
}
button, select, a, div {
  outline: none!important;
}
p, address {
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
#masthead {
  background: #c6a53f;
  width: 100%;
  position: absolute;
  z-index: 9999;
}
#masthead .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
}
#masthead .container > a {
  display: flex;
  align-self: flex-start;
}
.site-branding {
  background: #f2f2f2;
  min-width: 150px;
  height: 100px;
  display: flex;
  align-self: flex-start;
}
#masthead #logo {
  display: block;
  width: 90px;
  height: auto;
  margin: 10px auto;
}
#masthead .nav-wrap {
  display: flex;
}

button.menu-toggle {
  display: none;
}
.main-navigation.toggled .menu-menu1-container {
  display: block;
}

ul#primary-menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
ul#primary-menu li {
  padding: 10px 12px;
}
ul#primary-menu li a {
  color: #fff;
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
ul#primary-menu li a:hover, ul#primary-menu li a:focus {
  color: #272727;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
}
#masthead li.current_page_item a {
  color: #272727!important;
  border-bottom: 3px solid #fff;
  padding: 19px 2px;
}
#masthead #details {
  display: flex;
  align-items: center;
}
#masthead #details div {
  display: flex;
  align-items: center;
}
#masthead #details div:nth-child(1) {
  margin-right: 20px;
}
#masthead #details div .phone {
  color: #fff;
  font-size: 24px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
}
#masthead #details div .email {
  color: #fff;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  margin: 0;
}
#masthead .fa-envelope, #masthead .fa-phone-alt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
#masthead .fa-phone-alt {
  font-size: 20px;
  margin: 4px 5px 0 0;
}
#masthead .fa-envelope {
  margin: 5px 5px 0 0;
}

/*--Home Hero--*/
/* Slick Slider Main Styles */
.slider-wrap {
  position: relative;
}
.overlay {
  position: absolute;
  background: rgba(0,0,0,.3);
  height: 100%;
  width: 100%;
  z-index: 999;
}
#hero-slider, #hero-slider .slick-list, #hero-slider .slick-track {
  height: 580px;
}
.slick-slide {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* slick arrows */
.slick-prev {
  background: rgba(226,180,38,.7);
  border: 0;
  padding: 13px 15px 13px 13px;
  position: absolute;
  left: 0;
  top: 52%;
  z-index: 999;
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.slick-prev:before {
  content: "\f053";
}
.slick-next {
  background: rgba(226,180,38,.7);
  border: 0;
  padding: 13px 13px 13px 15px;
  position: absolute;
  right: 0;
  top: 52%;
  z-index: 999;
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.slick-next:before {
  content: "\f054";
}
/* Hide dots */
.slick-dots {
  display: none!important;
}
/* END Slick Slider Main Styles */

#hero-slider .slide1 {
  background: url(/wp-content/themes/underscores/img/slide1.jpg) no-repeat center 45%;
  background-size: cover;
  height: 100%;
}
#hero-slider .slide2 {
  background: url(/wp-content/themes/underscores/img/slide2.jpg) no-repeat center 45%;
  background-size: cover;
  height: 100%;
}
#hero-slider .slide3 {
  background: url(/wp-content/themes/underscores/img/slide3.jpg) no-repeat center 45%;
  background-size: cover;
  height: 100%;
}
.slick-slide .container {
  padding-top: 0;
  padding-bottom: 0;
}
.overlay .slider-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  width: auto;
  margin: 32px auto 0 auto;
}
.overlay h1, .overlay h2, #hero-internal h1 {
  color: #fff;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  line-height: 47px;  
  margin: 0;
}
.overlay h1 span {
  font-weight: 400!important;
}
.overlay .line {
  display: none;
}
.overlay h2 {
  font-size: 45px;
  width: 640px;
  line-height: 42px;
  margin-bottom: 2px;
}
.overlay p {
  line-height: 24px;
  text-align: center;
  width: 780px;
}
.overlay .slider-caption a {
  font-size: 14px;
  color: #fff;
  background: #c6a53f;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px 21px;
  border-radius: 0;
  margin-top: 9px;
}
.overlay h1, .overlay h2 {
  filter: drop-shadow(5px 5px 15px #222);
  -webkit-filter: drop-shadow(5px 5px 15px #222);
  filter: drop-shadow(5px 5px 15px #222);
}
.overlay p {
  filter: drop-shadow(3px 3px 5px #222);
  -webkit-filter: drop-shadow(3px 3px 5px #222);
  filter: drop-shadow(3px 3px 5px #222);
}

/* Row 1 */
#row1 {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
#row1 > h2 {
  background: #c6a53f;
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0;
  margin: 0;
}
#row1 .container {
  display: flex;
  justify-content: space-between;
}
#row1 .pod {
  width: 29%;
  height: auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fas, .fab {
  margin: 0 auto 8px auto;
  font-size: 40px;
  color: #c6a53f;
}

#row1 .pod h2 {
  color: #333;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 5px 0;
}
#row1 .pod p {
  text-align: center;
}

/* Row 2 */
#row2 {
  background: #333;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-top: 5px solid rgba(255,255,255,.5);
  border-bottom: 5px solid rgba(255,255,255,.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#row2 > a {
  display: block;
  width: 560px;
  margin: 0 auto;
}
#row2 h2 {
  color: #fff;
  font-size: 35px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 20px;
  margin: 0 auto;
}
#row2 h2 span {
  color: #c6a53f;
  font-weight: 700;
}
#row2 h2 span:hover {
  text-decoration: underline;
}

/* Row 3 */
#row3, #row1-internal {
  background: url(/wp-content/themes/underscores/img/pattern_lightpaperfibres.jpg) repeat;
  width: 100%;
  height: auto;
  padding: 50px 0;
  margin: 0;
}
#row3 h2, #row1-internal h2 {
  color: #333;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 auto 25px auto;
  border-bottom: 2px solid #333;
  width: 300px;
  line-height: 29px;
}
#row3 h2 span, #row1-internal h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 600;
}
#row3 h2 span:before, #row1-internal h2 span:before {
  background: #4d4d4d;
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  margin: 0 20px 0 0;
}
#row3 h2 span:after, #row1-internal h2 span:after {
  background: #4d4d4d;
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  margin: 0 0 0 20px;
}
#row3 p, #row1-internal p {
  color: #444;
  text-align: center;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
#row3 a {
  display: block;
  width: 87px;
  text-transform: uppercase;
  margin: 9px auto 0 auto;
  font-size: 14px;
  color: #fff;
  background: #c6a53f;
  font-weight: 600;
  line-height: normal;
  padding: 6px 21px;
  border-radius: 0;
  text-align: center;
}
#row3 a:hover {
  background: #333;
}

/* Row 4 */
#row4 {
  background: #c6a53f;
  width: 100%;
  height: auto;
  padding: 50px 0;
  margin: 0;
}
#row4 h2 {
  color: #333;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: lowercase;
  padding: 0;
  margin: 0 auto 10px auto;
  width: 500px;
  line-height: 29px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#row4 h2:before {
  background: #333;
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  margin: 0 20px 0 0;
}
#row4 h2:after {
  background: #333;
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  margin: 0 0 0 20px;
}
#row4 h3 {
  color: #333;
  font-size: 28px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
  width: 500px;
  line-height: 29px;
}
#row4 .form-row {
  display: flex;
}
/*--FORM--*/
#row4 div.wpcf7 {
  width: 480px;
  margin: 0 auto;
  position: relative;
}
#row4 div.wpcf7 p {
  padding: 0;
  margin: 0;
}
#row4 select {
  display: block;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 56px;
  margin: 0 0 5px 0;
  padding: 0!important;
  text-transform: unset;
  border: none!important;
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  box-shadow: 0px!important;
  text-shadow: 0px!important;
  text-indent: 22px;
  line-height: normal;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
}
#row4 input {
  background-color: transparent!important;
  color: #fff;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 37px;
  margin: 0 0 10px 0;
  padding: 0!important;
  text-indent: 10px!important;
  text-transform: unset;
  border: 1px solid #fff!important;
  border-radius: 0!important;
  outline: none;
  box-shadow: 0px!important;
  text-shadow: 0px!important;
  appearance:none!important;
  -moz-appearance:none!important; /* Firefox */
  -webkit-appearance:none!important; /* Safari and Chrome */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#row4 input:-internal-autofill-selected {
  background: none!important;
}
#row4 .wpcf7-form-control-wrap {
  width: 100%;
}
#row4 .wpcf7-form-control-wrap:nth-child(1) {
  margin-right: 15px;
}
#row4 .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}
#row4 wpcf7-form-control wpcf7-submit, #row4 button, #row4 input[type="button"], #row4 input[type="reset"], #row4 input[type="submit"] {
  background: #333!important;
  color: #fff;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  width: 200px;
  margin: 0;
  padding: 0;
  height: 48px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  text-indent: 0!important;
  box-shadow: none!important;
  text-shadow: none!important;
  appearance:none!important;
  -moz-appearance:none!important; /* Firefox */
  -webkit-appearance:none!important; /* Safari and Chrome */
}
#row4 button:hover, #row4 input[type="button"], #row4 input[type="reset"], #row4 input[type="submit"] {
  background: #333!important;
  color: #fff;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  width: 200px;
  height: 48px;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  text-indent: 0!important;
  box-shadow: none!important;
  text-shadow: none!important;
  appearance:none!important;
  -moz-appearance:none!important; /* Firefox */
  -webkit-appearance:none!important; /* Safari and Chrome */
}
#row4 input[type="submit"] {
  color: #c6a53f;
  font-weight: 700;
  display: block;
  border: none!important;
  margin: 10px auto 0 auto;
  position: relative;
  z-index: 9999;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
}
#row4 input[type="submit"]:hover {
  color: #fff;
  cursor: pointer;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
}
#row4 div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 17px;
}
#row4 textarea {
  background: transparent;
  height: 100px;
  color: #fff!important;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  border: 1px solid #fff!important;
  outline: none;
  padding: 5px 2%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#row4 input[type="text"], #row4 input[type="email"], #row4 input[type="url"], #row4 input[type="password"], #row4 input[type="search"] {
  text-indent: 5px;
  font-family: 'Titillium Web', sans-serif;
  width: 100%;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  font-family: 'Titillium Web', sans-serif;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

/* Placeholder Styling */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
  color: #fff;
  opacity: 1; 
  font-family: 'Titillium Web', sans-serif; 
}

/*--Mozilla Text-indent Fix--*/
@-moz-document url-prefix() {
  select {
    text-indent: 11px!important;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    text-indent: 7px!important;
  }
}

.form-row-4 {
  opacity: 0;
  height: 0;
}
.quiz-appear {
  opacity: 1;
  height: auto;
}
span.wpcf7-quiz-label {
  color: #fff;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  padding: 0 0 0 11px;
}

/*--Error Styling--*/
span.wpcf7-not-valid-tip {
  background: #fddede;
  color: #ee2828;
  font-size: 10px;
  font-family: 'Titillium Web', sans-serif;
  z-index: 9;
  width: 100%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin: -17px 0 0 0;
  padding: 0;
  font-size: 9px;
  color: #333;
  background: rgba(255,255,255,.5);
  border: 0;
  border-radius: 0;
  text-align: center;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  margin: 0;
  font-size: 12px;
  background: rgba(255,255,255,.7);
  border: 0;
  border-radius: 0;
}

span.wpcf7-form-control-wrap.your-name span.wpcf7-not-valid-tip, 
span.wpcf7-form-control-wrap.your-email span.wpcf7-not-valid-tip, 
span.wpcf7-form-control-wrap.your-company span.wpcf7-not-valid-tip, 
span.wpcf7-form-control-wrap.your-telephone span.wpcf7-not-valid-tip, 
span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip, 
span.wpcf7-not-valid-tip {
  background: #ee2828;
  color: #fff;
  position: absolute;
  text-indent: 10px;
  text-transform: uppercase;
  top: -15px;
}
.quiz-620 span.wpcf7-not-valid-tip {
  top: auto;
  bottom: -6px;
}
span.wpcf7-form-control-wrap.your-company span.wpcf7-not-valid-tip .form-row {
  margin-top: 15px;
}
form.wpcf7-form.invalid, form.wpcf7-form.sent {
  display: flex!important;
  flex-direction: column!important;
}
form.wpcf7-form.invalid .form-row.form-row-1, form.wpcf7-form.sent .form-row.form-row-1 {
  margin-top: 20px;
}
form.wpcf7-form {
  margin-top: 25px;
}
form.wpcf7-form.invalid #row4 h3 {
  margin-bottom: 5px;
}
.wpcf7-response-output {
  order: -1!important;
  border: 0!important;
  color: #fff;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  margin: 0 auto!important;
  padding: 3px 10px!important;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #ee2828; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900; /* Yellow */
}

span.ajax-loader {
  background-color: yellow;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

/* Footer */
.site-footer {
  background: #333;
  padding: 40px 0;
  margin: 0;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer p {
  color: #fff;
  font-size: 15px;
}
.site-footer p span {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}

.site-footer ul#primary-menu {
  margin: 0 60px 0 0!important;
  display: flex!important;
}
.site-footer ul#primary-menu li {
  padding: 0 10px;
}
.site-footer ul#primary-menu li a:hover {
  color: #c6a53f!important;
}
.site-footer li.current_page_item a {
  color: #c6a53f!important;
}


.site-footer .social {
  display: flex;
  align-items: center;
}
.site-footer .social h3 {
  color: #fff;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0 12px 0 0;
  line-height: normal;
}
.fa-twitter, .fa-linkedin-in {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.fa-twitter {
  margin: 0 10px 0 0;
}
.fa-twitter:hover, .fa-linkedin-in:hover {
  color: #c6a53f;
}

/*--Scroll to top--*/
#scroll-to-top.displayed {
  opacity: 1 !important;
  transform: scale(1, 1);
  outline: 0;
}
#scroll-to-top {
  background: url("/wp-content/themes/underscores/img/sprite.png") no-repeat scroll rgba(0, 0, 0, 0);
  bottom: 20px;
  height: 48px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transform: scale(0, 0);
  transition: all 0.2s ease 0s;
  width: 48px;
  outline: 0;
}

/* ---------------Internal Pages--------------- */
#hero-internal {
  background-size: cover;
  height: 390px;
}
#hero-internal .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
#hero-internal .container .internal-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: rgba(198,165,63,.8);
  width: auto;
  padding: 15px;
  margin: 60px 0 0 0;
}

#hero-internal .container h1 {
  font-size: 40px;
  border: 0;
  padding: 0;
  text-align: left;
  line-height: 41px;
  margin-bottom: 5px;
}
#hero-internal .container p {
  color: #fff;
}
#row1-internal h2 {
  font-size: 23px;
  text-align: left;
  padding: 0;
  margin: 0 0 5px 0;
  border: 0;
  line-height: 20px;
  width: auto;
}
#row1-internal h3 {
  color: #999;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  font-style: italic;
  padding: 0 0 10px 0;
  margin: 0;
}
#row1-internal .line {
  display: block;
  background: #e2b426;
  width: 30px;
  height: 4px;
  margin: 0px 0 16px 0;
}
#row1-internal p {
  text-align: left;
}

/* About us Page */
.page-id-12 #hero-internal {
  background: url(/wp-content/themes/underscores/img/about-us-background.jpg) no-repeat center 30%;
}
.people {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.people .pod {
  width: 22%;
}
.people .pod img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 0 10px 0;
}
#row1-internal .people .pod h2 {
  font-size: 19px;
  text-transform: capitalize;
  line-height: normal;
  line-height: 20px;
  width: auto;
  margin: 0;
}
#row1-internal .people .pod h3 {
  text-transform: capitalize;
  line-height: normal;
  width: auto;
  padding: 0;
  border: 0;
  margin: 1px 0 8px 0;
}
#row1-internal .people p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 8px 0;
}
#row1-internal .people a {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
#row1-internal .people a span:hover {
  text-decoration: underline;
}

/* Services Page */
.page-id-14 #hero-internal {
  background: url(/wp-content/themes/underscores/img/services-background.jpg) no-repeat center 40%;
}

/* Contact Us Page */
.page-id-16 #hero-internal {
  background: url(/wp-content/themes/underscores/img/contact-us-background.jpg) no-repeat center 50%;
}
address {
  color: #444;
  font-style: normal;
  width: 140px;
  margin: 0 0 30px 0;
}
address span {
  font-weight: 600;
}
.contact-details {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  width: 240px;
}
.contact-details a {
  color: #444;
}
.contact-details a:hover {
  text-decoration: underline;
  color: #c6a53f;
}

/* ------------------ Media Queries -------------------- */
@media (max-width: 1380px) {
  .site-footer ul#primary-menu {
    margin-right: 0!important;
  }
  .site-footer .social {
    margin-right: 70px;
  }
}
@media (max-width: 1240px) {
  #row1-internal .people p {
    height: 62px;
  }
}
@media (max-width: 1024px) {
  ul#primary-menu li {
    padding: 10px!important;
  }
  .people {
    justify-content: center;
  }
  .people .pod {
    width: 35%;
    margin-right: 30px;
  }
  .people .pod2, .people .pod4 {
    margin-right: 0;
  }
  .people .pod1, .people .pod2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  button.menu-toggle {
    display: block;
  }
  #site-navigation {
    order: 2;
  }
  #masthead #details {
    margin: 0 20px 0 auto;
  }
  /* Hamburger Menu Icon */
  button.menu-toggle {
    background: none;
    padding: 0;
    border: 0;
  }
  #nav-icon3 {
    width: 27px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 18px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #masthead .menu-menu1-container {
    background-color: #c6a53f;
    width: 100%;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #masthead ul#primary-menu {
    display: none;
    margin: 140px auto 0 auto;
    flex-direction: column;
    padding: 0 20px;
    width: 118px;
  }
  #masthead ul#primary-menu li {
    padding: 0 0 6px 0!important;
  }
  #masthead ul#primary-menu li a {
    font-size: 26px!important;
    font-weight: 300;
    border-bottom: 0;
    padding: 0;
  }
  #masthead li.current_page_item a, ul#primary-menu li a:hover {
    color: #c6a53f!important;
  }
  
  .hide {
    display: block!important;
  }
  .add-bgcolor {
    background: rgba(51,51,51,.6)!important;
  }
  .add-blur {
    -webkit-filter: blur(35px);
    filter: blur(35px);
  }
  .remove-scroll {
    overflow-y: hidden;
  }
  .add-height {
    height: 100vh;
  }
  .smooth {
    transition: forwards .7s ease;
    -webkit-transition: forwards .7s ease;
    -moz-transition: forwards .7s ease;
    -o-transition: forwards .7s ease;
    -ms-transition: forwards .7s ease;
  }
  .overlay p {
    width: 580px;
  }
  #hero-slider, #hero-slider .slick-list, #hero-slider .slick-track {
    height: 500px;
  }
  #row1 .container {
    flex-direction: column;
    align-items: center;
  }
  #row1 .container .pod {
    width: 60%;
  }
  #row1 .container .pod1, 
  #row1 .container .pod2 {
    padding-bottom: 0;
  }
  .site-footer .container, .site-footer .social {
    flex-direction: column;
  }
  .site-footer ul#primary-menu {
    margin: 0 0 10px 0!important;
  }
  .site-footer p {
    margin-bottom: 10px;
  }
  .site-footer .social {
    margin-right: 0;
  }
  .site-footer .social h3 {
    margin: 0 0 5px 0;
  }
  .fa-twitter, .fa-linkedin-in {
    color: #c6a53f;
  }
}
@media (max-width: 768px) {
  .overlay h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .overlay h2 {
    font-size: 35px;
    width: 490px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .overlay p {
    width: 500px;
    line-height: 20px;
  }
}
@media (max-width: 720px) {
  #masthead #details {
    margin: 0 15px 0 auto;
  }
  #masthead #details div .phone, #masthead #details div .email {
    display: none;
  }
  #masthead #details div:nth-child(1) {
    margin-right: 10px;
  }
  #masthead .fa-phone-alt {
    margin: 4px 5px 0 0;
  }
  #masthead .fa-envelope {
    font-size: 21px;
  }
}
@media (max-width: 650px) {
  .overlay h1 {
    line-height: 37px;
  }
  .overlay h2 {
    margin-bottom: 7px;
  }
  .overlay p {
    width: 400px;
    line-height: 20px;
  }
  #row1 .container .pod {
    width: 80%;
  }
  .people .pod {
    width: 40%;
  }
}
@media (max-width: 600px) {
  #row2 > a {
    width: auto;
  }
  .people .pod {
    width: 40%;
  }
  #row1-internal .people a {
    letter-spacing: -.5px;
  }
}
@media (max-width: 550px) {
  #hero-slider .slide1 {
    background: url(/wp-content/themes/underscores/img/slide1-mobile.jpg) no-repeat center top;
  }
  #hero-slider .slide2 {
    background: url(/wp-content/themes/underscores/img/slide2-mobile.jpg) no-repeat center top;
  }
  #hero-slider .slide3 {
    background: url(/wp-content/themes/underscores/img/slide3-mobile.jpg) no-repeat center top;
  }
  .overlay .slider-caption {
    padding: 0 20px;
  }
  .overlay h2 {
    font-size: 32px;
    line-height: 31px;
    width: auto;
  }
  .slick-prev, .slick-next {
    display: none!important;
  }
  .slick-dots {
    display: flex!important;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .slick-dots button {
    background-color: transparent;
    border: 0;
    color: transparent;
  }
  #slick-slide01 {
    margin: 0 14px;
  }
  .slick-dots li.slick-active {
    background-color: #e2b426;
  }
  .slick-dots li {
    background-color: #fff;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  #row1 .container .pod1 {
    padding-top: 40px;
  }
  #row1 .container .pod3 {
    padding-bottom: 40px;
  }
  #row2 h2 {
    padding: 35px 20px;
  }
  #row3, #row4, #row1-internal {
    padding: 40px 0;
  }
  #row1 .container .pod2, 
  #row1 .container .pod3 {
    padding-top: 25px;
  }
  .site-footer {
    padding: 30px 0;
  }
  .people .pod {
    width: 46%;
  }
}
@media (max-width: 540px) {
  #row4 h2, #row4 h3 {
    width: auto;
  }
}
@media (max-width: 520px) {
  #row2 h2 {
    line-height: 39px;
  }
  #row4 div.wpcf7 {
    width: auto;
  }
}
@media (max-width: 480px) {
  .overlay h1 {
    width: 285px;
    line-height: 25px;
  }
  .overlay .line {
    display: block;
    background: #e2b426;
    width: 30px;
    height: 4px;
    margin: 8px 0;
  }
  .overlay h2 {
    font-size: 27px;
    line-height: 28px;
  }
  .overlay p {
    width: auto;
  }
  .hide-me-on-mobile {
    display: none;
  }
  #row1 .container .pod {
    width: 100%;
  }
  #row2 h2 {
    font-size: 30px;
    line-height: 33px;
  }
  #row3 h2 {
    width: 250px;
  }
  #row4 h3 {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  #row4 .form-row {
    flex-direction: column;
  }
  .form-row br {
    display: none;
  }
  .people .pod {
    width: 47%;
  }
  .people .pod1, .people .pod3 {
    margin-right: 20px;
  }
  .people .pod img {
    margin: 0 0 10px 0;
  }
  #row1-internal .people h2 {
    font-size: 17px;
  }
  #row1-internal .people h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  #row1-internal .people p {
    font-size: 13px;
  }
  #row1-internal .people a {
    font-size: 13px;
  }
  #hero-internal .container h1 {
    font-size: 30px;
    line-height: 29px;
  }
  #hero-internal .container .internal-caption > p {
    line-height: 20px;
  }
}
@media (max-width: 420px) {
  #row1-internal .people a {
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .overlay h1 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .overlay h1 {
    width: 240px;
  }
  .overlay h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 374px) {
  .people .pod {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #row1-internal .people .pod p {
    height: 52px;
  }
  .people .pod4 {
    margin-bottom: 0;
  }
}
@media (max-width: 360px) {
  .site-footer ul#primary-menu {
    flex-direction: column;
    align-items: center;
  }
  .site-footer ul#primary-menu li {
    padding: 9px 10px!important;
  }
}
@media (max-width: 300px) {
  #row3 h2, #row1-internal h2 {
    width: auto;
  }
}

/* 404 Custom Styling */
.error404 #masthead {
  position: relative;
}
.error404 #hero-internal {
  background: url(/wp-content/themes/underscores/img/slide1.jpg) no-repeat center 45%!important;
  background-size: cover!important;
  width: 100%!important;
}
.error404 #hero-internal .container .internal-caption {
  background: none;
  margin: 0;
  padding: 0;
}
.error404 #hero-internal .container h1 {
  font-size: 340px;
  line-height: 278px;
  margin-bottom: 0;
}
.error404 #row1-internal h2 {
  margin: 0 0 15px 0;
}
.error404 #row1-internal a {
  display: block;
  background: #c6a53f;
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  width: 140px;
  line-height: normal;
  padding: 7px 20px 8px 20px;
  border-radius: 100px;
  text-align: center;
}
.error404 #row1-internal .line {
  margin: 0px 0 20px 0;
}
@media (max-width: 1024px) {
  .error404 #hero-internal .container .internal-caption {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .error404 #hero-internal {
    height: 280px;
  }
  .error404 #hero-internal .container h1 {
    font-size: 52vw;
  }
  .error404 #row1-internal .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .error404 #row1-internal h2 {
    text-align: center;
  }
}


