/*
  Stripped out old css because its too heavy...
*/


h1,
h2,
h3,
h4,
h5 {
  font-family: 'Calibri Light', sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 22px;
}
article p,
article ul li {
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 5px 0;
  font-family: 'Calibri Light', sans-serif;
}
body { 
  background: #fff;
}
.justify-p p {
  text-align: justify;
}
.about-image {
  max-width: 380px;
  padding: 0 0 35px 35px;
}
.padding-top-small {
  padding-top: 45px;
}
.padding-top-medium {
  padding-top: 75px;
}
.padding-top-large {
  padding-top: 95px;
}
.email {
  font-size: 20px;
  font-weight: 400;
}
.header-wrapper.sidebar-header {
    background: white;
    padding: 50px 15px 0px 30px;
    width: 270px;
    min-height: 100vh;
    height: auto;
    position: relative;
    z-index: 10;
    float: left;
}
.logo-text {
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 58px;
    color: #44536a;
}
.header-company-title h1 {
  color:#4d4d4d;
  font-family: 'Calibri Light', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 10px 0 0 0;
  line-height: 1;
}
.header-company-title h1 span {
  color:#4d4d4d;
  font-size: 15px;
  font-weight: 400;
}
.location-one p, .location-two p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
    font-family: 'Calibri Light', sans-serif;
    color: #000000;
}
.sidebar-location-info {
  padding: 30px 0 0 0;
}
.sidebar-custom-menu-wrapper {
  clear: both;
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
}
.top-bar-section ul li {
  float: none;
  display: block;
  background: none;
  margin-bottom: 17px;
}.top-bar-section .dropdown li {
  margin-bottom: 0;
}
.top-bar {
  height: auto;
}
.top-bar,
.top-bar-section,
.top-bar-section ul,
.top-bar-section ul li > a,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover

{
  background: none;
  padding: 0;
}

