.font-rubik-light {
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
}
.font-rubik-regular {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
.font-rubik-medium {
  font-family: "Rubik-Medium", "Meiryo", "Osaka", Arial, serif;
}
.box-shadow {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.box-shadow-hover {
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
}
br.xs-sm-off {
  display: none;
}
@media (min-width: 992px) {
  br.xs-sm-off {
    display: inline;
  }
}
#mainBody .text-center {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  #mainBody .text-center-sm {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #mainBody .text-center-md {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #mainBody .center-sm {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #mainBody .center-md {
    display: block;
    text-align: center;
  }
}
#mainBody p.bold {
  font-weight: bold;
}
#mainBody .banner-header .vcenter h1 {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Rubik-Medium", "Meiryo", "Osaka", Arial, serif;
}
@media (min-width: 768px) {
  #mainBody .banner-header .vcenter h1 {
    font-size: 3rem;
  }
}
#mainBody .solutions-wrapper {
  padding: 54px 15px;
}
#mainBody .solutions-wrapper .solutions-intro {
  margin-bottom: 60px;
  margin-top: 20px;
}
#mainBody .solutions-wrapper .solutions-tabs {
  border: 1px solid;
  border-image: linear-gradient(90deg, #FF8200, #93DA49) 1;
  margin-bottom: 50px;
  background-color: white;
}
#mainBody .solutions-wrapper .solutions-tabs > ul {
  display: flex;
  padding-top: 30px;
  border: none;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
#mainBody .solutions-wrapper .solutions-tabs > ul li {
  display: table;
  margin: 0px auto;
  padding: 0 15px 15px;
}
#mainBody .solutions-wrapper .solutions-tabs > ul li a {
  padding: 15px 0;
  border-radius: 0px;
  border: none;
  color: #262524;
  font-size: 18px;
  border-top: 2px solid transparent;
  transition: all 0.2s linear;
}
#mainBody .solutions-wrapper .solutions-tabs > ul li:hover a,
#mainBody .solutions-wrapper .solutions-tabs > ul li:active a,
#mainBody .solutions-wrapper .solutions-tabs > ul li:focus a {
  outline: none;
  background-color: transparent;
}
#mainBody .solutions-wrapper .solutions-tabs > ul li.active a,
#mainBody .solutions-wrapper .solutions-tabs > ul li:hover a {
  border-color: #FF8200;
}
#mainBody .solutions-wrapper .solutions-tabs > ul li.active a {
  border-color: #FF8200;
  color: #262524;
  font-family: "Rubik-Medium", "Meiryo", "Osaka", Arial, serif;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane {
  padding-bottom: 20px;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .tab-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane a.tab-button {
  text-align: center;
  display: block;
  padding: 40px 0px 20px;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane a.tab-button.collapse {
  display: none;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane a.tab-button span {
  height: 60px;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane a.tab-button span {
  display: block;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less {
  text-transform: uppercase;
  outline: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less .more,
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less .less {
  color: #147BD1;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less span {
  margin-left: 4px;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less .more {
  display: block !important;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less .less {
  display: none !important;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less.shown .more {
  display: none !important;
}
#mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane .view-more-less.shown .less {
  display: block !important;
}

/**** FIX richtext code to remove the new bullets *******/
#mainBody .solutions-wrapper .solutions-tabs > ul li:before{ 
  content: " "; 
}


@media (min-width: 768px) {
  #mainBody .solutions-wrapper .solutions-intro {
    margin-bottom: 30px;
  }
  #mainBody .solutions-wrapper .solutions-tabs > ul {
    padding: 50px 100px 0;
    margin: auto;
    width: auto;
    height: 154px;
  }
  #mainBody .solutions-wrapper .solutions-tabs > ul li a {
    font-size: 27px;
  }
  #mainBody .solutions-wrapper .solutions-tabs > ul li.active a {
    font-size: 40px;
  }
  #mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane a.tab-button {
    height: 166px;
  }
  #mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane a.tab-button span {
    height: 52px;
  }
  #mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane a.tab-button.collapse {
    display: block !important;
  }
}
@media (min-width: 992px) {
  #mainBody .solutions-wrapper {
    max-width: 100%;
    background-image: url('/content/dam/cadence-www/global/en_US/images/company/company-landing/cubes-motif-intro-to-solutions-home.png');
    background-repeat: no-repeat;
    background-size: auto 815px;
    background-position: center top;
  }
  #mainBody .solutions-wrapper .solutions-intro {
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainBody .solutions-wrapper .solutions-tabs {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
  #mainBody .solutions-wrapper .solutions-tabs > ul {
    padding: 50px 120px 0;
  }
  #mainBody .solutions-wrapper .solutions-tabs .tab-content .tab-pane#technologies-tab a.tab-button {
    height: auto;
  }
}
@media (min-width: 992px) {
  #mainBody .solutions-wrapper .solutions-tabs {
    padding: 0 40px;
  }
}
#mainBody .designed-with-cadence-wrapper {
  max-width: 100%;
}
#mainBody .designed-with-cadence-wrapper.white {
  background-color: white;
}
#mainBody .designed-with-cadence-wrapper.white .designed-with-cadence .image-wrapper {
  background-color: white;
}
#mainBody .designed-with-cadence-wrapper.white .designed-with-cadence .content .btn-wrapper {
  background-color: white;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence {
  margin-bottom: 54px;
  text-align: center;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .image-wrapper {
  display: inline-block;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .image-wrapper img {
  max-width: 70%;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .design-intro {
  margin: 27px auto 0;
  padding-bottom: 27px;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .content img {
  width: 520px;
  max-width: 100%;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .content h3 {
  text-align: center;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .content p {
  text-align: center;
  margin-bottom: 20px;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .content .btn-wrapper a.btn {
  border: 1px solid #147BD1;
  background-color: #147BD1;
  color: white;
  padding: 15px 65px 10px;
  display: inline-block;
  min-width: 238px;
  min-width: fit-content;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  margin-top: 20px;
  transition: all 0.2s linear;
}
#mainBody .designed-with-cadence-wrapper .designed-with-cadence .content .btn-wrapper a.btn:hover {
  background-color: transparent;
  color: #147BD1;
}
@media (min-width: 768px) {
  #mainBody .designed-with-cadence-wrapper {
    background-color: #F5F5F5;
  }
  #mainBody .designed-with-cadence-wrapper .designed-with-cadence {
    border: 1px solid;
    border-image: linear-gradient(90deg, #147BD1, #2DCCD3) 1;
    padding: 0px 80px;
    margin: 110px 40px 90px;
  }
  #mainBody .designed-with-cadence-wrapper .designed-with-cadence .image-wrapper {
    margin-top: -50px;
    padding: 0px;
    background-color: #F5F5F5;
    display: inline-block;
  }
  #mainBody .designed-with-cadence-wrapper .designed-with-cadence .image-wrapper img {
    max-width: 400px;
    padding: 0 20px;
  }
  #mainBody .designed-with-cadence-wrapper .designed-with-cadence .content .btn-wrapper {
    margin: 0 auto -25px;
    padding: 0 20px;
    background: #F5F5F5;
    max-width: fit-content;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
  }
}
@media (min-width: 1200px) {
  #mainBody .designed-with-cadence-wrapper .designed-with-cadence .content img {
    margin-bottom: 54px;
  }
  #mainBody .designed-with-cadence-wrapper .designed-with-cadence .content h3 {
    margin-top: 40px;
    text-align: left;
  }
  #mainBody .designed-with-cadence-wrapper .designed-with-cadence .content p {
    text-align: left;
    margin-bottom: 54px;
  }
}
#mainBody .split-section-wrapper {
  padding: 0 0 54px;
  text-align: center;
}
#mainBody .split-section-wrapper a.btn {
  min-width: 188px;
  max-width: fit-content;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #333333;
  color: #333333;
  text-transform: uppercase;
  padding: 12px 10px 8px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  transition: all 0.2s linear;
  margin-bottom: 27px;
  max-width: 200px;
}
#mainBody .split-section-wrapper a.btn:hover {
  background-color: #333333;
  color: white;
}
#mainBody .split-section-wrapper h1 {
  font-size: 27px;
}
#mainBody .split-section-wrapper p {
  margin-bottom: 27px;
}
#mainBody .split-section-wrapper hr {
  border-color: #FF8200;
  width: 400px;
  max-width: 100%;
  margin: 60px auto 45px;
}
@media (min-width: 768px) {
  #mainBody .split-section-wrapper {
    padding: 54px 15px;
  }
  #mainBody .split-section-wrapper p {
    max-width: 445px;
    margin: 27px auto;
  }
  #mainBody .split-section-wrapper h1 {
    font-size: 40.5px;
  }
}
@media (min-width: 992px) {
  #mainBody .split-section-wrapper {
    padding: 81px 0;
    max-width: 100%;
    background-image: url('/content/dam/cadence-www/global/en_US/images/company/company-landing/cubes-motif-intro-to-solutions-home.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
  }
  #mainBody .split-section-wrapper .border-right {
    border-right: 1px solid #FF8200;
  }
  #mainBody .split-section-wrapper hr {
    display: none;
  }
}
#mainBody .gray-bg {
  background-color: #F5F5F5;
  max-width: 100%;
}
#mainBody .text-bold {
  font-weight: bold;
}
@media (min-width: 768px) {
  #mainBody .gray-bg-sm {
    background-color: #F5F5F5;
    max-width: 100%;
  }
}
#mainBody .view-more-less {
  text-transform: uppercase;
  outline: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  color: #147BD1;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#mainBody .view-more-less span {
  margin-left: 4px;
}
#mainBody .view-more-less .more,
#mainBody .view-more-less .less {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  color: #147BD1;
}
#mainBody .view-more-less .more {
  display: block !important;
}
#mainBody .view-more-less .less {
  display: none !important;
}
#mainBody .view-more-less.shown .more {
  display: none !important;
}
#mainBody .view-more-less.shown .less {
  display: block !important;
}
#mainBody .gray-text-section {
  text-align: center;
  padding: 30px 0;
  max-width: 100%;
}
#mainBody .gray-text-section p {
  margin-bottom: 15px;
}
#mainBody .gray-text-section a {
  padding: 15px;
}
@media (min-width: 768px) {
  #mainBody .gray-text-section {
    padding: 60px 0 50px;
  }
  #mainBody .gray-text-section h1 {
    text-align: left;
    margin-top: 0;
  }
  #mainBody .gray-text-section p {
    text-align: left;
    margin-bottom: 25px;
  }
  #mainBody .gray-text-section p:first-of-type {
    margin-top: 0px;
  }
  #mainBody .gray-text-section .view-more-less {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    float: right !important;
  }
}
@media (min-width: 992px) {
  #mainBody .gray-text-section {
    background-image: url('/content/dam/cadence-www/global/en_US/images/company/company-landing/cubes-motif-overview.png');
    background-repeat: no-repeat;
    background-position: 0px top;
  }
  #mainBody .gray-text-section.solutions {
    background-image: url('/content/dam/cadence-www/global/en_US/images/company/company-landing/cubes-motif-intro-to-solutions.png');
  }
  #mainBody .gray-text-section p:first-of-type {
    margin-top: 10px;
  }
}
#mainBody .quick-info-section .circle-container {
  border: 4px solid #F5F5F5;
  border-radius: 50%;
  height: 189px;
  width: 189px;
  margin: 0 auto 30px;
  text-align: center;
}
#mainBody .quick-info-section .circle-container .fal {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 60px;
  display: block;
}
#mainBody .quick-info-section .circle-container span {
  font-family: "Rubik-Medium", "Meiryo", "Osaka", Arial, serif;
}
#mainBody .quick-info-section .circle-container span span {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  font-size: 12px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #mainBody .quick-info-section {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  #mainBody .quick-info-section .circle-container {
    height: 226px;
    width: 226px;
  }
  #mainBody .quick-info-section .circle-container .fal {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  #mainBody .quick-info-section .circle-container span {
    font-size: 27px;
  }
  #mainBody .quick-info-section .circle-container span span {
    font-size: 18px;
    max-width: 150px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  #mainBody .quick-info-section .circle-container {
    height: 292px;
    width: 292px;
  }
  #mainBody .quick-info-section .circle-container .fal {
    font-size: 70px;
    margin-top: 45px;
    margin-bottom: 20px;
  }
  #mainBody .quick-info-section .circle-container span {
    font-size: 47px;
  }
  #mainBody .quick-info-section .circle-container span span {
    max-width: 200px;
  }
}
#mainBody .global-locator-section {
  background-image: url('/content/dam/cadence-www/global/en_US/images/company/company-landing/map.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 300px;
  text-align: center;
  margin: 20px 0;
  max-width: 100%;
}
#mainBody .global-locator-section h1 {
  margin-top: 75px;
}
#mainBody .global-locator-section a.btn {
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  background-color: #147BD1;
  border: 1px solid #147BD1;
  color: white;
  padding: 12px 50px 10px;
  transition: all 0.2s linear;
}
#mainBody .global-locator-section a.btn:hover {
  background-color: white;
  color: #147BD1;
}
@media (min-width: 768px) {
  #mainBody .global-locator-section {
    min-height: 445px;
    margin: 50px 0;
  }
  #mainBody .global-locator-section h1 {
    margin-top: 155px;
  }
  #mainBody .global-locator-section a.btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #mainBody .global-locator-section {
    min-height: 600px;
  }
  #mainBody .global-locator-section h1 {
    margin-top: 250px;
  }
  #mainBody .global-locator-section a.btn {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #mainBody .global-locator-section {
    background-size: auto;
    min-height: 700px;
  }
  #mainBody .global-locator-section h1 {
    margin-top: 250px;
  }
}
#mainBody .work-culture-section {
  margin-bottom: 50px;
}
#mainBody .work-culture-section .slider-container {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 80px;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-slide img {
  width: 100%;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-slide .content {
  background-color: #262524;
  color: white;
  text-align: center;
  padding: 15px;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-slide .content h1 {
  margin-top: 0;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-slide .content a.btn {
  border: 1px solid white;
  color: white;
  background-color: transparent;
  text-transform: uppercase;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots {
  bottom: 145px;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots li {
  margin: 0 10px;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid transparent;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button:before {
  content: '';
  background-color: #FFFFFF;
  top: 2.5px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 32px;
  height: 1px;
  border-top: 1px dashed #EDEDE9;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots li.slick-active button {
  border: 1px solid #FEAF00;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots li.slick-active button:before {
  background-color: white;
}
#mainBody .work-culture-section .slider-container .slick-slider .slick-dots li:last-of-type button:after {
  display: none;
}
@media (min-width: 768px) {
  #mainBody .work-culture-section p {
    max-width: 450px;
    margin: 0 auto;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-slide .slide-wrapper {
    position: relative;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-slide .slide-wrapper .content {
    background-color: rgba(51, 51, 51, 0.5);
    height: 300px;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-slide .slide-wrapper .content h1 {
    max-width: 200px;
    margin: 35px auto 20px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots {
    bottom: 5px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li {
    margin: 0 10px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button:before {
    content: '';
    top: 2.5px;
    left: 2.5px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button:after {
    top: 5.5px;
  }
}
@media (min-width: 992px) {
  #mainBody .work-culture-section {
    max-width: 100%;
    background-image: url('/content/dam/cadence-www/global/en_US/images/company/company-landing/cubes-work-culture.png');
    background-repeat: no-repeat;
    background-position: 0px;
  }
  #mainBody .work-culture-section p {
    max-width: 900px;
    margin: 0 auto;
  }
  #mainBody .work-culture-section .slider-container .slick-slider {
    margin-bottom: 0px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-slide .slide-wrapper .content {
    height: 400px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-slide .slide-wrapper .content h1 {
    max-width: 300px;
    margin: 100px auto 60px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots {
    bottom: 15px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li {
    margin: 0 17px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4.5px;
  }
  #mainBody .work-culture-section .slider-container .slick-slider .slick-dots li button:after {
    content: "";
    top: 9px;
    left: 16px;
    width: 42px;
  }
}
#mainBody .investor-relations-section {
  text-align: center;
  margin-bottom: 50px;
}
#mainBody .investor-relations-section img {
  margin-top: 50px;
  margin-bottom: 15px;
  width: 100%;
}
#mainBody .investor-relations-section a.btn {
  min-width: 190px;
  padding: 12px 15px 10px;
  border: 1px solid #333333;
  color: #333333;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
#mainBody .investor-relations-section a.btn:hover {
  color: white;
  background-color: #333333;
}
@media (min-width: 768px) {
  #mainBody .investor-relations-section {
    text-align: left;
  }
  #mainBody .investor-relations-section p {
    text-align: left;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  #mainBody .investor-relations-section h1 {
    margin-top: 40px;
  }
  #mainBody .investor-relations-section p {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
#mainBody .covid-section {
  margin-top: 25px;
  margin-bottom: 0px;
}
#mainBody .covid-section .panel {
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
#mainBody .covid-section .panel .panel-heading {
  background-color: #FFB81C;
  border-radius: 0px;
  color: #333;
}
#mainBody .covid-section .panel .panel-heading .panel-title a {
  font-size: 18px;
  display: block;
  color: #333;
}
#mainBody .covid-section .panel .panel-heading .panel-title a span {
  color: #333;
  float: right;
  text-indent: -9999px;
}
#mainBody .covid-section .panel .panel-heading .panel-title a span span {
  margin-top: 4px;
  margin-left: 8px;
  text-indent: 0px;
}
#mainBody .covid-section .panel .panel-heading .panel-title a span.less {
  display: none;
}
#mainBody .covid-section .panel .panel-heading .panel-title a span.less .fa-plus {
  transform: rotate(45deg);
}
#mainBody .covid-section .panel .panel-heading .panel-title a:hover {
  color: #333;
}
#mainBody .covid-section .panel .panel-heading .panel-title a:hover span {
  color: #333;
}
#mainBody .covid-section .panel .panel-heading .panel-title a:hover span span {
  color: #333;
}
#mainBody .covid-section .panel .panel-heading .panel-title a[aria-expanded="true"] span.more {
  display: none;
}
#mainBody .covid-section .panel .panel-heading .panel-title a[aria-expanded="true"] span.less {
  display: inline !important;
}
#mainBody .covid-section .panel .panel-heading .panel-title a[aria-expanded="false"] span.more {
  display: inline !important;
}
#mainBody .covid-section .panel .panel-heading .panel-title a[aria-expanded="false"] span.less {
  display: none !important;
}
#mainBody .covid-section .panel .panel-body {
  border: 1px solid #FFB81C;
  border-top: none;
}
@media (min-width: 768px) {
  #mainBody .covid-section .panel .panel-heading .panel-title a span {
    text-indent: 0px;
  }
}
#mainBody .media-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
#mainBody .media-section .media-component {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  overflow: hidden;
  transition: 0.5s;
}
#mainBody .media-section .media-component:hover,
#mainBody .media-section .media-component:focus {
  box-shadow: 0 1px 3px 1px rgba(51, 51, 51, 0.2), 0 2px 8px 4px rgba(51, 51, 51, 0.1);
}
#mainBody .media-section .media-component:hover .hover-angle-right span,
#mainBody .media-section .media-component:focus .hover-angle-right span {
  transform: translateX(8px);
}
#mainBody .media-section .media-component .image-container {
  height: 167px;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}
