.carousel img {
  max-width: 100%;
}

/*=====================
Disclaimer
=====================*/

.disclaimer {
  background: #00504E;
  text-align: center;
  padding: 1rem 0;
}

.disclaimer .btn-holder,
.disclaimer p {
  display: inline-block;
}

.disclaimer p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}

.disclaimer a {
  background: #007C78;
  color: #fff;
  font-weight: 500;
  margin-left: 1.5rem;
  padding: 0.5rem 1.5rem;
  position: relative;
  bottom: 2px;
}

.disclaimer a:hover {
    background: #028e89;
    color: #fff;
}


.affiliates-about img {
   display: inline-block;
  margin:10px 15px;
  vertical-align:middle;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   CUSTOM CONSULTATION FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
.form-control {  margin-top: 3px; }
label { margin-bottom: 3px; }
.g-recaptcha { 
margin: 0 0 15px 0px; 
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - -  */ 
hr {
    border-top: 1px solid #e3e3e4;
}

#content p {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
   color: #716b5b;
   line-height: 1.7;
}

p {
  font-family: 'Lora', serif;
   font-weight: 400;
   font-size: 16px;
    line-height: 1.6;
   color: #4a4740;
}

h1 {
   font-family: 'Lora', serif;
    font-weight: 400;
    text-transform: uppercase;
   font-size: 28px;
color: #4a4740; 
}

#content h1 {
font-family: 'Lora', serif;
  font-weight: 400;
  line-height: 1.2;
  color: #4a4740; 
  font-size: 28px;
 border-bottom: 1px solid #eee;
}

#index-section h1 {
    display: inherit;
    padding-bottom: 10px;
    border-bottom: 1px double #EEE;
    border-width: 1px;
    text-align: left;
   color: #423a27;
}

#content h1 {
color: #423a27;
}

#content h2 {
font-weight: 400;
font-family: 'Lora', serif;
color: #423a27;
font-size: 23px;
}

.content-container {
    border-width: 1px;
}

#content h3 {
   margin-bottom: 4px;
   font-weight: 400;
  font-family: 'Lora', serif;
  margin: 0px 0px 8px;
line-height: 1.5;
}

#content ul li, #content ul li a, #content ol li {
  color: #716b5b;
  font-size: 16px;
   font-weight: 400;
    line-height: 1.6;
  font-family: 'Lora', serif;
  margin-bottom: none;
}

#content ul li a {
color: #277ebd;
font-weight: 400;
}

#content ol > li {
    margin: 0 0 14px 5px;
    padding: 5px 0px;
}

#content ol > li:before {
  background: transparent;
    left: -3em;
    padding: 8px 12px;
    color: #716b5b;
  font-family: 'Lora', serif;
}

.fa, .fas, .far {
    margin-right: 10px;
    color: #54b5b0;
    font-size: 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - 
   LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
a, #content ul li a {
font-family: 'Lora', serif;
    color: #1a8986;
    font-weight: 400;
}

#content a:hover {
    text-decoration: none;
    color: #6dcdc7;
}

#content ul li a:hover {
    text-decoration: none;
    color: #6DCDC7;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - -  */ 
a.sidebar-btn {
    background: #6DCDC7;
   font-weight: 400;
}
a.sidebar-btn:hover {
    background: #78ded8;
}

a:focus, a:hover {
    text-decoration: none;
    color: #fff;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-image: none;
    background: #6DCDC7;
    border: none;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #78ded8;
}

#myCarousel .carousel-indicators li.active {
    background: #007c78;
}

#myCarousel .carousel-indicators li {
    border: none;
    background: #54b5b0;
    opacity: .5;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
   HEADER 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - -  */ 
.logo {
   margin: 27px 0 0;
    width: 300px;
}

#topbar {
    background: #fff;
}
#topbar h2 {
   font-family: 'Lora', serif;
    font-weight: 400;
    color: #1a8986;
    font-size: 16px; 
   letter-spacing: 1px;
  margin: 10px 0px -15px;
}

#topbar a {
color: #1a8986;
letter-spacing: 1px;
font-size: 18px;
}

#topbar .fas {
    color: #1a8986;
    font-size: 18px;
    margin-right: 4px;
}

header {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - 
  NAV MENU 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 

.navbar-nav>li>a {
  font-family: 'Lora', serif;
  font-size: 14px;
  text-transform: uppercase;
 font-weight: 400;
 padding: 40px 12px;
}

.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:active, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
   border-color: #fff;
    color: #706343;
}

