/*
#F15D12 - orange
#636D38 - green
#FEF7D9 - white
#F7D44E - yellow

font-family: 'Caveat', cursive;
font-family: 'Open Sans', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Open+Sans:wght@400;600;700;800&display=swap');

BODY {
  margin: 0;
  padding: 0;
  background: #FEF7D9;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

IMG { border: 0; }

A { text-decoration: none; }

HEADER {
  background: #F15D12;
  color: #FEF7D9;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  position: relative;
}

HEADER A { color: #FEF7D9; }
HEADER A:hover { color: #F7D44E; }

HEADER > DIV {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1216px;
  margin: 0 auto;
}

#logo-text { width: 16.25rem; height: auto; margin: 1.375rem 0; }

HEADER > DIV > DIV { text-align: right; margin-bottom: 0.8em; }

HEADER > DIV > DIV > DIV { padding: 0 1em 0.4em 0; }

#toggle-menu, LABEL[for="toggle-menu"] { display: none; }

#menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu LI { margin-left: 2.65em; text-align: center; }
#menu LI:first-of-type { margin-left: 0; }

#menu LI .contact {
  display: block;
  border-radius: 0.8em;
  padding: 0.333em 1.4em 0.4em;
  background: #636D38;
  color: #FFFFFF;
  white-space: nowrap;
}

#menu LI .contact:hover { background: #FEF7D9; color: #636D38; }

#menu LI.phone { display: none; }

.cycle-slideshow { height: 24.125rem; }

.cycle-slideshow .cycle-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cycle-slideshow .cycle-slide > DIV {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F15D12;
  color: #FEF7D9;
  font-weight: 400;
  padding: 0.5em 2em;
}

#about {
  width: 1048px;
  margin: 0 auto;
  padding: 1.6875rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #F15D12;
  font-size: 1.0625rem;
  line-height: 1.4;
}

#logo { width: 13.4375rem; height: auto; margin-right: 3.9375rem; }

#about H1 {
  margin: 0 0 0.2em;
  color: #636D38;
  font-weight: 800;
  font-size: 294.1176%;
  line-height: 1;
}

#scroll {
  color: #F15D12;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 1.6875rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330'%3E%3Cpath fill='%23F15D12' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E") no-repeat center top 1em;
  background-size: 1.5625rem auto;
}

#services {
  background: #636D38;
  color: #FEF7D9;
  text-align: center;
  padding: 5rem 0 4.125rem;
}

#services A { color: #F7D44E; }
#services A:hover { color: #FEF7D9; }

#services H2 {
  margin: 0 0 0.1em;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1.1;
}

#services .text {
  width: 710px;
  margin: 0 auto;
  font-size: 1.5625rem;
}

#servs {
  width: 922px;
  margin: 3.75rem auto 0;
  border: 0.25rem solid #F15D12;
  text-align: left;
}

#servs > DIV {
  border-bottom: 0.25rem solid #F15D12;
  padding: 1.875rem;
  font-size: 1.25rem;
  position: relative;
}

#servs > DIV:last-of-type { border-bottom: 0; }

#servs LABEL {
  display: block;
  font-size: 110%;
  text-transform: uppercase;
  padding-right: 2.5rem;
  position: relative;
  cursor: pointer;
}

#servs LABEL:before {
  content: "";
  position: absolute;
  top: 0.71875rem;
  right: 0;
  width: 1.5625rem;
  height: 0.5rem;
  background: #F15D12;
}

#servs LABEL:after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  right: 0.53125rem;
  width: 0.5rem;
  height: 1.5625rem;
  background: #F15D12;
}

#servs INPUT[type="checkbox"] { display: none; }

#servs INPUT[type="checkbox"] + LABEL + DIV { height: 0; padding: 0; opacity: 0; transition: all 0.2s; }
#servs INPUT[type="checkbox"]:checked + LABEL + DIV { height: auto; padding: 2.1875rem 0; opacity: 1; }

#servs INPUT[type="checkbox"]:checked + LABEL:after { display: none; }

#projects { padding-top: 3.0625rem; }

#projects H2 {
  margin: 0 0 0.5em;
  color: #F15D12;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.owl-carousel .owl-item .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.owl-carousel .owl-item .image:before { content: ""; display: block; padding-top: 100%; }

.owl-carousel .owl-item .image > DIV {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 105%;
  transform: translate(-50%,-50%);
  background: rgba(241,93,18,0.5);
  color: #FEF7D9;
  font-size: 1.15rem;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1em 2em;
}

.owl-carousel .owl-item:hover .image > DIV { display: flex; }

.owl-carousel .owl-item .text {
  padding: 1.1em 0.77em 1.23em;
  background: #F15D12;
  color: #FEF7D9;
  font-weight: 600;
  font-size: 0.8125rem;
  min-height: 2.75rem;
}

.owl-carousel .owl-item .text STRONG { font-weight: 700; font-size: 115.3846%; }

.owl-nav { text-align: center; padding: 1.6875rem 0 2.125rem; }

.owl-prev, .owl-next {
  display: inline-block;
  margin: 0 1.125rem;
  border-radius: 50%;
  width: 4.125rem;
  height: 4.125rem;
  background: #F15D12 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z'/%3E%3C/svg%3E") no-repeat center !important;
  background-size: 50% !important;
  cursor: pointer;
}

.owl-prev { transform: rotate(180deg); }

.owl-prev:hover, .owl-next:hover { background-color: rgba(241, 93, 18, 0.7)  !important; }

#certifications {
  background: #F15D12;
  color: #FEF7D9;
  font-size: 1.5625rem;
  padding: 2.1875rem 0;
}

#certifications > DIV {
  width: 1068px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#certifications > DIV > DIV:first-of-type { width: calc(100% - 22.875rem); }

#certifications > DIV > DIV:last-of-type { width: 12.9375rem; }

#certifications > DIV > DIV IMG { max-width: 100%; height: auto; margin-top: 1em; }
#certifications > DIV > DIV IMG:first-of-type { margin-top: 0; }

#certifications H2 {
  margin: 0 0 0.1em;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1;
}

#certifications A { color: #F7D44E; }
#certifications A:hover { opacity: 0.5; }

#certifications .button {
  display: inline-block;
  border-radius: 0.8em;
  margin: 1em 1em 0 0;
  min-width: 20.75rem;
  box-sizing: border-box;
  padding: 0.333em 1em 0.4em;
  background: #F7D44E;
  color: #F15D12;
  font-size: 92%;
  line-height: 1;
  text-align: center;
}

#certifications .button:last-of-type { margin-right: 0; }

#certifications .button:hover { background: #FEF7D9; }

#workwith { text-align: center; padding: 3.75rem 0 1.875rem; }

#workwith H2 {
  margin: 0;
  color: #F15D12;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

#workwith IMG { max-height: 9.5rem; width: auto; margin: 2em 2.75rem; vertical-align: middle; }
#workwith IMG.long { max-height: 6.25rem; }

#leadership {
  background: #F15D12 url(../images/william-buford.jpg) no-repeat center right;
  background-size: contain;
  color: #FEF7D9;
  font-size: 1.5625rem;
  position: relative;
}

#leadership .text {
  width: 1068px;
  margin: 0 auto;
  padding: 4.25rem 28.125rem 4.25rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

#leadership H2 {
  margin: 0 0 0.1em;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1;
}

#leadership .text > DIV {
  font-family: 'Caveat', cursive;
  font-size: 120%;
}

#leadership .image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: url(../images/william-buford.jpg) no-repeat center;
  background-size: cover;
}

#contact {
  background: url(../images/contact.jpg) no-repeat center;
  background-size: cover;
  color: #FEF7D9;
  padding: 4.6875rem 0 3.125rem
}

#contact H2 {
  margin: 0 0 0.8em;
  font-weight: 800;
  font-size: 3.3125rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

#form-contact { width: 702px; margin: 0 auto; font-size: 1.125rem; text-transform: uppercase; }

INPUT[type="text"],
INPUT[type="email"],
INPUT[type="tel"],
TEXTAREA {
  outline: 0;
  border: 0.1875rem solid #FEF7D9;
  background: transparent;
  color: #FEF7D9;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.7rem 1rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 1em;
}

TEXTAREA { padding: 0.625rem 0.7rem 0.125rem; height: 12rem; }

FORM INPUT[type="radio"] { display: none; }

FORM INPUT[type="radio"] + LABEL { display: inline-block; margin: 0.5em 2.2em 1em 0; }
FORM INPUT[type="radio"] + LABEL:last-of-type { margin-right: 0; }

FORM INPUT[type="radio"] + LABEL:before {
  content: '';
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.125rem solid #FEF7D9;
  border-radius: 50%;
  position: relative;
  top: 0.125rem;
  margin-right: 0.5em;
  cursor: pointer;
}

FORM INPUT[type="radio"]:checked + LABEL:before { background: #FEF7D9; }

INPUT:-ms-input-placeholder { color: #FEF7D9; text-transform: uppercase; } /* IE11 */
TEXTAREA:-ms-input-placeholder { color: #FEF7D9; text-transform: uppercase; } /* IE11 */
INPUT::placeholder, TEXTAREA::placeholder { color: #FEF7D9; opacity: 1; text-transform: uppercase; }
INPUT:focus::placeholder, TEXTAREA:focus::placeholder { color: transparent; }

INPUT.alert, TEXTAREA.alert { border-color: #F7D44E; }
INPUT.alert:-ms-input-placeholder { color: #F7D44E; } /* IE11 */
TEXTAREA.alert:-ms-input-placeholder { color: #F7D44E; } /* IE11 */
INPUT.alert::placeholder, TEXTAREA.alert::placeholder { color: #F7D44E; opacity: 1; }
INPUT.alert:focus::placeholder, TEXTAREA.alert:focus::placeholder { color: transparent; }

FORM .col2 { display: flex; justify-content: space-between; align-items: flex-start; }

FORM .col2 INPUT { width: 47.1509%; }
FORM .col2.sub INPUT { width: auto; }

INPUT[type="submit"] {
  outline: 0;
  border: 0;
  border-radius: 1.1em;
  box-sizing: border-box;
  padding: 0.5em 2.7em 0.5em;
  background: #FEF7D9;
  color: #636D38;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s;
}

INPUT[type="submit"]:hover { background: #FFFFFF; }

FOOTER {
  background: #F15D12;
  color: #FEF7D9;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  padding-bottom: 1.5625rem;
}

FOOTER A { color: #FEF7D9; }
FOOTER A:hover { color: #F7D44E; }

FOOTER > DIV {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 864px;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 2.5rem 0;
}

#logo-cream { width: 12.0625rem; height: auto; }

#survey { padding: 2.8125rem 0; }

#survey H1 {
  margin: 0;
  color: #636D38; 
  font-weight: 800;
  font-size: 3.125rem;
  text-align: center;
}

#survey H2 {
  margin: 0;
  color: #F15D12; 
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
}

#form-survey { width: 984px; margin: 2em auto 0; }

#form-survey INPUT[type="text"],
#form-survey INPUT[type="email"],
#form-survey INPUT[type="tel"],
#form-survey TEXTAREA { border-color: #636D38; color: #636D38; }

#form-survey TEXTAREA { margin-top: 1.5em; height: 7.75rem; }

FORM#form-survey INPUT[type="radio"] + LABEL { margin: 0; }

FORM#form-survey INPUT[type="radio"] + LABEL:before { border-color: #636D38; width: 1.125rem; height: 1.125rem; }
FORM#form-survey INPUT[type="radio"]:checked + LABEL:before { background: #636D38; }

#form-survey INPUT:-ms-input-placeholder { color: #636D38; } /* IE11 */
#form-survey TEXTAREA:-ms-input-placeholder { color: #636D38; } /* IE11 */
#form-survey INPUT::placeholder, #form-survey TEXTAREA::placeholder { color: #636D38; }
#form-survey INPUT:focus::placeholder, #form-survey TEXTAREA:focus::placeholder { color: transparent; }

#form-survey INPUT.alert, #form-survey TEXTAREA.alert { border-color: #F15D12; }
#form-survey INPUT.alert:-ms-input-placeholder { color: #F15D12; } /* IE11 */
#form-survey TEXTAREA.alert:-ms-input-placeholder { color: #F15D12; } /* IE11 */
#form-survey INPUT.alert::placeholder, #form-survey TEXTAREA.alert::placeholder { color: #F15D12; opacity: 1; }
#form-survey INPUT.alert:focus::placeholder, #form-survey TEXTAREA.alert:focus::placeholder { color: transparent; }

#form-survey INPUT[type="submit"] { background: #636D38; color: #FEF7D9; }
#form-survey INPUT[type="submit"]:hover { background: #F15D12; }

#form-survey H3 {
  margin: 0.5em 0 0.5em;
  color: #636D38;
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
}

#form-survey HR {
  margin: 0 0 0.5rem;
  border: 0;
  border-top: 0.3125rem solid #636D38;
}

#form-survey .questions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 0;
  border-bottom: 0.0625rem solid #636D38;
}

#form-survey .questions .question {
  color: #F15D12; 
  font-weight: 800;
  font-size: 1.125rem;
  text-transform: uppercase;
}

#form-survey .questions .question SPAN { font-size: 72.2222%; }

#form-survey .questions .rating { white-space: nowrap; }

#form-survey .questions .rating SPAN {
  display: inline-block;
  color: #636D38; 
  font-weight: 800;
  font-size: 0.75rem;
  position: relative;
  top: -0.3125rem;
}

#form-survey .questions .rating SPAN:last-of-type { left: -0.4375rem; }




@media only screen and (max-width: 1220px) {
  HEADER > DIV { width: 96%; }
  
  #leadership .text { padding-right: 31.25rem; }
}

@media only screen and (max-width: 1100px) {
  #about, #servs,
  #certifications > DIV,
  #leadership .text { width: 96%; }
  
  #leadership { background-image: none; }
  #leadership .text { padding-right: 52%; }
  #leadership .image { display: block; }
}

@media only screen and (max-width: 1000px) {
  #form-survey { width: 96%; }
}

@media only screen and (max-width: 950px) {
  #menu LI { margin-left: 3.5vw; }
}

@media only screen and (max-width: 900px) {
  HEADER > DIV > DIV { text-align: center; }

  HEADER > DIV > DIV > DIV { display: none; }

  LABEL[for="toggle-menu"] {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
  }

  LABEL[for="toggle-menu"] DIV,
  LABEL[for="toggle-menu"] DIV:before,
  LABEL[for="toggle-menu"] DIV:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 0.375rem;
    width: 100%;
    background: #FEF7D9;
    border-radius: 0.1875rem;
    transition: all 0.2s;
  }

  LABEL[for="toggle-menu"] DIV:before,
  LABEL[for="toggle-menu"] DIV:after {
    content: "";
    top: -0.75rem;
    transform: none;
    transform-origin: 0% 0%;
  }

  LABEL[for="toggle-menu"] DIV:after { top: 0.75rem; }

  #toggle-menu:checked + LABEL[for="toggle-menu"] DIV { background: transparent; }

  #toggle-menu:checked + LABEL[for="toggle-menu"] DIV:before,
  #toggle-menu:checked + LABEL[for="toggle-menu"] DIV:after {
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%,-50%);
  }

  #toggle-menu:checked + LABEL[for="toggle-menu"] DIV:after { transform: rotate(-45deg) translate(-50%,-50%); }

  #menu {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F15D12;
    padding-bottom: 0.5em;
    font-size: 1.875rem;
  }

  #toggle-menu:checked + LABEL + #menu { display: block; }

  #menu LI { margin: 0.5em 2%; }

  #menu LI .contact {
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #FEF7D9;
  }

  #menu LI .contact:hover { background: transparent; color: #F7D44E; }

  #menu LI.phone { display: block; }

  FOOTER > DIV { width: 96%; }
}