#mainBody .media-section .media-component .image-container img {
  object-position: center;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}
#mainBody .media-section .media-component .text-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
}
#mainBody .media-section .media-component .text-container .date {
  font-size: 14px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  color: #7E7E7E;
}
#mainBody .media-section .media-component .text-container h3 {
  font-size: 18px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  color: #333;
  margin: 10px 0;
}
#mainBody .media-section .media-component .text-container p {
  margin-bottom: 30px;
  color: #333;
}
#mainBody .media-section .media-component .text-container .publication {
  float: left;
  font-size: 18px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  color: #7E7E7E;
}
#mainBody .media-section .media-component .text-container .hover-angle-right {
  float: left;
  margin-top: 15px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  clear: left;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #mainBody .media-section .media-component {
    flex-direction: row;
  }
  #mainBody .media-section .media-component .image-container {
    height: auto;
  }
  #mainBody .media-section .media-component .text-container .hover-angle-right {
    float: right;
    margin-top: 0px;
    clear: none;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #mainBody .media-section .media-component .text-container .hover-angle-right {
    float: left;
    margin-top: 10px;
    clear: left;
  }
}
@media (min-width: 1200px) {
  #mainBody .media-section .media-component .text-container .hover-angle-right {
    float: right;
    margin-top: 0px;
    clear: none;
  }
}
#mainBody .social-media-section {
  padding: 27px 0;
}
#mainBody .social-media-section .border-container {
  float: left;
  width: 100%;
}
#mainBody .social-media-section .border-container > div {
  float: left;
  height: 15px;
}
#mainBody .social-media-section .border-container > div:nth-child(1) {
  width: 50%;
  border-right: 1px dotted red;
}
#mainBody .social-media-section .border-container > div:nth-child(2) {
  clear: left;
  margin-left: 10%;
  width: 80%;
  height: 1px;
  border-bottom: 1px dotted red;
}
#mainBody .social-media-section .border-container > div:nth-child(3) {
  clear: left;
  width: 10%;
  border-right: 1px dotted red;
}
#mainBody .social-media-section .border-container > div:nth-child(4) {
  width: 20%;
  border-right: 1px dotted red;
}
#mainBody .social-media-section .border-container > div:nth-child(5) {
  width: 20%;
  border-right: 1px dotted red;
}
#mainBody .social-media-section .border-container > div:nth-child(6) {
  width: 20%;
  border-right: 1px dotted red;
}
#mainBody .social-media-section .border-container > div:nth-child(7) {
  width: 20%;
  border-right: 1px dotted red;
}
#mainBody .social-media-section .border-container > div:nth-child(8) {
  width: 10%;
}
#mainBody .social-media-section .social-media-container {
  float: left;
  text-align: center;
  width: 20%;
}
#mainBody .social-media-section .social-media-container span {
  font-size: 11px;
  margin-top: 5px;
  display: none;
}
#mainBody .social-media-section .social-media-container svg {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 25px;
}
#mainBody .social-media-section .social-media-container p {
  margin-bottom: 25px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  display: none;
}
#mainBody .social-media-section .social-media-container.linkedin span {
  color: #0077B5;
}
#mainBody .social-media-section .social-media-container.linkedin svg path {
  fill: #0077B5;
}
#mainBody .social-media-section .social-media-container.linkedin p {
  color: #0077B5;
}
#mainBody .social-media-section .social-media-container.facebook span {
  color: #3B5998;
}
#mainBody .social-media-section .social-media-container.facebook svg path {
  fill: #3B5998;
}
#mainBody .social-media-section .social-media-container.facebook p {
  color: #3B5998;
}
#mainBody .social-media-section .social-media-container.twitter span {
  color: #55ACEE;
}
#mainBody .social-media-section .social-media-container.twitter svg path {
  fill: #55ACEE;
}
#mainBody .social-media-section .social-media-container.twitter p {
  color: #55ACEE;
}
#mainBody .social-media-section .social-media-container.glassdoor span {
  color: #7CB228;
}
#mainBody .social-media-section .social-media-container.glassdoor svg path {
  fill: #7CB228;
}
#mainBody .social-media-section .social-media-container.glassdoor p {
  color: #7CB228;
}
#mainBody .social-media-section .social-media-container.youtube span {
  color: #FF0000;
}
#mainBody .social-media-section .social-media-container.youtube svg path {
  fill: #FF0000;
}
#mainBody .social-media-section .social-media-container.youtube p {
  color: #FF0000;
}
@media (min-width: 992px) {
  #mainBody .social-media-section .border-container > div {
    height: 33px;
  }
  #mainBody .social-media-section .social-media-container span {
    display: block;
    color: #E2E2E2 !important;
  }
  #mainBody .social-media-section .social-media-container svg {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #mainBody .social-media-section .social-media-container svg path {
    fill: #E2E2E2 !important;
  }
  #mainBody .social-media-section .social-media-container p {
    margin-bottom: 25px;
    display: block;
    color: #E2E2E2 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.linkedin span {
    color: #0077B5 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.linkedin svg path {
    fill: #0077B5 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.linkedin p {
    color: #0077B5 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.facebook span {
    color: #3B5998 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.facebook svg path {
    fill: #3B5998 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.facebook p {
    color: #3B5998 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.twitter span {
    color: #55ACEE !important;
  }
  #mainBody .social-media-section .social-media-container:hover.twitter svg path {
    fill: #55ACEE !important;
  }
  #mainBody .social-media-section .social-media-container:hover.twitter p {
    color: #55ACEE !important;
  }
  #mainBody .social-media-section .social-media-container:hover.glassdoor span {
    color: #7CB228 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.glassdoor svg path {
    fill: #7CB228 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.glassdoor p {
    color: #7CB228 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.youtube span {
    color: #FF0000 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.youtube svg path {
    fill: #FF0000 !important;
  }
  #mainBody .social-media-section .social-media-container:hover.youtube p {
    color: #FF0000 !important;
  }
}
#mainBody .media-resources-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
#mainBody .media-resources-section .button-wrapper {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#mainBody .media-resources-section .button-wrapper a.btn {
  border: 1px solid #262524;
  background-color: white;
  outline: none;
  padding: 12px 50px 8px;
  color: #262524;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  transition: all 0.2s linear;
}
#mainBody .media-resources-section .button-wrapper a.btn:focus,
#mainBody .media-resources-section .button-wrapper a.btn:active,
#mainBody .media-resources-section .button-wrapper a.btn:hover {
  box-shadow: none;
  background-color: #262524;
  color: white;
}
@media (min-width: 992px) {
  #mainBody .media-resources-section .border-wrapper {
    border: 1px solid #262524;
    text-align: center;
  }
  #mainBody .media-resources-section .border-wrapper h1 {
    background-color: white;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-top: -47px;
  }
  #mainBody .media-resources-section .border-wrapper .button-wrapper {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    max-width: 195px;
    margin: 0 auto -36px;
    background-color: white;
    padding: 15px;
  }
}
#mainBody .hero-banner-section {
  margin-top: 81px;
  margin-bottom: 56px;
}
#mainBody .hero-banner-section.covid-banner {
  margin-top: 5px;
}
#mainBody .hero-banner-section a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
#mainBody .hero-banner-section a .img-wrapper {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
}
#mainBody .hero-banner-section a .img-wrapper .type {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(34, 34, 34, 0.25);
  border-radius: 4px;
  color: #fff;
  z-index: 2;
  padding: 5px 7px 4px;
}
#mainBody .hero-banner-section a .img-wrapper .type i {
  float: left;
  font-size: 10px;
}
#mainBody .hero-banner-section a .img-wrapper .type p {
  float: left;
  font-family: "Rubik-Regular", Arial, serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin-left: 5px;
  margin-bottom: 0;
}
#mainBody .hero-banner-section a .img-wrapper img {
  width: 100%;
}
#mainBody .hero-banner-section a .img-wrapper.large {
  overflow: hidden;
}
#mainBody .hero-banner-section a .img-wrapper.large img {
  width: 150%;
  margin-left: -25%;
  max-width: none;
}
#mainBody .hero-banner-section a .img-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, #000000 0%, rgba(51, 51, 51, 0) 100%);
}
#mainBody .hero-banner-section a .img-wrapper span,
#mainBody .hero-banner-section a .img-wrapper h1,
#mainBody .hero-banner-section a .img-wrapper h2 {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 15px;
  color: white;
}
#mainBody .hero-banner-section a .img-wrapper h1,
#mainBody .hero-banner-section a .img-wrapper h2 {
  transform: translateY(-15px);
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .hero-banner-section a .img-wrapper span {
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .hero-banner-section a .img-wrapper span.date {
  font-size: 18px;
  bottom: 0px;
  position: relative;
  display: block;
  padding-left: 0;
  padding-bottom: 30px;
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .hero-banner-section a .img-wrapper span .fa-angle-right,
#mainBody .hero-banner-section a .img-wrapper h1,
#mainBody .hero-banner-section a .img-wrapper h2 {
  transition: all 0.2s linear;
}
#mainBody .hero-banner-section a .img-wrapper span .fa-angle-right {
  margin-left: 3px;
  transform: translateY(0.75px);
}
#mainBody .hero-banner-section a .img-wrapper:hover h1,
#mainBody .hero-banner-section a .img-wrapper:hover h2 {
  transition: all 0.2s linear;
  transform: translateY(-35px);
}
#mainBody .hero-banner-section a .img-wrapper:hover span .fa-angle-right {
  transform: translateX(8px);
}
@media (min-width: 768px) {
  #mainBody .hero-banner-section a {
    max-width: none;
  }
  #mainBody .hero-banner-section a .img-wrapper.large {
    overflow: hidden;
  }
  #mainBody .hero-banner-section a .img-wrapper.large img {
    width: 100%;
    margin-left: 0%;
    max-width: none;
  }
}
#mainBody .hover-angle-right {
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .hover-angle-right .fa-angle-right {
  transition: 0.5s;
  margin-left: 3px;
}
#mainBody .hover-angle-right:hover {
  color: #147BD1;
}
#mainBody .hover-angle-right:hover .fa-angle-right {
  transform: translateX(8px);
}
#mainBody .hover-angle-right:hover .fa-angle-right::before {
  color: #147BD1;
}
#mainBody .stock-ticker-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#mainBody .stock-ticker-section .title {
  text-transform: uppercase;
}
#mainBody .stock-ticker-section p {
  text-transform: uppercase;
}
#mainBody .stock-ticker-section h4 {
  margin-top: 0px;
}
#mainBody .stock-ticker-section h4 span {
  margin-right: 5px;
}
#mainBody .stock-ticker-section a {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
#mainBody .stock-ticker-section .updated {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 992px) {
  #mainBody .stock-ticker-section h4 {
    margin-top: 27px;
  }
  #mainBody .stock-ticker-section a {
    float: right;
  }
}
#mainBody .earnings-section {
  padding-top: 30px;
  padding-bottom: 50px;
}
#mainBody .earnings-section .icon-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  height: 70px;
}
#mainBody .earnings-section .icon-wrapper svg {
  display: block;
  width: 40px;
  margin: 0 auto;
}
#mainBody .earnings-section a {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
#mainBody .sec-fillings-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .sec-fillings-section a {
  display: block;
  margin-top: 40px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
