@charset "utf-8";

@import "reset.css";
@import "global.css";
@import "linearicons.css";
@import "/ak-bsc/admin/js/redactor4/frontend.css";

body {
    font: normal 16px/1.8em 'Open Sans', Arial, Helvetica, sans-serif;
    color: #757575;
}

a {
    color: #005bac;
    transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
    -webkit-transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
    -moz-transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
}

a:hover {
    text-decoration: none;
    color: #1077de;
}

a.more {
    font-weight: 600;
    text-transform: uppercase;
}

/* ---Standard headers ---*/
h1 {
    font: 500 36px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
}

h2 {
    font: 500 30px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
}

h3 {
    font: 500 24px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
}

h4 {
    font: 500 20px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
}

h5 {
    font: 500 18px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
}

/* --- General Layout Settings---*/
#wrapper {
    overflow: hidden;
}

#header,
#content,
#footer,
#marketing {
    position: relative;
    display: block;
    clear: both;
}

.container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container-small {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.squeeze {
    max-width: 980px;
    margin: 0 auto;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.w100 {
    width: 100%;
}

.h100 {
    width: 100%;
}

.ilb {
    display: inline-block;
}

.alert {
    background: #D70505;
    color: #FFF !important;
    padding: 8px 12px;
    ;
    margin: 10px 0;
    border-radius: 3px;
    clear: both;
}

.alert-success {
    background: #3e8f3e;
    color: #FFF;
    padding: 8px 12px;
    margin: 10px 0;
    border-radius: 3px
}

button,
input.btn {
    border: none;
}

.btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 15px 25px;
    background: #04233c;
}

.btn:hover {
    color: #FFF;
    background: #003662;
}

.btn.blue {
    background: #005bac;
    color: #FFF !important;
}

.btn.blue:hover {
    background: #1077de;
}

.btn.ilb {
    display: inline-block;
}

/*-- Responsiveness Base Structure -- */
.row {
    clear: both;
}

.row .col {
    margin-left: 2%;
    float: left;
}

.row .col:first-child {
    margin-left: 0;
}

.row .col.split_int {
    margin-left: 0;
    clear: both;
}

.row .full {
    width: 100%;
}

.row .half {
    width: 49%;
}

.row .third {
    width: 32%;
}

.row .third_2 {
    width: 66%;
}

.row .fourth {
    width: 23.5%;
}

.row .fourth_2 {
    width: 49%;
}

.row .fourth_3 {
    width: 74.5%;
}

.row .fifth {
    width: 18.4%;
}

.row .fifth_2 {
    width: 38.8%;
}

.row .fifth_3 {
    width: 59.2%;
}

.row .fifth_4 {
    width: 79.6%;
}

.row .sixth {
    width: 15%;
}

.row .sixth_2 {
    width: 32%;
}

.row .sixth_3 {
    width: 49%;
}

.row .sixth_4 {
    width: 66%;
}

.row .sixth_5 {
    width: 83%;
}

.row.no_margin .col {
    margin-left: 0;
}

.row.no_margin .full {
    width: 100%;
}

.row.no_margin .half {
    width: 50%;
}

.row.no_margin .third {
    width: 33.33%;
}

.row.no_margin .third_2 {
    width: 66.66%;
}

.row.no_margin .fourth {
    width: 25%;
}

.row.no_margin .fourth_2 {
    width: 50%;
}

.row.no_margin .fourth_3 {
    width: 75%;
}

.row.no_margin .fifth {
    width: 20%;
}

.row.no_margin .fifth_2 {
    width: 40%;
}

.row.no_margin .fifth_3 {
    width: 60%;
}

.row.no_margin .fifth_4 {
    width: 80%;
}

.row.no_margin .sixth {
    width: 16.66%;
}

.row.no_margin .sixth_2 {
    width: 33.33%;
}

.row.no_margin .sixth_3 {
    width: 50%;
}

.row.no_margin .sixth_4 {
    width: 66.66%;
}

.row.no_margin .sixth_5 {
    width: 83.33%;
}

.wysiwyg table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.wysiwyg table caption {
    text-transform: uppercase;
    padding: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
}

.wysiwyg table th,
.wysiwyg table td {
    border: 1px solid #eee;
    padding: 16px;
    padding-bottom: 15px;
}

.wysiwyg table tfoot th,
.wysiwyg table tfoot td {
    color: rgba(0, 0, 0, 0.5);
}

/*-- Pagination --*/
.pgn-right {
    padding-top: 10px;
    float: right;
}

.pagination {
    list-style: none;
    padding: 0;
    display: inline;
    font-family: "Saira Condensed", sans-serif;
    font-size: 16px;
    line-height: 1em;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li .prev,
.pagination li .next {
    background: #005bac;
    color: #FFF;
    padding: 7px 6px 5px;
    font-size: 18px;
    line-height: 1em;
    margin: 0 10px;
}

.pagination li .next {
    margin-right: 0;
}

.pagination li .prev:hover,
.pagination li .next:hover {
    background: #1077de;
    color: #FFF;
}

.pagination li .prev:focus,
.pagination li .next:focus {
    background: #1077de;
    color: #FFF;
}

.pagination li.disabled a {
    cursor: default;
    color: #ccc !important;
    background: #FFF !important;
}

/* ----Form Inputs ----*/
.page-form .row {
    margin-bottom: 20px;
}

fieldset {
    padding: 10px;
}

input[type=text],
input[type=email],
input[type=password],
select {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    color: #666;
    font-size: 14px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type=file] {
    padding: 6px;
    border: 1px solid #aaa;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select {
    padding-right: 0;
    background: #FFF;
}

textarea {
    width: 100%;
    height: 80px;
    padding: 8px 5px;
    color: #666;
    font-size: 14px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

label {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
}

.helper {
    padding: 5px 0 0 5px;
    font-size: 11px;
    color: #999;
}

/* -- Responsive YouTube Embed -- */
.video-max {
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 800px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 450px;
}


/* --- Custom Layout ---*/

/* --- Header---*/
#header {
    z-index: 10;
    background: #FFF;
    position: relative;
}

#header .header-hold {
    padding: 15px 0;
}

#header #logo {
    float: left;
    margin-top: 15px;
}