@media only screen and (max-width: 750px) {
  #services .text, #form-contact { width: 96%; }
}

@media only screen and (max-width: 700px) {
  FOOTER > DIV { flex-wrap: wrap; justify-content: center; }
  FOOTER > DIV > DIV { width: 50%; }
  FOOTER > DIV > DIV:last-of-type { text-align: right; }
  #logo-cream { order: 3; margin-top: 2em; }

  #certifications > DIV { flex-direction: column; }
  #certifications > DIV > DIV:first-of-type { width: 100%; }
  #certifications > DIV > DIV:last-of-type {
    width: 100%; height: 12.9375rem; display: flex; justify-content: space-around; margin-top: 2em;
  }
  #certifications > DIV > DIV IMG { max-height: 100%; width: auto; margin-top: 0; }
  #certifications H2 { font-size: 12vw; }
  
  #leadership .text { padding-right: 0; }
  #leadership .image { position: static; width: 100%; height: auto; }
  #leadership .image:before { content: ""; display: block; padding-top: 100%; }
}

@media only screen and (max-width: 600px) {
  #about { flex-direction: column; }
  #logo { width: 90%; height: auto; margin: 1.5em 0 2em; }

  #workwith H2 { font-size: 12vw; }

  FORM .col2 { flex-direction: column; }
  FORM .col2.sub { align-items: center; }
  FORM .col2 INPUT { width: 100%; }
  INPUT[type="submit"] { margin-top: 1em; }

  #form-survey .questions { flex-direction: column; align-items: flex-start; }
  #form-survey .questions .rating { margin-top: 1em; }
}

@media only screen and (max-width: 500px) {
  FOOTER > DIV { flex-direction: column; text-align: center; }
  FOOTER > DIV > DIV { width: 100%; }
  FOOTER > DIV > DIV:first-of-type { order: 2; margin-top: 2em; }
  FOOTER > DIV > DIV:last-of-type { text-align: center; }
  #logo-cream { margin: 2em auto 0; }

  #services H2 { font-size: 14.4vw; }

  #certifications > DIV > DIV:last-of-type { height: auto; flex-direction: column; }
  #certifications > DIV > DIV IMG { max-width: 100%; height: auto; margin-top: 1em; }

  #workwith IMG, #workwith IMG.long { max-width: 96%; height: auto; margin: 2em auto; max-height: 100%; }

  #leadership H2 { font-size: 14.400vw; }
}