@charset "UTF-8";
/*
	A collection of reusable functions and mixins
 */
/*==========
	SIZE FUNCTIONS
 ==========*/
/*==========
	LAYOUT
 ==========*/
/*==========
	TRICKS
 ==========*/
/*==========
	FONTS
 ==========*/
/*==========
	TEXT
 ==========*/
/*==========
	BUTTONS
 ==========*/
/*==========
	BANNERS
 ==========*/
/*
	Website Template: main template
		* the default template
		* if you have any full width elements, then don't use `.main-column`, use individual pieces like `.intro`, '.hero-img'
		* `.last-row` needs to live outside the main-column so that it can be full width
*/
[data-template] h1 {
  text-align: center;
  color: #ca0000;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 545px) {
  [data-template] h1 br {
    display: none;
  }
}
[data-template] .main-column {
  margin: 0 auto;
}
[data-template] .intro {
  padding: 3.25rem 0;
  width: 91.09375%;
  max-width: 797px;
  margin: 0 auto;
}
[data-template] .intro.no-padding-bottom {
  padding-bottom: 0;
}
[data-template] .intro.less-padding {
  padding: 1.625rem 0 0;
}
@media (max-width: 768px) {
  [data-template] .intro.less-padding {
    padding-bottom: 1.625rem;
  }
}
@media (max-width: 768px) {
  [data-template] .intro.no-padding-bottom-mobile {
    padding-bottom: 0;
  }
}
[data-template] .intro p {
  padding-bottom: 1.75rem;
}
[data-template] .intro p.no-padding-bottom {
  padding-bottom: 0;
}
[data-template] .intro p.less-padding-bottom {
  padding-bottom: 0.5rem;
}
[data-template] .intro p.less-margin-bottom {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  [data-template] .intro p {
    padding-bottom: 0;
  }
  [data-template] .intro p.padding-bottom-mobile {
    padding-bottom: 1.75rem;
  }
}
[data-template] .intro h2 {
  padding-bottom: 0.5rem;
}
[data-template] .intro h2.extra-padding-bottom {
  padding-bottom: 20px;
}
[data-template] .intro h2.no-padding-bottom {
  padding-bottom: 0;
}
[data-template] .intro .link-wrapper a {
  text-decoration: none;
  display: inline-block;
  line-height: 1em;
  border-bottom: 1px solid #ca0000;
  padding-bottom: 5px;
  margin-right: 50px;
}
[data-template] .intro .link-wrapper a:last-of-type {
  margin-right: 0;
}
[data-template] .intro .link-wrapper a sup {
  vertical-align: super;
  font-size: 0.5em;
  position: static;
}
[data-template] .main-column img {
  width: 100%;
  padding: 1.2rem 0;
}
[data-template] .main-column img.livalo-img {
  max-width: 278px;
  max-height: 136px;
  padding: 0 0 1.8rem;
}
@media (max-width: 768px) {
  [data-template] .main-column img.livalo-img {
    padding-bottom: 0.8rem;
  }
}
[data-template] .main-column img.seglentis-img {
  max-width: 276px;
  max-height: 130px;
  padding: 0 0 1.8rem;
}
@media (max-width: 768px) {
  [data-template] .main-column img.seglentis-img {
    padding-bottom: 0.8rem;
  }
}
[data-template] .main-column .logos .column {
  text-align: center;
}
[data-template] .main-column .logos .column img {
  width: auto !important;
}
@media (max-width: 768px) {
  [data-template] .main-column .logos .column img {
    padding-top: 0;
  }
}
[data-template] .main-column article p {
  padding-bottom: 0;
}
[data-template] .main-column article h2 {
  padding-bottom: 0;
}
[data-template] .main-column a.link-block {
  display: block;
}
[data-template] .main-column p.padding {
  padding: 1.8rem 0 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  [data-template] .main-column p.padding {
    padding-top: 0.8rem;
  }
}
[data-template] .intro + .main-column {
  padding: 0 0 3.25rem 0;
}
[data-template] .main-column-wide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[data-template] .hero-img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[data-template] .last-row {
  background-color: #D9D9D9;
  padding: 3.25rem 0;
  margin-bottom: 3.25rem;
}
[data-template] .last-row.no-margin-bottom {
  margin-bottom: 0;
}
[data-template] .last-row.no-padding-top {
  padding-top: 0;
}
[data-template] .last-row .inner {
  width: 91.09375%;
  max-width: 797px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  [data-template] .last-row {
    margin-bottom: 0;
  }
}
[data-template] p {
  margin-bottom: 0.5em;
}
[data-template] p.list-header {
  margin-bottom: 0;
}

#pipeline .last-row.no-padding-top {
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  #pipeline .last-row.no-padding-top {
    padding-top: 1.625rem;
  }
}
#pipeline .last-row .inner h2 {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #pipeline .last-row .inner h2:first-of-type {
    padding-bottom: 0;
  }
}
#pipeline .last-row .inner p {
  margin-bottom: 0;
  padding-bottom: 1.2rem;
}
#pipeline .last-row .inner p:last-of-type {
  padding-bottom: 0;
}