#header #logo img {
    display: block;
    height: 55px;
    max-width: none;
}

#header .top-links {
    float: right;
    position: relative;
    margin-right: 15px;
    font-size: 12px;
}

#header .top-links p {
    padding-bottom: 5px;
}

#header .top-links a {
    color: #444;
    padding-left: 12px;
}

#header .top-links a:hover {
    color: #005bac;
}

#header .header-main {
    float: right;
    clear: right;
}

#header .search {
    padding: 15px 0 5px 15px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

#header .search .search-hold {
    width: 240px;
    position: relative;
}

#header .search .search-hold button {
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    background: #005bac;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#header .search .search-hold button:hover {
    background: #1077de;
}

#header .search .search-hold button:focus {
    background: #1077de;
}

#header .search .search-field {
    border: 1px solid #DDD;
    padding: 0 44px 0 10px;
}

#header .head-mobile {
    float: right;
}

#header .mobile-menu {
    width: 36px;
    height: 36px;
    margin: 10px 0 0 20px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

#header .mobile-menu .mline {
    background: #005bac;
    width: 30px;
    height: 5px;
    margin: 5px auto;
    display: block;
    transition: background 180ms linear;
    -webkit-transition: background 180ms linear;
    -moz-transition: background 180ms linear;
}

#header .mobile-menu:hover .mline {
    background: #1077de;
}

#header .btn__lang {
    height: 25px;
    padding: 2.5px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: #757575;
    display: block;
}

#header .title__lang {
    display: block;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #005bac;
    background-color: #F1F1F1;
}

#header .mobile-menu__lang {
    width: 36px;
    height: 36px;
    margin: 10px 0 0 20px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#navigation {
    z-index: 999;
    float: left;
    margin-top: 20px;
}

#navigation .mclose {
    display: none;
}

#navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

#navigation ul li.level_1 {
    display: block;
    float: left;
    position: relative;
}

#navigation ul li.level_1 a {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: #757575;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

#navigation ul li.level_1 a:hover {
    color: #005bac;
}

#navigation ul li.level_1:hover .subnav {
    display: block;
}

#navigation ul li.level_1 .subnav {
    display: none;
    position: absolute;
    min-width: 220px;
    background: #FFF;
    color: #000;
    border: 1px solid #ededed;
}

#navigation ul li.level_1 .subnav li a {
    display: block;
    float: none;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
}

#navigation ul li.level_1 .subnav li a:hover {
    background: #eee;
    color: #005bac;
}

#navigation ul li.level_1 .subnav li.level_3 a {
    font-size: 12px;
    font-weight: normal;
}

#mobileNav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    overflow: auto;
    max-height: calc(100vh - 85px);
}

#mobileNav__lang {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    overflow: auto;
    max-height: calc(100vh - 85px);
}

.mm-hold {
    padding: 0;
    clear: both;
}

.mm-hold a {
    display: block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #454545;
}

