/*@font-face {
    font-family: gotham;
    src: url(../fonts/gotham-book.woff);
}
@font-face {
    font-family: gotham;
    src: url(../fonts/gotham-medium.woff);
    font-weight: bold;
}
@font-face {
    font-family: gotham-light;
    src: url(../fonts/gotham-light.woff);
}*/

@font-face {
    font-family: 'gotham-light';
    src: url('../fonts/gotham-light/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light/gotham-light-webfont.woff2');
    src: url('../fonts/gotham-light/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light/gotham-light-webfont.woff') format('woff'),
         url('../fonts/gotham-light/gotham-light-webfont.ttf') format('truetype'),
         url('../fonts/gotham-light/gotham-light-webfont.svg#gotham-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/gotham-medium/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium/gotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium/gotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/gotham-medium/gotham-medium-webfont.svg#gotham-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-book';
    src: url(../fonts/gotham-book/gotham-book-webfont.eot);
    src: url(../fonts/gotham-book/gotham-book-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/gotham-book/gotham-book-webfont.woff2) format('woff2'),
         url(../fonts/gotham-book/gotham-book-webfont.woff) format('woff'),
         url(../fonts/gotham-book/gotham-book-webfont.ttf) format('truetype'),
         url(../fonts/gotham-book/gotham-book-webfont.svg#gotham-book) format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: 'gotham-book', verdana;
}
h1 {
  font-size: 30px;
}

.blue-text {
	color: #005b98;
}

.button {
	width: 100%;
	padding: 16px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        background-color: #666666;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 3px;
}

.button a {
  color: #fff;
}

.button i {
  font-size: 26px;
  color: #fff;
  float: left;
}

.button-contact {
   background-color: #e6762f;
   background: linear-gradient(to bottom, rgba(230,118,47,1), rgba(240,128,57,1));
}

.button-doctors {
   background-color: #0078b3;
   background: linear-gradient(to bottom, rgba(0,120,179,1), rgba(10,130,189,1));
}


.button-facility {
   background-color: #cf42a7;
   background: linear-gradient(to bottom, rgba(207,34,79,1), rgba(217,44,89,1));
}

.button-services {
   background-color: #559d37;
   background: linear-gradient(to bottom, rgba(85,157,55,1), rgba(95,167,134,65));
}

.col-center {
	text-align: center;
}

.col-center h1 {
    font-family: gotham-light;
    font-size: 42px;
    margin-bottom: 32px;
}

.col-center h1 i {
    color: #333;
}

.col-left {
	text-align: right;
}

.col-right {
	text-align: left;
}


.emphasis-text {
	font-size: 15pt;
    line-height: 25pt;
	text-align: center;
	margin: 0 75px 50px;
}

.giant-text {
    font-size: 50pt;
    font-weight: bold;
    line-height: 57pt;
	text-align: center;
	margin: 0 75px 50px;
}


.row.odd-row {
    padding: 10px 20px 34px 20px;
    background-color: #ededed;
    border-radius: 5px;
    margin-bottom: 30px;
}
.row.even-row {
    padding: 10px 20px 34px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

/* --- banner start --- */

div.banner-image {
  height:208px;
  overflow:hidden;width:100%;
}


/* -- toggle this to turn page banner images back on for set width display from custom block library -- */
.doctors-banner-image img, .services-banner-image img, .news-banner-image img, .events-banner-image img, .contact-banner-image img, .testimonials-banner-image img, .faq-banner-image img, .bestdoctors-banner-image img, .locations-banner-image img {
  display: none;
}
div.banner-text {
  width:100%; 
  background-color: #1465a0; 
  padding: 12px 12px; 
  font-size: 36px; 
  color: #fff; 
  font-weight: 100;
  line-height: 28px;
  bottom: -35px;
}

div.contact-banner-text {
  background-color: rgba(149, 129, 105, .8);
  background: linear-gradient(to left, rgba(47,35,28,.5), rgba(207,187,157,.0));
  position: relative;
  width: 100%;
  text-align: right;
  color: rgba(255,255,255,0.9);
}

div.doctors-banner-text {
  background-color: rgba(149, 129, 105, .8);
  background: linear-gradient(to right, rgba(47,35,28,.5), rgba(207,187,157,.0));
  position: relative;
  width: 100%;
  text-align: left;
}

div.events-banner-text {
  background-color: rgba(149, 129, 105, .8);
  background: linear-gradient(to left, rgba(38,55,60,.5), rgba(207,187,157,.0));
  position: relative;
  width: 100%;
  text-align: right;
}

div.faq-banner-text {
  background-color: rgba(149, 129, 105, .8);
  background: linear-gradient(to right, rgba(236,232,230,.5), rgba(235,240,250,.0));
  position: relative;
  background-position: center;
  width: 100%;
  text-align: left;
  color: rgba(15,15,15,0.85);
}

div.locations-banner-text {
  background-color: rgba(29, 16, 20, .8);
  background: linear-gradient(to left, rgba(23,12,14,.6), rgba(55,24,27,.0));
  position: relative;
  background-position: right;
  width: 100%;
  text-align: right;
  color: rgba(240,240,240,0.9);
}

div.news-banner-text {
  background-color: rgba(149,186,196, .8);
  background: linear-gradient(to left, rgba(149,176,196,.5), rgba(188,215,234,.0));
  position: relative;
  width: 100%;
  text-align: right;
  color: rgb(255,255,255,0.9);
}

div.services-banner-text {
  background-color: rgba(149,186,196, .8);
  background: linear-gradient(to left, rgba(149,176,196,.5), rgba(188,215,234,.0));
  position: relative;
  width: 100%;
  text-align: right;
  color: rgba(30,30,30,0.8);
}

div.testimonials-banner-text {
  background-color: rgba(149, 129, 105, .8);
  background: linear-gradient(to right, rgba(43,67,105,.5), rgba(182,216,236,.0));
  position: relative;
  background-position: center;
  width: 100%;
  text-align: left;
  color: rgba(255,255,255,0.9);
}
#page-title {
  margin-bottom: 20px;
}
/* --- banner end --- */


/*-- not needed with new edits
#block-homepageannouncements {
  max-width: 270px;
  height: 200px;
  text-align: left;
  position: relative;
  float: right;
  background-color: #f9f9f9;
  padding: 12px 8px 4px 0px;
  overflow: scroll;
}
#block-homepageannouncements ul {
  list-style: none;
}

#block-homepagebanner {
  max-width: 700px;
  position: relative;
  float left;
}
-----------------------------*/

#block-locationsbanner img {
  max-height: 220px;
}

/* --- events start ---*/
.events-block {
  background-color:#efefef;
  background: linear-gradient(to bottom, rgba(230,240,250,.7), rgba(250,250,250,.1));
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 24px;
  margin-right: 24px;
}
/* --- events end ---*/

/* --- faq start ---*/

.faq-answer .comment-submitted {
  display: none;
}

.faq-answer-label {
    font-size: 20px;
    color: #333;
}

.faq-question {
  font-size: 20px;
  line-height: 22px;
  color: #353535;
  padding-top: 28px;
  font-weight: 600;
}

.faq-question:before {
  content: '';
  background: url('/sites/kpinhawaii/files/ico-question-blue.png');
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -25px;
}


.faq ul {
  list-style-type: none;
}

.faq li {
  font-size: 18px;
  line-height: 22px;
}

.faq h3 {
  display: none;
}



/* --- faq end ---*/


/* --- footer start ---*/

.footer-body h3 {
  margin-bottom: 30px;
}

.footer-body-locations-2 {
  padding-top: 65px;
}

.footer-menu {
  margin-top:32px;
  background-color: #585858;
}

.region-footer-menu li { 
  list-style-type: none;
  margin-bottom: 15px;
  line-height: 15px;
}

.region-footer-menu a {
  color:#ededed;
}
.region-footer-menu h3 {
  color:#fdfdfd;
  font-size: 20px;
}

.region-footer-menu h4 {
  color:#fdfdfd;
  font-size: 14px;
  font-weight: 800;
}
.region-footer-menu td {
  padding-right: 20px;

}
/* --- footer end ---*/

/* --- logo start --- */
.brand .logo {
  margin-top: 4px;
}

.logo img {
  max-width: 200px;
  margin-top: 8px;
}
/* --- logo end --- */

/* --- search start --- */
.region-search {
  background: none;
}
/* --- search end --- */

/* --- secondary navigation start --- */
.main-header nav {
  margin-bottom: -10px;
  z-index: 999;
}

.navbar2 li {
  display: inline-block;
  padding-right: 15px;
}

.navbar2 {
  position: relative;
  z-index: 0;
  margin: 10px 0;
}

.navbar2 .menu {
  float: right;
  line-height: 12px;
}
/* --- secondary navigation end ---*/

/* --- Slideshow on home page START --- */

.flexslider .slides img {
    height: auto;
    width: 100%;
/*    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: none;
    object-position: center;*/
}
.flex-direction-nav a {
    top: 30%;
}
.flex-caption {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 40px;
    line-height: 50px;
    padding: 20px 10px 0 10px;
    font-family: 'gotham-light', verdana;
  }

.flex-caption a {
    color: #348BC2;
}

  .flex-caption p {
    margin: 0;
    padding: 0;
  }

.flex-control-nav {
  bottom: -44px;
}

.flex-direction-nav {
  line-height: 1;
}

.flexslider {
  margin-bottom: 45px;
}


/* --- Slidesshow on home page END --- */

.section-container {
    background-color: #ededed;
    border-radius: 4px;
    padding: 20px;
    margin-top: 60px;
}

.section-icon {
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #ededed;
    border: solid 5px white;
    border-radius: 50%;
    top: -66px;
display: none;
}

.section-icon>img {
    max-width: 60px;
    height: auto;
    position: relative;
    top: 22px;
    left: 1px;
display: none;
}

.section-text {
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 18px;
    width: 60%;
}

.what-i-love .section-text {
    width: 70%;
}

.section-title {
    text-align: center;
    font-family: 'gotham-light', verdana;
    font-size: 40px;
    line-height: 42px;
    margin: 26px 75px 12px 75px;
    color: #111;
}


/* --- Style list from CK Editor START --- */
p.largeText {
  font-size: 20px;
  line-height: 22px;
}
.best-doc {
  color: #4c7c9c;
  font-size: 24px;
  position: relative;
  top: 3px;    
  left: 3px;
}
.top-doc {
  color: #d48855;
  font-size: 24px;
  position: relative;
  top: 3px;    
  left: 3px;
}
/* --- Style list from CK Editor END --- */


/* --- Social Media START --- */


.social-media a {
    border-radius: 50%;
}

/* --- Social Media END --- */

/* --- Video Testimonials START --- */

.testimonial-text {

}

.testimonial-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 8px;
  line-height: 16px;
  font-style: italic;

}