#mainBody .press-release-section {
  background-image: url('/content/dam/cadence-www/global/en_US/images/company/investor/cube-Vector.png');
  background-repeat: repeat;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .press-release-section a {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .press-release-section a.view-all {
  display: block;
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
}
#mainBody .press-release-section .press-item {
  background-color: white;
  border-radius: 4px;
  padding: 18px;
  margin-top: 30px;
  text-align: left;
  display: block;
  transition: 0.5s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#mainBody .press-release-section .press-item:hover {
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
}
#mainBody .press-release-section .press-item:hover .read-more span span {
  transform: translateX(8px);
}
#mainBody .press-release-section .press-item span.date {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 20px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .press-release-section .press-item h4 {
  color: #333333;
  margin-top: 0;
  margin-bottom: 25px;
}
#mainBody .press-release-section .press-item .read-more {
  text-align: right;
  color: #147BD1;
}
#mainBody .press-release-section .press-item .read-more > span {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
#mainBody .press-release-section .press-item .read-more > span span {
  transition: 0.5s;
  margin-left: 3px;
}
@media (min-width: 768px) {
  #mainBody .press-release-section .press-row {
    display: flex;
    flex-direction: row;
  }
  #mainBody .press-release-section .press-row > div {
    flex: 1;
  }
  #mainBody .press-release-section .press-row > div a.press-item {
    margin-top: 0px;
    display: flex;
    flex-flow: column;
    height: 100%;
  }
  #mainBody .press-release-section .press-row > div a.press-item h4 {
    display: flex;
    flex-grow: 1;
  }
}
#mainBody .events-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .events-section a {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
#mainBody .events-section h1 {
  border-bottom: 1px solid black;
}
#mainBody .events-section h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
  margin-top: 5px;
}
#mainBody .events-section span.date {
  display: block;
  margin-top: 4px;
}
#mainBody .events-section .event-item {
  padding-top: 10px;
}
#mainBody .events-section .text-right {
  text-align: right;
}
@media (min-width: 992px) {
  #mainBody .events-section h1 {
    border-bottom: none;
  }
  #mainBody .events-section h2 {
    margin-top: 35px;
    padding-bottom: 8px;
    border-bottom: 1px solid black;
  }
}
#mainBody .about-cadence-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
#mainBody .about-cadence-section p {
  margin-bottom: 30px;
}
#mainBody .about-cadence-section .investor a {
  border: 1px solid #333;
  padding: 10px 30px;
  color: #333;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  line-height: 14px;
}
#mainBody .about-cadence-section .investor a span {
  margin-right: 10px;
}
#mainBody .about-cadence-section .investor a:hover {
  background-color: #333;
  color: white;
}
#mainBody .about-cadence-section .no-padding-md .img-wrapper {
  max-width: 440px;
  margin: 0 auto;
}
#mainBody .about-cadence-section .no-padding-md .img-wrapper img {
  width: 100%;
}
#mainBody .about-cadence-section .no-padding-md .img-wrapper a {
  color: #333;
  border: 1px solid #333;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px 10px 8px;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  transition: 0.5s;
}
#mainBody .about-cadence-section .no-padding-md .img-wrapper a:hover {
  background-color: white;
  color: #333333;
}
@media (min-width: 768px) {
  #mainBody .about-cadence-section .no-padding-md .img-wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  #mainBody .about-cadence-section .no-padding-md .img-wrapper::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  }
  #mainBody .about-cadence-section .no-padding-md .img-wrapper a {
    max-width: 60%;
    color: white;
    border: 1px solid white;
    z-index: 999;
    position: absolute;
    bottom: 55px;
    margin: 0 20%;
  }
}
@media (min-width: 992px) {
  #mainBody .about-cadence-section .white-container {
    background-color: white;
    margin-left: 111px;
    margin-right: 111px;
    padding: 50px 30px 25px;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #2DCCD3, #00A376);
    border-image-slice: 1;
    border-bottom: none;
  }
  #mainBody .about-cadence-section .no-padding-md {
    padding: 0;
  }
  #mainBody .about-cadence-section .no-padding-md .img-wrapper {
    margin-bottom: 0;
  }
  #mainBody .about-cadence-section .no-padding-md .img-wrapper a {
    bottom: 50px;
    max-width: none;
    width: 70%;
    margin: 0 15%;
  }
}
#mainBody .environments-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .environments-section .container-fluid a {
  display: block;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .environments-section .container-fluid a .fal {
  color: #333;
  font-size: 35px;
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
  transition: all 0.2s linear;
}
#mainBody .environments-section .container-fluid a:hover .fal {
  color: #147BD1;
}
@media (min-width: 992px) {
  #mainBody .environments-section {
    background-image: url('/content/dam/cadence-www/global/en_US/images/company/investor/ESG-background.png');
    background-repeat: no-repeat;
    background-position: top right;
  }
  #mainBody .environments-section .container-fluid a .fal {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  #mainBody .environments-section .container-fluid a .fal {
    font-size: 45px;
  }
}
#mainBody .faq-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#mainBody .faq-section .text-right {
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-align: right;
}
#mainBody .faq-section .panel-group {
  border: none;
}
#mainBody .faq-section .panel-group .panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-top: 0;
}
#mainBody .faq-section .panel-group .panel:hover .panel-heading h4 a span.accordion-title,
#mainBody .faq-section .panel-group .panel:hover .panel-heading h4 a span.fal {
  color: #333;
}
#mainBody .faq-section .panel-group .panel .panel-heading {
  border: none;
  border-radius: 0px;
  padding: 0;
}
#mainBody .faq-section .panel-group .panel .panel-heading h4 {
  border-top: 1px solid #808080;
}
#mainBody .faq-section .panel-group .panel .panel-heading h4 a {
  padding: 25px 15px;
  display: block;
  color: #333;
  border-top: 1px solid #333;
  position: relative;
}
#mainBody .faq-section .panel-group .panel .panel-heading h4 a span.accordion-title {
  display: block;
  margin-right: 30px;
  transition: color 0.2s linear;
}
#mainBody .faq-section .panel-group .panel .panel-heading h4 a span.fal {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  transition: all 0.2s linear;
  transform: rotate(45deg);
}
#mainBody .faq-section .panel-group .panel .panel-heading h4 a.collapsed {
  border-top: none;
  color: #808080;
}
#mainBody .faq-section .panel-group .panel .panel-heading h4 a.collapsed span.fal {
  transform: rotate(0deg);
}
#mainBody .faq-section .panel-group .panel .panel-collapse {
  border: none;
  border-bottom: 1px solid #333;
}
#mainBody .faq-section .panel-group .panel .panel-collapse .panel-body {
  border: none;
  color: #333;
}
#mainBody .faq-section .panel-group .panel:last-of-type .panel-heading h4 a.collapsed {
  border-bottom: 1px solid #808080;
}
#mainBody .faq-section .panel-group .panel:last-of-type .panel-collapse {
  border-bottom: 2px solid #333;
}
#mainBody .btn-section {
  padding-top: 0;
  padding-bottom: 70px;
}
#mainBody .btn-section a.btn {
  display: block;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  background-color: #147BD1;
  border: 1px solid #147BD1;
  color: white;
  padding: 15px 25px 10px;
  transition: 0.5s;
  position: relative;
  font-size: 16px;
  max-width: 320px;
  margin: 0 auto;
}
#mainBody .btn-section a.btn:hover {
  background-color: transparent;
  color: #147BD1;
}
#mainBody .btn-section a.btn span {
  position: absolute;
  left: 15px;
  font-size: 20px;
  top: 15px;
}
@media (min-width: 768px) {
  #mainBody .btn-section a.btn {
    max-width: 400px;
  }
}
#mainBody .pay-equity-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .pay-equity-section .item {
  margin-top: 30px;
  text-align: center;
}
#mainBody .pay-equity-section .item:nth-child(2n) {
  clear: left;
}
#mainBody .pay-equity-section .item .svg-containter {
  height: 70px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