.mm-hold a:hover {
    background: #EDEDED;
}

.mm-hold a.selected {
    color: #005bac;
}

.mm-hold a.go-sub {
    padding-right: 35px;
    position: relative;
}

.mm-hold a.go-sub:after {
    font-family: "Linearicons", sans-serif;
    content: "\e93c";
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.mm-hold a.go-sub span.bk {
    display: none;
}

.mm-hold a.go-back {
    padding-left: 45px;
    position: relative;
}

.mm-hold a.go-back:after {
    font-family: "Linearicons", sans-serif;
    content: "\e93b";
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
}

.mm-hold a.go-back span {
    display: none;
}

.mm-hold a.go-back span.bk {
    display: inline;
}

.mm-hold a.ov span {
    font-weight: bold;
}

.mm-hold .l2,
.mm-hold .l3 {
    display: none;
}

.mm-hold .no-show {
    display: none !important;
}

.mm-hold .do-show {
    display: block !important;
}

.mm-hold .mobile-hide {
    display: none !important;
}

#mobileNav .cms-block p {
    padding: 0;
}

#mobileNav .cms-block a {
    display: block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #454545;
}

#mobileNav .cms-block a:hover {
    background: #EDEDED;
}

#mobileNav .search2 {
    padding: 15px;
    display: block;
    background: #F2F2F2;
}

#mobileNav .search2 .search-hold {
    position: relative;
}

#mobileNav .search2 .search-hold button {
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    background: #005bac;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#mobileNav .search2 .search-hold button:hover {
    background: #1077de;
}

#mobileNav .search2 .search-hold button:focus {
    background: #1077de;
}

#mobileNav .search2 .search-field {
    border: 1px solid #DDD;
    padding: 0 44px 0 10px;
}

#mobileNav__lang .cms-block p {
    padding: 0;
}

#mobileNav__lang .cms-block a {
    display: block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #454545;
}

#mobileNav__lang .cms-block a:hover {
    background: #EDEDED;
}

#mobileNav__lang .search2 {
    padding: 15px;
    display: block;
    background: #F2F2F2;
}

#mobileNav__lang .search2 .search-hold {
    position: relative;
}

#mobileNav__lang .search2 .search-hold button {
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    background: #005bac;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#mobileNav__lang .search2 .search-hold button:hover {
    background: #1077de;
}

#mobileNav__lang .search2 .search-hold button:focus {
    background: #1077de;
}

#mobileNav__lang .search2 .search-field {
    border: 1px solid #DDD;
    padding: 0 44px 0 10px;
}

#marketing {
    margin: 0;
    z-index: 5;
}

#marketing .panel-image {
    color: #FFF;
    font-size: 16px;
    line-height: 1.4em;
    height: 680px;
    padding-bottom: 30px;
}

#marketing .panel-image p,
#marketing .panel-image em {
    padding-bottom: 10px;
}

#marketing .panel-image h2 {
    font-weight: bold;
    font-size: 44px;
    line-height: 1.4em;
    padding-bottom: 15px;
    text-transform: none;
}

#marketing .panel-image h3 {
    text-transform: none;
    font-size: 32px;
    line-height: 1.4em;
    padding-bottom: 0;
}

#marketing .panel-image .container {
    height: 100%;
}

#marketing .panel-image .mcaption {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#marketing .flex-control-nav {
    bottom: 30px;
}

#marketing .flex-control-nav li {
    margin: 0 3px;
}

#marketing .flex-control-paging li a {
    border: 1px solid #FFF;
    background: none;
    width: 12px;
    height: 12px;
    box-shadow: none;
}

#marketing .flex-control-paging li a:hover {
    border: 1px solid #FFF;
    background: #EEEE;
}

#marketing .flex-control-paging li a.flex-active {
    background: #FFF;
}

.page-banner {
    padding: 15px 0;
    background: #005bac;
    color: #FFF;
    position: relative;
}

