﻿html, body {
    height: 100%;
}

#careersSubnav {
    background-color: #00555c;   
    margin-top: 0.4em;
}

    #careersSubnav .content {        
        max-width: 70rem;
        margin-left: auto;
        margin-right: auto;
    }

        #careersSubnav .content ul {
            list-style: none;
            padding: 1.25em 1.25em 1.25em 0;
            text-align: left;
        }



            #careersSubnav .content ul li {
                display: inline-block;
                font-size: 1.55em;
                color: #fff;
                margin: 0em 0.65em;
            }

                #careersSubnav .content ul li a {
                    color: #ffffff;
                    color: rgba(255,255,255, 0.7);
                    text-decoration: none;
                }

                #careersSubnav .content ul li a:hover {
                    color: #ffffff;
                    color: rgba(255,255,255, 1.0);
                }

#careersContent {
    background-color: #a2cf66;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    background-image: url(/images/careers/front-page.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

    #careersContent .content {        
        max-width: 70rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

.video__img {
    font-size: 0px;
    margin-left: auto;
    margin-right: auto;
}



/*.searchBar button {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.60);
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.55em;
    margin-left: -0.25em;
    margin-top: 1.2em;
    padding: 0.85em;
}*/

/*.searchBar button:hover {
    background-color: #a2cf66;
}*/

.main__title {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #8dc642;
    color: #fff;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding: 1.5em 0em 2.75em 0em;
}

    .main__title h1 {
        color: #fff;
        font-weight: normal;
        font-size: 2.25rem;
        padding-bottom: 0.1em;
    }

    .main__title p {
        color: rgba(255,255,255, 0.85);
        font-size: 1.25rem !important;
    }

.top_baner {
    background-size: cover;
    vertical-align: middle;
}


.wrapper:before, .container {
    /* these are the important styles for the centered element: */
    display: inline-block;
    vertical-align: middle;
}

.container { float:left; }
.wrapper:before {
    /* this is the important part */
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    /* this just takes care of whitespace added by having display:inline-block (there are other methods) */
    margin-left: -0.25em;
}


.searchBar {      
    text-align: center;         
    display:inline;
    margin-left:auto;
    margin-right:auto;
}

   .searchBar input {
        border: medium none;
        color: rgba(154, 140, 126, 0.85);
        font-size: 1.15rem;
        padding: 0.55rem;
        width: 17rem;
    }



.searchBox {
    background-image: url("/images/search-grey.svg");
    background-repeat: no-repeat;
    background-position: 22rem center;
    box-shadow: 0px 3px 4px 0 rgba(154, 140, 126, 0.15) inset;
    background-position: 95% center;    
}

.searchButton {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 10px;
    content: " ";
    height: 1.5rem;
    margin-left: -2.35em;
    margin-top: 0.4rem;
    position: absolute;
    width: 1.5rem;
}

@media (max-width: 599px) {

    #careersSubnav .content ul::before {
        height:auto !important;
    }

    #careersSubnav > div > ul > li:nth-child(8) {
        width:100%;
    }

    .searchBar {    
        margin-left:0px !important;
        padding-left:0px !important;
        text-align:left;  
        width: 100%;      
    }

    #landingIntro {
        display:none;
    }

    .searchBar input {    
        width: 90%;
    }

    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    .wrapper {
        /* set the height of the element which contains what you want to center */
        height: 200px;
        /* these styles are optional, to set width horizontally center the page */
        width: 100%;
        text-align: center;
        background-size: cover;
        background-position: center;
    }

     .peopleFirst {
         font-size: 3rem;
        color: #fff;
        font-family: Indie Flower;
    }

    .aroundPadding {
        padding: 0.5em;
    }

    .xSmallColumn {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }


    .landingTitle {
        font-size: 2rem !important;
      
    }

    .landingContainer {
          height: 400px !important;
    }

    h1.landingTitle {
        padding-top: 0.15rem;
        text-align: center;
        color: #fff;
        }

    h2.landingTitle {
        text-align: center;
        color: #fff;
        margin-top: -0.5rem;
    }

    
    #careersSubnav .content ul li {
        font-size: 1.5rem !important;
        text-align: left;
        width:40%;
        float: left;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #careersSubnav .content ul {
        /* these are the important styles for the centered element: */
        display: inline-block;
        vertical-align: middle;
    }
    #careersSubnav .content ul:before {
        /* this is the important part */
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        /* this just takes care of whitespace added by having display:inline-block (there are other methods) */
        margin-left: -0.25em;
    }

}

a.blue-button {
    display:inline-block;
    background-color: #004990;
    color: #fff;
    padding: 0.6rem;
    margin-bottom:1rem;
    text-decoration:none;
}

a.blue-button:visited {
    color: #fff;
    text-decoration:none;
}

a.blue-button:hover {
    color: #fff;
    text-decoration:none;
}