#mainBody .pay-equity-section .item h1 {
  margin-top: 10px;
}
#mainBody .pay-equity-section .item hr {
  display: none;
  position: absolute;
  transform: rotate(90deg);
  width: 81px;
  right: -44px;
  margin: 22px 0 0 0;
  top: 50%;
}
#mainBody .pay-equity-section .item p {
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #mainBody .pay-equity-section .item:nth-child(2n) {
    clear: none;
  }
  #mainBody .pay-equity-section .item h1 {
    margin-top: 27px;
  }
  #mainBody .pay-equity-section .item hr {
    display: block;
  }
}
#mainBody .ceo-statement-section {
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: url('/content/dam/cadence-www/global/en_US/images/company/csr/motif-csr.png');
  background-repeat: no-repeat;
  background-position: top left;
}
#mainBody .ceo-statement-section .quote-container .quote-column {
  margin: -30px 20px;
}
#mainBody .ceo-statement-section .quote-container .quote-column p {
  font-style: italic;
}
#mainBody .ceo-statement-section .quote-container .quote {
  padding: 20px;
  background-color: white;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #00A376, #FA4616);
  border-image-slice: 1;
}
#mainBody .ceo-statement-section .quote-container .quote .svg-container {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
#mainBody .ceo-statement-section .quote-container .quote .author {
  display: block;
  text-align: right;
  margin-bottom: 25px;
}
#mainBody .ceo-statement-section .quote-container .quote a {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #mainBody .ceo-statement-section .image-container img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #mainBody .ceo-statement-section .image-container img {
    width: auto;
    height: 567px;
  }
  #mainBody .ceo-statement-section .quote-container .quote-column {
    position: absolute;
    top: 30px;
    margin-top: 0;
  }
  #mainBody .ceo-statement-section .quote-container .quote-column .quote {
    min-height: 500px;
  }
}
#mainBody .awards-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .awards-section .item-slider-container {
  overflow-x: scroll;
}
#mainBody .awards-section .item-slider-container .item-slider {
  margin-bottom: 40px;
  width: max-content;
}
#mainBody .awards-section p.intro {
  margin-bottom: 115px;
}
#mainBody .awards-section .item-wrapper {
  float: left;
}
@media (max-width: 991px) {
  #mainBody .awards-section .item-wrapper {
    width: 380px;
  }
}
#mainBody .awards-section .item-wrapper:nth-child(1) .item {
  border: 1px solid #147BD1;
}
#mainBody .awards-section .item-wrapper:nth-child(2) .item {
  border: 1px solid #2DCCD3;
}
#mainBody .awards-section .item-wrapper:nth-child(3) .item {
  border: 1px solid #00A376;
}
#mainBody .awards-section .item-wrapper:nth-child(4) .item {
  border: 1px solid #93DA49;
}
#mainBody .awards-section .item-wrapper:nth-child(5) .item {
  border: 1px solid #FFB81C;
}
#mainBody .awards-section .item-wrapper:nth-child(6) .item {
  border: 1px solid #FF8200;
}
#mainBody .awards-section .item-wrapper:nth-child(7) .item {
  border: 1px solid #FA4616;
}
#mainBody .awards-section .item-wrapper:nth-child(8) .item {
  border: 1px solid #FF0000;
}
#mainBody .awards-section .item-wrapper:nth-child(9) .item {
  border: 1px solid #CE0058;
}
#mainBody .awards-section .item-wrapper .item {
  background-color: white;
  padding: 16px 14px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
}
#mainBody .awards-section .item-wrapper .item .shadow-container {
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  height: 427px;
}
#mainBody .awards-section .item-wrapper .item .shadow-container .image-wrapper {
  height: 240px;
  display: flex;
  align-items: center;
}
#mainBody .awards-section .item-wrapper .item .shadow-container .image-wrapper svg,
#mainBody .awards-section .item-wrapper .item .shadow-container .image-wrapper img {
  margin: 30px auto 0;
}
#mainBody .awards-section .item-wrapper .item .shadow-container .image-wrapper svg.one,
#mainBody .awards-section .item-wrapper .item .shadow-container .image-wrapper img.one {
  margin: -35px 0 0 auto;
}
#mainBody .awards-section .item-wrapper .item .shadow-container .image-wrapper svg.two,
#mainBody .awards-section .item-wrapper .item .shadow-container .image-wrapper img.two {
  margin: 70px auto 0 0;
}
#mainBody .awards-section .item-wrapper .item .shadow-container hr {
  font-size: 21px;
  margin: 0 40px 25px;
}
@media (min-width: 992px) {
  #mainBody .awards-section .item-slider-container {
    overflow: inherit;
  }
  #mainBody .awards-section .item-slider-container .item-slider {
    margin-bottom: 0;
    width: inherit;
  }
  #mainBody .awards-section .item-wrapper:nth-child(3n+1) {
    margin-top: -50px;
  }
  #mainBody .awards-section .item-wrapper:nth-child(3n+3) {
    margin-top: 50px;
  }
  #mainBody .awards-section .item-wrapper .item .shadow-container h2 {
    text-align: center;
    font-size: 21px;
    margin: 15px 30px;
  }
  #mainBody .awards-section .item-wrapper .item .shadow-container span {
    display: block;
    text-align: center;
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  #mainBody .awards-section .item-wrapper .item .shadow-container h2 {
    font-size: 27px;
  }
  #mainBody .awards-section .item-wrapper .item .shadow-container span {
    font-size: 27px;
  }
}
#mainBody .resources-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .resources-section .item {
  margin-top: 30px;
  display: block;
  text-align: center;
  position: relative;
  color: #333;
}
#mainBody .resources-section .item span {
  color: #E2E2E2;
  font-size: 50px;
}
#mainBody .resources-section .item hr {
  position: absolute;
  transform: rotate(90deg);
  width: 81px;
  right: -54px;
  margin: 0;
  top: 40%;
}
#mainBody .resources-section .item:hover span {
  color: #147BD1;
}
#mainBody .social-links-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .social-links-section .item {
  margin-top: 30px;
  display: block;
  text-align: center;
  position: relative;
  color: #147BD1;
}
#mainBody .social-links-section .item span {
  color: #E2E2E2;
  font-size: 50px;
}
#mainBody .social-links-section .item hr {
  position: absolute;
  transform: rotate(90deg);
  width: 81px;
  right: -54px;
  margin: 0;
  top: 40%;
}
#mainBody .social-links-section .item h4 {
  text-transform: uppercase;
  color: #147BD1;
}
#mainBody .social-links-section .item h4 .far {
  color: #147BD1;
  font-size: 18px;
  transition: 0.5s;
  text-transform: uppercase;
  transform: translate(3px, 0px);
}
#mainBody .social-links-section .item:hover span {
  color: #147BD1;
}
#mainBody .social-links-section .item:hover h4 span {
  transform: translate(11px, 0px);
}
#mainBody .social-links-section .item.facebook:hover span {
  color: #3b5998;
}
#mainBody .social-links-section .item.twitter:hover span {
  color: #00acee;
}
#mainBody .social-links-section .item.linkedin:hover span {
  color: #0e76a8;
}
#mainBody .quick-links-section .item {
  height: 125px;
  margin-top: 30px;
  display: block;
  text-align: left;
  position: relative;
  color: #333;
}
#mainBody .quick-links-section .item span {
  color: #E2E2E2;
  font-size: 50px;
}
#mainBody .quick-links-section .item h4 {
  text-transform: uppercase;
  color: #147BD1;
}
#mainBody .quick-links-section .item h4 span {
  color: #147BD1;
  font-size: 18px;
  transition: 0.5s;
  transform: translate(3px, 1px);
}
#mainBody .quick-links-section .item:hover span {
  color: #147BD1;
}
#mainBody .quick-links-section .item:hover h4 span {
  transform: translate(11px, 1px);
}
#mainBody .activities-section {
  padding-top: 30px;
  padding-bottom: 70px;
}
#mainBody .activities-section p {
  max-width: 630px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
