/**************************
About.css
**************************/

/**************************
COMMON
**************************/

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Verdana, sans-serif;
    color: #6f6d68;
}

#okl-header h1{
    text-indent: -100%;
    overflow: hidden;
    height: 87px;
    margin: 5px 0px 10px 34px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, Times New Roman, serif;
}

h1 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
}

h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Verdana, sans-serif;
    margin: 42px 0 0 0;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d08f05;
}
.title {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Verdana, sans-serif;
    margin: 42px 0 0 0;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d08f05;
}

h3 {
    font-size: 21px;
    line-height: 26px;
}

h4 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
}

p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #555;
}

a{
    color:#6f6d68;
    text-decoration: none;
}

a:hover {
    color: #007236;
    text-decoration: underline;
}

blockquote {
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, Times New Roman, serif;
    margin-bottom: 6px;
    font-size: 33px;
    line-height: 36px;
    font-weight: bold;
    color: #f8c75c;
}
blockquote:before {
    content: "“";
    margin-right: -5px;
}
blockquote:after {
    content: "”";
    margin-left: -5px;
}


/* simple 12 column grid */
.row div[class^="span"] {
    float: left;
    margin-left: 20px;
}

.row div[class^="span"]:first-child {
    margin-left: 0;
}

.span4 {
    width: 300px;
}

.span6 {
    width: 460px;
}

.underline {
    border-bottom: 1px solid #ccc;
    width: 100px;
    margin-bottom: 42px;
}

.invisible {
    opacity: 0;
}

.hidden {
    display: none;
}

/**************************
SLIDE SHOW COMMON - (BRAND AND LOCATIONS)
**************************/

/* from slide show */

.slider-next, .slider-previous {
    position: absolute;
    top: 47%;
    z-index: 10;
    overflow: hidden;
    height: 30px;
    width: 30px;
    opacity: .9;
    text-indent: -99999em;
    border: none;
    cursor: pointer;
}

.slider-previous {
    left: 20px;
    background: url('../images/btnLeft.png') no-repeat;
}

.slider-next {
    right: 20px;
    background: url('../images/btnRight.png') no-repeat;
}

/* add this class to the first list item in the slider. all other items should be positioned
absolutely and hidden */
#brand-cycle .slider-first, #locations-cycle .slider-first {
    float: left;
    position: relative;
}

/**************************
page-nav
**************************/
.page-nav .container {
    margin: 30px auto;
    text-align: center;
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
}

.page-nav .container h2 {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    color: #333333;
    cursor: pointer;
}

.page-nav .container h2:hover {
    color: #008046;
}

.page-nav .container .active {
    color: #ccc;
}

/**************************
BRAND
**************************/

.brand {
    width: 100%;
    position: relative;
}

.brand h1 {
    margin: 0;
    font-size: 33px;
    font-weight: normal;
    color: white;
}

.brand h2 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #999;
}

#brand-cycle li {
    position: absolute;
    width: 100%;
}

.brand img {
    display: block;
    width: 100%;
    min-width: 940px;
}

.brand .underline {
    display: inline-block;
    margin: 12px;
    vertical-align: bottom;
    color: white;
}

.brand .container {
    position: relative;
}

.brand .brand-slide {
    position: absolute;
    top: 260px;
    left: 244px;  /* left calculated to put the brand-slide in the middle (940 - width - outline*2 - border*2 - padding*2) /2 */
    width: 400px;
    margin: 0;
    padding: 24px;

    font-size: 0;
    line-height: 0;
    text-align: center;
    color: white;

    border: 1px solid rgb(211, 211, 211);
    border: 1px solid rgba(255, 0, 0, 0);
    outline: 1px solid white;
    background-color: white;

    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    opacity: .75;
}


.brand .brand-slide-1 h1 {
    color: #7c2f72;
    opacity: 1;
}

.brand .brand-slide-2 h1 {
    color: #53b09f;
    opacity:1;
}

.brand .brand-slide-3 h1 {
    color: #60609c;
    opacity:1;
}

.brand .brand-slide-5 h1 {
     color: #7b2210;
     opacity:1;
}

/* have to use this technique because in Firefox there is a bug where css outline also goes
around overflown content instead of just content within the borders of the element, and thus
can't use text indent technique */
.brand .brand-slide-5 h1 span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.brand .brand-slide-5 img {
    display: inline-block;
    width: 400px;
    min-width: 0;
}


/**************************
OUR STORY
**************************/

.story {
    width: 100%;
    min-width: 940px;
    background-color: #f5faf8;
}

.story h3 {
    margin-bottom: 12px;
    font-weight: normal;
    color: #555;
}