@media (max-width: 1320px) {
  [data-template] .main-column-wide {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  [data-template] .main-column .logos .column {
    padding: 1.2rem 0;
  }
  [data-template] .main-column .logos .column img {
    padding-bottom: 0.08rem;
  }
  [data-template] .main-column,
[data-template] .intro {
    padding: 1.625rem 0;
  }
  [data-template] .intro + .main-column {
    padding: 0 0 1.625rem 0;
  }
  [data-template] .last-row {
    padding: 1.625rem 0;
  }
}
.border-bottom {
  height: 1px;
  border-bottom: 1px solid #000;
}

/*
	Website Template: WIDE template
		***
			because the main template is selected via `[data-template]`, this inherits from the main template and this only overwrites the main template
		***
		* the wide template 
		* same rules as main template except
*/
[data-template=wide] .main-column {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
[data-template=wide] .intro {
  width: 91.09375%;
  max-width: 797px;
  margin: 0 auto;
  text-align: left;
  padding: 3.25rem 0;
}

/*
	Website Template: PRESS RELEASE template
		***
			because the main template is selected via `[data-template]`, this inherits from the main template and this only overwrites the main template
		***
		* the wide template
		* same rules as main template except
*/
[data-template=press-release] {
  padding-top: 0;
  margin-top: 81px;
  border-top: 10px solid #ca0000;
}
[data-template=press-release] b {
  font-weight: bold;
}
[data-template=press-release] h1 {
  background: none;
  color: inherit;
  text-align: inherit;
  padding: 0 0 3.25rem;
}
[data-template=press-release] h1 + p {
  padding: 0 0 3.25rem;
}
[data-template=press-release] h1.less-padding-bottom {
  padding-bottom: 10px;
}
[data-template=press-release] h4.black {
  color: #4a4a4a;
}
[data-template=press-release] h5 {
  font-size: 1.2rem;
  line-height: 1.25em;
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
  color: #ca0000;
  padding-top: 20px;
}
[data-template=press-release] h5.black {
  color: #4a4a4a;
}
[data-template=press-release] h5.no-padding-top {
  padding-top: 0;
}
[data-template=press-release] h5.padding-bottom {
  padding-bottom: 20px !important;
}
[data-template=press-release] h6 {
  margin: 20px 0 0;
}
[data-template=press-release] .lowercase {
  text-transform: lowercase;
}
[data-template=press-release] ol {
  padding-top: 0;
}
[data-template=press-release] .no-margin-bottom {
  margin-bottom: 0;
}
[data-template=press-release] ul.no-padding-top {
  padding-top: 0;
}
[data-template=press-release] ul.no-padding-bottom {
  padding-bottom: 0;
}
[data-template=press-release] ul.padding-bottom {
  padding-bottom: 20px !important;
}
[data-template=press-release] ul li {
  font-size: 1em;
  line-height: 1.4;
}
@media (max-width: 599px) {
  [data-template=press-release] ul li {
    font-size: 0.85em;
  }
}
[data-template=press-release] ul li span.bold {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
  line-height: 1;
}
[data-template=press-release] p {
  font-size: 1em;
  line-height: 1.4;
}
@media (max-width: 599px) {
  [data-template=press-release] p {
    font-size: 0.85em;
  }
}
[data-template=press-release] p.bold {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}
[data-template=press-release] p.uppercase {
  text-transform: uppercase;
}
[data-template=press-release] p.padding-top {
  padding-top: 20px;
}
[data-template=press-release] p.footnote {
  font-size: 0.75rem;
  line-height: 1.4;
}
[data-template=press-release] p.footnote:before {
  display: inline-block;
  margin-left: -10px;
  font-size: 0.85em;
  vertical-align: top;
  top: -0.25em;
  position: relative;
}
[data-template=press-release] p.i:before {
  content: "i";
}
[data-template=press-release] p.ii:before {
  content: "ii";
}
[data-template=press-release] p span.bold {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
  color: #4a4a4a;
}
[data-template=press-release] p.padding-bottom {
  padding-bottom: 20px !important;
}
[data-template=press-release] .black-box {
  border: 1px solid #000000;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
[data-template=press-release] .black-box h5.underline-black {
  color: #4a4a4a;
  text-decoration: underline;
}
[data-template=press-release] .black-box ul li {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: "Helvetica57";
  src: url("../fonts/neue-helvetica-57-condensed-latin-ext-1-webfont.eot");
  src: url("../fonts/neue-helvetica-57-condensed-latin-ext-1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/neue-helvetica-57-condensed-latin-ext-1-webfont.woff") format("woff"), url("../fonts/neue-helvetica-57-condensed-latin-ext-1-webfont.ttf") format("truetype"), url("../fonts/neue-helvetica-57-condensed-latin-ext-1-webfont.svg#helvetica_neue_w02_57_cnRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica57Italic";
  src: url("../fonts/HelveticaNeueLTStd-CnO.eot");
  src: url("../fonts/HelveticaNeueLTStd-CnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-CnO.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-CnO.svg#helvetica_neue_w02_57_cnRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica67";
  src: url("../fonts/HelveticaNeueLTStd-MdCn.eot");
  src: url("../fonts/HelveticaNeueLTStd-MdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-MdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-MdCn.svg#helvetica_neue_w01_77_bd_cnRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica67Italic";
  src: url("../fonts/HelveticaNeueLTStd-MdCnO.eot");
  src: url("../fonts/HelveticaNeueLTStd-MdCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-MdCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-MdCnO.svg#helvetica_neue_w01_77_bd_cnRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica77";
  src: url("../fonts/neue-helvetica-77-condensed-bold-latin-1-webfont.eot");
  src: url("../fonts/neue-helvetica-77-condensed-bold-latin-1-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/neue-helvetica-77-condensed-bold-latin-1-webfont.woff") format("woff"), url("../fonts/neue-helvetica-77-condensed-bold-latin-1-webfont.ttf") format("truetype"), url("../fonts/neue-helvetica-77-condensed-bold-latin-1-webfont.svg#helvetica_neue_w01_77_bd_cnRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica77Italic";
  src: url("../fonts/HelveticaNeueLTStd-BdCnO.eot");
  src: url("../fonts/HelveticaNeueLTStd-BdCnO.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-BdCnO.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-BdCnO.svg#helvetica_neue_w01_77_bd_cnRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1.25rem;
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
}

body {
  background-color: #ffffff;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.04em;
}

.content {
  padding: 2.25rem 0;
  width: 91.09375%;
  max-width: 790px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content {
    padding: 1.25rem 0;
  }
}
.content h2 {
  padding-bottom: 0.5em;
}

.full-width-grey {
  background-color: #D9D9D9;
  padding: 0;
}

.no-last-row {
  width: 100%;
  height: 0;
  border-bottom: solid 1px #D9D9D9;
}

.flex {
  display: flex;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.red {
  color: #ca0000;
}

.mt-10 {
  margin-top: 10px;
}

section[data-template=main] {
  padding-top: 50px;
  max-width: 1550px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section[data-template=main] {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.hero_image {
  background: rgb(125, 157, 169);
  display: flex;
  height: 485px;
}
@media (max-width: 900px) {
  .hero_image {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
}
.hero_image .image-box {
  flex: 0 0 60%;
  /* Set the flex-basis to 75% and don't allow the box to grow or shrink */
  background: url("/images/opportunities_hero.jpg") no-repeat center center/cover;
  /* Example of using a background image */
}
@media (max-width: 900px) {
  .hero_image .image-box {
    flex-basis: 100%;
    height: 350px;
    order: 1;
  }
}
.hero_image .text-box {
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  /* Make this a flex container to use Flexbox properties */
  align-items: center;
  /* Center the text vertically */
  justify-content: center;
  padding: 40px;
  /* Add some padding around the text */
  font-weight: 400;
  font-size: 25px;
  line-height: 29.83px;
  flex-direction: column;
}
@media (max-width: 900px) {
  .hero_image .text-box {
    flex-basis: 100%;
    margin: 0;
    order: 2;
  }
}
.hero_image .text-box img {
  max-width: 100%;
}
.hero_image .text-box p {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}

.opportunities .main_content .main-column {
  max-width: 1345px;
}
.opportunities .main_content .text-box {
  padding: 20px;
}
.opportunities .main_content .boxes {
  display: flex;
  flex-wrap: wrap;
}
.opportunities .main_content .boxes .box {
  background: #7d9da9;
  flex-grow: 1;
  /* Allow the boxes to grow to take up equal space */
  flex-basis: 0;
  /* Set the initial width to 0 to allow equal distribution of space */
  margin: 0 7.5px;
  /* Add margin to the left and right of each box */
}
@media (max-width: 1000px) {
  .opportunities .main_content .boxes .box {
    flex-basis: 100%;
    margin: 0 0 15px 0;
  }
}
.opportunities .main_content .boxes .box a {
  text-decoration: none;
  pointer-events: none;
}
.opportunities .main_content .boxes .box .box_header {
  background: rgba(255, 255, 255, 0.8509803922);
  text-align: center;
  padding: 0.75rem 0.5rem;
}
.opportunities .main_content .boxes .box:first-child {
  margin-left: 0;
  /* Remove the left margin from the first box */
}
.opportunities .main_content .boxes .box:last-child {
  margin-right: 0;
  /* Remove the right margin from the last box */
}
.opportunities .main_content .boxes img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 335px;
}
.opportunities .main_content .boxes p,
.opportunities .main_content .boxes img {
  width: 100%;
  /* Make text and image take up the full width of the box */
}
.opportunities .main_content .boxes img {
  display: block;
  /* Display image as block to avoid bottom margin */
}
.opportunities .main_content .latest_news {
  background-color: #ca0000;
  color: #ffffff;
  max-width: 415px;
  margin: 0 auto;
  font-size: 27px;
  padding: 0.75em 0.5em;
  transition: all 0.25s linear 0s;
  border: 3px solid #ca0000;
}
@media (max-width: 768px) {
  .opportunities .main_content .latest_news {
    font-size: 24px;
  }
}
.opportunities .main_content .latest_news:hover {
  background-color: #ffffff;
  color: #ca0000;
}
.opportunities .main_content .latest_news a {
  text-decoration: none;
}
.opportunities .main_content ul {
  list-style-type: none;
}
.opportunities .main_content ul li::before {
  content: "• ";
  color: #ca0000;
}

.contact section[data-template=main] {
  max-width: 745px;
}

.small-text {
  font-size: 12px;
  line-height: 14.32px;
}

.marketed-products {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .marketed-products {
    display: block;
  }
}
.marketed-products .box {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 748px) {
  .marketed-products .box {
    margin-bottom: 40px;
  }
}
.marketed-products .box .box-image {
  height: 130px;
}
.marketed-products .box .box-content {
  margin-top: 20px;
  height: 135px;
}
.marketed-products .box .box-image,
.marketed-products .box .box-content {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.marketed-products .box .box-image img,
.marketed-products .box .box-content img {
  max-width: 100%;
  height: auto;
}
.marketed-products .box .box-image p,
.marketed-products .box .box-content p {
  margin: 5px 0;
  display: block;
}
.marketed-products .box .box-content-print {
  flex-grow: 1;
  display: flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.products .hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .products .hero {
    height: auto;
  }
}
.products .hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .products .hero img {
    height: 250px;
  }
}
.products .hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  /* This ensures the overlay covers the bottom 40% of the image */
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  padding: 25px;
  justify-content: center;
  /* centers text horizontally */
  align-items: center;
  /* centers text vertically */
  flex-direction: column;
}
@media (max-width: 768px) {
  .products .hero-overlay {
    display: block;
    height: auto;
    position: unset;
    width: auto;
    text-align: center;
    padding: 0;
  }
}
.products .hero-overlay h1 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 37px;
  font-weight: 500;
  line-height: 45.18px;
}
.products .hero-overlay p {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  font-weight: 400;
  font-size: 25px;
  line-height: 29.83px;
}
.products .drug_candidates {
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 500;
  font-size: 27px;
  line-height: 32.97px;
}
.products .drug_candidates a {
  font-weight: 700;
}

.padding-top {
  padding-top: 50px;
}

.padding-sm-top {
  padding-top: 10px;
}

section[data-template=main].padding-sm-md-top {
  padding-top: 25px;
}

section[data-template=main].padding-sm-top {
  padding-top: 33px;
}

section[data-template=main].padding-sm-bottom {
  padding-bottom: 33px;
}

.padding-md-top {
  padding-top: 40px;
}

.padding-bottom {
  padding-bottom: 55px;
}

.padding-sm-bottom {
  padding-bottom: 10px;
}

.padding-md-bottom {
  padding-bottom: 40px;
}

.no-padding-top {
  padding-top: 0 !important;
}

.collaborations .image-box {
  flex: 0 0 58%;
  /* Set the flex-basis to 75% and don't allow the box to grow or shrink */
  background: url("/images/collaboration_hero.jpg") no-repeat center center/cover;
  /* Example of using a background image */
}
@media (max-width: 900px) {
  .collaborations .image-box {
    flex-basis: 100%;
    margin: 0;
  }
}
.collaborations .testimonial {
  color: #4a7481;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.96px;
}
.collaborations .testimonial span {
  color: #4a7481;
  font-weight: 700;
  font-size: 17px;
  line-height: 20.76px;
  font-style: normal;
}
.collaborations .small-text {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6980392157);
}
.collaborations .interested_more {
  background-color: #ca0000;
  color: #ffffff;
  max-width: 450px;
  margin: 0 auto;
  font-size: 27px;
  padding: 0.5em;
  transition: all 0.25s linear 0s;
  border: 3px solid #ca0000;
}
@media (max-width: 768px) {
  .collaborations .interested_more {
    font-size: 24px;
  }
}
.collaborations .interested_more:hover {
  background-color: #ffffff;
  color: #ca0000;
}
.collaborations .interested_more a {
  text-decoration: none;
}
.collaborations .partnerships {
  display: flex;
}
@media (max-width: 768px) {
  .collaborations .partnerships {
    display: block;
  }
}
.collaborations .partnerships .partnership-logo {
  flex: 0 0 15%;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .collaborations .partnerships .partnership-logo {
    margin: 0;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.collaborations .partnerships .partnership-text {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .collaborations .partnerships .partnership-text {
    padding: 0;
  }
}

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

.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.green-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(125, 157, 169, 0.7);
  opacity: 0;
  /* Hide by default */
  transition: opacity 0.3s;
  /* Smooth transition */
  z-index: 1;
  transition: opacity 300ms ease-out, visibility 300ms ease-out;
  visibility: hidden;
}

/* Display overlay on hover */
.hero:hover .green-overlay,
.box:hover .green-overlay {
  visibility: visible;
  opacity: 1;
  /* Show on hover */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.hero:hover h3 {
  z-index: 2;
  color: #fff !important;
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  /* This ensures the overlay covers the bottom 40% of the image */
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  padding: 25px 0 !important;
  justify-content: center;
  /* centers text horizontally */
  align-items: center;
  /* centers text vertically */
  flex-direction: column;
}
.hero-overlay h1 {
  color: rgba(0, 0, 0, 0.6980392157);
  font-size: 37px;
  font-weight: 500;
  line-height: 45.18px;
}
.hero-overlay p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 25px;
  line-height: 29.83px;
}

.hero-overlay.new_layout {
  background: transparent !important;
  height: auto !important;
  top: 0;
  bottom: auto !important;
  width: 33%;
  padding-top: 85px !important;
}
@media (max-width: 1480px) {
  .hero-overlay.new_layout {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }
}
.hero-overlay.new_layout h1 {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.hero-overlay.new_layout p {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_hero_overview {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.overview .main_hero img {
  height: auto;
}
.overview .main_hero .hero-overlay img {
  width: 476px;
  padding-left: 50px;
}
@media (max-width: 1480px) {
  .overview .main_hero .hero-overlay img {
    width: 100%;
    padding-left: 0;
  }
}
.overview .hero-overlay {
  height: 32%;
}
.overview .hero-overlay > div {
  display: flex;
  align-items: center;
  justify-content: start;
  width: auto;
  height: 100%;
}
.overview .hero-overlay > div h1 {
  text-align: left;
  margin-left: 20px;
}
@media (max-width: 1480px) {
  .overview .hero-overlay > div h1 {
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 1480px) {
  .overview .hero-overlay > div {
    display: block;
  }
}
@media (max-width: 1480px) {
  .overview .hero-overlay {
    display: block;
    height: auto;
    position: unset;
    width: auto;
    text-align: center;
  }
}
.overview .overview-tabs {
  display: flex;
  flex-grow: 1;
}
.overview .overview-tabs > div {
  flex: 1;
  width: 50%;
  padding: 20px;
}
.overview .tab-titles {
  display: flex;
}
.overview .tab-title {
  flex: 1;
  /* Make each tab title of equal width */
  padding: 10px;
  background-color: rgba(125, 157, 169, 0.1019607843);
  color: #ca0000;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  /* Center the title text */
  font-size: 2rem;
  line-height: 1.1em;
}
.overview .tab-content-list .tab-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, opacity 0.4s ease-in;
}
.overview .tab-content-list .tab-content.open {
  max-height: 100vh;
  opacity: 1;
}
.overview .tab-title.active {
  background-color: rgba(125, 157, 169, 0.2509803922);
  /* You can style the active state as per your preferences */
}
.overview .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.overview .grid-container > div:nth-child(4) {
  grid-column: 2/3;
}
.overview .grid-container > div:nth-child(5) {
  grid-column: 3/4;
}
.overview .flex-container {
  display: flex;
  justify-content: space-between;
}
.overview .flex-container > div {
  flex: 1;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
}
.overview .flex-container > div:empty {
  visibility: hidden;
}
.overview .directors .title {
  color: #000000;
}
@media (min-width: 769px) {
  .overview .directors .grid-item:nth-child(4), .overview .directors .grid-item:nth-child(5), .overview .directors .grid-item:nth-child(6) {
    position: relative;
    padding-top: 30px;
  }
  .overview .directors .grid-item:nth-child(4)::before, .overview .directors .grid-item:nth-child(5)::before, .overview .directors .grid-item:nth-child(6)::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5019607843);
  }
  .overview .directors .grid-item:nth-child(4)::before {
    right: -20px;
  }
  .overview .directors .grid-item:nth-child(5)::before {
    right: 10px;
  }
  .overview .directors .grid-item:nth-child(6)::before {
    right: 30px;
  }
}
.overview .directors .grid {
  padding-bottom: 10px;
}
.overview .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.overview .grid .grid-item2 {
  flex: 1 0 calc(50% - 20px);
  padding-bottom: 35px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .overview .grid .grid-item2 {
    flex: 1 0 100%;
    border-bottom: 1px solid #000000;
  }
}
.overview .grid .grid-item {
  flex: 1 0 calc(33.33% - 20px);
  padding-bottom: 35px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .overview .grid .grid-item {
    flex: 1 0 100%;
    border-bottom: 1px solid #000000;
  }
}
.overview .grid .grid-leadership {
  padding-top: 10px;
  border-bottom: 7px solid #7d9da9;
}
.overview .grid .grid-leadership .title {
  color: #7d9da9;
}
.overview .grid .grid-leadership:hover {
  background: rgba(236, 236, 236, 0.95);
  border-color: #ca0000;
}
.overview .grid .grid-leadership:hover .title {
  color: #ca0000;
}
.overview .title {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
}
.overview .tabs {
  border-radius: 4px;
}
.overview .tab-buttons {
  display: flex;
}
.overview .tab-button {
  flex: 1;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(125, 157, 169, 0.1019607843);
  color: #ca0000;
  font-weight: 500;
  border: none;
  transition: background-color 0.3s;
  font-size: 27px;
  line-height: 32.97px;
}
.overview .tab-button:hover {
  background: rgba(125, 157, 169, 0.25);
}
.overview .job-position {
  display: block;
  padding-top: 5px;
  color: #000000;
}
.overview .compliance-second h4 {
  font-weight: 500;
  line-height: 32.97px;
  color: rgb(64, 64, 65);
  font-size: 27px;
}
.overview .compliance-second h4:hover {
  color: #ca0000;
}
.overview .tab-button:last-child {
  border-right: none;
}
.overview .tab-button.active {
  background: rgba(125, 157, 169, 0.2509803922);
}
.overview .tab-contents {
  padding: 50px 0;
}
.overview .tab-content {
  display: none;
}
.overview .tab-content.active {
  display: block;
}
.overview .latest_news {
  background-color: #ca0000;
  color: #ffffff;
  max-width: 415px;
  margin: 0 auto;
  font-size: 27px;
  line-height: 32.97px;
  padding: 0.5em;
  transition: all 0.25s linear 0s;
  border: 3px solid #ca0000;
}
.overview .latest_news:hover {
  background-color: #ffffff;
  color: #ca0000;
}
.overview .latest_news a {
  text-decoration: none;
}

.cta {
  display: flex;
  gap: 40px;
}
.cta .top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  /* This ensures the overlay covers the bottom 40% of the image */
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  /* centers text horizontally */
  align-items: center;
  /* centers text vertically */
  flex-direction: column;
  text-align: center;
}
.cta .header {
  justify-content: center;
  /* Horizontal centering */
  text-align: center;
  align-items: center;
  /* Vertical centering */
  display: flex;
}
.cta .text-blue {
  color: #4a7481;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.96px;
}
.cta .text-blue-bold {
  font-size: 17px;
  font-weight: 700;
  line-height: 20.76px;
  color: #4a7481;
}
.cta .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.cta .bottom-overlay.large {
  width: auto;
  padding: 20px;
}
.cta h3 {
  font-size: 27px;
  font-weight: 500;
}
.cta .w-45 {
  flex: 45%;
}
@media (max-width: 768px) {
  .cta .w-45 {
    flex: 100%;
  }
}
.cta .image-wrapper {
  height: 100%;
}
.cta .w-50 {
  flex: 50%;
  width: 50%;
}
@media (max-width: 768px) {
  .cta .w-50 {
    width: 100%;
  }
}
.cta .w-75 {
  flex: 75%;
}
@media (max-width: 768px) {
  .cta .w-75 {
    flex: 100%;
  }
}
@media (max-width: 768px) {
  .cta {
    flex-direction: column;
  }
}

@media (max-width: 1010px) {
  .home #hero2 .hero {
    height: auto;
  }
}
.home #hero2 .hero-overlay {
  height: 9em;
}
@media (max-width: 1010px) {
  .home #hero2 .hero-overlay {
    height: auto;
    position: unset;
  }
}
.home #hero2 .hero-overlay .hero-overlay-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.home #hero2 .hero-overlay .hero-overlay-container img {
  transform: translateX(45px) translateY(10px);
  width: 476px;
  padding-left: 50px;
}
@media (max-width: 1010px) {
  .home #hero2 .hero-overlay .hero-overlay-container img {
    transform: unset;
  }
}
@media (max-width: 1010px) {
  .home #hero2 .hero-overlay .hero-overlay-container {
    display: block;
  }
  .home #hero2 .hero-overlay .hero-overlay-container h1 {
    text-align: center !important;
  }
  .home #hero2 .hero-overlay .hero-overlay-container img {
    padding-left: 0;
    width: 100%;
  }
}
.home #hero2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1010px) {
  .home #hero2 .hero-image {
    height: 250px;
  }
}
.home .hero-overlay {
  width: 100%;
  padding: 25px 0;
}
.home .full-overlay {
  height: 100%;
}
.home .cta-small .hero {
  height: 320px;
}
.home .cta-medium .hero {
  height: 649px;
}
@media (max-width: 768px) {
  .home .cta-medium .hero {
    overflow: hidden;
    display: block;
    height: auto;
  }
  .home .cta-medium .hero .top-overlay {
    position: initial;
  }
}
.home .cta-medium .hero .no-bg img {
  height: 649px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home .cta-medium .hero .no-bg img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.home .no-bg {
  background: none;
}
.home .red-full-overlay {
  height: 100%;
  background: rgba(237, 28, 36, 0.25);
  width: auto;
}
@media (max-width: 768px) {
  .home .red-full-overlay {
    padding: 40px;
  }
}
.home .red-full-overlay p {
  margin-top: 50px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home .red-full-overlay img {
  height: auto;
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (min-width: 769px) {
  .home .red-full-overlay img {
    transform: translateX(-90px);
    /* Moves the image to the left by 500px */
    position: relative;
    /* Sets the position to relative so z-index can be used */
    z-index: 1;
  }
}

.red_cta {
  background-color: #ed1c24;
  color: #ffffff;
  max-width: 450px;
  margin: 0 auto;
  font-size: 27px;
  padding: 0.5em 1em;
  transition: all 0.25s linear 0s;
  border: 3px solid #ed1c24;
}
@media (max-width: 768px) {
  .red_cta {
    font-size: 24px;
  }
}
.red_cta:hover {
  background-color: #ffffff;
  color: #ca0000;
}
.red_cta a {
  text-decoration: none;
}

.cta {
  position: relative;
}

.plus-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}

/* Modal Styles */
.modal {
  display: none;
  position: absolute;
  /* Changed from fixed to absolute */
  z-index: 3;
  /* Adjust z-index if needed */
  left: 0;
  top: 0;
  /* Will be adjusted with JavaScript */
  width: 100%;
  height: 100%;
}

.modal-content {
  background: rgba(236, 236, 236, 0.95);
  border-top: 5px solid #ca0000;
  border-bottom: 5px solid #ca0000;
  margin: 0 auto;
  max-width: 1550px;
  width: 100%;
  opacity: 0;
  /* Initially hidden */
  transition: max-height 0.2s ease-out, opacity 0.4s ease-in;
  visibility: hidden;
}
.modal-content > div {
  padding: 20px;
}
.modal-content-padding {
  padding: 40px;
}
@media (max-width: 768px) {
  .modal-content-padding {
    padding: 0;
  }
}

.close {
  float: right;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content ul {
  list-style-type: none;
  padding: 0;
}
.modal-content ul li {
  text-indent: -13px;
  margin-left: 13px;
  font-size: 22px;
  line-height: 26.65px;
}
.modal-content ul li::before {
  content: "• ";
  color: #ca0000;
  font-size: 0.8rem;
  position: relative;
  top: -2px;
}

#history_modal ul {
  max-width: 57em;
}

#reputation_modal ul {
  max-width: 62em;
}

.compliance-hero .w-45 h3 {
  padding: 10px 25px;
}
@media (max-width: 1630px) {
  .compliance-hero .w-45 .hero {
    height: 100%;
  }
  .compliance-hero .w-45 .hero h3 {
    font-size: 24px;
  }
  .compliance-hero .w-45 .cta .top-overlay {
    height: 30%;
  }
}
.compliance-hero .w-75 .header {
  background: rgba(255, 255, 255, 0.8509803922);
  height: 20%;
}
.compliance-hero .w-75 .header h3 {
  padding: 10px 25px;
}
@media (max-width: 1630px) {
  .compliance-hero .w-75 h3 {
    width: 80%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .compliance-hero .w-75 .hero {
    height: auto;
  }
  .compliance-hero .w-75 .hero h3 {
    width: 80%;
    font-size: 24px;
  }
  .compliance-hero .w-75 .cta .top-overlay {
    height: 40%;
  }
  .compliance-hero .w-75 .header {
    background: rgba(255, 255, 255, 0.8509803922);
    height: 150px;
  }
  .compliance-hero .w-75 .bottom-overlay {
    display: block;
    position: inherit;
  }
}
.compliance-hero .hero {
  height: 495px;
}

#compliance .modal-content .compliance-grid {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  #compliance .modal-content .compliance-grid {
    display: block;
  }
}
#compliance .modal-content .compliance-grid .compliance-second {
  border-left: 1px solid #000;
  padding-left: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  #compliance .modal-content .compliance-grid .compliance-second {
    line-height: 20px;
    border: none;
    padding-left: 0;
  }
}