.page-banner .darken {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.page-banner.image-bg .darken {
    display: block;
}

.page-banner .container {
    z-index: 2;
}

.page-banner h1 {
    padding: 50px 0 0 0;
}

.page-banner.image-bg h1 {
    padding: 140px 0 0 0;
}

.page-banner .breadcrumbs {
    font-size: 11px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.page-banner .breadcrumbs a {
    color: #FFF;
}

.page-banner .breadcrumbs a:hover {
    color: #e0e0e0;
}

.page-banner .breadcrumbs a:focus {
    color: #e0e0e0;
}

.page-banner .breadcrumbs .arrow {
    padding: 0 6px;
    font-size: 10px;
}

.lead-img {
    display: block;
    margin-bottom: 30px;
}

.home-block-cta {
    position: relative;
    z-index: 6;
    background: #FFF;
    padding-top: 40px;
}

.home-block-cta .cta-hold {
    width: 33.33%;
    float: left;
    padding: 0 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.home-block-cta .block-cta {
    text-align: center;
    display: block;
    position: relative;
    padding: 30px 15px;
}

.home-block-cta .block-cta:hover {
    background: #EEE;
}

.home-block-cta .cta-info {
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.home-block-cta .cta-info img {
    display: block;
    margin: 0 auto 15px;
}

.home-block-cta .cta-info .cta-title {
    font-size: 24px;
    color: #757575;
    font-weight: 600;
}

.home-block-cta .cta-info .sep {
    width: 60px;
    height: 5px;
    display: inline-block;
    background: #005bac;
}

.home-block-cta .cta-info .cta-text {
    color: #757575;
    font-size: 16px;
    line-height: 1.4em;
    max-width: 380px;
    margin: 15px auto 0;
}

.home-block-cta .cta-info .cta-text p:last-child {
    padding-bottom: 0;
}

.video-section {
    position: relative;
    margin: 40px 0 20px;
}

.video-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.video-section .video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-section .basic-widget {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.careers-widget .cw-block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.careers-widget img {
    display: block;
    width: 100%;
}

.careers-widget .career-text-block {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.careers-widget .career-text-block p {
    padding-bottom: 10px;
}

.careers-widget .career-text-block p:last-child {
    padding-bottom: 0;
}

.img-collage {
    position: relative;
    padding: 30px 0;
}

.img-collage .container {
    position: relative;
    z-index: 2;
}

.img-collage .bg-green {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #04233c !important;
}

.img-collage p {
    padding: 0;
}

.img-collage .col-img-1 {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 30%;
}

.img-collage .col-img-2 {
    position: absolute;
    left: 22%;
    top: 0;
    width: 15%;
    z-index: 2;
}

.img-collage .col-img-3 {
    position: absolute;
    left: 40%;
    top: 0;
    width: 28%;
    z-index: 2;
}

.img-collage .col-img-4 {
    position: absolute;
    right: 24%;
    bottom: 0;
    width: 30%;
}

.img-collage .col-img-5 {
    float: right;
    width: 20%;
}

.ctas-left {
    margin: 0;
}

.ctas-left .cta-ht {
    display: block;
    margin-bottom: 15px;
    height: 160px;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ctas-left .cta-ht .bg-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    transition: width 280ms linear, margin 280ms linear;
    -webkit-transition: width 280ms linear, margin 280ms linear;
    -moz-transition: width 280ms linear, margin 280ms linear;
}

.ctas-left .cta-ht .darken {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    transition: background 280ms linear;
    -webkit-transition: background 280ms linear;
    -moz-transition: background 280ms linear;
}

.ctas-left .cta-ht .title-ht {
    display: block;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 12px 20px;
    background: #FFF;
    color: #757575;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ctas-left .cta-ht:hover .bg-img {
    width: 120%;
    margin-left: -10%;
}

.ctas-left .cta-ht:hover .darken {
    background: rgba(0, 0, 0, 0.05);
}

.ctas-left .cta-ht:hover .title-ht {
    background: #04233c;
    color: #FFF;
}

.mobile-ctas {
    display: none;
}

.mobile-ctas .ctas-left .cta-ht {
    max-width: 320px;
    float: none;
    display: block;
    margin: 0 auto 10px;
}

#content .content-hold {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
}

#content .content-wide {
    width: 100%;
}

#content .content-home {
    padding: 40px 0;
    border-top: 3px solid #FFF;
    text-align: center;
    position: relative;
    background: #FFF;
}

#content .content-home .lighten {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
}

#content .content-home .container {
    position: relative;
    z-index: 2;
}

#content .content-home .wysiwyg {
    max-width: 1080px;
    margin: 0 auto;
}

#content .content-home h1 {
    color: #757575;
}

#content .content-home p:last-child {
    padding-bottom: 0;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
}

.parallax .darken {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    display: block;
}

.parallax .container-small {
    z-index: 2;
    position: relative;
}

.parallax .container {
    z-index: 2;
    position: relative;
}

.parallax h2 {
    padding-bottom: 30px;
}

.parallax .prd-data img {
    display: block;
    margin: 0 auto;
    box-shadow: -10px 10px 0px 0px #04233c;
    max-width: 420px;
}

.split-wysiwyg {
    position: relative;
    padding: 80px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
}

