﻿/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 50px;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #8DB9CA;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 0px;
  font-size: 16px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

    .sidebar li {
        font-size: 16px;
        background-color: #F5F5F5;
    }

/* Quarter Page Height Carousel Customization */
.carousel {
  height: 75%;
  width:100%;
}
@media (min-width: 1151px) and (max-width: 1350px) {
.carousel {
  height: 450px;
  width:100%;
}
}
@media (min-width: 961px) and (max-width: 1150px) {
.carousel {
  height: 430px;
  width:100%;
}
}
@media (min-width: 721px) and (max-width: 960px) and (min-height: 401px) {
.carousel {
  height: 350px;
  width:100%;
  margin-top:65px;
}
}

@media (min-width: 577px) and (max-width: 720px) and (min-height: 401px) {
.carousel {
  height: 900px;
  width:100%;
  margin-top:25px;
}
}

.carousel-inner {
    height: 100%;
    margin-top: -38.5px;
}

.item,
.active {
  height: 100%;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 75%;
  max-width: none;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 576px) {

  .carousel {
    height: 100%;
    margin-top:40px;
 /* increases the carousel height so it looks good on phones */
  }
}

.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.custom-modal-button {
    background-color: #8DB9CA;
    width: 100%;
    padding: 15px;
    text-align:center;
    text-decoration:none;
    font-weight:bolder;
    color: white;
    border: solid 1.5px #63878f; 
    box-shadow: 0px 4px 0px lightgray;
    border-radius:5px;
    cursor: pointer;
    text-shadow: -1px 1px #63878f;
}

a:hover .custom-modal-button {
    opacity: 0.5;
}

@media only screen and (min-width: 481px) {
.impact-booklet-mobile {
    display:none;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bold;
}
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
.impact-booklet-mobile {
    display:block;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bold;
}
}

@media only screen and (min-width: 481px) {
.impact-booklet-desktop {
    display:block;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bolder;
    text-decoration:none;
}
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
.impact-booklet-desktop {
    display:none;
    background-color: #3E5E6F; 
    padding: 15px; 
    margin-top: 65px; 
    text-align: center;
    font-weight:bolder;
    text-decoration:none;
}
}

@media(min-width: 1170px) {
    .bg-switchout {
    background-image: url('/Images/Credentials/BC-TMHP_cropped.png'); 
    min-height:520px; 
    margin-bottom:40px;
}
}

@media(max-width: 1170px) {
    .bg-switchout {
    background-image: none; 
    height:auto; 
    margin-bottom:40px;
}
}

@media(min-width: 1200px) {
    .bg-switchout-ja {
        background-image: url('/Images/JA_landing_page.jpg');
    }
}

@media(max-width: 414px) {
    .bg-switchout-ja {
        background-image: none;
        height: auto;
        margin-bottom: 40px;
    }
}

.download-btn {
    width: 100%;
    display: inline-block;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #3f5c6e;
    border-left: solid 1.75px #6688a0;
    border-right: solid 1.75px #6688a0;
    border-bottom: solid 1.75px #6688a0;
    /*border-radius: 5px;*/
    box-shadow: 0px 6px #e0e0e1;
    cursor: pointer;
}

.download-btn-text {
    margin: 0px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    /*text-shadow: -2px 2px #6688a0;*/
}

.image-btn {
    border-left: solid 1.75px #6688a0;
    border-right: solid 1.75px #6688a0;
    border-top: solid 1.75px #6688a0;
    cursor: pointer;
}

.info-box {
    padding:15px;
    background-color:#F39662;
    color:#ffffff;
}

.info-box h2 {
    color: #ffffff;
    margin-top:0px;
}


/*CAROUSEL OVERIDES*/

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}





@media(min-width: 1px) {
    .Certification h3 {
        font-size: 28px;
    }

    .Certification p {
        min-height: 70px;
    }
}

@media(min-width: 1199px) {
    .Certification h3 {
        font-size: 18px;
        min-height: 72px;
    }

    .Certification p {
        min-height: 170px;
    }
}

@media(min-width: 1374px) {
    .Certification h3 {
        font-size: 24px;
        min-height: 72px;
    }

    .Certification p {
        min-height: 120px;
    }
}