.navbar-default .navbar-nav>li>a {
    color: #4a4740;
    letter-spacing: 1px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu li a:hover, .dropdown-menu>li>a:hover {
    background: #007c78;
    color: #FFF;
}

.dropdown-menu>li>a {
 font-family: 'Lora', serif;
}

.dropdown-menu {
    width: 250px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 40px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
   HOME PAGE 3 TOP BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -  */ 
.box-1, .box-2, .box-3 {
    background: #007C78 ;
}

.service-box img {
    display: block;
    margin: 20px auto 14px;
    width: 55px;
}

.service-box h2 {
   font-family: 'Lora', serif;
   font-size: 20px;
   color: #fff;
   padding-bottom: 15px;
   text-transform: uppercase;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
   HOME PAGE LOWER WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -  */ 
#content-boxes {
    padding-bottom: 3rem;
}
#content-boxes .first-word {
    font-weight: bold;
  font-family: 'Lora', serif;
    color: #1a8986;
    font-weight: 400;
}

#content-boxes h2 {
    font-family: 'Lora', serif;
    border-width: 1px;
    padding-bottom: 10px;
    font-size: 23px;
}

#content-boxes p {
   font-size: 15px;
   color: #555;
   text-align: left;
}

.service-title .box {
    background: #54b5b0;
}
.service-title:hover > .box {
    background: #83d8d3;
}
.service-title:hover {
    color: #1a8986;
}
.testimonial-name {
    color: #137FC0;
}
.service-title {
 font-family: 'Lora', serif;
 font-size: 16px;
 font-weight: 400;
}

.open-text {
    color: #007C78 !important;
}
.service-wrapper a > .open-box {
    background: #6cc7c2;
}
#testimonial-wrapper a {
color: #e77e01; 
font-weight: 400;
}
.consultation-form p {
   font-family: 'Lora', serif;
   color: #555;
   margin: 22px 0px 0px;
}
.target-box a {
  color: #1a8986;
 font-family: 'Lora', serif;
}
.target-box a:hover {
   color: #54B5B0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
 TOOL BAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -  */ 
#interactions > .container {
    border-top: none;
}

#interactions {
background: #007C78;
}

#interactions h2 {
 font-family: 'Lora', serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

.tools-text {
    color: #e8e7e7;
    font-family: 'Lora', serif;
    font-size: 15px;
}

#interactions .fa, #interactions .far {
  font-size: 40px;
  margin-right: 0px;
 color: #fff;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - 
   HOME PAGE CONSULTATION FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -  */ 
.consultation-form textarea {
    border: 2px solid #EEE;
}

.consultation-form input[type="text"], .consultation-form input[type="email"] {
    border: 2px solid #EEE;
}

.consultation-form label {
  color: #555;
  font-family: 'Lora', serif;
}
.consult-btn {
  font-family: 'Lora', serif;
  background: #6DCDC7;
  font-weight: 400;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - 
   INNER PAGES - NEWSLETTER
- - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - -  */ 
.form-group {
    font-family: 'Lora', serif;
    font-size: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - 
   CONTACT PAGE
- - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - -  */ 
.form-control {
  font-family: 'Lora', serif;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 
#sidebar h2 {
    color: #616161;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-weight: 400;
}

#sidebar p {
 font-family: 'Lora', serif;
  font-size: 14px;
  text-align: left;
  color: #716b5b;
  line-height: 1.7;
}

#sidebar {
    padding: 25px 0px 50px 25px;
}

.sidebar-text {
    text-align: left;
}

.sidebar-section .fa, .sidebar-section .far {
    color: #54B5B0;
    font-size: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - -  */
footer, #footer-bottom {
    background: #4a4740;
}

#footer-top h2 {
   font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 15px;
   letter-spacing: 1px;
   text-transform: uppercase;
}

#footer-top p, #footer-top a {
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
}

#footer-top a {
    color: #bfbfbf;
}
.footer-column {
    margin-bottom: 25px;
    text-align: left;
}
#footer-top .footer-site-name {
  text-align: left;
   font-weight: 400;
}

.sm-icon-holder img {
    width: 25px;
}

.sm-icon-holder {
    background: none;
}

.sm-icon-holder:hover {
    background: #e77e01;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  FOOTER - COPYRIGHT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - */
#copyright p {
    font-size: 12px;
    text-align: left;
}

.icon-container {
    float: none;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - -  */
@media (max-width: 1199px) {
.navbar-nav>li>a {
    padding: 30px 8px;
}
.navbar-nav>li>a {
    font-size: 13px;
}
}

@media (max-width: 1024px) {
.calendly a {
    margin-right: 20px;
    font-size: 18px;
}
}
@media (max-width: 991px) {
  .navbar-nav>li>a {
    padding: 10px 10px;
  }
.navbar-nav .open .dropdown-menu>li>a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 15px;
}
}
@media (max-width: 767px) {
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background: #706343;
  color: #fff;
}
#interactions .fa, #interactions .far {
    margin-top: 20px;
}
#sidebar p {
    text-align: center;
}
@media (max-width: 480px) {
#content img {
    display: block;
  float: none !important;
  margin: 0px auto 15px !important;
}
}