.split-wysiwyg .darken {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    display: block;
}

.split-wysiwyg .container-small {
    z-index: 2;
    position: relative;
}

.split-wysiwyg .container {
    z-index: 2;
    position: relative;
}

/*-- Masonry Layout --*/
.brick-sizer {
    width: 33.33%;
}

.brick {
    width: 33.33%;
    padding: 0 20px 20px 0;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.brick .brick-hold {
    background: #FFF;
    border: 1px solid #e0e0e0;
}

.brick .brick-img {
    min-height: 56px;
}

.brick .brick-img img {
    width: 100%;
}

.brick .brick-icon {
    padding: 11px 20px;
    background: #005bac;
    color: #FFF;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
    display: block;
}

.brick .brick-icon:before {
    color: #1f82ad;
    font-size: 30px;
    line-height: 1em;
}

.brick .brick-info {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
}

.brick .brick-info h4 {
    text-transform: none;
}

.brick .brick-info h4 a {
    color: #757575;
}

.brick .date {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    color: #999999;
}

.brick .date-box {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    padding: 7px 6px 5px;
    background: rgba(0, 0, 0, .75);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.brick .date-box .month {
    font-size: 14px;
    line-height: 14px;
}

.brick .date-box .day {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.brick .more {
    display: block;
    float: left;
    padding: 8px 15px;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    background: #04233c;
    text-transform: uppercase;
}

.brick .more:hover {
    background: #003662;
}

.brick .more:focus {
    background: #003662;
}

.latest-news {
    padding: 40px 0;
    text-align: center;
    background: #FFF;
}

.latest-news h2 {
    padding-bottom: 20px;
}

.media-blocks .media-hold {
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.media-blocks .media-item {
    display: block;
    background: #FFF;
    color: #757575
}

.media-blocks .media-item .lower {
    padding: 15px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.media-blocks .media-item .title {
    font-weight: bold;
    color: #757575;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.media-blocks .media-item .summary {
    font-size: 14px;
    line-height: 1.6em;
}

.media-blocks .media-item .more {
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
}

.media-blocks .media-item .img {
    position: relative;
    display: block;
}

.media-blocks .media-item img {
    display: block;
    width: 100%;
}

.media-blocks .media-item .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    padding: 6px;
    background: rgba(0, 0, 0, .75);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.media-blocks .media-item .date .month {
    font-size: 12px;
    line-height: 14px;
}

.media-blocks .media-item .date .day {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

.media-blocks .media-item .date .year {
    font-size: 12px;
    line-height: 12px;
}

.datasheets {
    max-width: 1080px;
    margin: 0 auto;
}

.datasheets h3 {
    color: #005bac;
    text-align: center;
    padding: 30px 0 15px;
}

.datasheets .ds-item {
    background: #EDEDED;
    margin-bottom: 15px;
    position: relative;
    padding-right: 80px;
}

.datasheets .ds-item.w-img {
    padding-left: 120px;
}

.datasheets .ds-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
}

.datasheets .ds-info {
    padding: 20px;
    min-height: 60px;
}

.datasheets .ds-title {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.datasheets .ds-desc p:last-child {
    padding-bottom: 0;
}

.datasheets .ds-download {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    background: #005bac;
    color: #FFF;
    z-index: 3;
}

.datasheets .ds-download:hover {
    background: #04233c;
    color: #FFF;
}

.datasheets .ds-download .dl-icon {
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 0 5px;
    border-bottom: 3px solid #FFF;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*-- Page Tabs --*/
.page-tabs {
    margin: 20px 0;
}

.page-tabs .ptab {
    color: #757575;
    background: #ededed;
    font-weight: bold;
    margin-right: 2px;
    font-size: 14px;
    line-height: 1em;
    display: block;
    float: left;
    white-space: nowrap;
    padding: 15px 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.page-tabs .ptab.active {
    color: #FFF;
    background: #424242 !important;
}

.page-tabs .ptab:hover {
    background: #ccc;
}

.page-tabs .ptab:focus {
    background: #ccc;
}

.page-tabs .pdetail {
    padding: 20px 20px 10px;
    background: #FFF;
    border: 1px solid #ddd;
}

.side-trigger {
    display: none;
    width: 30px;
    cursor: pointer;
}

.side-trigger .sline {
    display: block;
    width: 100%;
    height: 5px;
    margin: 4px 0;
    background: #424242;
}

.side-trigger .txt {
    display: block;
    font-weight: bold;
    line-height: 23px;
    margin-right: -50px;
    width: 40px;
    float: right;
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
}

.side-nav {
    background: #EEEEEE;
    padding: 10px 0;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-top: 5px solid #005bac;
}

.side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-nav li {
    padding: 0;
    margin: 0;
}

.side-nav li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.4em;
    color: #757575;
    position: relative;
}

.side-nav li a:hover {
    background: #e0e0e0;
    color: #757575;
}

.side-nav li a:focus {
    background: #e0e0e0;
    color: #757575;
}

.side-nav li a.selected {
    background: #e0e0e0;
    font-weight: bold;
    color: #005bac;
}

.side-nav li a.selected .arrow {
    color: #005bac;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: 5px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.side-nav li a.ov {
    color: #757575;
    font-weight: bold;
}

.side-nav li a.ov.selected {
    background: #e0e0e0;
    font-weight: bold;
    color: #005bac;
}

/*-- Social Icons --*/
.social ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.social li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.social li a {
    width: 15px;
    height: 15px;
    display: block;
    background: #757575;
    padding: 9px;
    border-radius: 40px;
}

.social li a img {
    width: 15px;
}

.social li a.facebook:hover {
    background: #2A4784;
}

.social li a.twitter:hover {
    background: #000;
}

.social li a.linkedin:hover {
    background: #1F5DA3;
}

.social li a.youtube:hover {
    background: #cc160c;
}

.social li a.google:hover {
    background: #c52a19;
}

.social li a.instagram:hover {
    background: #ac188e;
}

.social li a.pinterest:hover {
    background: #b51205;
}

.social li a.flickr:hover {
    background: #004faf;
}

/* ----Footer Section ----*/
#footer {
    padding: 0;
    background: #005bac url('/ak-bsc/skins/images/footer-bg.jpg') center no-repeat;
    background-size: cover;
}

#footer .footer-hold {
    padding: 20px 0;
    text-align: center;
}

#footer .footer-left {
    float: left;
    padding-right: 20px;
}

#footer .tagline {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

#footer .footer-logo {
    height: 54px;
    margin-bottom: 15px;
}

#footer .footer-links {
    float: right;
    margin: 0;
}

#footer .footer-links p {
    padding: 0;
}

#footer .footer-links a {
    display: inline-block;
    padding: 6px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
}