#mainBody .activities-section .slick-slider-component .slide .row {
  display: flex;
  flex-direction: column;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div {
  order: 2;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div img {
  margin-bottom: 27px;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .content-container {
  float: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .content-container h2 {
  margin-top: 0px;
  margin-bottom: 27px;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .content-container .view-more-less {
  text-align: right;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .button-container {
  text-align: left;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .button-container [data-function="prev"],
#mainBody .activities-section .slick-slider-component .slide .row .container-div .button-container [data-function="next"] {
  background-color: #F5F5F5;
  color: #3F3D56;
  border: none;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin: 6px;
  float: left;
  outline: none;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .button-container [data-function="prev"]:hover,
#mainBody .activities-section .slick-slider-component .slide .row .container-div .button-container [data-function="next"]:hover {
  color: #F5F5F5;
  background-color: #3F3D56;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .button-container .pagination {
  display: block;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .activities-section .slick-slider-component .slide .row .container-div .button-container .pagination span {
  font-family: "Rubik-Medium", "Meiryo", "Osaka", Arial, serif;
}
#mainBody .activities-section .slick-slider-component .slide .row .image-div {
  order: 1;
}
@media (min-width: 992px) {
  #mainBody .activities-section .slick-slider-component .slide .row {
    display: block;
  }
  #mainBody .activities-section .slick-slider-component .slide .row .container-div {
    z-index: 2;
    order: 1;
  }
  #mainBody .activities-section .slick-slider-component .slide .row .image-div {
    z-index: 1;
    order: 2;
    margin-left: -13%;
    margin-top: 75px;
    width: 71.33333333%;
  }
  #mainBody .activities-section .slick-slider-component .slide .row .image-div img {
    width: 100%;
  }
  #mainBody .activities-section .text-slider-container {
    z-index: 2;
  }
  #mainBody .activities-section .image-slider-container {
    display: block;
    z-index: 1;
  }
  #mainBody .activities-section .image-slider-container .slide img {
    margin-bottom: 0;
  }
}
#mainBody .spice-section {
  padding-top: 80px;
}
#mainBody .spice-section .img-row {
  margin-bottom: 60px;
}
#mainBody .spice-section .img-row p {
  margin-bottom: 50px;
}
#mainBody .spice-section .img-row .img-wrapper {
  margin: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
}
#mainBody .spice-section .img-row img {
  width: 100%;
}
#mainBody .spice-section .img-row.left .img-wrapper img {
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
#mainBody .spice-section .img-row.right .img-wrapper img {
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
#mainBody .spice-section .img-row.teal .img-wrapper {
  border-color: #2DCCD3;
}
#mainBody .spice-section .img-row.green-orange .img-wrapper {
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #93DA49, #FA4616);
}
#mainBody .spice-section .img-row.red .img-wrapper {
  border-color: #FF0000;
}
@media (min-width: 992px) {
  #mainBody .spice-section .img-row {
    margin-top: 100px;
  }
  #mainBody .spice-section .img-row p {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #mainBody .spice-section .img-row.right .img-wrapper img {
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
#mainBody .spice-TI-section {
  background-image: url('/content/dam/cadence-www/global/en_US/images/company/company-landing/spice-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
#mainBody .spice-TI-section .background-cover {
  padding-bottom: 60px;
  padding-top: 60px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#mainBody .spice-TI-section p {
  margin-bottom: 40px;
}
#mainBody .spice-TI-section a.btn {
  position: relative;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 10px 80px 8px;
  text-transform: uppercase;
  transition: all 0.2s linear;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .spice-TI-section a.btn span {
  position: absolute;
  left: 50px;
  top: 12px;
}
#mainBody .spice-TI-section a.btn:hover {
  background-color: white;
  color: #333333;
}
#mainBody .spice-TI-section a.btn:hover span {
  color: #333333;
}
#mainBody .supplier-definition-section {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  #mainBody .supplier-definition-section p {
    padding: 0 200px;
  }
}
#mainBody .get-help-section {
  padding: 60px 0;
  text-align: center;
}
#mainBody .get-help-section h2 {
  text-transform: uppercase;
}
#mainBody .get-help-section a {
  color: #333;
}
#mainBody .get-help-section a svg {
  transform: translateY(6px);
  margin-right: 15px;
}
@media (min-width: 1200px) {
  #mainBody .get-help-section {
    text-align: left;
  }
}
#mainBody .announcements-section {
  padding: 60px 0;
}
#mainBody .announcements-section h1 {
  margin-bottom: 40px;
}
#mainBody .announcements-section .hover-angle-right {
  padding: 15px;
  display: block;
}
#mainBody .announcements-section .hover-angle-right .fa-angle-right {
  transition: 0.5s;
  margin-left: 3px;
}
#mainBody .announcements-section .hover-angle-right:hover {
  color: #147BD1;
}
#mainBody .announcements-section .hover-angle-right:hover .fa-angle-right {
  transform: translateX(8px);
}
#mainBody .announcements-section .hover-angle-right:hover .fa-angle-right::before {
  color: #147BD1;
}
#mainBody .announcements-section .news-tile {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
#mainBody .announcements-section .news-tile .img-wrapper {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
}
#mainBody .announcements-section .news-tile .img-wrapper .type {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(34, 34, 34, 0.25);
  border-radius: 4px;
  color: #fff;
  z-index: 2;
  padding: 5px 7px 4px;
}
#mainBody .announcements-section .news-tile .img-wrapper .type i {
  float: left;
  font-size: 10px;
}
#mainBody .announcements-section .news-tile .img-wrapper .type p {
  float: left;
  font-family: "Rubik-Regular", Arial, serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin-left: 5px;
  margin-bottom: 0;
}
#mainBody .announcements-section .news-tile .img-wrapper img {
  width: 100%;
}
#mainBody .announcements-section .news-tile .img-wrapper.large {
  overflow: hidden;
}
#mainBody .announcements-section .news-tile .img-wrapper.large img {
  width: 150%;
  margin-left: -25%;
  max-width: none;
}
#mainBody .announcements-section .news-tile .img-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, #000000 0%, rgba(51, 51, 51, 0) 100%);
}
#mainBody .announcements-section .news-tile .img-wrapper span,
#mainBody .announcements-section .news-tile .img-wrapper h2 {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 15px;
  color: white;
}
#mainBody .announcements-section .news-tile .img-wrapper h2 {
  transform: translateY(19px);
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
  font-size: 18px;
}
#mainBody .announcements-section .news-tile .img-wrapper span {
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .announcements-section .news-tile .img-wrapper span.date {
  font-size: 18px;
  bottom: 0px;
  position: relative;
  display: block;
  padding-left: 15px;
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
  transform: translateY(-30px);
  position: absolute;
}
#mainBody .announcements-section .news-tile .img-wrapper span .fa-angle-right,
#mainBody .announcements-section .news-tile .img-wrapper h1,
#mainBody .announcements-section .news-tile .img-wrapper h2 {
  transition: all 0.2s linear;
}
#mainBody .announcements-section .news-tile .img-wrapper span .fa-angle-right {
  margin-left: 3px;
  transform: translateY(0.75px);
}
#mainBody .announcements-section .news-tile .img-wrapper:hover h1,
#mainBody .announcements-section .news-tile .img-wrapper:hover h2 {
  transition: all 0.2s linear;
  transform: translateY(9px);
}
#mainBody .announcements-section .news-tile .img-wrapper:hover span .fa-angle-right {
  transform: translateX(8px);
}
@media (min-width: 768px) {
  #mainBody .announcements-section a {
    max-width: none;
  }
  #mainBody .announcements-section a .img-wrapper.large {
    overflow: hidden;
  }
  #mainBody .announcements-section a .img-wrapper.large img {
    width: 100%;
    margin-left: 0%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  #mainBody .announcements-section .hover-angle-right {
    float: right;
    margin-top: -80px;
    margin-right: 15px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #mainBody .announcements-section a {
    padding: 0 22.5px;
  }
}
#mainBody .supplier-text-section {
  padding-top: 190px;
  padding-bottom: 60px;
}
#mainBody .supplier-text-section h2 {
  text-transform: uppercase;
}
#mainBody .supplier-text-section .download-link-icon {
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  size: 14px;
  line-height: 17px;
  color: #33393D;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
}
#mainBody .supplier-text-section .download-link-icon svg {
  transform: translateY(3px);
  margin-left: 5px;
}
@media (min-width: 992px) {
  #mainBody .supplier-text-section .margin-top {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #mainBody .supplier-text-section .margin-top {
    margin-top: 100px;
  }
}
#mainBody .supplier-engagement-section {
  padding-bottom: 60px;
}
#mainBody .supplier-engagement-section .hover-angle-right .fa-angle-right {
  transition: 0.5s;
  margin-left: 3px;
}
#mainBody .supplier-engagement-section .hover-angle-right:hover {
  color: #147BD1;
}
#mainBody .supplier-engagement-section .hover-angle-right:hover .fa-angle-right {
  transform: translateX(8px);
}
#mainBody .supplier-engagement-section .hover-angle-right:hover .fa-angle-right::before {
  color: #147BD1;
}
#mainBody .supplier-engagement-section .text-image h1 {
  margin-top: 50px;
}
#mainBody .supplier-engagement-section .text-image h2 {
  margin-top: 0px;
  margin-bottom: 60px;
}
#mainBody .supplier-engagement-section .text-image img {
  margin-top: 50px;
  width: 100%;
}
#mainBody .supplier-engagement-section .text-image p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #mainBody .supplier-engagement-section .text-image h1 {
    margin-top: 150px;
  }
  #mainBody .supplier-engagement-section .text-image h2 {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  #mainBody .supplier-engagement-section .text-image img {
    margin-top: 150px;
  }
  #mainBody .supplier-engagement-section .text-image p {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #mainBody .supplier-engagement-section p.centered-p {
    padding: 0 200px;
  }
}
#mainBody .btn-hover-light {
  transition: 0.5s;
}
#mainBody .btn-hover-light:hover {
  background-color: #333;
  color: white !important;
}
#mainBody .text-center-md {
  text-align: left;
  display: block;
}
@media (min-width: 992px) {
  #mainBody .text-center-md {
    text-align: center;
  }
}
#mainBody .btn-hover-white {
  transition: 0.5s;
}
#mainBody .btn-hover-white:hover {
  background-color: white;
  color: #333 !important;
}
#mainBody .banner-section hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(90deg, #FF8200, #FFB81C);
  width: 190px;
  margin: 0 auto;
  display: none;
}
#mainBody .banner-section img {
  width: 100%;
}
#mainBody .banner-section p.padded {
  text-align: left;
  margin-bottom: 30px;
}
#mainBody .banner-section .hide-cta-block {
  padding: 30px 0;
}
#mainBody .banner-section .hide-cta-block .single-title {
  color: #333;
  margin: 0;
}
@media (max-width: 767px) {
  #mainBody .banner-section .hide-cta-block .single-title {
    font-size: 18px !important;
  }
}
#mainBody .banner-section .background {
  background-position: center center;
}
@media (max-width: 320px) {
  #mainBody .banner-section .small-background {
    padding: 0;
    background-image: none;
  }
}
@media (min-width: 992px) {
  #mainBody .banner-section {
    background-color: #F5F5F5;
  }
  #mainBody .banner-section p.padded {
    padding: 60px 0px 0;
    text-align: center;
  }
  #mainBody .banner-section .hide-cta-block {
    padding: padding: 15px 0 45px;
  }
  #mainBody .banner-section .hide-cta-block .single-title {
    color: white;
    font-size: 54px !important;
  }
  #mainBody .banner-section hr {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #mainBody .banner-section p.padded {
    padding: 60px 160px 0;
  }
}
#mainBody .life-at-section {
  padding: 30px 0;
}
#mainBody .life-at-section .wrapper-white {
  background-color: white;
}
#mainBody .life-at-section .wrapper-white .image-slider {
  padding: 15px;
}
#mainBody .life-at-section h1 {
  font-size: 27px;
}
@media (max-width: 991px) {
  #mainBody .life-at-section .no-padding-mobile {
    padding: 0;
  }
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 100px;
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu li button {
  color: #919191;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  outline: none;
  margin: 30px 0;
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu li button:hover,
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu li button.active {
  color: #FF8300;
  border-bottom: 3px solid #FF8300;
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu li button.active + i {
  transform: rotate(90deg);
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu.mobile {
  padding: 0;
  background-color: #F5F5F5;
  margin-top: 40px;
  overflow: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu.mobile::-webkit-scrollbar {
  height: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu.mobile li {
  float: left;
  display: inline-block;
  width: fit-content;
  margin-right: 8px;
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu.mobile li button {
  margin: 0;
  white-space: nowrap;
  color: #808080;
}
#mainBody .life-at-section [data-component="life-at-carousel"] ul.carousel-menu.mobile li button.active {
  color: #FF8300;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide {
  padding: 0 15px;
  text-align: left;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide h2 {
  font-size: 18px;
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide p {
  margin-bottom: 30px;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide b {
  padding-left: 24px;
  display: block;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide a.btn {
  color: black;
  border: 1px solid black;
  padding: 15px 30px;
  margin-bottom: 80px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .button-container [data-function="prev"],
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .button-container [data-function="next"] {
  background-color: #F5F5F5;
  color: #3F3D56;
  border: none;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin: 6px;
  outline: none;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .button-container [data-function="prev"]:hover,
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .button-container [data-function="next"]:hover {
  color: #F5F5F5;
  background-color: #3F3D56;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .button-container .pagination {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .button-container .pagination span {
  font-family: "Rubik-Medium", "Meiryo", "Osaka", Arial, serif;
}
#mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .intro {
  margin: 15px 0;
}
@media (min-width: 768px) {
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .left-column {
    padding-right: 35px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .right-column {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  #mainBody .life-at-section {
    padding: 0 0 60px;
  }
  #mainBody .life-at-section h1 {
    font-size: 41px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] {
    margin-top: 40px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider {
    text-align: center;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide {
    padding: 0 100px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide h2 {
    font-size: 27px;
    margin-bottom: 40px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .left-column {
    padding-right: 50px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .right-column {
    padding-left: 50px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .intro {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #mainBody .life-at-section .wrapper-white .image-slider {
    padding: 0px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .left-column {
    padding-right: 100px;
  }
  #mainBody .life-at-section [data-component="life-at-carousel"] .text-slider .slick-slide .right-column {
    padding-left: 100px;
  }
  #mainBody .life-at-section p.padded {
    padding: 0 100px;
  }
}
#mainBody .awards-section a.btn {
  color: black;
  border: 1px solid black;
  padding: 15px 30px;
  margin-top: 40px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
}
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item {
  margin-top: 40px !important;
}
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container {
  height: 307px;
  padding: 0 15px;
}
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container hr {
  margin-bottom: 15px;
}
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container h2 {
  font-size: 18px !important;
}
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container span {
  font-size: 16px !important;
  text-transform: uppercase;
}
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container .image-wrapper {
  height: 150px;
}
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container .image-wrapper svg,
#mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container .image-wrapper img {
  max-height: 80px;
  margin-top: 0;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-slide:nth-child(1) .item {
  border: 1px solid #93DA49;
  border: 1px solid;
  border-image-source: linear-gradient(to right, #147BD1, #64FFDA);
  border-image-slice: 1;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-slide:nth-child(2) .item {
  border: 1px solid #FF8200;
  border: 1px solid;
  border-image-source: linear-gradient(to right, #2DCCD3, #00A376);
  border-image-slice: 1;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-slide:nth-child(3) .item {
  border: 1px solid #93DA49;
  border: 1px solid;
  border-image-source: linear-gradient(to right, #93DA49, #FFD037);
  border-image-slice: 1;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-slide:nth-child(4) .item {
  border: 1px solid #FF8200;
  border: 1px solid;
  border-image-source: linear-gradient(to right, #FF8200, #DE2B3B);
  border-image-slice: 1;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-dots {
  margin: 0px 24px;
  bottom: -15px;
  box-sizing: border-box;
  height: 10px;
  position: relative;
  width: auto;
  list-style-type: none;
  border-radius: 5px;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-dots li {
  display: inline-block;
  top: 0px;
  text-align: center;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-dots li button {
  height: 10px;
  width: 10px;
  margin: 5px;
  border-radius: 5px;
  background-color: #E2E2E2;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-dots li button:before {
  content: '';
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-dots li.slick-active button {
  background-color: orange;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-dots li:first-of-type {
  margin-left: 0;
}
#mainBody .awards-section [data-component="item-slick-slider"] .slick-dots li:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  #mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container {
    height: 340px;
  }
  #mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container .image-wrapper {
    height: 180px;
  }
  #mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container .image-wrapper svg,
  #mainBody .awards-section .item-wrapper.no-margin.life-at-cadence-item .item .shadow-container .image-wrapper img {
    max-height: 115px;
    margin-top: 0;
  }
}
#mainBody .testimonial-section {
  padding: 0px 30px;
  max-width: 100%;
}
#mainBody .testimonial-section h1 {
  margin-top: 80px;
}
#mainBody .testimonial-section .border-box {
  padding: 0 25px 25px 25px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: white;
}
#mainBody .testimonial-section .border-box p {
  margin-top: 20px;
  margin-bottom: 25px;
  font-style: italic;
  padding: 0 15px;
}
#mainBody .testimonial-section .border-box h3 {
  margin-bottom: -14px;
}
#mainBody .testimonial-section .border-box img {
  display: inline-block;
}
#mainBody .testimonial-section .border-box button img {
  display: block;
  margin: 0 auto;
  border: 3px solid transparent;
  border-radius: 50%;
}
#mainBody .testimonial-section .border-box button.active img {
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #FFD037, #FF8200);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
#mainBody .testimonial-section .border-box .slick-slide {
  outline: none;
}
#mainBody .testimonial-section .border-box hr {
  margin: 0 2px -5px;
  width: 235px;
  display: inline-block;
  border: 0;
  height: 1px;
  background-image: linear-gradient(90deg, #FF8200, #FFB81C);
}
#mainBody .testimonial-section .border-box hr + p {
  margin-top: 0;
}
#mainBody .testimonial-section .border-box ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
#mainBody .richtext.section .testimonial-section ul li::before{
  content: " " !important;
}
#mainBody .testimonial-section .border-box ul li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
}
#mainBody .testimonial-section .border-box ul li button {
  background-color: transparent;
  border: 3px solid transparent;
  border-radius: 50%;
  outline: none;
  opacity: 0.5;
}
#mainBody .testimonial-section .border-box ul li button img {
  width: 50px;
  height: 50px;
  margin: 7.5px;
}
#mainBody .testimonial-section .border-box ul li button.active {
  opacity: 1;
}
#mainBody .testimonial-section .border-box ul li button.active img {
  margin: 0px;
  width: 65px;
  height: 65px;
}
@media (min-width: 768px) {
  #mainBody .testimonial-section h1 {
    margin-bottom: 40px;
  }
  #mainBody .testimonial-section .border-box p {
    padding: 0 50px;
  }
  #mainBody .testimonial-section .border-box ul {
    width: 70%;
    width: fit-content;
    margin: 0 auto;
    padding: 0 100px;
  }
  #mainBody .testimonial-section .border-box ul li button img {
    width: 60px;
    height: 60px;
    margin: 10px;
  }
  #mainBody .testimonial-section .border-box ul li button.active img {
    margin: 0px;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  #mainBody .testimonial-section .border-box p {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  #mainBody .testimonial-section {
    padding: 0px 15px;
    background-image: url('/content/dam/cadence-www/global/en_US/images/company/life-at/testimonials-cubes-motif.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainBody .testimonial-section .border-box {
    margin-bottom: 75px;
    border: 1px solid black;
    border-image: linear-gradient(to right, #FF8200, #FFB81C);
    border-image-slice: 1;
  }
  #mainBody .testimonial-section .border-box p {
    padding-top: 8px;
  }
}
#mainBody .stay-connected-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
#mainBody .stay-connected-section .card {
  padding: 50px 40px 30px;
  background-color: white;
  position: relative;
  margin-top: 50px;
  border-radius: 4px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#mainBody .stay-connected-section .card .img-wrapper {
  height: 134px;
  overflow: hidden;
}
#mainBody .stay-connected-section .card .img-wrapper img,
#mainBody .stay-connected-section .card .img-wrapper svg {
  max-height: 134px;
}
#mainBody .stay-connected-section .card h2 {
  text-transition: uppercase;
}
#mainBody .stay-connected-section .card ul {
  list-style-type: none;
}
#mainBody .stay-connected-section .card ul li {
  margin-top: 27px;
}
#mainBody .stay-connected-section .card ul li a.link {
  display: block;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  background-image: -webkit-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: -moz-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: -ms-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: -o-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 200% 2px;
  display: inline;
  transition: background-position 0.2s linear;
  text-decoration: none;
}
#mainBody .stay-connected-section .card ul li:hover a.link {
  background-position: bottom left;
}
#mainBody .stay-connected-section .card a.hover-angle-right {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .stay-connected-section .card hr {
  border: 0;
  height: 1px;
}
#mainBody .stay-connected-section .card hr.blue {
  background-image: linear-gradient(90deg, #147BD1, #2DCCD3);
}
#mainBody .stay-connected-section .card hr.green {
  background-image: linear-gradient(90deg, #93DA49, #FFB81C);
}
#mainBody .stay-connected-section .card hr.orange {
  background-image: linear-gradient(90deg, #FF0000, #CE0058);
}
#mainBody .stay-connected-section .card .social-media-icon {
  padding: 0;
}
#mainBody .stay-connected-section .social-media-container {
  float: left;
  text-align: center;
  display: block;
  width: 100%;
}
#mainBody .stay-connected-section .social-media-container span {
  font-size: 11px;
  margin-top: 5px;
  display: none;
}
#mainBody .stay-connected-section .social-media-container svg {
  height: 40px;
  width: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#mainBody .stay-connected-section .social-media-container p {
  margin-bottom: 25px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  font-size: 14px;
  display: none;
}
#mainBody .stay-connected-section .social-media-container.linkedin span {
  color: #0077B5;
}
#mainBody .stay-connected-section .social-media-container.linkedin svg path {
  fill: #0077B5;
}
#mainBody .stay-connected-section .social-media-container.linkedin p {
  color: #0077B5;
}
#mainBody .stay-connected-section .social-media-container.facebook span {
  color: #3B5998;
}
#mainBody .stay-connected-section .social-media-container.facebook svg path {
  fill: #3B5998;
}
#mainBody .stay-connected-section .social-media-container.facebook p {
  color: #3B5998;
}
#mainBody .stay-connected-section .social-media-container.twitter span {
  color: #55ACEE;
}
#mainBody .stay-connected-section .social-media-container.twitter svg path {
  fill: #55ACEE;
}
#mainBody .stay-connected-section .social-media-container.twitter p {
  color: #55ACEE;
}
#mainBody .stay-connected-section .social-media-container.glassdoor span {
  color: #7CB228;
}
#mainBody .stay-connected-section .social-media-container.glassdoor svg path {
  fill: #7CB228;
}
#mainBody .stay-connected-section .social-media-container.glassdoor p {
  color: #7CB228;
}
#mainBody .stay-connected-section .social-media-container.youtube span {
  color: #FF0000;
}
#mainBody .stay-connected-section .social-media-container.youtube svg path {
  fill: #FF0000;
}
#mainBody .stay-connected-section .social-media-container.youtube p {
  color: #FF0000;
}
@media (min-width: 992px) {
  #mainBody .stay-connected-section .flex-col{
    display: flex;
  }
  #mainBody .stay-connected-section .card {
    padding-bottom: 50px;
  }
  #mainBody .stay-connected-section .card .img-wrapper {
    height: 170px;
    overflow: hidden;
  }
  #mainBody .stay-connected-section .card a.hover-angle-right {
    position: absolute;
    bottom: 50px;
  }
  #mainBody .stay-connected-section .social-media-container span {
    display: block;
    color: #E2E2E2 !important;
  }
  #mainBody .stay-connected-section .social-media-container svg {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #mainBody .stay-connected-section .social-media-container svg path {
    fill: #E2E2E2 !important;
  }
  #mainBody .stay-connected-section .social-media-container p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #E2E2E2 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.linkedin span {
    color: #0077B5 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.linkedin svg path {
    fill: #0077B5 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.linkedin p {
    color: #0077B5 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.facebook span {
    color: #3B5998 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.facebook svg path {
    fill: #3B5998 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.facebook p {
    color: #3B5998 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.twitter span {
    color: #55ACEE !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.twitter svg path {
    fill: #55ACEE !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.twitter p {
    color: #55ACEE !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.glassdoor span {
    color: #7CB228 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.glassdoor svg path {
    fill: #7CB228 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.glassdoor p {
    color: #7CB228 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.youtube span {
    color: #FF0000 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.youtube svg path {
    fill: #FF0000 !important;
  }
  #mainBody .stay-connected-section .social-media-container:hover.youtube p {
    color: #FF0000 !important;
  }
}
@media (min-width: 1200px) {
  #mainBody .stay-connected-section .social-media-container p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #E2E2E2 !important;
    display: block;
  }
}
#mainBody .make-your-mark-section {
  padding: 60px 0 95px;
}
#mainBody .make-your-mark-section p {
  padding: 15px;
}
#mainBody .make-your-mark-section .col-left {
  background-image: url('/content/dam/cadence-www/global/en_US/images/company/life-at/hand-shake.png');
  background-repeat: no-repeat;
  background-size: cover;
}
#mainBody .make-your-mark-section .col-right {
  background-image: url('/content/dam/cadence-www/global/en_US/images/company/life-at/grad.png');
  background-repeat: no-repeat;
  background-size: cover;
}
#mainBody .make-your-mark-section .col {
  position: relative;
  height: 180px;
  margin: 15px 15px;
}
#mainBody .make-your-mark-section .col > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
#mainBody .make-your-mark-section .col h2 {
  color: white;
  margin-top: 25px;
}
#mainBody .make-your-mark-section .col a {
  margin-top: 20px;
  border: 1px solid white;
  color: white;
  padding: 10px 45px;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