.testimonial-title {
  font-size: 28px;
  font-weight: 100;
  color: #333;

}

.testimonial-video {
  margin-bottom: 12px;

}

.video-left {
padding-left: 0px;

}

.video-right {
 /* width: 40%;
  position: relative;
  float: right; */

}

.video-text-left {
 /* width: 45%;
  position: relative;
  float: right; */
}

.video-text-right {
 /* width: 45%;
  position: relative;
  float: left; */
}

/* --- Video Testimonials END --- */

/* --- fixes for screen sizes START ---*/
@media only screen and (max-width: 990px) {
  #main-menu a {
    padding: 0 8px;
    margin: 0;
  }

  #main-menu a::before {
    display: none;
  }

  .brand.logo {
    margin-top: 8px;
  }

  .flex-caption {
    font-size: 22px;
  }

  .logo img {
    max-width: 150px;
  }

  .navbar2 li {
    padding-right: 7px;
  }
  .navbar2 .menu {
    line-height: inherit;
  }
  .flex-caption p {
    font-size: 40px;
  }
  .flexslider .slides img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }  

  div.banner-image.article-banner-image {
    height: inherit;
  }

  div.banner-text.article-banner-text {
    font-size: 16px;
    line-height: 16px;
  }

  div.banner-text {
    padding: 6px 6px;
    font-size: 20px;
    line-height: 20px;
  }

  .brand.logo {
    max-width: 200px;
    margin-top: 20px;
  }
  
  .emphasis-text {
    font-size: 12pt;
    line-height: 15pt;	
  }

  .flex-caption {
    position: static;
  }

  .footer-body h3 {
    border-bottom: solid 1px #999;
    height: initial;
  }

  .footer-body-locations-2 {
    padding-top: 0;
  }

  .giant-text {
    font-size: 27pt;
    font-weight: bold;
    color: #005b98;
    line-height: 27pt;
  }

  .logo img {
    max-width: 200px;
  }

  p.largeText {
    font-size: 16px;
  }

  .navbar2 li {
    font-size: 14px;
  }

  .section-title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-text {
    padding-left: 0px;
  }

.flex-caption p {
    font-size: 35px;
  }

  }
/* --- fixes for screen sizes END ---*/

/* --- fixes for menu START --- */

/* remove active page color on menu */
.menu-base-theme li.active a {
	background-color: inherit;
	color: #888888;
}


/* ---- fixes for menu END --- */