.compliance-image {
  height: calc(495px - 20%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .compliance-image {
    background: rgba(255, 255, 255, 0.85);
  }
}

.svg_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .main_content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.modal-content h2 {
  line-height: 32.97px;
  font-size: 27px;
  font-weight: 500;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.modal-content h3 {
  padding-top: 1em;
  font-weight: 700;
  line-height: 26.86px;
  font-size: 22px;
}
.modal-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26.65px;
}

ul.culture li {
  margin: 5px 0;
  text-indent: -13px;
  margin-left: 13px;
}

.terms-of-use section,
.privacy-policy section {
  max-width: 1140px;
}

.top-overlay-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 769px) {
  .top-overlay-content {
    padding: 80px 40px;
  }
  .top-overlay-content p {
    padding: 20px;
  }
}

.home_mission {
  text-align: center;
}
.modal-active {
  opacity: 1;
  visibility: visible;
}

#history_modal .modal-content::before,
#history_modal .modal-content > div {
  background: url(/images/japan_map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

#reputation_modal .modal-content::before,
#reputation_modal .modal-content > div {
  background: url(/images/home/map.svg);
  background-position: center 20%;
  background-repeat: no-repeat;
}

.bottom-cta .cta {
  gap: 25px;
}

ul.culture {
  padding-left: 0px;
}