#footer .footer-links a:hover {
    color: #EEE;
}

#copyright {
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
    color: #FFF;
    clear: both;
    background: #04233c;
    padding: 10px 0;
}

#copyright a {
    color: #FFF;
    white-space: nowrap;
}

#copyright a:hover {
    color: #EEE;
}

#copyright p {
    padding-bottom: 0;
}

#copyright .cr-left {
    float: left;
}

#copyright .cr-right {
    float: right;
}

/*--- Search Result Page ----*/
.search-list {
    padding: 15px;
}

.search-list.odd {
    background: #EEEEEE;
}

.search-list h4 {
    color: #005bac;
}

.rd-img-right {
    padding: 0;
    margin: 0;
}

.rd-img-right img {
    display: block;
    margin: 0 0 10px 20px;
    max-width: 90%;
}

.rd-img-left img {
    display: block;
    margin: 0 20px 10px 0;
    max-width: 90%;
}

.rd-img-left {
    padding: 0;
    margin: 0;
}

.rd-img-center {
    text-align: center;
    padding: 0;
    margin: 0;
}

.rd-img-center img {
    display: inline-block;
    float: none;
    margin: 0 0 15px 0;
    max-width: 100%;
}


/*-- Responsiveness Media Queries -- */

@media (max-width: 1200px) {
    #header .mobile-menu {
        display: inline-block;
    }

    #header .mobile-menu__lang {
        display: inline-block;
    }

    #navigation {
        display: none;
    }

    #header .top-links {
        display: none;
    }

    #header .search {
        display: none;
    }

    #header #logo {
        margin-top: 0;
    }

    #header .container {
        text-align: right;
    }

    .page-tabs .ptab {
        padding: 15px 15px;
    }

    .page-tabs .pdetail {
        padding: 20px 15px 10px;
    }

    #footer .footer-links {
        max-width: 550px;
        text-align: right;
    }

    #footer .footer-links a {
        padding: 10px;
    }

    .brick-sizer {
        width: 50%;
    }

    .brick {
        width: 50%;
    }

    #header #google_translate_element {
        float: none;
        display: inline-block;
        margin-top: 14px;
    }

    .media-blocks .media-hold {
        width: 50%;
    }

    .careers-widget .cw-block {
        width: 50%;
    }

    .video-section .video-bg video {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1080px) {
    .page-tabs .ptab {
        padding: 10px 12px;
    }

    .page-tabs .pdetail {
        padding: 15px 12px 5px;
    }

    #copyright .cr-left {
        float: none;
    }

    #copyright .cr-right {
        float: none;
    }

    #marketing .panel-image {
        height: 500px;
    }

    .page-banner.image-bg h1 {
        padding: 100px 0 0 0;
    }
}