.story a {
    text-decoration: underline;
}

.story .span4 {
    height: 640px;
}

.story .story-continuation {
    margin-top: 20px;
    height: auto;
}

.story .indent {
    text-indent: 24px;
}

.story .container {
    overflow: hidden;
    position: relative;
}

.story .row {
    width: 1600px;
}

#story-board {
    position: relative;
}

.story .photo-signature {
    text-align: center;
}

.story .story-photo {
    margin-bottom: 10px;
    border: 5px solid white;
    box-shadow: 0 0 9px #ccc;
}

.story .photo-signature p {
    margin-bottom: 60px;
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
}
.story .photo-signature p span {
    display: inline-block;
    margin: 0 3px;
}

#story-nav {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 100px;
}

#story-continue, #story-beginning {
    display: block;
    float: right;
    height: 29px;
    width: 29px;
    margin-left: 10px;
    text-indent: -9999px;
    background: no-repeat;
    border: none;
    cursor: pointer;
}

#story-beginning {
    background-image: url(../img/slide_left.png);
    visibility: hidden;
}

#story-continue {
    background-image: url(../img/slide_right.png);
}

/**************************
TIMELINE
**************************/

.timeline {
    position: relative;
    width:100%;
}

.timeline .slider-next, .timeline .slider-previous {
    top: 40%;
}

.timeline ul {
    position: relative;
    width: 5735px;
}

.timeline-window {
    width: 100%;
    overflow: hidden;
    height: 177px;

}

.timeline-gray {
    background-color: #9d9d9d;
}

.timeline-green {
    background-color: #008046;
}

.timeline-red {
    background-color: #ea5153;
}

.timeline-gray2 {
    background-color: #666666;
}

.timeline-gray3 {
    background-color: #333333;
}

.timeline-blue {
    background-color: #364d62;
}

.timeline-box {
    float: left;
    width: 200px;
    height: 156px;
    padding: 15px 10px 5px 10px;
    font-size: 0;
    line-height: 0px;
    text-align: center;
}


.timeline-box .underline {
    width: 60px;
    border-bottom: 1px solid white;
    display: inline-block;
    margin: 0px;
}

.timeline-box h2 {
    color: white;
    line-height: 24px;
    margin-top: 12px;
    padding: 0;
}

.timeline-box h1 {
    font-size: 40px;
    line-height: 40px;
    color: white;
}

.timeline-box p, .timeline-design-box p, .timeline-dec2012-extra p {
    margin-top: 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    letter-spacing: 1px;
    color: white;
}

.timeline-arrow {
    position: absolute;
    top: 76px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}

.timeline-arrow-dark {
    border-left: 13px solid #333;
}

.timeline-arrow-blue {
    border-left: 13px solid #374d62;
}

.timeline-image {
    position: relative;
    float: left;
    height: 176px;
}

.timeline-design-box {
    float: left;
    font-size: 0;
    line-height: 0px;
    text-align: center;
    height: 176px;
    padding-right: 20px;
}

.timeline-design-box img {
    margin-top: 45px;
}

.timeline-dec2012-extra {
    float: left;
    height: 176px;
    padding-right: 20px;
    text-align: center;
}

.timeline-dec2012-extra p {
    margin-top: 50px;
}

.timeline-dec2012-extra em {
    font-style: italic;
}

/**************************
CULTURE
**************************/

.culture {
    padding-top: 42px;
}

.culture h2 {
    margin-top: 0;
}
.culture a {
    color: #26803d;
    text-decoration: underline;
}

.culture blockquote {
    margin: 9px 0 2px 0;
    color: #6a795f;
}

.culture .quotes .underline {
    color: #6a795f;
    margin: 6px;
}

.culture .quotes li {
    margin-bottom: 16px;
}

.culture .quotes .quoter-name {
    margin-bottom: 5px;
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, Times New Roman, serif;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    color: #6a795f;
}
.culture .quotes .company {
    margin-bottom: 10px;
    margin-left: 18px;
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, Times New Roman, serif;
    font-size: 18px;
    line-height: 16px;
    color: #6a795f;
}

.culture .quotes .quoter-name em {
    text-transform: none;

}

.culture .quotes .quoter-name:before {
    content: "—";
}

.culture .quote-jaylena blockquote:before {
    margin-left: -20px;
}

.culture .quote-jaylena .underline, .culture .quote-jaylena .diagonal-left-line {
    margin-left: 130px;
}

.culture .quote-eric  {
    width: 700px;
    text-align: center;
    margin-left: 20px;
}



.diagonal-left-line, .diagonal-right-line {
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 0;
    border-bottom: 1px solid #cdd2d8;
    margin-top: 20px;
}