@media (min-width: 992px) {
  #mainBody .make-your-mark-section .col-left {
    margin-left: 15px;
    margin-right: 0px;
  }
  #mainBody .make-your-mark-section .col-right {
    margin-right: 15px;
    margin-left: 0px;
  }
  #mainBody .make-your-mark-section .col {
    margin-top: 60px;
    height: 300px;
  }
  #mainBody .make-your-mark-section .col h2 {
    margin-top: 80px;
  }
  #mainBody .make-your-mark-section .col a {
    margin-top: 40px;
  }
}
#mainBody .dng-section {
  background-image: url('../imgs/digital-design.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  max-width: 100%;
  min-height: 300px;
}
#mainBody .dng-section h1,
#mainBody .dng-section p {
  color: white;
  text-align: center;
}
#mainBody .dng-section a.btn {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 15px 65px 10px;
  text-transform: uppercase;
  margin: 50px auto;
  width: 220px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #mainBody .dng-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mainBody .dng-section h1,
  #mainBody .dng-section p {
    color: white;
    text-align: left;
  }
  #mainBody .dng-section h1 {
    margin-top: 0;
  }
  #mainBody .dng-section a.btn {
    margin: 0;
    margin-left: auto;
  }
  #mainBody .dng-section > .row {
    width: 100%;
  }
  #mainBody .dng-section > .row .content {
    display: flex;
  }
  #mainBody .dng-section > .row .content .button-container {
    display: flex;
    align-items: flex-end;
    /* flex-direction: column; */
    place-content: flex-end;
  }
}
@media (min-width: 768px) {
  #mainBody h2.mobile-font {
    font-size: 41px;
  }
}
#mainBody .careers_make-your-mark hr {
  width: 130px;
  border: none;
  background: linear-gradient(to right, #147BD1, #00A376);
  height: 1px;
  margin: 30px auto;
}
#mainBody .careers_make-your-mark .image-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
#mainBody .careers_make-your-mark .description {
  line-height: 30px;
  margin-bottom: 15px;
}
#mainBody .careers_make-your-mark .hover-angle-right {
  margin-bottom: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  #mainBody .careers_make-your-mark hr {
    margin: 45px auto;
  }
  #mainBody .careers_make-your-mark .image-wrapper {
    margin-top: 60px;
  }
  #mainBody .careers_make-your-mark .hover-angle-right {
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #mainBody .careers_make-your-mark .large-text {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  #mainBody .careers_make-your-mark .hover-angle-right {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #mainBody .careers_make-your-mark h2 {
    margin-bottom: 40px;
  }
  #mainBody .careers_make-your-mark hr {
    width: 160px;
    margin-top: 60px;
  }
  #mainBody .careers_make-your-mark .divider {
    display: none;
  }
}
@media (min-width: 1600px) {
  #mainBody .careers_make-your-mark hr {
    width: 300px;
  }
  #mainBody .careers_make-your-mark .large-text {
    font-size: 41px;
  }
}
#mainBody .careers_find-your-role h3 {
  font-size: 18px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .careers_find-your-role img {
  margin-top: 20px;
  width: 100%;
}
#mainBody .careers_find-your-role p {
  line-height: 30px;
  margin-bottom: 40px;
}
#mainBody .careers_find-your-role .border-card {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #147BD1, #00A376);
  border-image-slice: 1;
  padding: 35px 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  display: inline-block;
}
#mainBody .careers_find-your-role .border-card a.btn {
  background-color: #147BD1;
  border: 1px solid #147BD1;
  padding: 12px 30px;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  font-size: 18px;
  color: white;
  transition: 0.5s;
}
#mainBody .careers_find-your-role .border-card a.btn:hover {
  color: #147BD1;
  background-color: transparent;
}
@media (min-width: 768px) {
  #mainBody .careers_find-your-role h3 {
    font-size: 27px;
  }
  #mainBody .careers_find-your-role .narrow-row {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (min-width: 992px) {
  #mainBody .careers_find-your-role {
    margin-top: 75px;
  }
  #mainBody .careers_find-your-role h2 {
    margin-bottom: 45px;
  }
  #mainBody .careers_find-your-role .narrow-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  #mainBody .careers_find-your-role {
    margin-top: 150px;
    padding-bottom: 120px;
  }
  #mainBody .careers_find-your-role img {
    margin-top: 100px;
  }
  #mainBody .careers_find-your-role .border-card {
    margin-top: 100px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1600px) {
  #mainBody .careers_find-your-role .col-md-4 {
    max-width: 300px;
  }
}
#mainBody .careers_life-at-cadence {
  padding-top: 12px;
  padding-bottom: 40px;
}
#mainBody .careers_life-at-cadence img {
  width: 100%;
}
#mainBody .careers_life-at-cadence p {
  margin-bottom: 20px;
}
#mainBody .careers_life-at-cadence a.btn {
  background-color: transparent;
  border: 2px solid #333333;
  padding: 12px 30px;
  text-transform: uppercase;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  font-size: 18px;
  color: #333333;
  transition: 0.5s;
}
#mainBody .careers_life-at-cadence a.btn:hover {
  color: #F5F5F5;
  background-color: #333333;
}
@media (min-width: 768px) {
  #mainBody .careers_life-at-cadence {
    margin-top: 30px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #mainBody .careers_life-at-cadence .narrow-row {
    margin-left: 45px;
    margin-right: 45px;
  }
  #mainBody .careers_life-at-cadence a.btn {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #mainBody .careers_life-at-cadence {
    padding-bottom: 90px;
  }
  #mainBody .careers_life-at-cadence h2 {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  #mainBody .careers_life-at-cadence a.btn {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  #mainBody .careers_life-at-cadence .narrow-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #mainBody .careers_life-at-cadence h2 {
    margin-top: 0;
  }
  #mainBody .careers_life-at-cadence a.btn {
    margin-top: 15px;
  }
}
#mainBody .careers_testimonial.testimonial-section .border-box hr {
  background-image: linear-gradient(90deg, #147BD1, #00A376);
  margin-bottom: 0px;
  width: 200px;
}
#mainBody .careers_testimonial.testimonial-section .border-box p {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
#mainBody .careers_testimonial.testimonial-section .border-box h3 {
  font-size: 12px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}