@media (max-width: 980px) {
    .row .col.split {
        margin-left: 0;
        clear: both !important;
    }

    .row .col.split_int {
        margin-left: 2%;
        clear: none;
    }

    .row .half,
    .row .third_2,
    .row .fourth_2,
    .row .fourth_3,
    .row .fifth_3,
    .row .fifth_4 {
        width: 100%;
        margin-left: 0;
    }

    .row .fourth,
    .row .third,
    .row .third {
        width: 49%;
    }

    .row .fifth {
        width: 32%;
    }

    .row .fifth_2 {
        width: 66%;
    }

    .page-tabs .ptab {
        padding: 10px 10px;
        font-size: 11px;
        line-height: 1em;
    }

    .page-tabs .pdetail {
        padding: 15px 10px 5px;
    }

    .side-trigger {
        display: block;
    }

    .side-nav {
        display: none;
        border-top: 1px solid #e0e0e0;
        padding: 0;
        margin-top: 10px;
    }

    .side-ctas {
        display: none;
    }

    .ctas-left {
        display: none;
    }

    .mobile-ctas {
        display: block;
    }

    .mobile-ctas .ctas-left {
        display: block;
    }

    .mobile-ctas .ctas-left .darken {
        background: rgba(0, 0, 0, 0.25);
    }

    .mobile-ctas .ctas-left .cta-ht .title-ht {
        background: #04233c;
        color: #FFF;
    }

    #footer .footer-left {
        float: none;
        text-align: center;
        padding: 0;
        border: none;
    }

    #footer .footer-logo {
        display: inline-block;
    }

    #footer .footer-links {
        float: none;
        text-align: center;
        margin: 10px auto 15px;
    }
}

@media (max-width: 780px) {
    h1 {
        font: 600 30px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h2 {
        font: 600 26px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h3 {
        font: 600 20px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h4 {
        font: 600 18px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h5 {
        font: 600 16px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .rd-img-right img {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        max-width: 100%;
    }

    .rd-img-left img {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        max-width: 100%;
    }

    #marketing .panel-image .mcaption {
        text-align: center;
    }

    #marketing .panel-image h2 {
        font-size: 30px;
        line-height: 1.4em;
    }

    #marketing .panel-image h3 {
        font-size: 24px;
        line-height: 1.4em;
    }

    #marketing .panel-image {
        font-size: 14px;
        line-height: 1.4em;
        height: 420px;
    }

    .latest-news .ln-item .title {
        font-size: 18px;
        line-height: 1.4em;
    }

    .home-block-cta .cta-hold {
        width: 100%;
        padding: 3px 0;
        margin: 0;
    }
}

@media (max-width: 680px) {
    .brick-sizer {
        width: 100%;
    }

    .brick {
        width: 100%;
        padding-right: 0;
    }

    .careers-widget .cw-block {
        width: 100%;
    }

    .careers-widget .cw-block.no-m {
        display: none;
    }
}

@media (max-width: 610px) {
    h1 {
        font: 600 26px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h2 {
        font: 600 20px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h3 {
        font: 600 18px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h4 {
        font: 600 16px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    h5 {
        font: 600 14px/1.4em 'Open Sans', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    body {
        font: normal 14px/1.8em 'Open Sans', Arial, Helvetica, sans-serif;
    }

    .row .col {
        margin-left: 0 !important;
        clear: both !important;
        width: 100% !important;
    }

    .row .third,
    .row .fourth {
        margin: 10px 0;
    }

    .page-tabs .ptab {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 14px;
    }

    #header #logo img {
        height: 36px;
    }

    #header .mobile-menu {
        margin: 0;
    }

    #header .mobile-menu__lang {
        margin: 0;
    }

    #header .header-hold {
        padding: 10px 0;
    }

    #mobileNav {
        max-height: calc(100vh - 56px);
    }

    #footer .footer-links a {
        display: block;
    }

    #marketing .panel-image {
        padding-bottom: 0;
        height: 350px;
    }

    #marketing .flex-control-nav {
        bottom: 0;
    }

    #marketing .panel-image h2 {
        font-size: 24px;
        line-height: 1.4em;
    }

    #marketing .panel-image h3 {
        font-size: 18px;
        line-height: 1.4em;
    }

    #header #google_translate_element {
        margin-top: 5px;
        margin-right: 20px;
    }

    .media-blocks .media-hold {
        width: 100%;
    }
}

