/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: asans-serif;
    color: #6D6D6D;
    background-color: white;
}

img{
    max-width: 100%;
}

html {
    width: 100%;
    height: 100%;
}

iframe{
        margin: 0px auto;
    display: block;
}

h5{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin-bottom: 20px;
}
h1,
h2, 
h3,
h4,
h6 {
    margin: 0 0 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p, ul {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #42dca3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (min-width: 1200px){
.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
}

@supports (-ms-accelerator:true) {
    .owner.gray-out, .community.gray-out, .employee.gray-out{
    opacity:.1;
  }
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: 'Oswald', sans-serif;
    background-color: #000;
    font-weight: 500;
}

.navbar-nav {
    position: relative;
    top: 16px;
        font-family: 'Oswald', sans-serif;
    font-size: 21px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li{
    border-right: 1px solid #6D6D6D;
}

.navbar-custom .nav li:nth-last-child(1){
    border-right: none;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
        
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

.navbar-custom{
    background: white!important;
        -webkit-box-shadow: 0px 8px 24px #C3C3C3;
    -moz-box-shadow: 0px 8px 24px #C3C3C3;
    box-shadow: 0px 8px 24px #C3C3C3;
        z-index: 999999999999;
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/cover-PS-YIR.jpg) no-repeat;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/2015_Conveyors_Night-007.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 500px;
    max-width: 1300px;
    margin: 0px auto;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.slick-slider {
    margin-top: 30px;
}

.slick-slide img{
    margin: 0px auto;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.quoteSlider{
    color: #6D6D6D;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 50px;
}
.caption {
    text-align: right;
    color: black;
}

.btn-default {
    border: none;
    color: #E5A82E;
    background-color: transparent;
    font-family: 'Oswald', sans-serif;
    padding: 0;
}

.btn-default:hover,
.btn-default:focus {
    color: #6D6D6D;
    background-color: transparent;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    #download h1, #download a{
        font-size: 20px;
        text-align: center;
        display: block;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #FD963D;
    color: white;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    height: 325px;
}
::selection {
    text-shadow: none;
    background: #FD963D;
    color: white;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/*custom styles*/
.navbar-custom.top-nav-collapse{
    background: white;
}
a.navbar-brand.page-scroll{

    padding: 0;
}
.top-nav-collapse img{
    transition: width .5s ease-in-out,padding .5s ease-in-out;
    width: 150px !important;

}

.navbar-fixed-top img{
    padding: 4px;
    transition: width .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom a{
    color: #6D6D6D;
}
.navbar-custom .nav li a:hover,.navbar-custom .nav li.active a:hover{
    color: #E5A82E;
}
.imgTitle{
    text-align: left;
    background: #E5A82E;
    color: white;
    font-family: sans-serif;
    padding-left: 5px;
}
.imgActive:active{
    border: 5px solid #E5A82E;
      border: 5px solid #E5A82E;
  width: 100%;
  height: 100%;
  background-color: gray;
  box-shadow: 0 0 0 5px blue inset;
}
img.imgActive {
  max-width: 100%;
}
@media(max-width:767px) {
    a.navbar-brand.page-scroll img{
        width: 150px !important;

    }
    .navbar-custom{
        background: white;
        position: fixed;
    }
    .bodyText{
    moz-column-count: 1 !important;
       -moz-column-gap: 0px;
       -webkit-column-count: 1!important;
       -webkit-column-gap: 0px;
    }
    .pStyle{
        margin: 0px !important;
    }
}
a, h2{
    color: #E5A82E;
}
h2 {

    font-weight: 300;
    text-transform: uppercase;
}
#aboutContent h2{
    margin-top: 30px;
    margin-bottom: 2px;
}
.closeDiv{
    position: absolute;
    cursor: pointer;
    font-size: 50px;
    padding-left: 15px;
}
.closeDiv img{
    width: 50px;
}
.bodyText{


          -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.special-p{
    background: white;
    padding: 10px;
}
.bannerImg{
    max-width:100%;
    margin-left:auto;
     margin-right:auto;
     display:inherit;
     margin-top: 100px;
}
.parallax{
      background: url(../img/2015_Plant_Exterior_AM-002.jpg);
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-2{
      background: url(../img/Technologies.jpg);
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn{
    margin-bottom: 10px;
}
.pStyle{
    color:#fff;text-align:center;margin:10px 20% 10px 20%;
}
.committee{
    font-style: italic;
}
.committee p, .committee{
    font-size: 14px;
      line-height: 18px;
  margin-top: 6px;
}
.committee img{
    width: 200px;
}
#intro{
      background: url(../img/2015_Plant_Exterior_AM-002.jpg) 80% 0 no-repeat fixed;
  color: white;
  height: 600px;
  margin: 0 auto;
  padding: 0;
  background-size: cover;

}
@media only screen and (min-width: 320px) and (max-width: 989px) {
    #intro {
    
          background-position: center center !important;
    }
}
.quote {
    font-size: 28px;
    color: #E5A82E;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
        margin-bottom: 25px;
        margin-top: 25px;
}
.quote hr{
    border-top:1px solid #E5A82E;
}
.carrot{
    position: absolute;
    margin-top: -40px;
      margin-left: 7px;
}
.popover-content {
  white-space: pre-wrap;
}
.together{
      padding-top: 50px;
  padding-bottom: 50px;
}
.operationsHeader{
    background: url(../img/2015_Technologies_Exterior023.jpg);
    background-size: cover;
    height: 500px;
    max-width: 1300px;
    margin: 0px auto;
}
.safetyHeader{
    background: url(../img/2015_Technologies_Exterior023.jpg);
    background-size: cover;
    height: 500px;
    max-width: 1300px;
    margin: 0px auto;
    margin-bottom: 50px;
}
.sustainabilityHeader{
    background: url(../img/2015_Technologies_Exterior023.jpg);
    background-size: cover;
    height: 500px;
    max-width: 1300px;
    margin: 0px auto;
    margin-bottom: 50px;
}
.caption p {
    font-size: 16px;
}
h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
}
h3 {
    font-weight: 300;
    color: black;
}
section {
    margin: 70px 0;
}
.operationsHeader h1 , .safetyHeader h1, .sustainabilityHeader h1{
    margin: 50px 0;
}
img.slick-disabled {
    /* display: none !important; */
    opacity: .3;
    cursor: auto;
}
img.a-right.control-c.next.slick-next.slick-arrow , img.a-left.control-c.prev.slick-prev.slick-arrow{
    width: 30px;
    height: auto;
    top: 48%;
}
.btn-white{
    border: 1px solid white;
    color: white;
    background-color: transparent;
}
.btn-white:hover {
    color: #656565;
    background: #F3F3F5;
}
.slick-next{
    right: 0px !important;
    
}
.slick-prev {
    left: 0px !important;
    z-index: 9999999;
}
.slick-slide{
        padding: 0 45px;
}
.ownersBubble{
    display: inline-block;
    color: #E5A82E;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
}
.employeesBubble{
    display: inline-block;
    color: #971740;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
}
.communitiesBubble{
    display: inline-block;
    color: #30A298;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
}
.ownersCircle {
    font-family: 'Roboto', sans-serif;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background: #E5A82E;
    padding: 70px 24px;
    color: white;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    display: none;
        top: -13px;
    left: 20%;
}
.ownersCircle.active, .employeeCircle.active, .communityCircle.active{
    display: inline-block;
}
.ownersCircle h3{
        margin: 15px;
    margin-top: -35px;
    color: white;
}
.employeeCircle {
    font-family: 'Roboto', sans-serif;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background: #971740;
    padding: 70px 24px;
    color: white;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    display: none;
        top: -13px;
    left: 40%;
}
.employeeCircle h3{
        margin: 15px;
    margin-top: -35px;
    color: white;
}
.communityCircle {
    font-family: 'Roboto', sans-serif;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background: #30A298;
    padding: 70px 24px;
    color: white;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    display: none;
        top: -13px;
    left: 60%;
}
span.plus {
    font-size: 25px;
        margin: 0 20px;
}
.modal{
    top: 100px;
}
.closeOwners, .closeEmployees, .closeCommunity{
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 9px;
    z-index: 999999;
}
.campusLeftColumn{
    position: relative;
    top: -382px;
    margin-bottom: -382px;
}
.powerOfPeople h1{
    color: #6D6D6D;
    border-top: 1px solid #6D6D6D;
    display: inline-block;
    border-bottom: 1px solid #6D6D6D;
    padding: 13px;
    font-size: 60px;
        margin-bottom: 0;
}
img.center {
    margin: 0px auto;
    display: block;
}
.circleImage{
        border: 7px solid #BBBEC0;
    border-radius: 50%;
}
.playButton{
    position: absolute;
    bottom: 33%;
    left: 210px;
    cursor: pointer;
    display: inline;
}
video { 
    margin: 0px auto;
    display: block;
    margin-bottom: 50px;
}
.communityCircle h3{
        margin: 15px;
    margin-top: -35px;
    color: white;
}
.vidContainer{
    overflow: hidden;

}
@media(max-width:768px) {
    .employeeCircle, .communityCircle, .ownersCircle{
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}
.headerImageContainer{
    position: relative;
}
.headerImageContainer img{
    margin: 0px auto;
    display: block;
    max-width: 1300px;
    margin-bottom: 50px;
    width: 100%;
}
.sectionText{
    position: absolute;
    top: 0;
    z-index: 9999;
}
.safetyColumn img{
    position: relative;
    top: -73px;
    margin-bottom: -73px;
}
.campusRightColumn img{
    margin-bottom: 40px;
    position: absolute;
    right: 0%;
    top: -207px;
}
.sectionText h1{
    margin: 50px 0;
}
.mobileOnly{
    display: none !important;
}
.top5Image{
    position: relative;
    right: -163%;
    top: 177px;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid white;
    text-align: center;
    margin: 0px auto;
    margin-bottom: -75px;
    position: relative;
    z-index: 99999;
}
img#switch {
    margin-top: 30px;
}
.dale, .josh, .tim, .lisa, .javier, .dennis, .trish, .kunal, .ray, .christy, .kevin{
    display: none;
    height: 0;
    text-align: left;
    width: 220px;
}
.dale.active{
    display: block;
    position: relative;
    top: -300px;
    left: 54px;
}
.josh.active{
    display: block;
    position: relative;
    top: -84px;
    left: 463px;
}
.tim.active{
    display: block;
    position: relative;
    left: 770px;
    top: -462px;
}
.lisa.active{
    display: block;
    position: relative;
    top: -300px;
    left: 62px;
    width: 220px;
}
.javier.active{
    display: block;
    position: relative;
    top: -56px;
    left: 403px;
}
.dennis.active{
    display: block;
    position: relative;
    top: -287px;
    left: 526px;
}
.trish.active{
    display: block;
    position: relative;
    left: 770px;
    top: -29px;
}
.kunal.active{
    display: block;
    position: relative;
    left: 999px;
    top: -31px;
    width: 158px;
}
.ray.active{
    display: block;
    position: relative;
    left: 245px;
    top: -462px;
}
.christy.active{
    display: block;
    position: relative;
    top: -300px;
    left: 348px;
}
.kevin.active{
    display: block;
    position: relative;
    top: -280px;
    left: 962px;
}
#introduction p {
    line-height: 25px;
}
.more1, .more2 , .more3, .more4, .more5, .more6{ 
    display: none; 
}
@media (min-width: 768px){
    .modal-dialog {
        width: 672px;
        margin: 30px auto;
    }
}
@media(max-width:1199px) {
    .dale.active, .josh.active, .tim.active, .lisa.active, .javier.active, .dennis.active, .trish.active, .kunal.active, .ray.active, .christy.active, .kevin.active{
        display: none;
    }
    #introduction h2{
        font-size: 25px !important;
    }
    .powerOfPeople h1{
        font-size: 45px;
    }
    .employeesBubble, .ownersBubble, .communitiesBubble{
        font-size: 19px;
    }
    span.plus{
        margin: 0;
    }
    .caption{
        text-align: left;
    }
    .navbar-custom .nav li{
        border: none;
    }
    .navbar-fixed-top img{
        margin: 10px;
    }
    #bgvid{
        display: none;
    }
    .campusLeftColumn, .campusRightColumn, .campusRightColumn img, .safetyColumn img, .top5Image{
        position: static;
        margin-bottom: 0;
    }
    .quote{
        display: none;
    }
    .sectionText{
        position: static;
       
    }
    .sectionText h1{
        color: #E5A82E;
        margin: 25px 0;
    }
    .headerImageContainer img{
        margin-bottom: 0;
    }
    .mobileOnly{
        display: block !important;
    }
    .quoteSlider{
        margin-top: 10px;
    }
    .campusLeftColumn{
        margin-bottom: 50px;
    }
}