.diagonal-left-line {

    -moz-transform: rotate(315deg);  /* FF3.5/3.6 */
    -o-transform: rotate(315deg);  /* Opera 10.5 */
    -webkit-transform: rotate(315deg);  /* Saf3.1+ */
    transform: rotate(315deg);  /* Newer browsers (incl IE9) */
}

.diagonal-right-line {

    -moz-transform: rotate(45deg);  /* FF3.5/3.6 */
    -o-transform: rotate(45deg);  /* Opera 10.5 */
    -webkit-transform: rotate(45deg);  /* Saf3.1+ */
    transform: rotate(45deg);  /* Newer browsers (incl IE9) */
}


/* quoter images */

.culture .quote-images {
    position: relative;
    z-index: 5;
    height: 240px;
}

.culture .quote-images li {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    width: 135px;
    height: 240px;
}

.culture .quote-images .quote-images-eugenie {
    left: 75px;
}

.culture .quote-images li img {
    display: block;
    position: absolute;
    bottom: 0;
}

.culture .quote-images .quote-images-color {
    z-index: 5;
    opacity: 0;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.culture .quote-images .highlight .quote-images-color {
    opacity: 1;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.culture .quote-images .quote-images-jaylene .quote-images-bw { z-index: 0; }
.culture .quote-images .quote-images-jaylene .quote-images-color { z-index: 5; }

.culture .quote-images .quote-images-eric .quote-images-bw { z-index: 10; }
.culture .quote-images .quote-images-eric .quote-images-color { z-index: 15; }

.culture .quote-images .quote-images-gabby .quote-images-bw { z-index: 20; }
.culture .quote-images .quote-images-gabby .quote-images-color { z-index: 25; }

.culture .quote-images .quote-images-alex .quote-images-bw { z-index: 30; }
.culture .quote-images .quote-images-alex .quote-images-color { z-index: 35; }

.culture .quote-images .quote-images-eugenie .quote-images-bw { z-index: 20; }
.culture .quote-images .quote-images-eugenie .quote-images-color { z-index: 25; }


/**************************
LOCATIONS
**************************/

.locations {
    width: 100%;
    position: relative;
    background: url(../img/cities_bg.png) repeat-x;

    -webkit-box-shadow: 0 5px 5px 5px #d3d3d3;
    -moz-box-shadow: 0 5px 5px 5px #d3d3d3;
    box-shadow: 0 5px 5px 5px #d3d3d3;
}

.locations img {
    display: block;
    width: 100%;
    min-width: 940px;
}

.locations .locations-title {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.locations .locations-title h2 {
    margin-top: 0;
    padding: 42px 0 8px 0;
}

.locations .locations-title .underline {
    margin-bottom: 8px;
}

.locations .locations-title nav h2 {
    float: left;
    margin: 0 20px 12px 0;
    padding: 0;
    color: #333333;
}

.locations .locations-title nav h2:hover {
    color: #008046;
    cursor: pointer;
}

.locations .locations-title .underline {
    display: inline-block;
}

#locations-cycle li {
    position: absolute;
    width: 100%;
}

.locations .container {
    position: relative;
}

.locations .locations-textbox {
    position: absolute;
    top: 0;
    left: 180px;
    z-index: 100;
    width: 340px;

    text-align: center;
}

.locations .locations-description {
    margin-top: 60px;
    padding: 20px 20px 40px;

    border: 1px solid rgb(211, 211, 211);
    border: 1px solid rgba(255, 0, 0, 0);
    outline: 1px solid #fff;

    background-color: white;

    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    opacity: .95;
}

.locations .job-openings {
    position: absolute;
    bottom: -75px;
    right: 120px;
    height: 100px;
    width: 100px;

    background-color: darkred;

    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;

    opacity: .95;
    cursor: pointer;
}

.locations .job-openings h1 {
     color: white;
     margin: 3px 0 0 0;
}

.locations .job-openings p {
    color: white;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
    text-transform:uppercase;
}

.locations .job-openings em {
    font-style: normal;
    text-decoration: underline;
}

.locations .locations-arrow {
    position: absolute;
    bottom: -11px;
    left: 60px; /* starting location SF */
    z-index: 100;
    width: 25px;
    height: 13px;
    background: url(../img/location_triangle.png) no-repeat;
}

/**************************
TEAM
**************************/

.team {
    position: relative;
    width: 100%;
    min-width: 940px;
    background-color: #F2F2F2;
}

.team h4 {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
}

/* nav */

.team nav {
    display: block;
    position: absolute;
    top: 42px;
    width: auto;
    padding: 0;

    
}

.team nav .nav-title {
    display: block;
    padding: 12px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.team nav .nav-title:hover {
    color: #008046;
    cursor: pointer;
}

.team nav .nav-title .down-arrow {
    display: inline-block;
    width: 10px;
    height: 5px;
    margin-left: 5px;
    padding-bottom: 3px;
    background: no-repeat url(../img/arrow_black.png) ;
}

.team nav .nav-title:hover .down-arrow {
    background: no-repeat url(../img/arrow_green.png) ;
}

.team .nav-content {
    display: none;
}

.team nav .underline {
    margin: 0 0 12px 12px;
    width: 116px;
}

.team nav ul {
    margin: 12px;
}

.team nav li {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    cursor: pointer;
}

.team nav li:hover {
    color: #008046;
}

/* main profile */

.team .main-profile {
    margin-left: 3px;
}

.team .main-profile li {
    display: none;
}

.team .main-profile .current-image {
    float:left;
    width: 377px;
    height: 479px;
    margin-top: 111px;

}

.team .main-profile .main-profile-bio {
    float: left;
    width: 380px;
    margin: 120px 20px 0 0;
}

/* next profile */

.team .next-profile {
    position: relative;
    float: left;
    margin-left: 12px;
    width: 148px;
    height: 590px;
}

.team .next-profile li {
    display: none;
}

.team .next-profile img {
    position: absolute;
    bottom: 0;
    z-index: 10;

    /* For IE (10-8). Put here instead of in conditional comment in the html
    header because IE 10 ignores them. This code allows relative/absolute positioned
    items to fadeIn / fadeOut */
    opacity:inherit;
    filter:inherit;
}

.team .next-profile div {
    position: absolute;
    bottom: 0;
    z-index: 20;
    padding: 8px;
    color: white;
    background-color: #333333;
    opacity: .9;
    cursor: pointer;
}

.team .next-profile div:hover {
    background-color: #008046;;
}

.team .next-profile p {
    color: white;
}

.team .next-profile-name {
    color: white;
}


/**************************
HOW IT WORKS
**************************/

.how-it-works {
    padding-top: 42px;
}

.how-it-works h2 {
    margin-top: 0;
}

.how-it-works h3 {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 15px 0 9px 0;
    letter-spacing: 1px;
    color: #333;
}

.how-it-works h4 {
    padding: 5px 0 5px 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #333;
}

.how-it-works p {
    margin-bottom: 9px;
}

.how-it-works a {
    font-weight: bold;
    text-decoration: underline;
}

.how-it-works .description {
    margin-bottom: 30px;
    width: 620px;
}

.how-it-works .graphic {
    margin-bottom: 30px;
    float: right;
    position: relative;
    top: -30px;
}

.how-it-works .description h3 {
    margin: 0;
    font-size: 24px;
    line-height: 27px;
    text-transform: none;

}

.how-it-works .description p {
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, Times New Roman, serif;
    font-size: 18px;
    line-height: 24px;
    color: #555;
}

.how-it-works .row div[class^="span"] {
    float: left;
    margin-left: 20px;
}

.how-it-works .row div[class^="span"]:first-child {
    margin-left: 0;
}

.how-it-works .span4 {
    margin-bottom: 50px;
    text-align: center;
}

.how-it-works .span6 img {
    float: left;
    margin-right: 20px;
}

.how-it-works .span6 .how-it-works-stories-image  {
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#ccc,Strength=10);
}

/**************************
SOCIAL
**************************/

.social {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 50px auto;
}

.social p {
    float: left;
    height: 50px;
    margin-left: 20px;
    font-family: 'Chronicle Display A', 'Chronicle Display B', Georgia, Times New Roman, serif;
    font-size: 22px;
    line-height: 50px;
    color: #333;
}

.social .share-bar {
    display:block;
    float: right;
    margin-right: 20px;
}
.social .share-bar a {
    display:block;
    float:left;
    height:40px;
    width:40px;

    margin:5px;
    text-indent:-9999em;

    background: transparent url(../img/social_sprites.png) 0 0px no-repeat;

    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 9px #ccc;
    -moz-box-shadow: 0px 0px 9px #ccc;
    box-shadow: 0px 0px 9px #ccc;
}
.social .share-bar a:hover, .social .share-bar a:active  {
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    opacity:.8;
}

.social .share-bar .twitter {
    background-position:-55px 8px;
}
.social .share-bar .pinterest {
    background-position:-104px 6px;
}
.social .share-bar .facebook {
    background-position:-5px 6px;
}
.social .share-bar .instagram {
    background-position:-156px 7px;
}


#footer li a, #oklCopyright p {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
    line-height: normal;
    color: #7D7D7D;
}




