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

Name:     "Focus Health for Kids" master styles
Designer: Bohnsack Design
Date:     11-2021 v1.0

----------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
/////////////////////////////////////////////////////// Fonts //////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
@import url("/css/jquery.fancybox.css");
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// LESS Variables //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* white */
/* dark blue */
/* light blue */
/* tan */
/* gray */
/* orange */
/* black */
/* light 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: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000000;
}
/* headers */
h1 {
  font-size: 300%;
  padding-bottom: 15px;
  font-weight: 300;
}
h2 {
  font-size: 200%;
  padding: 15px 0;
  margin: 0;
  color: #0676a5;
}
h3 {
  font-size: 125%;
  color: #0676a5;
  font-weight: bold;
  padding: 15px 0 0 0;
}
h6 {
  font-style: italic;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
a {
  text-decoration: underline;
  color: #0676a5;
  -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 {
  color: #f7941d;
  cursor: pointer;
}
a:focus,
a:active {
  outline: none;
  color: #0676a5;
  border: none;
}
a img {
  border: none;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: none;
}
nav a:focus,
a:active {
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
  font-weight: 500;
}
hr {
  height: 4px;
  border-top: 2px solid #f2f2e7;
  margin: 25px 0;
}
ul {
  padding: 5px 0 5px 0;
}
ul li {
  list-style: none;
  background: url(../images/bullet.png) no-repeat 7px 10px;
  background-size: 5px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 20px;
}
p {
  padding: 5px 0 10px 0;
  margin: 0;
}
.pull-right {
  margin: 0 0 30px 15px;
  float: right;
  max-width: 50%;
}
.pull-left {
  margin: 0 15px 15px 0;
  float: left;
  max-width: 50%;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Main Header
//////////////////////////////////////////////////
----------------------------------------------- */
.logo img {
  padding: 15px 0px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Main Navigation
//////////////////////////////////////////////////
----------------------------------------------- */
/* Main Navigation*/
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}
nav {
  font-size: 100%;
}
nav ul li {
  text-align: left;
  background-image: none;
}
nav ul li a {
  color: #0676a5;
  padding: 5px 10px;
  display: block;
}
nav ul li:hover > a {
  color: #f7941d;
}
/* style the first level slightly different */
nav > ul {
  text-align: right;
}
nav > ul > li {
  margin: 0;
  color: #063d61;
  background: url("/images/nav-line.png") no-repeat;
  background-size: contain;
  padding: 4px 5px 4px 15px;
}
nav > ul > li:first-child {
  background: none;
}
nav > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  line-height: normal;
}
nav ul li ul li {
  background-color: #0676a5;
  border-top: 1px solid #f2f2e7;
}
nav ul li ul li a:hover {
  background-color: #f2f2e7;
}
nav ul li ul li ul li {
  background-color: #666666;
}
nav ul li ul li ul li ul li {
  background-color: #666666;
}
/* nav highlight indicator */
ul > li.active-item a {
  color: #f7941d;
  border: 1px solid #f7941d;
}
ul > li.active-item ul > li.active-item > a {
  background: url("/images/arrow-parent.png") no-repeat 0 50%;
  background-size: 6px;
}
ul > li.active-item ul > li.active-item > a:hover {
  background-color: #f2f2e7;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
File Download buttons 
//////////////////////////////////////////////////
----------------------------------------------- */
a.file {
  padding: 5px 15px 5px 40px;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #0676a5;
}
a.file:hover {
  background-color: #f2f2e7;
}
a.pdf {
  background: url(../images/bullet-pdf.png) no-repeat 12px 50% #0676a5;
  background-size: 20px;
}
a.csv {
  background: url(../images/bullet-csv.png) no-repeat 12px 50% #0676a5;
  background-size: 20px;
}
a.doc {
  background: url(../images/bullet-doc.png) no-repeat 12px 50% #0676a5;
  background-size: 20px;
}
a.xls {
  background: url(../images/bullet-xls.png) no-repeat 12px 50% #0676a5;
  background-size: 20px;
}
a.link {
  background: url(../images/bullet-link.png) no-repeat 12px 50% #0676a5;
  background-size: 20px;
}
a.download {
  background: url(../images/bullet-download.png) no-repeat 12px 50% #0676a5;
  background-size: 20px;
}
a.video {
  background: url(../images/bullet-video.png) no-repeat 12px 50% #0676a5;
  background-size: 20px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Home 
//////////////////////////////////////////////////
----------------------------------------------- */
.hero {
  background: url("/images/hero-image.jpg") no-repeat 25% 50%;
  background-size: cover;
  height: 80vh;
  position: relative;
}
.hero .headline {
  position: absolute;
  right: 0;
  top: 25%;
  max-width: 60%;
  text-align: right;
}
.hero .headline h1 {
  background-color: #f7941d;
  padding: 15px 30px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.hero .headline a {
  display: inline-block;
  background-color: #0676a5;
  text-decoration: none;
  color: #ffffff;
  font-size: 135%;
  padding: 10px 20px;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  font-weight: 400;
}
.hero .headline a:hover {
  background-color: #063d61;
}
.bottom-icons {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bottom-icons img {
  max-height: 150px;
  margin: auto;
  padding: 5px 10px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.bottom-icons a {
  text-decoration: none;
  font-size: 150%;
  text-transform: uppercase;
}
.bottom-icons a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main-home {
  background-color: #f2f2e7;
  padding: 50px 0;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Buttons
//////////////////////////////////////////////////
----------------------------------------------- */
a.down-btn {
  width: 60px;
  height: 120px;
  margin-left: -30px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: url(../images/arrow-down.png) 0% 0% no-repeat #ffffff;
  background-size: 100%;
  text-indent: -9999px;
}
#panel1 a.down-btn {
  background: url(../images/arrow-down.png) 0% 0% no-repeat;
  background-size: 100%;
}
a.down-btn:hover,
#panel1 a.down-btn:hover {
  background-position: 0% 50%;
}
a.top-btn {
  display: block;
  width: 60px;
  height: 100px;
  margin-left: -30px;
  position: relative;
  bottom: 0px;
  left: 50%;
  background: url(../images/arrow-up.png) 0% 0% no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 0;
}
a.top-btn:hover {
  opacity: 1;
  bottom: 10px;
}
a.btn {
  border: none;
  display: inline-block;
  background-color: #666666;
  padding: 8px 16px;
  margin: 20px 0;
  text-decoration: none;
  font-size: 100%;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
}
a.btn:hover {
  background-color: #f2f2e7;
  color: #ffffff !important;
}
a.btn:focus,
a.btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  -moz-outline-style: none !important;
  background-color: #f2f2e7 !important;
}
a.btn-block {
  display: block;
  text-transform: uppercase;
}
.btn-group {
  margin-bottom: 30px;
}
.btn-group a {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #f2f2e7;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 5px;
  color: #f2f2e7;
}
.btn-group a:hover {
  background-color: #0676a5;
  color: #f2f2e7;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Interior Pages 
//////////////////////////////////////////////////
----------------------------------------------- */
.title-container {
  background: url("/images/header-bg.png") no-repeat 0% 50% #f2f2e7;
  background-size: contain;
  position: relative;
}
.page-title {
  display: flex;
  align-items: center;
}
.page-title h1 {
  background-color: #f7941d;
  display: inline-block;
  padding: 30px;
  color: #ffffff;
  font-size: 400%;
  margin-left: -15px;
}
.title-icon {
  display: flex;
  align-items: center;
}
.title-icon img {
  max-height: 400px;
}
.main-content {
  padding: 50px 0;
}
.share-content {
  border-left: 3px solid #f2f2e7;
  padding-left: 25px;
}
.share-content img {
  margin-top: 15px;
}
blockquote {
  padding: 0px 0px 0px 20px;
  margin: 20px;
  border-left: 3px solid #0676a5;
  overflow: hidden;
}
small {
  line-height: normal;
}
.shadow {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.pic-frame1 {
  -webkit-box-shadow: 10px 10px 0 0 #0676a5;
  box-shadow: 10px 10px 0 0 #0676a5;
  margin: 0 -20px 0 0;
}
.pic-frame2 {
  -webkit-box-shadow: 10px 10px 0 0 #f7941d;
  box-shadow: 10px 10px 0 0 #f7941d;
  margin: -30px 0 0 -20px;
}
/* toggles */
.toggles h3 {
  background: url(../images/plus-minus.gif) no-repeat 99% 2px #666666;
  background-size: 40px;
  padding: 10px 30px 10px 10px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.toggles h3:hover {
  background-color: #666666;
}
.toggles h3.open {
  background: url(../images/plus-minus.gif) no-repeat 99% -38px #0676a5;
}
.toggles div {
  display: none;
  padding: 0 15px;
  border-left: 2px solid #0676a5;
  border-right: 2px solid #0676a5;
  border-bottom: 2px solid #0676a5;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Footer 
//////////////////////////////////////////////////
----------------------------------------------- */
footer {
  margin: 0;
  font-size: 100%;
  padding: 20px 0 50px 0;
  line-height: 150%;
  border-top: 3px solid #f2f2e7;
}
footer .container {
  padding-top: 30px;
}
.footer-menu a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.footer-menu a:hover {
  border: 1px solid #f7941d;
}
.copyright {
  font-size: 75%;
  line-height: 150%;
  text-align: center;
}
.copyright a {
  color: #0676a5;
}
.copyright a:hover {
  color: #0676a5;
}
/* Social Buttons */
.social-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: right;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 1;
  margin: 5px;
}
.social-links a:hover {
  opacity: .5;
}
.social-links a img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 50px;
  height: 50px;
}
table.table th {
  border-top: none;
  text-align: center;
}
table tr th {
  color: #ffffff;
  width: 33%;
}
table tr th:nth-child(2) {
  background-color: #0676a5;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-right: 1px solid #ffffff;
}
table tr th:nth-child(3) {
  background-color: #f7941d;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
table td:nth-child(2),
table th:nth-child(2) {
  background-color: #f9f8f3;
}
table img.pricing {
  max-width: 50%;
  float: right;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Forms 
//////////////////////////////////////////////////
----------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea {
  border: none;
  padding: 10px 10px;
  margin: 0 5px 10px 0;
  background-color: #f7941d;
  color: #063d61;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #ffffff;
}
select {
  color: #063d61;
  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 #0676a5;
  background-size: 14px;
  width: 200px;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  color: #FFF;
  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 #f2f2e7;
  background-size: 14px;
}
input[type=submit] {
  background-color: #f2f2e7;
  padding: 7px 15px 7px 15px;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 150%;
  letter-spacing: 1px;
  height: 46px;
}
input[type=submit]:hover {
  background-color: #666666;
}
label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Media Queries //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Desktop (xl)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  header:before {
    content: "Desktop (xl)";
    background-color: #C2C2C2;
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }
  /* display test */
  nav > ul > li {
    padding: 4px 0px 4px 0px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
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 */
  .hero .headline {
    max-width: 35%;
  }
  .page-title h1 {
    padding: 20px;
    font-size: 350%;
    margin: 15px 0 15px -15px;
  }
  .share-content {
    border-left: none;
    border-top: 3px solid #f2f2e7;
    padding: 30px 0 0 0;
    margin-top: 30px;
  }
  table img.pricing {
    max-width: 100%;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
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 */
  .hero {
    margin-bottom: 50px;
  }
  .hero .headline {
    bottom: -100px;
    top: auto;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: baseline;
    padding: 0 0 30px 0;
  }
  .hero .headline a {
    margin: 0;
    text-align: center;
    padding: 10px;
  }
  .hero .headline h1 {
    font-size: 225%;
  }
  .page-title h1 {
    padding: 15px;
    font-size: 300%;
  }
  .footer-menu {
    text-align: center;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
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: 85%;
  }
  .hero .headline h1 {
    font-size: 200%;
  }
}