.top-bar-section ul li > a, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    color: #363636 !important;
}
.top-bar-section ul li > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.active) a:not(.button):hover {
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.4;
}
.top-bar-section .dropdown li.active a  {
  text-decoration: underline;
}
.top-bar-section ul li > a {
  display: inline-block;
  width: auto;
  position: relative;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 1.4;
}
.top-bar-section ul li.has-dropdown > a::before {
  content: "";
  width: 2px;
  height: 10px; 
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-bar-section ul li.has-dropdown > a::after {
  content: "";
  width: 10px;
  height: 2px; 
  position: absolute;
  top: 54%;
  right: -4px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.top-bar-section ul li.has-dropdown.custom-show-child > a::before {
  display: none;
}

.top-bar-section .has-dropdown.hover > .dropdown, 
.top-bar-section .has-dropdown.not-click:hover > .dropdown {
  position: relative !important;
  height: auto; !important;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  font-size: 12px;
  line-height: 1.1 !important;
  vertical-align: top;
  margin: 6px 0 0 0;
  text-transform: unset;
}
.top-bar-section .dropdown {
  position: relative !important;
  display: none !important;
  height: 0 !important;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}


.top-bar-section .custom-show-child .dropdown {
  display: block !important;
  height: auto !important;
}

.top-bar-section .dropdown li a {
  white-space: normal !important;
  /*margin: 0 0 10px 0;*/
  line-height: 15px !important;
}



.main-wrapper {
  width: calc(100% - 270px);
  float: left;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main-wrapper.interior-page {
  width: calc(100% - 270px);
  float: left;
  height: 100vh;
  position: relative;
  overflow-y: scroll; 
  overflow-x: hidden; 
}
.bio-image {
  background: url("https://www.lglahawaii.com/wp-content/uploads/2018/10/bio.png");
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}
.awards-image {
  background: url("https://www.lglahawaii.com/wp-content/uploads/2019/01/award-1.jpg");
  height: 100vh;
  background-position: center right;
  background-repeat: no-repeat;
}
.slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-overflow-controller {
    position: static;
    width: 100%;
    height: 100vh;
}
.slick-button-container {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  z-index: 10;
  right: 0;
  margin: 0 auto;
  height: 80px;
  width: 100%;
  border-radius: 50px;
  /* background: rgba(255, 255, 255, 0.8); */
}
.slick-button-container::before {
  content: " ";
  /*background: rgba(255, 255, 255, 0.4);*/
  width: 110px;
  height: 110px;
  position: absolute;
  border-radius: 70px;
  top: -15px;
  left: -15px;
}
.slick-button-container::after {
  content: " ";
  display: none;
  position: absolute;
  width: 1px;
  height: 100px;
  background: rgba(0,0,0,0.2);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.slick-prev::before, .slick-next::before {
  font-size: 45px !important;
}
.slick-prev, .slick-next {
  width: 50px !important;
  height: 100px !important;
  margin: 0 !important;
}
.slick-prev {
  border-radius: 50px 0 0 50px !important;
  left: 0 !important;
}
.slick-prev::before {
  content: "\f053" !important;
  font-family: "FontAwesome" !important;
  color: rgba(255, 255, 255, 1) !important;
  text-shadow: 2px 1px 5px rgba(150,150,150,05);
}

.slick-next { 
  border-radius: 0 50px 50px 0 !important;
  right: 0 !important;
}
.slick-next::before {
  content: "\f054" !important;
  font-family: "FontAwesome" !important;
  color: rgba(255, 255, 255, 1) !important;
  text-shadow: 2px 1px 5px rgba(150,150,150,05);
}



.tagline-slide {
  position: absolute !important;
  bottom: 0;
  right: 0;
  background: transparent;
  max-width: 100%;
  float: right;
  width: 100%;
}
.tagline-slide .slick-slide {
  height: 45px;
}
.tagline-slide .tagline {
  width: auto;
  background: #4d4d4d;
  display: inline-block;
  float: right;
  padding: 0px 55px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Calibri Light', sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
}
.awards-list {
  list-style: none;
  margin: 0;
}
.awards-list li {
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 5px 0;
}
.awards-list li span {
  /* font-size: 22px; */
  color: black;
  font-weight: 300;
}
.strip-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slick-slide {
  /*height: 100vh !important;*/
}
.slick-slide img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: none;
}
.slick-slide.display-type-stretch img {
  width: 100% !important;
  max-width: none !important;
}
.slick-slide.display-type-border img {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  top: -4vh;
}
.position-relative {
  position: relative;
}
.vh100 {
  height: 100vh;
}
.vertical-content-controller {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1830px){
  .slick-slide.display-type-border img {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    position: relative;
    top: 0px;
} .tagline-slide .tagline {
    padding: 0px 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1025px) {
.vh100 {
  height: auto;
}

  .header-wrapper.sidebar-header {
  background: white;
  padding: 50px 15px 0px 30px;
  width: 100%;
  min-height: auto;
  height: auto;
  position: relative;
  z-index: 10;
  float: left;
}
.logo-text {
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #44536a;
  width: 30%;
  float: left;
}
.header-company-title {
  width: 70%;
  float: left;
}
.sidebar-location-info {
  padding: 30px 0 0 0;
  clear: both;
  display: block;
  text-align: center;
  display: none;
}
.top-bar .toggle-topbar.menu-icon a {
  line-height: 33px;
  color: #44536a;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0 0 1px #44536a,0 7px 0 1px #44536a,0 14px 0 1px #44536a;
  width: 16px;
}
.top-bar {
  height: 45px;
}
.main-wrapper {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  overflow: visible;
}


.slick-slide.display-type-stretch img {
  width: 100% !important;
  max-width: 100% !important;
}
.slick-slide.display-type-border img {
  top: 0;
}


.slider-overflow-controller{
  overflow: visible;
  height: auto;
}

.slick-slide {
  height: unset !important;
  width: 100vw !important;
}
.top-bar.expanded .title-area {
  background: none;
}

.slick-slide.display-type-border img {
  top: 0;
  width: 100%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
} 
/*
.slick-button-container {
  position: fixed;
  bottom: 0;
  background: rbga(255,255,255,0.5);
}*/
.slick-button-container {
  position: fixed;
  bottom: 0;
  background: rbga(255,255,255,0.5);
  top: initial;
  border-radius: 0;
}

.slick-prev::before,
.slick-next::before {
  color: rgba(0, 0, 0, 1) !important;
  text-shadow: 2px 1px 5px rgba(150,150,150,0) !important;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  margin: 0;
  /* left: 0; */
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  font-size: 15px;
  line-height: 1.5 !important;
  vertical-align: top;
  margin: 6px 0 0 0;
  text-transform: unset;
}



.top-bar-section .dropdown {
  position: absolute !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.top-bar-section .has-dropdown.hover > .dropdown, 
.top-bar-section .has-dropdown.not-click:hover > .dropdown {
  position: absolute !important;
  height: auto;
}

.main-wrapper.interior-page {
  width: 100%;
}
.padding-top-medium {
  padding-top: 35px;
}
.display-type-standard img {
  width: 100%;
}
.sidebar-heading {
  max-width: 100%;
  width: 360px;
}
.mobile-inline-control {
  text-align: center;
}

.tagline-slide {
  position: relative !important;
  float: left;
  display: block !important;
  height: auto !important;
}
.tagline-slide .tagline {
  display: block;
  position: relative;
  float: none;
  text-align: center;
  background: white;
  color: #4d4d4d;
}
.title.back,
.parent-link.show-for-medium-down,
.parent-link {
  display: none !important;
}
.bio-image {
  height: auto;
}
.about-image {
  max-width: 100%;
  padding: 0;
  margin: 0 auto 15px;
  float: none;
}


.vertical-content-controller {
  position: relative;
  top: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-wrapper {
  padding: 0 0 80px 0;
}

}