@media (min-width: 600px) {


     #landingIntro {
        background-color: rgba(255, 255, 255, 0.6);
        margin-bottom: 5rem !important;
        margin-top: 1rem;
        padding: 0.75rem 1.5rem 1.5rem;
        width: 34rem;
     }

     h1.landingTitle  {
            font-size: 6.5em;
            padding-top: 0.15em;
            text-align: center;
            color: #fff;
        }

        h2.landingTitle  {
            font-size: 4em;
            text-align: center;
            color: #fff;
            margin-top: -0.5em;
        }

    .peopleFirst {
        font-size: 6em; 
        padding: 1em; 
        color: #fff;
        font-family: Indie Flower;
    }

    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper {
        /* set the height of the element which contains what you want to center */
        height: 500px;
        /* these styles are optional, to set width horizontally center the page */
        width: 100%;
        text-align: center;
        background-size: cover;
        background-position: center;
    }


    .contentLeftColumn {
        width: 50%;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-right: 1em;
    }

    .contentRightColumn {
        width: 50%;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-left: 1em;
    }

    .contentColumnOne-Fifth{
        width: 20%;
    }

    .contentColumnFour-Fifths {
        width: 80%;
    }

    .contentColumnOne-Third{
        width: 34%;
    }

    .contentColumnTwo-Thirds {
        width: 66%;
    }

    .smallColumn {
    float: left;
    width: 33.33%;
    margin-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }

    .smallColumn:first-child {
        padding-left: 0em;
        padding-right: 1.5em;
    }

    .smallColumn:nth-child(2){
        padding-left: 1.0em;
        padding-right: 1.0em;
    }

    .smallColumn:last-child {
        padding-left: 1.5em;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0 !important;
    }

    .aroundPadding {
        padding: 0.25em;
    }

    .xSmallColumn {
        float: left;
        width: 25%;
        margin-bottom: 0em;
        padding-left: 0.0em;
        padding-right: 0.00em;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .xSmallColumn:first-child {
        padding-left: 0em;
        padding-right: 0.0em;
    }

    .xSmallColumn:nth-child(2), .xSmallColumn:nth-child(3){
        padding-left: 0.0em;
        padding-right: 0.0em;
    }

    .xSmallColumn:last-child {
        padding-left: 0.0em;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0 !important;
    }

   
}

@media (min-width: 600px) and (max-width: 999px) {
      .aroundPadding {
        padding: 0.5em;
    }

    .landingButton {
        height: 60px;
        vertical-align: middle !important;
    }

    .searchBar input {    
        width: auto;
    }
}


@media (min-width:1000px) {
     .aroundPadding {
        padding: 1.0em;
    }

    .xSmallColumn {
    float: left;
    width: 25%;
    margin-bottom: 0em;
    padding-left: 0.0em;
    padding-right: 0.00em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }

    .xSmallColumn:first-child {
        padding-left: 0em;
        padding-right: 0.0em;
    }

    .xSmallColumn:nth-child(2), .xSmallColumn:nth-child(3){
        padding-left: 0.0em;
        padding-right: 0.00em;
    }

    .xSmallColumn:last-child {
        padding-left: 0.00em;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0 !important;
    }

    #careersSubnav .content ul li:first-child {
    padding-left:0px;
    margin-left:0px;
    }

    #careersSubnav .content ul li:last-child {
    padding-left:0.35rem;
    margin-left:0px;
    }


}






.rowContent:after, .contentRightColumn:after, .contentLeftColumn:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.extraPadding {
    padding-top: 2em;
    padding-bottom: 2em;
}

.sidesPadding {
   padding-left: 2em;
   padding-right: 2em;
}


.contentLeftColumn h2, .contentRightColumn h2 {
    color: #8dc641;
    margin-top: 0.25rem;
    padding-bottom: 1em;
}

.video__img {
  /* border: 15px solid #8c847c;     */
    border: 15px solid rgba(199, 178, 154, 0.5);

}
.video__img {
  position: relative; }
    .video__img:before {
    content: '';
    position: absolute; }