#mainBody .careers_testimonial.testimonial-section .border-box p.title {
  font-size: 12px;
  line-height: 27px;
  font-style: normal;
}
#mainBody .careers_testimonial.testimonial-section .border-box ul li {
  flex: none;
}
#mainBody .careers_testimonial.testimonial-section .border-box ul li button img {
  margin: 15px 5px;
  width: 60px;
  height: 60px;
  border: 4px solid transparent;
}
#mainBody .careers_testimonial.testimonial-section .border-box ul li button.active img {
  margin-top: 0;
  margin-bottom: 0;
  width: 90px;
  height: 90px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #147BD1, #00A376);
}
@media (min-width: 768px) {
  #mainBody .careers_testimonial.testimonial-section {
    padding-top: 75px;
  }
  #mainBody .careers_testimonial.testimonial-section .border-box p {
    padding: 0px 100px;
    font-size: 22px;
    line-height: 41px;
    margin-bottom: 80px;
  }
  #mainBody .careers_testimonial.testimonial-section .border-box h3 {
    font-size: 18px;
    margin-top: 45px;
  }
  #mainBody .careers_testimonial.testimonial-section .border-box p.title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #mainBody .careers_testimonial.testimonial-section .border-box ul li button img {
    margin: 10px 25px;
    width: 80px;
    height: 80px;
  }
  #mainBody .careers_testimonial.testimonial-section .border-box ul li button.active img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #mainBody .careers_testimonial.testimonial-section .border-box p {
    padding: 0px 135px;
  }
}
@media (min-width: 1200px) {
  #mainBody .careers_testimonial.testimonial-section .border-box {
    border: none;
  }
  #mainBody .careers_testimonial.testimonial-section .border-box p {
    padding: 0px 90px;
  }
}
#mainBody .careers_info {
  padding-top: 60px;
}
#mainBody .careers_info .ceo {
  margin-top: 30px;
}
#mainBody .careers_info .ceo img {
  float: right;
}
#mainBody .careers_info .ceo .content {
  float: right;
  margin-left: 25px;
}
#mainBody .careers_info .ceo .content span {
  float: right;
}
#mainBody .careers_info .ceo .content .hr {
  float: right;
  border-top: 1px solid #B8B8B8;
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}
#mainBody .careers_info .icons {
  font-size: 12px;
  line-height: 41px;
  text-transform: uppercase;
  color: #959595;
  margin-bottom: 20px;
}
#mainBody .careers_info .tag {
  line-height: 27px;
  color: black;
  margin-bottom: 20px;
}
#mainBody .careers_info .quote {
  margin-bottom: 20px;
  line-height: 27px;
  font-style: italic;
}
#mainBody .careers_info .video-section {
  padding-top: 60px;
}
#mainBody .careers_info .video-section .video-card {
  margin-bottom: 45px;
}
#mainBody .careers_info .video-section .video-card p {
  line-height: 27px;
  margin-top: 10px;
  padding-right: 70px;
}
@media (min-width: 768px) {
  #mainBody .careers_info .icons {
    margin-top: 110px;
  }
  #mainBody .careers_info .icons img {
    margin: 0 25px;
  }
  #mainBody .careers_info .tag {
    font-size: 27px;
    line-height: 41px;
  }
  #mainBody .careers_info .video-section {
    padding-top: 110px;
  }
  #mainBody .careers_info .video-section .video-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 15px;
  }
  #mainBody .careers_info .video-section .video-card p {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #mainBody .careers_info .icons {
    margin-top: 60px;
  }
  #mainBody .careers_info .ceo {
    margin-top: -25px;
  }
  #mainBody .careers_info .border-box {
    float: left;
    margin-top: 40px;
    padding-bottom: 50px;
    width: 80%;
    margin-left: 10%;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #93DA49, #2DCCD3, #FF8200);
    border-image-slice: 1;
  }
  #mainBody .careers_info .video-section {
    padding-top: 60px;
  }
  #mainBody .careers_info .video-section .video-card p {
    margin-bottom: 25px;
  }
}
#mainBody .governance_intro {
  padding-top: 64px;
  padding-bottom: 80px;
}
#mainBody .governance_intro p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #mainBody .governance_intro {
    padding-bottom: 64px;
  }
}
#mainBody .governance_faq.faq-section {
  padding-top: 0px;
  padding-bottom: 60px;
}
#mainBody .governance_faq.faq-section h3 {
  margin-bottom: 0;
  padding-bottom: 13.5px;
  font-size: 18px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .governance_faq.faq-section .accordion-list {
  list-style-type: disc;
  padding-left: 20px;
  line-height: 34px;
}
#mainBody .governance_faq.faq-section .panel-group {
  margin-bottom: 0;
  border-top: 1px solid #9A9A9A;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading {
  background-color: transparent;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 {
  border-top: none;
  display: flex;
  padding: 10px 0 10px 15px;
  min-height: 70px;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4.mobile-collapse {
  cursor: pointer;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a:not(.mobile-collapse),
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button:not(.mobile-collapse) {
  cursor: default;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button {
  border: none;
  background-color: transparent;
  padding: 0;
  align-self: center;
  outline: none;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.panel-title-text,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.panel-title-text {
  text-align: left;
  flex-grow: 1;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download {
  padding: 13px;
  height: 60px;
  cursor: pointer;
  display: flex;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download span,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download span {
  font-size: 18px;
  margin-right: 30px;
  display: none;
  white-space: nowrap;
  visibility: hidden;
  background-image: -webkit-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: -moz-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: -ms-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: -o-linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-image: linear-gradient(to right, #147bd1 50%, transparent 50%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 200% 2px;
  padding-bottom: 3px;
  transition: background-position 0.2s linear;
  text-decoration: none !important;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download i,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download i {
  font-size: 24px;
  display: flex;
  align-items: flex-end;
  height: 28px;
  color: #808080;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download:hover,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download:hover {
  color: #147BD1;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download:hover span,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download:hover span {
  text-decoration: none;
  visibility: visible;
  background-position: bottom left;
  color: #333;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download:hover i,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download:hover i {
  color: #147BD1 !important;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download:hover .download-label,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download:hover .download-label {
  color: #147BD1 !important;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.button-plus,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.button-plus {
  font-size: 20px;
  padding: 15px 26px;
  transform: rotate(45deg);
  transition: 0.5s;
  color: #808080;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.button-plus.collapsed,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.button-plus.collapsed {
  transform: rotate(0deg);
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 .accordion-title {
  color: #808080;
  font-size: 18px;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover {
  background-color: #f5f5f5;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover a.download i,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover button.download i {
  color: #333;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover a.button-plus,
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover button.button-plus {
  color: #333;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover .accordion-title {
  color: #333;
}
#mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse {
  margin-top: -2px;
  background-color: white;
  border-bottom: 1px solid #9A9A9A;
}
#mainBody .governance_faq.faq-section .panel-group:last-of-type .panel-heading h4 {
  border-bottom: 1px solid #9A9A9A;
}
@media (max-width: 767px) {
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse:not(.mobile-collapse) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #mainBody .governance_faq.faq-section h3 {
    font-size: 27px;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 {
    border-top: none;
    border-bottom: 1px solid #9A9A9A;
    transition: 0.5s;
    cursor: pointer;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button {
    cursor: pointer !important;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.panel-title-text,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.panel-title-text {
    padding: 16px 0;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.panel-title-text .accordion-title,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.panel-title-text .accordion-title {
    transition: 0.5s;
    color: #333;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.panel-title-text.collapsed .accordion-title,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.panel-title-text.collapsed .accordion-title {
    color: #808080;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download {
    padding: 15px 26px;
    font-size: 20px;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download span,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download span {
    display: inline;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 a.download i,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4 button.download i {
    height: 28px;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover {
    background-color: #f5f5f5;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover a.panel-title-text .accordion-title,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading h4:hover button.panel-title-text .accordion-title {
    color: #333;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse .panel-body {
    padding-top: 0;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse h4 {
    margin-top: 17px;
    margin-bottom: 24px;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse p {
    line-height: 34px;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse .download {
    font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
    margin-top: 14px;
    margin-bottom: 32px;
    background-color: #147BD1;
    border: 1px solid #147BD1;
    color: white;
    text-transform: uppercase;
    padding: 10px 65px 10px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    transition: 0.5s;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse .download i {
    margin-left: 15px;
    font-size: 16px;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse .download:hover {
    text-decoration: none;
    background-color: white;
    color: #147BD1;
  }
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-collapse .download:hover i {
    color: #147BD1;
  }
}
@media (min-width: 992px) {
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading:hover h4 a.download span,
  #mainBody .governance_faq.faq-section .panel-group .panel .panel-heading:hover h4 button.download span {
    display: inline-block;
    text-decoration: underline;
  }
}
#mainBody .governance_icons {
  margin-top: 64px;
  padding-top: 80px;
  margin-bottom: 64px;
}
#mainBody .governance_icons a {
  padding-bottom: 80px;
  display: block;
}
#mainBody .governance_icons a i {
  font-size: 46px;
  color: #C7C7C7;
  margin-bottom: 25px;
}
#mainBody .governance_icons a span {
  display: block;
  color: #333;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .governance_icons a:hover i,
#mainBody .governance_icons a:hover span {
  color: #147BD1;
}
#mainBody .governance_stock-ticker {
  padding-top: 16px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  #mainBody .governance_stock-ticker p {
    font-size: 18px;
  }
  #mainBody .governance_stock-ticker h4 {
    font-size: 27px;
  }
  #mainBody .governance_stock-ticker .updated {
    font-size: 16px;
  }
  #mainBody .governance_stock-ticker .hover-angle-right {
    float: right;
    font-size: 16px;
  }
}
#mainBody .committee_intro {
  padding-top: 30px;
  padding-bottom: 30px;
}
#mainBody .committee_table {
  overflow-x: scroll;
}
#mainBody .committee_table table {
  width: 100%;
}
#mainBody .committee_table table i {
  font-size: 16px;
  color: #00A376;
}
#mainBody .committee_table table thead tr th span,
#mainBody .committee_table table tbody tr th span,
#mainBody .committee_table table thead tr td span,
#mainBody .committee_table table tbody tr td span {
  font-size: 16px;
  font-style: italic;
  display: block;
  font-weight: 300;
}
#mainBody .committee_table table thead tr {
  border-bottom: 2px solid #9A9A9A;
}
#mainBody .committee_table table thead tr th {
  padding: 0 12px;
  vertical-align: bottom;
  padding-bottom: 15px;
}
#mainBody .committee_table table thead tr th:first-child {
  width: 45%;
}
#mainBody .committee_table table tbody tr {
  border-bottom: 1px solid #E2E2E2;
}
#mainBody .committee_table table tbody tr:last-child {
  border-bottom: 1px solid #333;
}
#mainBody .committee_table table tbody tr td {
  height: 70px;
  text-align: center;
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
}
#mainBody .committee_table table tbody tr td:first-child {
  text-align: left;
  padding-left: 50px;
  font-weight: 300;
}
#mainBody .committee_table table tbody tr td:first-child i {
  margin-left: -36px;
  margin-right: 20px;
}
#mainBody .committee_table table.mobile {
  margin-bottom: 40px;
}
#mainBody .committee_table table.mobile i {
  float: right;
  margin-right: 15px !important;
  margin-left: 0px !important;
  margin-top: 4px;
}
#mainBody .committee_table table.mobile thead tr th span,
#mainBody .committee_table table.mobile tbody tr th span,
#mainBody .committee_table table.mobile thead tr td span,
#mainBody .committee_table table.mobile tbody tr td span {
  display: inline-block;
}
#mainBody .committee_table table.mobile thead tr {
  border-bottom: none;
  padding: 0;
}
#mainBody .committee_table table.mobile thead tr th {
  border-top: 1px solid #333;
  border-bottom: 1px solid #E2E2E2;
  height: 45px;
  padding: 11px 20px 11px 15px;
}
#mainBody .committee_table table.mobile thead tr th i {
  margin-right: -5px !important;
}
#mainBody .committee_table table.mobile tbody tr td {
  height: 45px;
}
#mainBody .committee_table table.mobile tbody tr td:first-child {
  text-align: left;
  padding-left: 15px;
}
#mainBody .committee_table table.mobile tbody tr:last-child {
  border-bottom: 1px solid #E2E2E2;
}
@media (min-width: 768px) {
  #mainBody .committee_table table thead tr th {
    text-align: center;
  }
  #mainBody .committee_table table thead tr th:first-child,
  #mainBody .committee_table table tbody tr th:first-child,
  #mainBody .committee_table table thead tr td:first-child,
  #mainBody .committee_table table tbody tr td:first-child {
    position: sticky !important;
    left: 0px;
    min-width: 380px;
    background-color: white;
    box-shadow: 20px 15px 40px rgba(51, 51, 51, 0.1);
  }
  #mainBody .committee_table table tbody tr td:first-child i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
}
@media (min-width: 992px) {
  #mainBody .committee_table {
    overflow-x: inherit;
  }
  #mainBody .committee_table table thead tr th:first-child,
  #mainBody .committee_table table tbody tr th:first-child,
  #mainBody .committee_table table thead tr td:first-child,
  #mainBody .committee_table table tbody tr td:first-child {
    position: inherit;
    left: inherit;
    min-width: auto;
    background-color: white;
    box-shadow: none;
  }
}
#mainBody .committee_legend {
  padding-bottom: 100px;
}
#mainBody .committee_legend.mobile {
  padding-bottom: 40px;
}
#mainBody .committee_legend.mobile .legend {
  display: block;
}
#mainBody .committee_legend .legend {
  font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, sans-serif;
  text-transform: uppercase;
  color: #9A9A9A;
  font-size: 16px;
  background: white;
  padding: 5px 35px 10px 0;
  display: inline-block;
}
#mainBody .committee_legend .legend i {
  font-size: 16px;
  color: #00A376;
  margin-left: 0px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #mainBody .committee_legend .legend {
    padding: 30px 35px 30px 0;
  }
  #mainBody .committee_legend .legend i {
    margin-left: 10px;
  }
}
#mainBody .committee_board {
  padding-bottom: 80px;
}
#mainBody .committee_board h2 {
  font-size: 18px;
  border-bottom: 1px solid black;
  padding-bottom: 8px;
  margin-bottom: 0px;
}
#mainBody .committee_board .board-link {
  color: #333;
  display: flex;
  align-items: center;
  height: 75px;
  border-bottom: 1px solid #E2E2E2;
  flex-direction: row-reverse;
  padding-left: 15px;
  font-family: "Rubik-Regular", "Meiryo", "Osaka", Arial, sans-serif;
  color: #808080;
}
#mainBody .committee_board .board-link i {
  font-size: 24px;
  color: #808080;
  margin-right: 15px;
  float: right;
  margin-left: auto;
}
#mainBody .committee_board .board-link span {
  display: none;
}
#mainBody .committee_board .board-link:hover {
  background-color: #F5F5F5;
  color: #333;
}
#mainBody .committee_board .board-link:hover i {
  color: #147BD1;
}
#mainBody .committee_board .board-link:hover span {
  text-decoration: none;
  visibility: visible;
  background-position: bottom left;
  color: #147bd1;
}
@media (min-width: 768px) {
  #mainBody .committee_board {
    padding-bottom: 125px;
  }
  #mainBody .committee_board h2 {
    font-size: 27px;
  }
  #mainBody .committee_board .board-link {
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainBody .committee_board .board-link span {
    font-size: 18px;
    margin-right: 30px;
    margin-left: auto;
    white-space: nowrap;
    display: inline;
    visibility: hidden;
    background-image: -webkit-linear-gradient(to right, #147bd1 50%, transparent 50%);
    background-image: -moz-linear-gradient(to right, #147bd1 50%, transparent 50%);
    background-image: -ms-linear-gradient(to right, #147bd1 50%, transparent 50%);
    background-image: -o-linear-gradient(to right, #147bd1 50%, transparent 50%);
    background-image: linear-gradient(to right, #147bd1 50%, transparent 50%);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200% 2px;
    padding-bottom: 3px;
    transition: background-position 0.2s linear;
    text-decoration: none !important;
  }
  #mainBody .committee_board .board-link i {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #mainBody .committee_board {
    padding-bottom: 60px;
  }
  #mainBody .committee_board h2 {
    margin-bottom: 65px;
    border-bottom: none;
    padding-bottom: 0;
  }
  #mainBody .committee_board .board-link {
    margin-bottom: 65px;
    border-bottom: none;
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
  }
  #mainBody .committee_board .board-link i {
    font-size: 40px;
    margin-left: inherit;
  }
  #mainBody .committee_board .board-link span {
    display: none;
  }
  #mainBody .committee_board .board-link:hover {
    background-color: transparent;
    color: #147BD1;
  }
}
@media (min-width: 992px) {
  .background-gray-md {
    background-color: #F5F5F5;
    max-width: 100% !important;
  }
}
body.ctx_menu .nav-up {
  margin: 0 !important;
}
body.ctx_menu .sticky_nav_module .module {
  margin: 50px auto 0 !important;
}
@media (min-width: 1200px) {
  body.ctx_menu .sticky_nav_module .module {
    margin: 74px auto 0 !important;
  }
}
body.ctx_menu .sticky_nav_module .module.nav-up {
  margin-top: 0px !important;
}