.italic {
  font-style: italic;
}

.text-indent-wrap {
  display: inline-block;
}

.second-line {
  display: block;
  text-indent: 7em;
  /* adjust this value based on your actual design */
}

/* Optional: Use the <wbr> tag to suggest a break opportunity */
wbr {
  display: inline-block;
  width: 0;
}

#sales_training .red_cta {
  max-width: 285px;
}

@media (max-width: 1630px) {
  .small_header {
    max-height: 100px;
  }
}

#compliance .header,
#sales_training .small_header {
  padding: 0 33px;
}

@media screen and (max-width: 769px) {
  footer span.desktop {
    display: none;
  }
  footer span.mobile {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  footer span.desktop {
    display: inline-block;
  }
  footer span.mobile {
    display: none;
  }
}

h1 {
  font-size: 2rem;
  line-height: 1.1em;
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}
h1 span {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
}

h2 {
  font-size: 37px;
  line-height: 2.824rem;
  padding-top: 1em;
}
h2 span {
  color: #ca0000;
}
h2:first-of-type {
  padding-top: 0;
}
h2.extra-padding-bottom {
  padding-bottom: 20px;
}

h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 31px;
}
h3.small {
  font-size: 1.25em;
  padding-bottom: 10px;
}
h3.xsmall {
  font-size: 1em;
  padding-bottom: 30px;
}
h3.padding-top {
  padding-top: 36px;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}
h4.padding-top {
  padding-top: 20px;
}
h4.less-padding-top {
  padding-top: 10px;
}
h4.larger {
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
    line-height: 1.2em;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.2em;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3,
h4 {
    font-size: 1rem;
    line-height: 1.2em;
  }

  h4.larger {
    font-size: 1.25rem;
  }
}
p {
  margin-bottom: 0.5em;
}
p span {
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.25s ease-in-out 0s;
}
a:hover {
  color: #ca0000;
}

span.no-break {
  white-space: nowrap;
  color: inherit;
}

strong {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}

em {
  font-family: "Helvetica57Italic", Helvetica, Arial, sans-serif;
}

.strong-em {
  font-family: "Helvetica67Italic", Helvetica, Arial, sans-serif;
  color: #4a4a4a;
}

small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3em;
}
small + small {
  padding-top: 1em;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.75em;
  font-size: 0.5em;
}

sub {
  top: 0.4em;
}

ul, ol {
  padding: 0.5em 0 0.5em 1em;
  box-sizing: border-box;
}

ul {
  list-style: disc;
  list-style-position: outside;
}
ul.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
ul.no-padding-top {
  padding-top: 0;
}
ul.dash-list {
  list-style: none;
  padding: 0 0 0 1em;
}
ul.dash-list li {
  line-height: 1.1;
  position: relative;
  padding-left: 20px;
  padding-top: 8px;
}
ul.dash-list li:before {
  content: "-";
  font-size: 1.25rem;
  line-height: 1rem;
  padding-right: 5px;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  left: 0;
}
ul li {
  font-size: 1em;
  line-height: 1.4;
}
@media (max-width: 599px) {
  ul li {
    font-size: 0.85em;
  }
}

ol {
  list-style: decimal;
  list-style-position: outside;
}

/*
	HTML FORM[ISH] ELEMENTS
 */
form {
  margin-bottom: 3.25rem;
}
@media (max-width: 768px) {
  form {
    margin-bottom: 0;
  }
}

input[type=text],
input[type=email],
textarea {
  font-family: inherit;
  border: 1px solid #4a4a4a;
  background-color: #F9F9F9;
  font-size: 0.9rem;
  line-height: 1.4444444444em;
  padding: 18px;
  box-sizing: border-box;
  color: #4a4a4a;
  width: 100%;
  margin-bottom: 0.8333333333em;
}

textarea {
  resize: none;
  height: 5.75rem;
}

select {
  font-family: inherit;
  border: 1px solid #4a4a4a;
  background-color: #D9D9D9;
  font-size: 0.9rem;
  line-height: 1.4444444444em;
  padding: 18px;
  box-sizing: border-box;
  color: #4a4a4a;
  width: 100%;
  margin-bottom: 0.8333333333em;
}

option {
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.4444444444em;
  color: #4a4a4a;
}

label {
  font-size: 0.75rem;
  line-height: 1.7333333333em;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}
button:active, button:focus {
  outline: none;
}

