.pagebanner .grid_12 {
  position: relative;
}
.bannerheadwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1360px;
    padding: 0 30px;
}
.pagebanner img {
  width: 100%;
}
.bannerheadwrap h2 {
    margin: 0;
    color: white;
    font-size: 2.5em;
}
.pagebanner .grid_12 {
  margin-bottom: 0;
}

.page .grid_12 {
    margin: 4em 30px 0;
}
.page .grid_12 .grid_11 {
  float: none;
  margin: 4em auto 0;
}

p.pagedesc {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.75;
    padding: 0 30px;
    font-size: 1em;
    margin: 0;
    text-align: center;
}

.pagehead {
  margin: 2em 0;
  text-align: center;
}

.timeline {
  position: relative;
}
.timelinekey {
  display: inline-block;
  width: 10%;
  font-size: 1.35em;
  font-weight: bold;
  color: black;
  padding: 1em 0 1em 4px;
  background-image: url(../images/timelinearrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;

  width: 25%;
}
.timelinekey {
  cursor: pointer;
}
.timelinekey.active, .timelinekey:hover {
  color: #ee2e24;
}
.timelinebox {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.timelinewrap {
  transition: left .5s;
  position: relative;
  left: 0;
  z-index: 1;
}
.timelinenav {
  position: absolute;
  top: calc(50% - 2em);
  left: 0;
  width: 100%;
  z-index: 0;
}

.timelinenav span {
  text-align: center;
  border: 0px solid black;
  cursor: pointer;
  font-size: 2em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  color: #005ca7;
}
.timelinenav .timelinenavprev {
  float: left;
  margin-left: calc(-100px + 1.5em);

  margin-left: -30px;
  text-align: left;
}
.timelinenav .timelinenavnext {
  float: right;
  margin-right: calc(-100px + 1.5em);

  margin-right: -30px;
  text-align: right;
}

.timelineimgdate {
    padding: 2em 0 4em;
}
.timelineimgdate h2 {
    font-size: 2.5em;
    color: #58595b;
    text-align: center;
}
.timelineimgdate p {
    font-size: 1.125em;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.timelineimgwrap {
    width: 100%;
    position: relative;
}
.timelineimgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin-left: -10%;
  transition: all .5s;
}
.timelineimgbox.active {
    opacity: 1;
    margin-left: 0;
}

.timelineimgwrap .timelineimgbox:first-of-type {
  position: relative;
}
.timelineimgbox img {
  width: 100%;
  height: auto;
}

.pageheadsubwrap {
    position: relative;
}
.pageheadsub {
    position: absolute;
    bottom: 0;
    left: 0;
}
.pageheadsub h2 {
    color: white;
    padding: 2em;
    margin: 0;
    font-size: 2em;

    padding: .5em;
}

h2.sectiontitle {
  text-align: center;
}
.teambox {
  position: relative;
  padding: 15px 30px;
}
.teambox img {
  width: 100%;
  height: auto;
}
.teamdesc {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  background: #020d37;
  color: white;
  padding: 1em;
}
.teamwrap {
    margin: 0 -30px;
}
.teamname {
  display: block;
}
.teamtitle {
  display: block;
  font-weight: bold;
}

.sectionlast {
  margin-bottom: 5em;
}

.flexslider.banner .flex-direction-nav a {
    background-image: url(../images/bg_direction_nav-white.svg);
}

/**news**/
.section-1.news .commontext {
    margin: 0 auto;
    float: none;
    text-align: left;
    padding: 0;

    text-align: center;
}
.section-1.news span {
    color: #3a3a3a;
    font-size: 1em;
}
.section-1.news .inputbox {
  margin-right: 2.5em;
  margin-right: 0;
}
.section-1.news .inputbox:last-of-type {
    display: block;
    margin-top: 1em;
}
.inputlabel {
    display: inline-block;
    width: 5em;
}
input, select {
  font-size: 1em;
  color: #3a3a3a;
  padding: .5em;
  border: 1px solid #c1c1c1;
  border-radius: .5em;
  width: 12.5em;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../images/select-arrow.svg);
    background-size: auto;
    background-position: center right .5em;
    background-repeat: no-repeat;
}
input[name=search] {
    background-image: url(../images/search-arrow.svg);
    background-size: auto;
    background-position: center right .5em;
    background-repeat: no-repeat;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.wrapper.news {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}
.itemswrap {
    margin: 0 -8px;
}
.itembox {
    position: relative;
    padding: 10px;
    margin-bottom: 1em;
}
.itemimgwrap {
    position: relative;
}
.itemimgwrap img {
    width: 100%;
}
.itemhead {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 100%;
    color: white;
}
.itemtitle {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  width: calc(100% - 2em);
}
.itemdesc {
    font-size: .9em;
    padding: 2em 1em 2em 3em;
}

.pagenav {
  text-align: center;
  font-size: 1.25em;
}
.pagenav a {
  display: inline-block;
  margin: 0 .75em;
}
.pagenav a.current, .pagenav a:hover, .pagenav a:focus, .pagenav a:active {
  color: #ee2e25;
}


/**our business**/
.business .grid_12 {
    margin: 4em 0 0;
}
.business.pagesub .grid_12 {
    margin-bottom: 4em;
}
.grid_9.business {
    margin: 4em auto 0;
    float: none;
}
h2.center {
  text-align: center;
}
.pagedesc.business {
  text-align: left;
  margin-bottom: 3em;
}
ul.business {
    font-weight: bold;
    line-height: 1.75;
    padding: 0;
    margin-left: 1em;
    margin-bottom: 3em;
}
ul.business li {
    margin-bottom: 1em;
    padding-left: 1em;
}
ul.business li span {
  color: #005ca7;
}

.osftable table {
  border-collapse: collapse;
  background: white;
}
.osftable table td,
.osftable table th {
  border: 0 solid black;
  padding: .5em;
  font-size: 1.125em;
  font-weight: bold;

  font-size: 1em;
}
.osftable {
  width: 100%;
  margin-bottom: 7.5em;
  overflow-x: auto;
}
.osftable table {
  width: 100%;
  min-width: 700px;
}
.osfheadrow {
  background: #005ca7;
}
.osfhead {
  background: #005ca7;
  color: white;
  padding: 2em 0 3em 0;
  text-align: center;
  position: relative;
}
.osfheadbox {
  display: inline-block;
  text-align: center;
}
.osfheadbox img {
  width: 100%;
  max-width: 220px;
}
.osfheadbox span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 2
}
.osfheadbox span:last-of-type {
  font-size: 1.75em;
  line-height: 1;
}
.osfheadlink {
  position: absolute;
  top: calc(50% - 1.5em);
  right: 2.5vw;

  position: relative;
  display: block;
  text-align: center;
  margin-top: 2em;
  top: unset;
  right: unset;
}
.osfheadlink a {
  display: inline-block;
  color: white;
  font-weight: normal;
  padding: .35em .75em;
  border: 1px solid white;
  border-radius: .25em;
}
.osftable table th {
  color: white;
  background: #005ca7;
}
.osftable table tr th {
  text-align: left;
}
.osftable table tr th:first-of-type,
.osftable table tr td:first-of-type {
  padding-left: 2em;
}
.osftable table tr.osfheadrow td:first-of-type {
  padding-left: .5em;
}
.osftable table tr:nth-child(even) {
  background: #e5e5e5;
}

.business-s3-subhead {
  margin-bottom: 3em;
}
.business-s3-subhead span {
  color: white;
  /*
  border-image: url('../images/subhead.png') 0 50% / 0 40px repeat stretch;
  border-width: 0 39.9px;
  border-style: solid;
  */
  background: linear-gradient( #005ca7, #005ca7 );
  background-clip: padding-box;
  font-size: .8em;
  padding: 20px 30px;
  white-space: nowrap;
}

.s3wrap .grid_7 {
  padding: 0 2em 0 5em;

  padding: 0;
}
.s3wrap p {
  font-weight: bold;
  line-height: 1.25;
}
.s3wrap p.head {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 1em;
}
.s3wrap .grid_5 img {
  width: 100%;
}

.s3wrap.indent {
  padding-left: 5em;

  padding-left: 0;
}
.business-s3-subhead-2 {
  padding: 2em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5em;
}
.business-s3-subhead-2 span {
  font-weight: bold;
  color: #005ca7;
  font-size: 1.25em;
}
.business-s3-subhead-2 i {
    float: right;
    color: #ee2e24;
    font-size: 2em;
    margin-top: -.125em;
}

p.s3ul {
  margin-left: 2em;
  line-height: 1.5;
}
p.s3ul i {
  margin-left: -2em;
  display: inline-block;
  width: 2em;
  font-size: .75em;
  margin-top: 1.125em;
  color: #005ca7;
}
p.s3ul span {
  color: #005ca7;
}
p.s3ul span.s3ulsubhead {
    display: block;
    color: #58595b;
    font-size: 1.25em;
    margin-bottom: 1em;
}
p.s3ul.noindent {
    margin-left: 0;
}

@media only screen and (min-width: 768px) {

  .timelinekey {
    width: 14.2857143%;
  }

  .pageheadsub h2 {
      padding: 1em;
  }


}

@media only screen and (min-width: 1024px) {

  .page .grid_12 {
      margin: 4em 0 0;
  }
  .wrapper.page {
      max-width: 1530px;
      margin: 0 auto;
      padding: 0 30px;
      width: 100%;
  }

  p.pagedesc {
      padding: 0;
      font-size: 1.125em;
  }

  .section-1.news .inputbox {
    margin-right: 2.5em;;
  }
  .section-1.news .inputbox:last-of-type {
      display: inline;
      margin-top: 0;
  }
  .itemswrap {
      margin: 0 -10px;
  }

  .osftable table td,
  .osftable table th {
    font-size: 1.125em;
  }
  .osftable table {
    width: 100%;
    min-width: 1050px;
  }
  .osfheadbox img {
    width: 100%;
    max-width: 340px;
  }
  .osfheadlink {
    /*
    position: absolute;
    top: calc(50% - 1.5em);
    right: 2.5vw;
    margin-top: 0;
    display: inline-block;
    */
  }


  .business-s3-subhead {
    padding-left: 4.25em;
  }
  .s3wrap .grid_7 {
    padding: 0 2em 0 5em;
  }
  .s3wrap.indent {
    padding-left: 5em;
  }
  .s3ulwrap .grid_6:nth-of-type(1) p.s3ul {
    padding-right: 2em;
  }
  .s3ulwrap .grid_6:nth-of-type(2) p.s3ul {
    padding-left: 2em;
  }
  p.s3ul.noindent {
    margin-left: 0;
  }
  p.s3ul {
    margin-left: 2em;
  }

  .itemswrap {
    display: flex;
  }
  .itembox {
      min-width: 33.3333%;
  }



}

@media only screen and (min-width: 1280px) {

  .timelinekey {
    width: 10%;
  }

  .pageheadsub h2 {
      padding: 2em;
  }


}


@media only screen and (min-width: 1500px) {

  .osfheadlink {
    position: absolute;
    top: calc(50% - 1.5em);
    right: 2.5vw;
    margin-top: 0;
    display: inline-block;
  }

  .section-1.news .commontext {
      text-align: left;
  }
  .newslinkwrap.news {
      float: right;
      margin-top: -3.5em;
  }

}

@media only screen and (min-width: 1670px) {

  .timelinebox {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;

    margin: 0;
    width: 100%;
  }
  .timelinenav .timelinenavprev {
    margin-left: calc(-130px + 2em);
  }
  .timelinenav .timelinenavnext {
    margin-right: calc(-130px + 2em);
  }

}


@media only screen and (min-width: 1800px) {



}
