/* LESS Document */
/*-----------------------------------------------

Name:     "Vesalius Ventures" master styles
Designer: Bohnsack Design
Date:     08-2023 v2.0

----------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// LESS Variables //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* white */
/* black */
/* teal */
/* copper  */
/* tan  */
/* dark tan  */
/* gray  */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// HTML5 Rules //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
article,
aside,
button,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Site-Wide Styles //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
body {
  font-family: 'Merriweather', serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: #f1efe9;
  color: #494949;
}
/* headers */
h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #007c67;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 50px 0 0 0;
}
h2 {
  font-size: 1.7em;
  font-family: 'Arial', sans-serif;
  padding: 15px 0;
  margin: 0;
  color: #b98748;
  text-transform: uppercase;
}
h3 {
  font-size: 1.3em;
  font-family: 'Arial', sans-serif;
  color: #007c67;
  font-weight: bold;
  padding: 15px 0 15px 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #f1efe9;
  text-transform: uppercase;
}
h4 {
  font-size: 1.3em;
  color: #b98748;
  font-family: 'Arial', sans-serif;
  text-align: center;
  font-weight: 700;
  padding: 30px 0;
}
h5 {
  color: #8e8e7c;
}
h6 {
  color: #8e8e7c;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
a,
button {
  text-decoration: underline;
  color: #007c67;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
a:hover,
button:hover {
  color: #b98748;
  cursor: pointer;
}
a,
button:focus,
a:active {
  outline: none;
  color: #007c67;
  border: none;
}
a img,
button {
  border: none;
}
blockquote {
  font-size: 120%;
  font-style: italic;
  color: #007c67;
  padding: 15px 0;
}
b,
strong {
  font-weight: bold;
  font-weight: 700;
}
hr {
  height: 1px;
  border-top: 1px solid #f1efe9;
  padding: 0;
}
ul {
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: left;
}
ul li {
  list-style: none;
  background: url(/images/bullet.png) no-repeat 5px 12px;
  background-size: 6px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 20px;
}
ul.striped li {
  background-image: none;
  background-color: #f1efe9;
  margin: 0;
  padding: 2px 7px;
}
ul.striped li:nth-child(even) {
  background-image: none;
  background-color: #ffffff;
}
p {
  padding: 5px 0 10px 0;
  margin: 0;
}
header {
  background: url("../images/bg-header.jpg") #f1efe9;
  z-index: 200;
  padding: 0 30px;
  font-family: 'Arial', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.5px;
}
.main-content {
  padding-bottom: 50px;
  line-height: 2em;
  background-color: #ffffff;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
panels
//////////////////////////////////////////////////
----------------------------------------------- */
.panels {
  height: 50vh;
  overflow: hidden;
  background-color: #000;
}
.panels h1 {
  height: 50vh;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  padding: 0;
}
.panels h1 a {
  background: url(/images/panel-arrow.png) 0% 50% no-repeat;
  background-size: contain;
  color: #FFF;
  text-decoration: none;
  padding: 30px 30px 30px 60px;
}
#panel1 h1 {
  background: url(/images/home-panel1.jpg) no-repeat 50% 50% #b98748;
  background-size: cover;
}
#panel2 h1 {
  background: url(/images/home-panel2.jpg) no-repeat 50% 50% #007c67;
  background-size: cover;
}
#panel3 h1 {
  background: url(/images/home-panel3.jpg) no-repeat 50% 50% #b98748;
  background-size: cover;
}
#panel4 h1 {
  background: url(/images/home-panel4.jpg) no-repeat 50% 50% #007c67;
  background-size: cover;
}
#panel1 h1:hover,
#panel2 h1:hover,
#panel3 h1:hover,
#panel4 h1:hover {
  opacity: 0.8;
  letter-spacing: 5px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Section Page Styles 