/*　ごあいさつ　ここから　*/
.speech {
    position: relative;
}

.about-us_speech {
    margin-bottom: 15px;
    line-height: 1.6em;
}

.president_img_box {
    float: right;
    margin: 0 0 15px 15px;
    width: 25%;
    text-align: center;
}

.president_img {
    max-width: 100%;
}

@media (min-width: 992px) {

    .president_img {
        max-width: 100%;
        height: 450px;
        width: auto;
        object-fit: cover;
    }

    .president_img_box {
        max-width: 350px;
        max-height: 350px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .president_img_box {
        width: 100%;
        max-height: 450px;
        overflow: hidden;
    }

    .speech_content {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .president_img_box {
        width: 100%;
        margin-bottom: 50px;
    }

    .president_img {
        width: 100%;
        object-view-box: inset(50px 5px 10px 10px);
    }
}

.speech_content {
    width: 70%;
}

.speech_content p {
    text-indent: 1rem;
}

.speech_sign {
    text-align: right;
}

@media (min-width: 992px) {
    .president_img_box {
        position: absolute;
        top: 0;
        right: 0;
    }
}

/*　ごあいさつ　ここまで*/

#wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}

.ak-bsc-logo {
    max-width: 150px;
    margin-right: 2px;
    font-size: 14px;
    line-height: 1em;
    display: block;
    float: left;
    white-space: nowrap;
    padding: 15px 0;
    cursor: pointer;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .ak-bsc-logo {
        padding: 15px 0;
    }
}

.parent_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box_right {
    width: 50%;
    text-align: right;
}

.box_right p {
    width: 100%;
}

.box_left {
    width: 50%;
}

@media (max-width:991px) {
    .parent_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse
    }

    .box_right {
        width: 100%;
        text-align: right;
    }

    .box_right p {
        width: 100%;
    }

    .box_left {
        width: 100%;
        margin: 0 auto;
    }

    .box_left p {
        width: 95%;
        margin: 0 auto;
    }

    .box_left ul {
        width: 95%;
        margin: 0 auto;
    }

    .rd-img-right img {
        margin: 0 auto 10px auto;
    }
}

/* 言語切り替え（PC版） */

.lang_icon{
    width: 20px;
    height: 20px;
}

#header .pc__lang-list__box{
    max-width: 1640px;
    position: relative;
    margin: 0 auto;
}

@media(max-width:1200px) {
    #header .pc__lang-list__box{
        display: none;
    }
}

#header .pc__lang-list {
    display: none;
    background: #ffffff;
    border: #cccccc 1px solid;
    font-size: 16px;
    font-weight: 600;
    margin-top: -20px;
    width: 180px;
    position: absolute;
    right: -12px;
    z-index: 998;
}

#header .pc__lang-list::before {
    border-color: transparent transparent #cccccc transparent;
    border-style: solid;
    border-width: 0 8.5px 14px 8.5px;
    content: "";
    display: block;
    height: 0;
    left: 69%;
    margin-left: -8.5px;
    position: absolute;
    top: -14px;
    width: 0;
}

#header .pc__lang-list::after {
    border-color: transparent transparent #f1f1f1 transparent;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    content: "";
    display: block;
    height: 0;
    left: 69%;
    margin-left: -7.5px;
    position: absolute;
    top: -10px;
    width: 0;
}

#header .pc__lang-list dt {
    background: #f1f1f1;
    border-bottom: #cccccc 1px solid;
    color: #005bac;
    font-weight: bold;
    margin-bottom: 11px;
    padding: 1px 20px;
}

#header .pc__lang-list dd {
    padding: 5px 20px;
}

#header .pc__lang-list dd a {
    display: block;
    padding-left: 20px;
    position: relative;
}

#header .pc__lang-list dd a::before {
    border-right: solid 2px #005bac;
    border-top: solid 2px #005bac;
    content: "";
    display: block;
    height: 8px;
    left: 2px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
    will-change: transform;
}

#header .pc__lang-list dd+dt {
    border-top: #cccccc 1px solid;
    margin-top: 11px;
}

#header .pc__lang-list dd:last-child {
    padding-bottom: 16px;
}

@media (min-width: 1201px) {
    .sp{
        display: none;
    }
}

@media (max-width: 1200px) {
    .pc{
        display: none;
    }
}

.social_li{
    display: inline;
}

.w35{
    width: 35% !important;
}

.navigation_en{
    margin-top: 10px !important;
}