.video {
  text-align: left;
  margin-top: 2em;  
  margin-bottom: 2em;
}
  .video.tall {
    margin-top: 1.5rem; }
  .video--inline {
    padding: 0; }
  .one-third .video:only-of-type, .two-sixths .video:only-of-type, .four-twelfths .video:only-of-type {
    margin-bottom: 0; }
  .video__img {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 1.25rem; }    
    .video__img img {
      max-width: 100%; }
    .video__img:before {
      background: url(/images/careers/play.png) no-repeat center;
      background-size: 30%;
      background-color: rgba(0, 0, 0, 0.25);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
      -webkit-transition: color 0.33s, background-color 0.33s;
              transition: color 0.33s, background-color 0.33s; }
    .video__img:hover:before {
      background-color: transparent; }
  .video figcaption.top {
    margin-bottom: 1rem; }
  .video__title {
    font-family: "DIN Next W01 Bold", Helvetica, Arial, sans-serif;
    margin-bottom: 0.25rem; }
    .title-large .video__title {
      font-family: "DIN Next W01 Regular", Helvetica, Arial, sans-serif;
      color: #8dc63f; }
  .video p {
    margin-top: 0;
    margin-bottom: 0.75rem !important; }




.teal {
    color: #00555c;
}

.bold {
    font-weight: bold;
}

.img-responsive {
    width: 100%;
}

.page-background {
    background: url("/images/bkgd.png") no-repeat scroll 0 -438px rgba(0, 0, 0, 0);
}

.subMainContent {
    padding-bottom: 3em;
}

.wide_row {
    width: 100%;
}
.grey-background {
    background-color: #f2f1ef;
}


.grey-light-background {
    background-color: #f9f9f9;
}

.purple-bg {
    background-color: #004990;
    color: #ffffff;
}

.magenta-bg {
    background-color: #9A8B7D;
    color: #ffffff;
}

.orange-bg {
    background-color: #D9531E;
    color: #ffffff;
}


.ulti-green-bg {
    background-color: #C1D82F;
    color: #ffffff;
}

.ulti-cyan-bg {
    background-color: #739DD2;
    color: #ffffff;
}






.grey-dark-bg {
    background-color: #868686;
}



.rowContent {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-size: 1.6em;
    color: #8c847c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rowContent .entry__intro {
    margin-bottom: 2em;
}

.rowContent:before { clear: both; }

.rowContent ul li {
    color: #8c847c;
    list-style-image: url("/images/bullet-green.png");
    margin-bottom: 1.5em;
    margin-left: 2.25em;
}

.rowContent ul {
    list-style: outside none none;
    margin-top: 0.5em;
}

.rowContent p {
    padding-bottom: 1em !important;
    padding-top: 1em !important;
    font-size: 1rem;
}

.rowContent h3 {
    color: #8dc641;
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 2rem;   
}



.quote {
  background-color: #f2f1ef;
  border-radius: 0px;
 /* font-family: "DIN Next W01 Light", Helvetica, Arial, sans-serif; */
  line-height: 1.25;
  overflow: hidden;
  text-align: left;
    font-style: italic;
    font-size: 1.2rem;
 /* margin: 0 auto 2.25rem auto; */
  padding: 1.5rem !important; }  
  .quote.double {
    font-size: 0;
    line-height: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 95%; }
    .quote.double .grid__item, .quote.double .entry__intro, .quote.double .video {
      margin-bottom: 0; }
    .quote.double .grid__item:first-child, .quote.double .entry__intro:first-child, .quote.double .video:first-child {
      margin-left: -36px; }
    .quote.double .grid__item:last-child, .quote.double .entry__intro:last-child, .quote.double .video:last-child {
      padding-right: 0; }
  .quote__body {
    margin-bottom: 0.5rem; }
    .quote__body b, .quote__body strong {
      font-family: "DIN Next W01 Medium", Helvetica, Arial, sans-serif;
      font-weight: normal; }
  .quote__attr {
    font-family: "DIN Next W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1rem;
      text-align: right;
  }
  .quote.right, .quote.side {
    text-align: left;
    margin: 0 0 0.5rem 0; }
    .quote.right.short, .quote.side.short {
      margin-top: 0; }
  .quote.caption {
    border-radius: 20px 20px 0 0;
    margin-bottom: 0; }
  .quote-photo {
    background-color: #f2f1ef;
    border-radius: 0;
    display: table;
    font-size: 0;
    line-height: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 2.25rem; }
    .quote-photo .grid__item, .quote-photo .entry__intro, .quote-photo .video, .quote-photo .video, .quote-photo .video__img {
      margin-bottom: 0; }
    .quote-photo .grid__item:first-child, .quote-photo .entry__intro:first-child, .quote-photo .video:first-child, .quote-photo .video:first-child {
      display: table-cell;
      line-height: 0;
      padding: 0;
      vertical-align: middle; }
    .quote-photo .grid__item:last-child, .quote-photo .entry__intro:last-child, .quote-photo .video:last-child, .quote-photo .video:last-child {
      display: table-cell;
      padding-left: 0;
      text-align: left !important;
      vertical-align: middle; }
    .quote-photo .entry__img, .quote-photo .video__img img {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      line-height: 0; }
    .quote-photo .side {
      margin-top: 0; }
    .video__img {
     /*   display: inline-block; */
    }

h2.black_header {
    color: #000;
    padding-bottom: 1em;
}


.rowContent h4 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5em;
}


.rowContent p {
    padding-top: 0 !important;
}

.white-text {
    color: #fff !important;
}


.img-right {
    float:right
}

.img-left {
    float:right
}

.img-right:after, .img-left:after {
     content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.bottomPadding {
    padding-bottom: 1em !important;
}


.center {
    text-align: center;
}


hr {
  border: 0;
  border-top: 1px solid #dfdfdf;
  display: block;
  padding: 0;
  text-align: left;
  height: 1px;
  margin: 2.25rem 0; }




.main_title_home {
    color: #00757d;
    font: 2.1em/1.25 "DIN Next W01 Medium",Helvetica,Arial,sans-serif;
    margin-bottom: 0.25em;
}

.main_title_home span {
    font-family: "DIN Next W01 Light",Helvetica,Arial,sans-serif;
}




.fortuneLogo {
    background-color: #fff;
    left: 994px;
    position: absolute;
    top: 0;
    width: 130px;
}

.footer a:visited {
    color: #fff;
}

#videoModal > div > button {
    font-size: 2em;
}


.white {
    color: #ffffff !important;
}