button[type=submit] {
  flex: 1 1 25%;
  margin: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #ca0000;
  border: 3px #ca0000 solid;
  padding: 1em;
  transition: all 0.25s linear 0s;
  text-decoration: none;
  box-sizing: border-box;
}
button[type=submit].lg-width-buttons {
  flex: 0 0 45%;
}
button[type=submit].submit-btn {
  width: 45%;
  flex: 0 0 45%;
}
button[type=submit].xl-btn {
  flex: 0 0 550px;
  min-width: 400px;
}
button[type=submit] .buttons-copy {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 0.8461538462em;
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left;
}
button[type=submit] .img-wrapper {
  flex: 0 0 15px;
}
button[type=submit] .img-wrapper svg {
  vertical-align: middle;
}
button[type=submit]:nth-of-type(1) {
  margin-left: 0;
}
button[type=submit]:nth-of-type(3) {
  margin-right: 0;
}
@media (hover: hover) {
  button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus {
    background-color: #ffffff;
    text-decoration: none;
  }
  button[type=submit]:hover .buttons-copy, button[type=submit]:active .buttons-copy, button[type=submit]:focus .buttons-copy {
    color: #ca0000;
  }
  button[type=submit]:hover .img-wrapper svg path, button[type=submit]:active .img-wrapper svg path, button[type=submit]:focus .img-wrapper svg path {
    fill: #ca0000;
  }
}
@media (max-width: 768px) {
  button[type=submit].lg-width-buttons {
    flex: 0 0 55%;
  }
}
@media (max-width: 650px) {
  button[type=submit] {
    flex: 0 1 100%;
    margin: 20px 0;
  }
  button[type=submit].lg-width-buttons {
    flex: 0 0 100%;
  }
  button[type=submit].submit-btn {
    width: 100%;
  }
  button[type=submit].xl-btn .buttons-copy {
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  button[type=submit].xl-btn {
    flex: 0 0 100%;
    min-width: auto;
  }
}

/*
	DATA TABLES
*/
table {
  border-spacing: 2px;
}

td, th {
  border: 1px solid #4a4a4a;
  text-align: left;
}

th {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  vertical-align: middle;
  padding: 0.5em 0.5em 0.35em;
  color: #ca0000;
}

td {
  padding: 0.5em;
}

tr:nth-child(odd) {
  background-color: #D9D9D9;
}

.text-center {
  text-align: center;
}

h2, h3, h4 {
  color: #ca0000;
}

/*
	BIG RED ROUNDED BUTTONS
 */
.buttons-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
.buttons-wrapper .button {
  flex: 1 1 25%;
  margin: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #ca0000;
  border: 3px #ca0000 solid;
  padding: 1em;
  transition: all 0.25s linear 0s;
  text-decoration: none;
  box-sizing: border-box;
}
.buttons-wrapper .button.lg-width-buttons {
  flex: 0 0 45%;
}
.buttons-wrapper .button.submit-btn {
  width: 45%;
  flex: 0 0 45%;
}
.buttons-wrapper .button.xl-btn {
  flex: 0 0 550px;
  min-width: 400px;
}
.buttons-wrapper .button .buttons-copy {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 0.8461538462em;
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left;
}
.buttons-wrapper .button .img-wrapper {
  flex: 0 0 15px;
}
.buttons-wrapper .button .img-wrapper svg {
  vertical-align: middle;
}
.buttons-wrapper .button:nth-of-type(1) {
  margin-left: 0;
}
.buttons-wrapper .button:nth-of-type(3) {
  margin-right: 0;
}
@media (hover: hover) {
  .buttons-wrapper .button:hover, .buttons-wrapper .button:active, .buttons-wrapper .button:focus {
    background-color: #ffffff;
    text-decoration: none;
  }
  .buttons-wrapper .button:hover .buttons-copy, .buttons-wrapper .button:active .buttons-copy, .buttons-wrapper .button:focus .buttons-copy {
    color: #ca0000;
  }
  .buttons-wrapper .button:hover .img-wrapper svg path, .buttons-wrapper .button:active .img-wrapper svg path, .buttons-wrapper .button:focus .img-wrapper svg path {
    fill: #ca0000;
  }
}
@media (max-width: 768px) {
  .buttons-wrapper .button.lg-width-buttons {
    flex: 0 0 55%;
  }
}
@media (max-width: 650px) {
  .buttons-wrapper .button {
    flex: 0 1 100%;
    margin: 20px 0;
  }
  .buttons-wrapper .button.lg-width-buttons {
    flex: 0 0 100%;
  }
  .buttons-wrapper .button.submit-btn {
    width: 100%;
  }
  .buttons-wrapper .button.xl-btn .buttons-copy {
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .buttons-wrapper .button.xl-btn {
    flex: 0 0 100%;
    min-width: auto;
  }
}
@media (max-width: 650px) {
  .buttons-wrapper {
    flex-flow: row wrap;
  }
}

footer {
  background-color: rgba(217, 217, 217, 0.5);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.25rem 2.5rem;
}
@media (max-width: 768px) {
  footer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
footer .inner {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 21.47px;
  color: rgba(0, 0, 0, 0.6980392157);
}
footer div.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1265px) {
  footer div.row {
    margin: 0 15px;
    flex-direction: column;
  }
}
footer div.row div:nth-of-type(1) {
  width: 200px;
}
footer div.row div:nth-of-type(2) {
  flex-grow: 1;
}
footer div.row div:nth-of-type(3) {
  text-align: right;
}
footer div.row:nth-of-type(1) .logo, footer div.row:nth-of-type(1) .contact {
  margin-bottom: 1.5rem;
}
footer div.row:nth-of-type(1) .contact {
  text-align: right;
}
footer div.row:nth-of-type(2) .physical-address, footer div.row:nth-of-type(2) .digital-address {
  margin: 0 0 3.25rem;
  padding: 0;
  list-style: none;
}
footer div.row:nth-of-type(2) .digital-address {
  text-align: right;
}
footer .legal {
  font-size: 0.9rem;
  line-height: 1.4444444444em;
  padding: 0;
  list-style: none;
}
footer .legal li:first-child {
  position: relative;
  padding: 0 0.7777777778em 0 0;
  margin: 0 0.7222222222em 0 0;
}
footer .legal li:first-child:after {
  content: "|";
  position: absolute;
  right: -1px;
  top: 0;
}

header.main-header {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.5);
  border-bottom: 7px solid #ED1C24;
  z-index: 999;
}
header.main-header .inner {
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
header.main-header .inner a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}
header.main-header .inner a.active {
  color: #ED1C58;
}
header.main-header .inner a:hover {
  color: #ED1C58;
}
header.main-header .inner .logo {
  height: 80px;
  width: 551px;
  background: url("/images/global/logo-kowa.png") no-repeat 0 50%, url("/images/global/logo-kowa-headline.png") no-repeat 100% 50%;
  background-size: 119px auto, auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 950px) {
  header.main-header .inner .logo {
    margin: 0 auto 0 20px;
  }
}
@media (max-width: 768px) {
  header.main-header .inner .logo {
    transform: scale(0.85);
    margin-left: 10px;
  }
}
@media (max-width: 675px) {
  header.main-header .inner .logo {
    width: 119px;
    background: url("/images/global/logo-kowa.png") no-repeat 0 50%;
    background-size: 119px auto;
  }
}
header.main-header .inner .contact {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0 1.05em;
  display: block;
  line-height: 4.05rem;
}
@media (max-width: 880px) {
  header.main-header .inner .contact {
    display: none;
  }
}
header.main-header .inner .linkedin {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 1.25em 0 0;
}
header.main-header .inner .linkedin img {
  height: 24px;
  width: 24px;
}
@media (max-width: 880px) {
  header.main-header .inner .linkedin img {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 675px) {
  header.main-header .inner .linkedin img {
    height: 36px;
    width: 36px;
  }
}
header.main-header .inner [data-control=menu-open] {
  background: #ca0000;
  height: 81px;
  width: 65px;
  border: none;
  color: #ffffff;
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.04em;
  transition: color 0.5s linear 0s;
}
header.main-header .inner [data-control=menu-open] .menu-btn {
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  cursor: pointer;
  margin-left: 30px;
}
header.main-header .inner [data-control=menu-open] .menu_bars {
  fill: #ffffff;
  transition: 0.25s ease-in-out;
}
@media (hover: hover) {
  header.main-header .inner [data-control=menu-open]:hover {
    color: #4a4a4a;
  }
  header.main-header .inner [data-control=menu-open]:hover .menu_bars {
    fill: #4a4a4a;
  }
}
header.main-header .inner [data-control=menu-open]:active {
  color: #ffffff;
}
header.main-header .inner [data-control=menu-open]:active .menu_bars {
  fill: #ffffff;
}

.main-header .inner {
  position: relative;
  display: flex;
  padding: 10px 2.5rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .main-header .inner {
    padding: 10px 0.5rem;
  }
}
@media (max-width: 768px) {
  .main-header .inner-logo .inner-logo-main {
    padding-left: 10px;
  }
}
.main-header .inner-logo .inner-logo-alt {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .main-header .inner-logo .inner-logo-alt {
    display: none;
  }
}
.main-header nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  align-items: center;
}
@media (max-width: 1375px) {
  .main-header nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ECECEC;
    opacity: 1;
    flex-direction: column;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 1375px) {
  .main-header nav {
    display: flex;
  }
}
.main-header nav a {
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
}
.main-header nav a:hover {
  color: #ca0000;
}
.main-header .hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 50px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1375px) {
  .main-header .hamburger-btn {
    display: flex;
    margin-right: 10px;
  }
}
.main-header .hamburger-btn.active span:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.main-header .hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}
.main-header .hamburger-btn.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.main-header .hamburger-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ca0000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.main-header .hamburger-btn span + span {
  margin-top: 7px;
}

.show-navigation nav {
  display: flex;
}

.col-two {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webit-justify-content: space-between;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  padding: 3.25rem 0;
  padding: 0;
  list-style: none;
}
.col-two .column {
  width: calc(50% - 2px);
}
.col-two .main-column img {
  width: 100%;
}
.col-two.main-column-wide .column {
  box-sizing: border-box;
  padding-right: 3.25rem;
}
.col-two.main-column-wide .column:nth-child(1) {
  padding-right: 1.625rem;
  padding-left: 0;
}
.col-two.main-column-wide .column:nth-child(2) {
  padding-right: 0;
  padding-left: 1.625rem;
}

@media (max-width: 768px) {
  .col-two {
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
  }
  .col-two .column {
    width: 100%;
  }
  .col-two.main-column-wide .column {
    padding-right: 0;
    padding-left: 0;
  }
  .col-two.main-column-wide .column:nth-child(1), .col-two.main-column-wide .column:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
  .col-two.main-column-wide .column.padding-bottom {
    padding-bottom: 20px;
  }
}
.main-column.pi {
  width: 100%;
  max-width: 1200px;
}
.main-column.pi img {
  padding: 0;
}

.overlay {
  position: fixed;
  top: -80px;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(90, 90, 90, 0.8);
  padding: 100px 5% 5%;
  display: none;
  overflow: scroll;
  z-index: 100000;
}
.overlay.show {
  display: block;
}
.overlay .play-podcast {
  width: 90%;
  text-align: center;
  background: white;
  font-size: 2em;
  padding-bottom: 20px;
}
.overlay .play-podcast img {
  width: 80%;
  max-width: 400px;
  margin: -30px auto 10px;
}
.overlay .play-podcast h1 {
  margin-bottom: 60px;
}
.overlay .play-podcast h2 {
  margin: 20px auto;
}
.overlay .play-podcast button {
  position: relative;
  width: 80%;
  color: white;
  display: block;
  margin: 40px auto;
  padding: 0.5em 1em;
  font-size: 1.3rem;
  border-radius: 1.3rem;
  background: #ca0000;
  transition: all 0.25s linear 0s;
  border: solid 3px white;
}
.overlay .play-podcast button:hover {
  background: white;
  border: solid 3px #ca0000;
  transition: all 0.25s linear 0s;
  color: #ca0000;
}

.podcast audio {
  width: 100%;
}
.podcast img {
  max-width: 685px;
  display: block;
  margin: 0 auto 20px;
}
.podcast h3 {
  color: #ca0000;
  font-size: 26px;
  margin-top: 20px;
}
.podcast ul {
  list-style: none;
  padding: 0;
}
.podcast .signoff {
  margin-top: 30px;
}
.podcast .signoff .desktop {
  display: inline;
  color: inherit;
}
.podcast .signoff .mobile {
  display: none;
  color: inherit;
}

/*
	FORM CUSTOMIZATIONS
 */
form .error {
  display: none;
  color: #ca0000;
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.4444444444em;
  padding: 0.25em 0 0.25em 1.25em;
}
form .error-outline {
  box-shadow: 0 0 5px #c60001;
  border: 2px solid #c60001;
}

.employees-list {
  padding: 0;
  list-style: none;
}
.employees-list strong, .employees-list em {
  display: block;
}
.employees-list li {
  margin-bottom: 1.25em;
  vertical-align: top;
  display: inline-block;
  width: 48%;
  padding: 0 1%;
  box-sizing: border-box;
}
.employees-list li.no-ul .name {
  line-height: 1.652173913em;
  border-bottom: none;
  margin-bottom: 0;
}
.employees-list li:last-child {
  margin-bottom: 0;
}
.employees-list li .name {
  color: #ca0000;
  display: block;
  font-size: 1.15rem;
  line-height: 1.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #ca0000;
  margin-bottom: 0.25em;
}
.employees-list li .name .h {
  text-transform: none;
}
.employees-list li .title {
  display: block;
  font-size: 0.9rem;
  line-height: 1.3333333333em;
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}
.employees-list svg {
  width: 25px;
  vertical-align: top;
}
.employees-list svg .box {
  fill: #ca0000;
}
.employees-list svg .symbol {
  fill: #ffffff;
  transition: all 1s ease-in-out 0s;
}
.employees-list a {
  display: inline-block;
  text-decoration: none;
}
.employees-list a:hover .symbol {
  fill: #4a4a4a;
}

