html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

span.company-name {
  font-family: 'Trajan Pro';
  font-weight: bold;
  font-size: 16px;
  color: #32373e; }

#about-content {
  margin-bottom: 0px; }
  #about-content p {
    font-size: 14px;
    font-family: 'Lucida Sans Unicode', helvetica, sans-serif, arial;
    line-height: 24px;
    color: #535b64; }
  #about-content .about-company {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    min-height: 488px;
    position: relative;
    padding-right: 30px; }
    #about-content .about-company:last-child {
      margin-right: 0; }
    #about-content .about-company p {
      text-align: right; }
    #about-content .about-company .company-description {
      margin-top: 50px; }
    #about-content .about-company:before {
      content: '';
      height: 388px;
      width: 24px;
      position: absolute;
      top: 46px;
      right: -52px;
      background: url(../img/right-divider-shadow.png) no-repeat;
      opacity: 0.5; }
    @media screen and (max-width: 500px) {
      #about-content .about-company {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 73.14426%; }
        #about-content .about-company:last-child {
          margin-right: 0; } }
  #about-content .about-vision {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    /* float:right; */
    margin-left: 80px;
    margin-top: 35px; }
    #about-content .about-vision:last-child {
      margin-right: 0; }
    #about-content .about-vision h3 {
      font-family: "Futura Condensed";
      font-weight: bold; }
    #about-content .about-vision p {
      text-align: left; }
    @media screen and (max-width: 500px) {
      #about-content .about-vision {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 73.14426%; }
        #about-content .about-vision:last-child {
          margin-right: 0; } }
  #about-content .about-mission {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    /* float:right; */
    margin-left: 80px; }
    #about-content .about-mission:last-child {
      margin-right: 0; }
    #about-content .about-mission h3 {
      font-family: "Futura Condensed";
      font-weight: bold; }
    #about-content .about-mission p {
      text-align: left; }
    @media screen and (max-width: 500px) {
      #about-content .about-mission {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 73.14426%; }
        #about-content .about-mission:last-child {
          margin-right: 0; } }

footer.about-divisions {
  background: url("../img/egg_shell.jpg");
  position: relative;
  padding: 15px;
  text-align: center; }
  footer.about-divisions:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url("../img/about-footer-shadow.png") center top no-repeat; }
  footer.about-divisions h3 {
    font-family: 'Century Gothic','Open Sans',helvetica,arial;
    font-size: 24px;
    color: #9197a0;
    letter-spacing: 5px;
    opacity: 0.67;
    margin-bottom: 24px; }
  footer.about-divisions .division-item {
    display: inline-block;
    margin-right: 10px;
    width: 120px;
    vertical-align: top;
    text-decoration: none; }
    footer.about-divisions .division-item p {
      font-family: 'Lucida Sans Unicode', helvetica, arial;
      font-size: 13px;
      margin-top: 7px;
      color: #848892;
      font-weight: bold;
      text-decoration: none; }
    footer.about-divisions .division-item .division-icon {
      height: 50px;
      display: inline-block; }
    footer.about-divisions .division-item img {
      -webkit-filter: grayscale(1) brightness(0);
      filter: grayscale(1) brightness(0);
      opacity: 0.2; }
    footer.about-divisions .division-item:hover p {
      color: #35393a; }
    footer.about-divisions .division-item:hover img {
      -webkit-filter: none;
      filter: none;
      opacity: 1; }

#sticky-footer-push {
  display: none; }

@media screen and (max-width: 1199px) {
  #about-content p br {
    display: none; } }
@media screen and (max-width: 689px) {
  #about-content .about-company,
  #about-content .about-vision,
  #about-content .about-mission {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px; }
  #about-content .about-company h2,
  #about-content .about-company p {
    text-align: left !important; }
  #about-content .about-company .img-separator {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  #about-content .about-company:before {
    display: none; } }
/* ACORDION / TABS */
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 3px;
      border: 1px solid gainsboro; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 40em) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .accordion-tabs .tab-link {
    background-color: white;
    border-top: 1px solid gainsboro;
    color: #333;
    display: block;
    font-weight: bold;
    padding: 0.75em 0.809em;
    text-decoration: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #477DCA; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: #f7f7f7; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          background-color: #f7f7f7;
          border: 1px solid gainsboro;
          border-bottom-color: #f7f7f7;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: #f7f7f7;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        border: 1px solid gainsboro;
        float: left; } }

/*# sourceMappingURL=about.css.map */