.call-out-box {
    border: 1px solid #35647D;
    margin-bottom: 20px;
}

    .call-out-box h3 {
        color: white;
        font-weight: 500;
        background-color: #35647D;
        padding: 10px;
        margin: 0px;
    }

    .call-out-box p {
        padding: 10px;
    }

    .call-out-box a div {
        color: #5C666F;
        padding: 10px;
        background-color: #CECECE;
        border-top: solid 1px #35647D;
        text-align: center;
        text-transform: uppercase;
        transition: .4s;
    }

    .call-out-box a div {
        color: #5C666F;
        padding: 10px;
        background-color: #CECECE;
        border-top: solid 1px #35647D;
        text-align: center;
        text-transform: uppercase;
        transition: .4s;
    }

        .call-out-box a div:hover {
            background-color: #003B4C;
            color: white;
        }


/*
  added for new board pages by Mark Vogler
*/

.boardbackground {
    background-color: #F0F0F0;
    margin: 0;
}

.newlogo {
    padding: 50px 0 0 0;
}

.boardname {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 100px;
    color: #000000;
    padding: 50px 0;
    line-height: 130px;
}

.boardname-index {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 46px;
    color: #444;
    padding: 10px 0;
    line-height: 56px;
    text-align: center;
}

.boardcert {
    font-family: 'Belleza';
    font-size: 26px;
    color: #000000;
    padding: 0 0 20px 0;
    letter-spacing: 0.2em;
}

.boardcert-index {
    font-family: 'Belleza';
    font-size: 22px;
    color: #444;
    padding: 0;
    letter-spacing: 0.1em;
    text-align: center;
}

.boardp {
    font-family: 'Raleway';
    padding: 0 30px 20px 0;
    font-size: 20px;
    line-height: 1.5em;
    color: #52422a;
}

.boardheader {
    font-family: 'Arimo';
    font-size: 30px;
    color: #000000;
    padding: 0;
    margin: 10px 0 0 -45px;
    text-align: center;
    display: block;
}

.boardphoto {
    padding: 0 0 0 20px;
    margin: 30px 0 0 0;
    overflow: hidden;
}

.boardedu {
    font-family: 'Raleway';
    padding: 40px 0 0 20px;
    font-size: 16px;
    line-height: 1.8em;
    color: #444;
    text-align: left;
    font-weight: bolder;
    margin: 0;
    display: block;
}

.boardexp {
    font-family: 'Raleway';
    padding: 40px 0 0 20px;
    font-size: 16px;
    line-height: 1.8em;
    color: #444;
    font-weight: bolder;
    text-align: left;
    display: block;
}

.boardlink {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    text-align: left;
    padding: 0 0 0 20px;
    display: block;
}

.boardlink-index {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    text-align: center;
    padding: 20px 0;
    display: block;
}

.boardcontact {
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 1.5em;
    color: #444;
    text-align: left;
    font-weight: bolder;
    padding: 0 0 0 20px;
    display: block;
}

.boardcontact-index {
    font-family: 'Raleway';
    font-size: 1.5em;
    line-height: 1.5em;
    color: #444;
    text-align: center;
    font-weight: bolder;
    padding: 20px 0;
    display: block;
}

.boardcontact a, .boardcontact a:hover, .boardlink a, boardlink a:hover, .boardlink-index a, boardlink-index a:hover {
    color: #444;
}

.margin-bottom-spacer-70 {
    margin-bottom: 70px;
}

body {
    overflow-x: hidden;
}

#main {
    min-height: 100vh;
}

.trustee {
    z-index: 0;
    color: #fff;
}

    .trustee:before {
        background-image: url("/Images/CCEBiosMobile.png");
        background-repeat: no-repeat;
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        width: 445px;
        /* allow for bootstrap column padding */
        top: -15px;
        left: 0px;
        bottom: -15px;
        overflow-x: hidden;
    }

@media only screen and (min-width: 200px) and (max-width: 389px) {
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .boardphoto {
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .boardphoto {
        text-align: center;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .boardphoto {
        text-align: center;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

.smpills {
    border: 1px solid #3E5E6F;
}