@media (max-width: 768px) {
  .employees-list {
    display: flex;
    flex-direction: column;
  }
  .employees-list li .name {
    font-size: 1rem;
    line-height: 1.7em;
  }
  .employees-list li .title {
    font-size: 0.8rem;
    line-height: 1.25em;
  }
  .employees-list li.stakely {
    order: 1;
  }
  .employees-list li.mullikin {
    order: 2;
  }
  .employees-list li.sponseller {
    order: 3;
  }
  .employees-list li.aoki {
    order: 4;
  }
  .employees-list li.kimura {
    order: 5;
  }
  .employees-list li.kinouchi {
    order: 6;
  }
  .employees-list li.yokoi {
    order: 7;
  }
  .employees-list li.inazu {
    order: 8;
  }
}
@media (max-width: 560px) {
  .employees-list li {
    width: 100%;
    padding: 0%;
  }
}
.listing-row {
  background-color: #ffffff;
  padding: 0 0 2.25rem;
}

.job-listings {
  width: 100%;
  margin: 0 auto;
}
.job-listings strong,
.job-listings em {
  display: block;
}
.job-listings .listing-wrapper {
  padding-bottom: 30px;
}
.job-listings .listing-wrapper.corporate .job-label {
  background-color: #669933;
}
.job-listings .listing-wrapper.sales-rep .job-label {
  background-color: #3399cc;
}
.job-listings .listing-wrapper.sales-management .job-label {
  background-color: #999999;
}
.job-listings .listing-wrapper .job-label {
  height: 42px;
  width: 100%;
  margin-bottom: 10px;
}
.job-listings .listing-wrapper .job-label p {
  font-size: 1.625rem;
  line-height: 2.625rem;
  width: 91.09375%;
  max-width: 790px;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}
.job-listings .listing-wrapper ul {
  list-style: none;
  padding: 1.5em 0 0.5rem;
}
.job-listings .listing-wrapper ul li {
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
}
@media (max-width: 560px) {
  .job-listings .listing-wrapper ul li {
    width: 100%;
    padding: 0;
  }
}
.job-listings .listing-wrapper ul.sales-mgmt-listings li {
  padding: 10px 0;
  line-height: 1.5rem;
}
.job-listings .listing-wrapper ul.sales-mgmt-listings li.list-header {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}
.job-listings .listing-wrapper ul.sales-mgmt-listings li ul {
  padding: 0;
  margin: 0;
}
.job-listings .listing-wrapper ul.sales-mgmt-listings li ul li {
  padding: 0;
}
.job-listings .listing-wrapper .sales-management-listings {
  width: 91.09375%;
  max-width: 790px;
  margin: 0 auto;
}
.job-listings .listing-wrapper .sales-management-listings div .job-position {
  padding-top: 5px;
  display: block;
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}
.job-listings .listing-wrapper .sales-management-listings div ul li {
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
}

.jobs-map {
  height: 450px;
}

.kowa-map-bubble {
  color: #484848;
}

.kowa-map-bubble a {
  color: #484848;
}

.kowa-map-bubble a:hover {
  color: #ee3138;
}

[data-template=main].has-jobs .intro + .main-column {
  padding: 0;
}

.no-jobs .main-column {
  display: none;
}