//////////////////////////////////////////////////
----------------------------------------------- */
.hero-image {
  padding-top: 50px;
}
h2.name {
  padding: 0;
  margin: 0;
}
.job-title {
  font-style: italic;
  padding-top: 0;
  margin-top: 0;
}
img.shadow {
  border-bottom: 10px solid transparent;
  -webkit-border-image: url(../images/bg-pics.png) 0 0 20 0 stretch;
  /* Safari 5 */
  -o-border-image: url(../images/bg-pics.png) 0 0 20 0 stretch;
  /* Opera */
  border-image: url(../images/bg-pics.png) 0 0 20 0 stretch;
}
/* toggles */
.question {
  padding: 10px 10px 10px 45px;
  background: linear-gradient(180deg, #007c67 0%, #005849 100%);
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 2px;
  color: #ffffff;
}
.question:hover {
  background: linear-gradient(180deg, #b98748 0%, #8b6535 100%);
  cursor: pointer;
}
.question span.plus {
  display: block;
  margin-left: -35px;
  float: left;
  height: 25px;
  width: 25px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  text-indent: -9999px;
  background: url("/images/plus-minus.gif") no-repeat #494949 50% 0px;
  background-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.question span.new {
  background-color: #b98748;
  display: inline-block;
  padding: 1px 6px;
  font-weight: normal;
  color: #ffffff;
  font-size: 75%;
}
.question.on span {
  background-position: 50% -20px;
}
.question.on {
  background: linear-gradient(180deg, #b98748 0%, #8b6535 100%);
}
.answer {
  background-color: #f1efe9;
  padding: 1px 20px 10px 20px;
  display: none;
}
/* logos */
.logos img {
  padding: 20px 0;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
File Download buttons 
//////////////////////////////////////////////////
----------------------------------------------- */
a.file {
  font-family: 'Merriweather', serif;
  padding: 10px 15px 10px 50px;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}
a.file:hover {
  background-color: #007c67;
}
a.pdf {
  background: url(/images/bullet-pdf.png) no-repeat 12px 50% #b98748;
  background-size: 30px;
}
a.csv {
  background: url(/images/bullet-csv.png) no-repeat 12px 50% #b98748;
  background-size: 20px;
}
a.doc {
  background: url(/images/bullet-doc.png) no-repeat 12px 50% #b98748;
  background-size: 20px;
}
a.xls {
  background: url(/images/bullet-xls.png) no-repeat 12px 50% #b98748;
  background-size: 20px;
}
a.link {
  background: url(/images/bullet-link.png) no-repeat 12px 50% #b98748;
  background-size: 20px;
}
a.download {
  background: url(/images/bullet-download.png) no-repeat 12px 50% #b98748;
  background-size: 20px;
}
a.video {
  background: url(/images/bullet-video.png) no-repeat 12px 50% #b98748;
  background-size: 20px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Buttons
//////////////////////////////////////////////////
----------------------------------------------- */
a.down-btn {
  width: 50px;
  height: 70px;
  background: url(/images/arrow-down.svg) 0% 0% no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
}
a.down-btn:hover {
  background-position: 0% 100%;
}
a.btn {
  border: none;
  display: block;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  background: linear-gradient(180deg, #007c67 0%, #005849 100%);
  padding: 10px 20px;
  margin: 5px 0;
  text-decoration: none;
  font-size: 125%;
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  white-space: normal;
}
a.btn:hover {
  background: linear-gradient(180deg, #b98748 0%, #8b6535 100%);
  color: #ffffff !important;
}
a.btn:focus,
a.btn:active {
  outline: none !important;
  border: none !important;
  -moz-outline-style: none !important;
  background: linear-gradient(180deg, #b98748 0%, #8b6535 100%);
}
a.btn-default {
  display: inline-block;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
footer 
//////////////////////////////////////////////////
----------------------------------------------- */
footer {
  font-family: 'Arial', sans-serif;
  font-size: 0.8em;
  background-color: #f1efe9;
  padding: 50px 0;
}
footer p {
  padding: 0;
  margin: 0;
}
footer .contact-info {
  font-size: 1.2em;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Forms 
//////////////////////////////////////////////////
----------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel],
textarea {
  border: #f1efe9 solid 2px;
  padding: 10px 10px;
  margin: 0 5px 10px 0;
  background-color: #f1efe9;
  color: #000000;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #ffffff;
}
select {
  color: #000000;
  border: 0 !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url(/images/arrow-down-white.png) 95% 50% no-repeat #007c67;
  background-size: 14px;
  width: 200px;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  padding: 7px;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
select:hover {
  background: url(/images/arrow-down-white.png) 95% 50% no-repeat #b98748;
  background-size: 14px;
}
input[type=submit] {
  background: linear-gradient(180deg, #007c67 0%, #005849 100%);
  padding: 5px 15px 10px 15px;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  font-family: 'Arial', sans-serif;
  font-size: 150%;
  letter-spacing: 1px;
  height: 46px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
input[type=submit]:hover {
  background: linear-gradient(180deg, #b98748 0%, #8b6535 100%);
}
label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Media Queries //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Desktop (xl)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (min-width: 992px) {
  /*header:before {content:"Desktop (xl)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Laptop (lg)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 992px) {
  /*header:before {content:"Laptop (lg)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Tablet (md)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*header:before {content:"Tablet(md)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.5em;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Phone (sm)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 576px) {
  /*header:before {content:"Phone(sm)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 12px;
  }
  header {
    padding: 10px 10px 10px 15px;
    font-size: 1em;
    letter-spacing: normal;
  }
  h1 {
    font-size: 1.6em;
  }
  .panels {
    height: 25vh;
  }
  .panels h1 {
    height: 25vh;
  }
  h2.name {
    padding-top: 15px;
  }
}