h1.opportunities__postitions-title {
  background-color: #ca0000;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 1em 0.4em;
  margin-left: -2.5rem;
  width: calc(100% + 5rem);
}
@media (max-width: 768px) {
  h1.opportunities__postitions-title {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}

.opportunities__postitions ul li::before {
  content: none !important;
}

@media (max-width: 768px) {
  .job-listings .listing-wrapper .job-label {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}

@media (max-width: 768px) {
  .main-column-wide--jobs-map {
    padding: 0 !important;
  }
}

.opportunities__postitions-title {
  background: rgb(236, 240, 242);
  padding: 0.75rem 0.75rem 0.5rem;
  color: #ca0000;
}

.animated-hero {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.25rem 0 0 0;
}

@media (max-width: 768px) {
  .animated-hero {
    padding: 1.625rem 0 0 0;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1020px) {
  .home-intro-vectors {
    height: 340px;
  }
}
.home-intro-vectors .tree-1 .wood,
.home-intro-vectors .tree-2 .wood {
  fill: #a17c2d;
}

.home-intro-vectors .tree-1 .leaves,
.home-intro-vectors .tree-2 .leaves {
  fill: #70bf44;
}

.home-intro-vectors [class^=cloud] {
  fill: #82aab1;
}

.home-intro-vectors .horizon {
  fill: #70bf44;
}

.home-intro-vectors .automobile .body path {
  fill: #cf1435;
}

.home-intro-vectors .automobile .light {
  fill: #dbe23f;
}

.home-intro-vectors .automobile .wheels {
  fill: #000;
}

.home-intro-vectors .office .building,
.home-intro-vectors .usa .building,
.home-intro-vectors .japan-1 .building,
.home-intro-vectors .japan-2 .building,
.home-intro-vectors .japan-3 .building {
  fill: #828282;
}

.home-intro-vectors .automobile,
.home-intro-vectors .biker,
.home-intro-vectors path {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.34, -0.23, 0.605, 1.32);
  opacity: 0;
  fill: #828282;
}

.home-intro-vectors .automobile.st0,
.home-intro-vectors .biker.st0,
.home-intro-vectors path.st0 {
  fill: #fff;
}

.home-intro-vectors [class^=cloud] {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
  transition-duration: 1s;
}

.home-intro-vectors .cloud-1 {
  transition-delay: 0.8s;
}

.home-intro-vectors .cloud-2 {
  transition-delay: 1s;
}

.home-intro-vectors .cloud-3 {
  transition-delay: 1.2s;
}

.home-intro-vectors .cloud-4 {
  transition-delay: 1.4s;
}

.home-intro-vectors .tree-1 .wood,
.home-intro-vectors .tree-2 .wood {
  transform: translateY(110px);
}

.home-intro-vectors .tree-1 .leaves,
.home-intro-vectors .tree-2 .leaves {
  transform: translateY(110px);
  transform-origin: 50% 100%;
}

.home-intro-vectors .tree-1 .wood {
  transition-delay: 1.15s;
}

.home-intro-vectors .tree-1 .leaves {
  transition-delay: 0.95s;
}

.home-intro-vectors .tree-2 .wood {
  transition-delay: 1.65s;
}

.home-intro-vectors .tree-2 .leaves {
  transition-delay: 1.45s;
}

.home-intro-vectors .horizon {
  fill: #70bf44;
  transform: scale(0, 1);
  transform-origin: 50% 50%;
  transition: all 0.75s ease-out 0.25s;
}

.home-intro-vectors .text path {
  fill: #828282;
}

.home-intro-vectors [class^=bench] .seat {
  fill: #799279;
}

.home-intro-vectors [class^=bench] .legs {
  fill: #999;
}

.home-intro-vectors .bench-1 {
  transform: translateY(110px);
  transition-delay: 0.95s;
}

.home-intro-vectors .bench-2 {
  transform: translateY(110px);
  transition-delay: 0.95s;
}

.home-intro-vectors .automobile {
  transform: translateY(200px);
  transition-delay: 1.35s;
  opacity: 0;
}

.home-intro-vectors .signs .sign {
  fill: #74878b;
}

.home-intro-vectors .signs .post {
  fill: #828282;
}

.home-intro-vectors .post {
  transform: translateY(120px);
  transition-delay: 1.85s;
}

.home-intro-vectors .sign-1 {
  transform: translateY(120px);
  transition-delay: 1.95s;
}

.home-intro-vectors .sign-2 {
  transform: translateY(120px);
  transition-delay: 2.05s;
}

.home-intro-vectors .sign-3 {
  transform: translateY(120px);
  transition-delay: 2.15s;
}

.home-intro-vectors .biker {
  transform: translateY(120px);
  transition-delay: 1.25s;
  opacity: 0;
}

.home-intro-vectors .biker .rider {
  fill: #8ca8ac;
}

.home-intro-vectors .biker .frame {
  fill: #a25e5e;
}

.home-intro-vectors .biker .wheel path {
  fill: #878787;
}

.home-intro-vectors .building {
  transform: translateY(200px);
  transition-delay: 0.5s;
}

.home-intro-vectors .window {
  transform: translateY(200px);
  transition-delay: 0.55s;
  transition: transform 0.25s cubic-bezier(0.34, -0.23, 0.605, 1.32) 0.67s, opacity 0.25s cubic-bezier(0.34, -0.23, 0.605, 1.32) 0.67s, fill 0.5s linear 1s;
}

.home-intro-vectors .logo path {
  fill: #828282;
}

.home-intro-vectors .ring {
  transform: translateY(50px);
  transition: transform 0.25s cubic-bezier(0.34, -0.23, 0.605, 1.32) 0.67s, opacity 0.25s cubic-bezier(0.34, -0.23, 0.605, 1.32) 0.67s, fill 0.5s linear 1.3s;
}

.home-intro-vectors .logo-text {
  transform: translateY(50px);
  transition: transform 0.25s cubic-bezier(0.34, -0.23, 0.605, 1.32) 0.7s, opacity 0.25s cubic-bezier(0.34, -0.23, 0.605, 1.32) 0.7s, fill 0.5s linear 1.5s;
}

.home-intro-vectors .text path {
  opacity: 0;
  transform: scale(0.6);
  transform-origin: 50% 50%;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.2, -2, 0.8, 2);
  fill: #ca0000;
}

.home-intro-vectors .text path:nth-child(1) {
  transition-delay: 2.52s;
}

.home-intro-vectors .text path:nth-child(2) {
  transition-delay: 2.54s;
}

.home-intro-vectors .text path:nth-child(3) {
  transition-delay: 2.56s;
}

.home-intro-vectors .text path:nth-child(4) {
  transition-delay: 2.58s;
}

.home-intro-vectors .text path:nth-child(5) {
  transition-delay: 2.6s;
}

.home-intro-vectors .text path:nth-child(6) {
  transition-delay: 2.62s;
}

.home-intro-vectors .text path:nth-child(7) {
  transition-delay: 2.64s;
}

.home-intro-vectors .text path:nth-child(8) {
  transition-delay: 2.66s;
}

.home-intro-vectors .text path:nth-child(9) {
  transition-delay: 2.68s;
}

.home-intro-vectors .text path:nth-child(10) {
  transition-delay: 2.7s;
}

.home-intro-vectors .text path:nth-child(11) {
  transition-delay: 2.72s;
}

.home-intro-vectors .text path:nth-child(12) {
  transition-delay: 2.74s;
}

.home-intro-vectors .text path:nth-child(13) {
  transition-delay: 2.76s;
}

.home-intro-vectors .text path:nth-child(14) {
  transition-delay: 2.78s;
}

.home-intro-vectors .text path:nth-child(15) {
  transition-delay: 2.8s;
}

.home-intro-vectors .text path:nth-child(16) {
  transition-delay: 2.82s;
}

.home-intro-vectors .text path:nth-child(17) {
  transition-delay: 2.84s;
}

.home-intro-vectors .text path:nth-child(18) {
  transition-delay: 2.86s;
}

.home-intro-vectors .text path:nth-child(19) {
  transition-delay: 2.88s;
}

.home-intro-vectors .text path:nth-child(20) {
  transition-delay: 2.9s;
}

.home-intro-vectors .text path:nth-child(21) {
  transition-delay: 2.92s;
}

.home-intro-vectors .text path:nth-child(22) {
  transition-delay: 2.94s;
}

.home-intro-vectors .text path:nth-child(23) {
  transition-delay: 2.96s;
}

.animate-the-svg .home-intro-vectors path,
.animate-the-svg .home-intro-vectors .wood,
.animate-the-svg .home-intro-vectors .leaves {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
}

.animate-the-svg .home-intro-vectors [class^=cloud] {
  transform: rotateX(0deg);
}

.animate-the-svg .home-intro-vectors .ring,
.animate-the-svg .home-intro-vectors .logo-text {
  fill: #ca0000;
}

.animate-the-svg .home-intro-vectors .window {
  fill: #1998bf;
}

.animate-the-svg .home-intro-vectors .horizon {
  transform: scale(1, 1);
}

.animate-the-svg .home-intro-vectors .text path {
  fill: #828282;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .cloud-1 {
  -webkit-animation: cloud_one 10s ease-in-out 1.8s infinite alternate;
          animation: cloud_one 10s ease-in-out 1.8s infinite alternate;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .cloud-2 {
  -webkit-animation: cloud_two 10s ease-in-out 2s infinite alternate;
          animation: cloud_two 10s ease-in-out 2s infinite alternate;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .cloud-3 {
  animation: cloud_three 10s linear 1.2s infinite alternate-reverse;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .cloud-4 {
  -webkit-animation: cloud_four 10s ease-in-out 1.8s infinite alternate;
          animation: cloud_four 10s ease-in-out 1.8s infinite alternate;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .tree-1 .leaves {
  -webkit-animation: tree_leaves 4s linear 1.2s infinite;
          animation: tree_leaves 4s linear 1.2s infinite;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .tree-2 .leaves {
  -webkit-animation: tree_leaves 4s linear 1.7s infinite;
          animation: tree_leaves 4s linear 1.7s infinite;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .automobile {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
  -webkit-animation: automobile 3s ease-in-out 2.4s forwards;
          animation: automobile 3s ease-in-out 2.4s forwards;
}

body:not(.no-hero-keyframes).animate-the-svg .home-intro-vectors .biker {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
  -webkit-animation: biker 6s ease-in-out 1.75s forwards;
          animation: biker 6s ease-in-out 1.75s forwards;
}

body.no-hero-keyframes.animate-the-svg .home-intro-vectors .automobile {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
}

body.no-hero-keyframes.animate-the-svg .home-intro-vectors .biker {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
}
@-webkit-keyframes cloud_one {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-6%, 2%);
  }
  66% {
    transform: translate(3%, 3%);
  }
  100% {
    transform: translate(2%, -3%);
  }
}
@keyframes cloud_one {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-6%, 2%);
  }
  66% {
    transform: translate(3%, 3%);
  }
  100% {
    transform: translate(2%, -3%);
  }
}
@-webkit-keyframes cloud_two {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(8%, -2%);
  }
  66% {
    transform: translate(-2%, 2%);
  }
  100% {
    transform: translate(-1%, 5%);
  }
}
@keyframes cloud_two {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(8%, -2%);
  }
  66% {
    transform: translate(-2%, 2%);
  }
  100% {
    transform: translate(-1%, 5%);
  }
}
@-webkit-keyframes cloud_three {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(1.8%, 1%);
  }
  66% {
    transform: translate(-1.8%, -3%);
  }
  100% {
    transform: translate(1.8%, 1%);
  }
}
@keyframes cloud_three {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(1.8%, 1%);
  }
  66% {
    transform: translate(-1.8%, -3%);
  }
  100% {
    transform: translate(1.8%, 1%);
  }
}
@-webkit-keyframes cloud_four {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(2%, -4%);
  }
  66% {
    transform: translate(11%, -8%);
  }
  100% {
    transform: translate(2%, -1%);
  }
}
@keyframes cloud_four {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(2%, -4%);
  }
  66% {
    transform: translate(11%, -8%);
  }
  100% {
    transform: translate(2%, -1%);
  }
}
@-webkit-keyframes tree_leaves {
  0% {
    transform: rotateZ(0deg) scale(1, 1);
  }
  40% {
    transform: rotateZ(0deg) scale(1, 1);
  }
  50% {
    transform: rotateZ(1deg) scale(1.01, 1.02);
  }
  60% {
    transform: rotateZ(1.5deg) scale(1.01, 1.03);
  }
  70% {
    transform: rotateZ(1deg) scale(1.01, 1.02);
  }
  80% {
    transform: rotateZ(1.5deg) scale(1.01, 1.03);
  }
  90% {
    transform: rotateZ(1deg) scale(1.01, 1.02);
  }
  100% {
    transform: rotateZ(0deg) scale(1, 1);
  }
}
@keyframes tree_leaves {
  0% {
    transform: rotateZ(0deg) scale(1, 1);
  }
  40% {
    transform: rotateZ(0deg) scale(1, 1);
  }
  50% {
    transform: rotateZ(1deg) scale(1.01, 1.02);
  }
  60% {
    transform: rotateZ(1.5deg) scale(1.01, 1.03);
  }
  70% {
    transform: rotateZ(1deg) scale(1.01, 1.02);
  }
  80% {
    transform: rotateZ(1.5deg) scale(1.01, 1.03);
  }
  90% {
    transform: rotateZ(1deg) scale(1.01, 1.02);
  }
  100% {
    transform: rotateZ(0deg) scale(1, 1);
  }
}
@-webkit-keyframes automobile {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(8%, 0%);
  }
}
@keyframes automobile {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(8%, 0%);
  }
}
@-webkit-keyframes biker {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(50%, 0%);
  }
}
@keyframes biker {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(50%, 0%);
  }
}
@-webkit-keyframes biker_about {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(100%, 0%);
  }
}
@keyframes biker_about {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(100%, 0%);
  }
}
form > small {
  margin-bottom: 10px;
}
form select {
  height: 64px;
}

.field-wrapper.radio-group,
.field-wrapper .contact-products {
  margin-bottom: 10px;
}

.alert-wrapper p {
  font-family: "Helvetica57Italic", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.1;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  display: none;
}
.alert-wrapper .livalo-alert.show,
.alert-wrapper .seglentis-alert.show {
  display: block;
}

.form-success [name=contact_form] * {
  display: none;
}
.form-success [name=contact_form]:before {
  content: "Form submitted successfully.";
  display: block;
}
.form-success [name=contact_form]:after {
  content: "Thank you for contacting Kowa Pharmaceuticals.";
  display: block;
}

.form-processing [name=contact_form] * {
  display: none;
}
.form-processing [name=contact_form]:before {
  content: "Form processsing...";
  display: block;
}

#error_msg {
  padding: 0.25em 0 1em 1.25em;
  color: #ca0000;
}

.field-wrapper.has-error {
  border: 2px solid #ca0000;
  padding: 20px;
  margin-bottom: 20px;
}
.field-wrapper.has-error [id^=error-] small {
  color: #ca0000;
}

.homepage .intro {
  width: 91.09375%;
  max-width: 797px;
  margin: 0 auto;
  text-align: left;
  padding: 3.25rem 0 0 0;
}
@media (max-width: 768px) {
  .homepage .intro {
    padding: 1.625rem 0 0;
  }
}
.homepage .response-bar {
  padding: 0.75rem 1rem;
  background-color: #e6e6e6;
  margin-top: 0.8rem;
}
.homepage .response-bar .flex-wrapper {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.homepage .response-bar .flex-wrapper h3 {
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #ca0000;
  padding-right: 1em;
  flex: 0 0 65%;
  box-sizing: border-box;
}
.homepage .response-bar .flex-wrapper h3 span.no-break {
  white-space: nowrap;
}
.homepage .response-bar .flex-wrapper .buttons-wrapper {
  flex: 0 0 33%;
}
.homepage .response-bar .flex-wrapper .buttons-wrapper .button {
  flex: 0 0 100%;
}
@media (max-width: 650px) {
  .homepage .response-bar {
    padding: 2rem 1rem;
    margin-top: 0.25rem;
  }
  .homepage .response-bar .flex-wrapper {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .homepage .response-bar .flex-wrapper h3 {
    padding-right: 0;
    padding-bottom: 1em;
    flex: 0 0 100%;
    text-align: center;
  }
  .homepage .response-bar .flex-wrapper .buttons-wrapper {
    flex: 0 0 100%;
  }
  .homepage .response-bar .flex-wrapper .buttons-wrapper .button {
    margin: 0;
  }
}
.homepage .main-column {
  padding: 1.25rem 0 3.25rem;
}
@media (max-width: 650px) {
  .homepage .main-column {
    padding: 0 0 1.625rem;
  }
}
.homepage .toggle-content {
  text-align: center;
}
.homepage .toggle-content h3 {
  text-align: left;
}
.homepage .toggle-content p {
  text-align: left;
}
.homepage .toggle-content p.hide {
  display: none;
}
.homepage .toggle-content ul.bulleted-list li {
  text-align: left;
}

.home .main_header {
  margin: 0 auto;
  text-align: center;
  max-width: 50rem;
}

.error-page .content-section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  max-width: 1180px;
  margin: 50px auto 5vh;
  padding: 0 20px;
}
.error-page .content-section.no-image {
  max-width: 875px;
  box-sizing: border-box;
  padding: 0;
}
.error-page .content-section.no-image .copy-wrapper {
  flex: 0 0 100%;
}
.error-page .content-section .img-wrapper {
  flex: 0 0 38%;
  text-align: center;
  align-self: flex-start;
}
.error-page .content-section .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.error-page .content-section .copy-wrapper {
  flex: 0 0 60%;
  padding-left: 0;
  box-sizing: border-box;
}
.error-page .content-section .copy-wrapper h3 {
  color: #ca0000;
  font-size: 1.4em;
  padding: 25px 0 5px;
}
.error-page .content-section .copy-wrapper ul {
  padding: 0 0 0 1em;
}

@media (max-width: 900px) {
  .error-page .content-section.no-image {
    max-width: 790px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .error-page .content-section.no-image .copy-wrapper {
    padding-left: 0;
  }
  .error-page .content-section .copy-wrapper {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .error-page .content-section {
    flex-flow: row wrap;
    margin: 25px auto 5vh;
    padding: 0 20px;
  }
  .error-page .content-section .img-wrapper {
    flex: 1 1 100%;
    padding-bottom: 20px;
  }
  .error-page .content-section .copy-wrapper {
    flex: 1 1 100%;
    padding-left: 0;
  }
  .error-page .content-section .copy-wrapper h2 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .error-page .content-section .copy-wrapper h3 {
    font-size: 1.2em;
    line-height: 1em;
  }
}
@media (max-width: 600px) {
  .error-page .content-section .copy-wrapper h2 {
    font-size: 1.5em;
    line-height: 1.1em;
  }
}
.page-company .main-column-wide {
  margin: 3.25rem auto;
}
.page-company h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.page-company .col-two.main-column-wide .column p {
  max-width: 96%;
}

@media (max-width: 768px) {
  .page-company .main-column-wide {
    margin: 1.625rem auto;
  }
}
.newsroom .main-column {
  max-width: 1140px;
}
.newsroom .main-column article h1, .newsroom .main-column article h2, .newsroom .main-column article h3, .newsroom .main-column article h4 {
  color: #ca0000;
}
.newsroom .main-column article strong.red {
  color: #ca0000;
}
.newsroom .main-column article img {
  width: auto !important;
}

.article-footer {
  padding: 0px !important;
  padding: 0;
  list-style: none;
}
.article-footer h1, .article-footer h2, .article-footer h3, .article-footer h4, .article-footer h5, .article-footer h6 {
  margin-bottom: 20px;
}
.article-footer h4 {
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
}
.article-footer ul.contacts-list {
  padding: 0px !important;
}
.article-footer .inner {
  width: 100% !important;
}
.article-footer strong, .article-footer em {
  display: block;
}
.article-footer li {
  margin-bottom: 1.25em;
  vertical-align: top;
  display: inline-block;
  width: 48%;
  padding-right: 1%;
  box-sizing: border-box;
}
.article-footer li:last-child {
  margin-bottom: 0;
}
.article-footer li .name {
  color: #ca0000;
  display: block;
  font-size: 1.3rem;
  line-height: 1.4615384615em;
  text-transform: uppercase;
}
.article-footer li .title {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
}
.article-footer svg {
  width: 25px;
  vertical-align: top;
}
.article-footer svg .box {
  fill: #ca0000;
}
.article-footer svg .symbol {
  fill: #ffffff;
  transition: all 1s ease-in-out 0s;
}
.article-footer a {
  display: inline-block;
  padding-left: 0.1em;
}
.article-footer a:hover .symbol {
  fill: #4a4a4a;
}

@media (max-width: 560px) {
  .article-footer li {
    width: 100%;
    padding: 0%;
  }
}
[data-control=toggle-year] {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
  background-color: #ca0000;
  display: block;
  display: -webkit-box;
  color: #FFF;
  padding: 0.75em 0.75em 0.5em;
  border: solid 1px #ca0000;
  width: 100%;
  text-align: left;
  font-size: 37px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
[data-control=toggle-year]:after {
  font-size: 1.3em;
  color: #ca0000;
}
[data-control=toggle-year] + ul {
  border-right: solid 1px #ca0000;
  border-left: solid 1px #ca0000;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
[data-control=toggle-year] + ul li {
  padding: 1em 1em;
}
[data-control=toggle-year][data-state] {
  position: relative;
}
[data-control=toggle-year][data-state] + ul li {
  display: none;
}
[data-control=toggle-year][data-state]::after {
  content: " +";
  color: #FFF;
  padding-bottom: 5px;
  display: inline-block;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 12px;
}
[data-control=toggle-year][data-state=open] + ul {
  border-bottom: solid 1px #ca0000;
}
[data-control=toggle-year][data-state=open]::after {
  content: " -";
  color: #FFF;
  display: inline-block;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 12px;
}
[data-control=toggle-year] + ul + button {
  border-top: none;
}

.news-list {
  padding: 0;
  list-style: none;
}
.news-list strong {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}
.news-list a {
  color: #ca0000;
  text-decoration: none;
  border-bottom: 1px solid #ca0000;
  font-size: 18px;
  line-height: 23px;
}

.page-products div.last-row.first .main-column {
  padding: 0;
}
.page-products div.gray {
  background-color: #D9D9D9;
}
.page-products div.last-row.last {
  padding-top: 0;
}
.page-products span.mobile {
  display: none;
}
@media screen and (max-width: 568px) {
  .page-products span.desktop {
    display: none;
  }
  .page-products span.mobile {
    display: inline-block;
  }
}

.quote-callout {
  width: 100%;
  background: #ca0000;
  display: block;
  padding: 1.5em 1em;
  box-sizing: border-box;
}
.quote-callout .quote-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 797px;
  margin: 0 auto;
}
.quote-callout .quote-inner .copy {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 700px) {
  .quote-callout .quote-inner .copy {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .quote-callout .quote-inner .copy br {
    display: none;
  }
}
.quote-callout .quote-inner .copy::before {
  content: "“";
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: -30px;
}
@media (max-width: 700px) {
  .quote-callout .quote-inner .copy::before {
    left: 0;
  }
}
.quote-callout .quote-inner .copy span {
  font-family: "Helvetica67", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #ffffff;
  padding-top: 10px;
  margin-bottom: 0;
  position: relative;
  white-space: nowrap;
}
.quote-callout .quote-inner .copy span::after {
  content: "”";
  font-size: 3.75rem;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  bottom: -55px;
  right: -35px;
}
@media (max-width: 670px) {
  .quote-callout .quote-inner .copy span::after {
    right: -30px;
    bottom: -50px;
  }
}
.quote-callout .quote-outer {
  width: 100%;
  padding-top: 30px;
  max-width: 797px;
  margin: 0 auto;
}
.quote-callout .quote-outer p {
  text-align: right;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
}
.quote-callout .quote-outer p.italic {
  font-family: "Helvetica77Italic", Helvetica, Arial, sans-serif;
  font-size: 26px;
}

.page-compliance-and-distribution .main-column-wide .column {
  text-align: center;
  margin-bottom: 3.25rem;
}
.page-compliance-and-distribution .compliance_link {
  color: #ca0000;
  text-decoration: none;
}

[data-link] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 469px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
[data-link] .buttons-inner-wrapper {
  flex: 1 1 25%;
  margin: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #ca0000;
  border: 3px #ca0000 solid;
  padding: 1em;
  transition: all 0.25s linear 0s;
  text-decoration: none;
  box-sizing: border-box;
}
[data-link] .buttons-inner-wrapper.lg-width-buttons {
  flex: 0 0 45%;
}
[data-link] .buttons-inner-wrapper.submit-btn {
  width: 45%;
  flex: 0 0 45%;
}
[data-link] .buttons-inner-wrapper.xl-btn {
  flex: 0 0 550px;
  min-width: 400px;
}
[data-link] .buttons-inner-wrapper .buttons-copy {
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 0.8461538462em;
  font-family: "Helvetica57", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left;
}
[data-link] .buttons-inner-wrapper .img-wrapper {
  flex: 0 0 15px;
}
[data-link] .buttons-inner-wrapper .img-wrapper svg {
  vertical-align: middle;
}
[data-link] .buttons-inner-wrapper:nth-of-type(1) {
  margin-left: 0;
}
[data-link] .buttons-inner-wrapper:nth-of-type(3) {
  margin-right: 0;
}
@media (hover: hover) {
  [data-link] .buttons-inner-wrapper:hover, [data-link] .buttons-inner-wrapper:active, [data-link] .buttons-inner-wrapper:focus {
    background-color: #ffffff;
    text-decoration: none;
  }
  [data-link] .buttons-inner-wrapper:hover .buttons-copy, [data-link] .buttons-inner-wrapper:active .buttons-copy, [data-link] .buttons-inner-wrapper:focus .buttons-copy {
    color: #ca0000;
  }
  [data-link] .buttons-inner-wrapper:hover .img-wrapper svg path, [data-link] .buttons-inner-wrapper:active .img-wrapper svg path, [data-link] .buttons-inner-wrapper:focus .img-wrapper svg path {
    fill: #ca0000;
  }
}
@media (max-width: 768px) {
  [data-link] .buttons-inner-wrapper.lg-width-buttons {
    flex: 0 0 55%;
  }
}
@media (max-width: 650px) {
  [data-link] .buttons-inner-wrapper {
    flex: 0 1 100%;
    margin: 20px 0;
  }
  [data-link] .buttons-inner-wrapper.lg-width-buttons {
    flex: 0 0 100%;
  }
  [data-link] .buttons-inner-wrapper.submit-btn {
    width: 100%;
  }
  [data-link] .buttons-inner-wrapper.xl-btn .buttons-copy {
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  [data-link] .buttons-inner-wrapper.xl-btn {
    flex: 0 0 100%;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  [data-link] {
    height: auto;
    padding: 3.25rem 2rem;
    background-size: cover;
  }
}

[data-link=compliance] {
  background-image: url("/images/compliance/img-compliance.jpg");
}

.podcast audio {
  width: 100%;
}
.podcast img {
  max-width: 685px;
  display: block;
  margin: 0 auto 20px;
}
.podcast h3 {
  color: #ca0000;
  font-size: 26px;
  margin-top: 20px;
}
.podcast ul {
  list-style: none;
  padding: 0;
}
.podcast .signoff {
  margin-top: 30px;
}
.podcast .signoff .desktop {
  display: inline;
  color: inherit;
}
.podcast .signoff .mobile {
  display: none;
  color: inherit;
}

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