/* Colors: Teal:#00ADA4 Celadon:#00877D Gray: #88959E Purple: #D19AFF; */
/* League Gothic Font */

@font-face{
  font-family:league-gothic;
  src:url(../fonts/LeagueGothic-Regular.eot);
  src:
    url(../fonts/LeagueGothic-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/LeagueGothic-Regular.woff) format('woff'),
    url(../fonts/LeagueGothic-Regular.ttf) format('truetype'),
    url(../fonts/LeagueGothic-Regular.svg#LeagueGothic-Regular) format('svg');
  font-weight:400;
  font-style:normal
}
.tk-league-gothic{font-family:league-gothic,Impact,sans-serif !important}
.tk-league-gothic {font-family: league-gothic,Impact,sans-serif !important;}

html,
body {
  font-family: Arial, sans-serif;
}
/* Reset */
a {
  text-decoration: none;
}

*:focus,
a:focus {
  outline: 4px solid #00ADA4;
  outline-offset: 2px;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 4px solid #00ADA4;
  outline-offset: 2px;
  box-shadow: none;
}
*::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
  outline: 4px solid #00ADA4;
  outline-offset: 2px;
}
a[role=button] {
  cursor: pointer;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: none;
}

html {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
sub, sup{font-size: 60%;}

/* Utilities reset */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check-input {margin-left: -1.25em;}
label{
  margin-bottom: 0;
  font-family: roboto-mono, monospace;
  font-size: 16px;
  line-height: 20px;
  color: #1c1c1b;
  font-weight: normal;
  padding: 0 0 10px;
}

/* Text */
.text-center{text-align: center;}
p{
  font-size: 16px;
  margin-bottom: 20px;
}
p.xs{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}
p.md{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 22px;
}
p.lg{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 26px;
}
p.intro{
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  font-style: italic;
}
p.desc17{
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: roboto, monospace;
  font-weight: 400;
  font-style: normal;
}
p.desc18 {
  font-family: roboto, monospace;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
}
p.desc21 {
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
}

h1{
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 26px;
}

h2{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
h2.title30 {
  font-family: roboto, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
}

h2.title50 {
  font-family: roboto, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  font-style: italic;
}

h3{
  font-size: 26px;
  line-height: 32px!important;
  margin-bottom: 15px;
}

h4{
  font-size: 22px;
  line-height: 28px!important;
  margin-bottom: 10px;
}
h5{
  margin-top:2px;
  margin-bottom:0;
  padding-bottom:3px
}
h5.title18{
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 40px;
  font-family: roboto, monospace;
}
/* Title */
.no-ita{font-style: normal !important;}
.title30_bold{font-weight: bold;}
.txtalignR{text-align: right;}
.mgt30{margin-top:30px}

.wrapped-title{
  font-family: roboto-mono, monospace;
  background-color: #1c1c1c;
  color: #01ada4;
  display: inline;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
  font-style: normal;
}
.wrapped-title span{color: #fff;}

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

.section{
  padding-bottom: 100px;
  padding-top: 100px;
}

.content.section.intro{
  padding-top:40px;
  padding-bottom:0;
  margin-bottom: 40px;
}

.content.section.halfpd{
  padding-top:0 !important;
  padding-bottom:30px !important;
  margin-top: unset !important;
}

.section.no-t{padding-top: 0 !important;}
.section.no-b{padding-bottom: 0 !important;}
.wrapper,
.profile,
.user-login-form{
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper.inner{padding: 60px 0;}
.wrapper.w-inside{
  padding-left: 30px;
  padding-right: 30px;
}
.wrapper.w-inner{
  padding-left:50px;
  padding-right: 50px;
}
.wrapper-bottom img.sidebar-image {width: 100%;}

/* Utils text */
.text-c-purple{color:#D19AFF;}
.text-c-gray{color:#88959E;}
.text-c-green{color:#00ADA4;}
.text-robo {font-family: roboto, sans-serif;}
.text-underline{text-decoration: underline;}
.text-center{text-align: center;}
.text-bold{font-weight: bold;}
.text-medium{
  font-family: roboto-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-italic{
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.has-full-height{height:402px}
.visible-sm-block, .visible-xs-block {display: none!important;}

/* General */
.bg-black-trans{background-color: rgba(33,33,33,0.95);}
.bg-black-trans h2.section-title{color:#fff;}
.bg-black-trans p.desc21{color:#ccc;}
.bg-black-trans p.desc21 a{color:#00ADA4;}

.content-wrap{background-color: #ffffff;}

.content-wrap.homepage,
.content-wrap.pproduct,
.is-front {
  background-image: url(../images/bg-home-light.png);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover;
}
.content-wrap.pproduct {background-image: url(../images/bg-prod-light.png);}

/* Presentation item */
.present-item-a.mgl{margin-left: 40px;}
.present-item-a.mgr{margin-right: 40px;}
.present-item-a{position: relative;}
.present-item-a .pi-logo{
  width: 100%;
  margin-bottom: 56px;
}
.present-item-a .pi-logo img{width: 100%;}

/* Text wrapped fix */
.wrapped-title span._ci{
  z-index: 2;
  position: relative;
  color: inherit;
}
.wrapped-title span._ci:nth-child(1){z-index: 2;}
.wrapped-title span._ci:nth-child(2),
.wrapped-title span._ci:nth-child(3){
  z-index: 3;
}

.overlay-hover-green:hover,
.overlay-hover-black:hover,
.overlay-hover-purple:hover {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.overlay-hover-green,
.overlay-hover-black,
.overlay-hover-purple {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #30e4d0;
  opacity: 0.2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.overlay-hover-green {background-color: #30e4d0;}
.overlay-hover-black {background-color: #000000;}
.overlay-hover-purple {background-color: #d19aff;}

/* Lists */
.arrow-list {
  font-family: roboto-mono, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
  color: #1C1C1B;
  text-decoration: none;
  padding-left: 20px;
}
.arrow-list span {
  overflow: hidden;
  display: block;
}
.arrow-list span.arrow-green,
.sidebar-links span.arrow-green,
.sidebar-links span.arrow-black {
  display: inline-block;
  width: 25px;
  height: 11px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  margin-top: 10px;
}

.sidebar-links span.arrow-green,
.sidebar-links span.arrow-black {
  margin-top: 12px;
}

/* Services */
.sidebar-links {
  font-family: roboto-mono, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 36px;
  color: #1C1C1B;
  padding-left: 20px;
  display: block;
  text-decoration: underline;
}
.sidebar-links:hover {
  color: #000000;
  text-decoration: none;
}
.sidebar-links.purple,
.sidebar-links.purple:hover{
  color:#d19aff;
}
.sidebar-links span {
  overflow: hidden;
  display: block;
}

.current-service {text-decoration: none !important;}
.service-sidebar-image {
  width: 100%;
  padding-left: 20px;
}
.survey-box {
  padding: 20px;
  background-color: #01ada4;
}
.survey-box h5.survey-title {
  font-family: roboto,sans-serif;
  font-weight: lighter;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}
.survey-box p.survey-desc {
  font-family: roboto,sans-serif;;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.survey-cta {text-align: center;}

/* Resources section */
.wblock{
  background-color: transparent;
  padding: 40px;
}
.wblock.black{background-color: #000000;}
.wblock.white{background-color: #ffffff;}
.resources-section h2 {
  display: inline;
  padding: 5px 0;
}
.resource-category p {
  font-family: roboto,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
}
.resource-category-link a {
  font-family: roboto-mono, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #01ada4;
  display: inline-block;
}
.resource-category-link.black a,
.resource-category-link.black a:hover{
  color:#1c1c1c;
}
.resource-category-link a:hover .resource-link {text-decoration: none;}
.resource-link {text-decoration: underline;}
.resource-arrow-green {
  display: inline-block;
  width: 20px;
  height: 11px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  margin-top: 7px;
}
/*Tweaks*/
.drt-ok > .row:first-of-type {
  display: flex !important;
  width: 100%;
}
.drt-ok > .row::before,
.drt-ok > .row::after {
  display: none;
}

.red-hr {background-color: #00ADA4 !important;}
.form-end{display:none}
.inner:after,
.inner:before{
  display: table;
  content: " "
}
.form-header {padding-left: 20px}
.loader-form {width: 100%}
.loader-form div {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center
}

.modal-dialog{max-width: 620px;}
a.videoPlay span {
  position: absolute;
  font-size: 80px;
  color: rgba(255,255,255,.8);
  top: 45%;
  margin-top: -40px;
  left: 50%;
  margin-left: -30px;
}
input[type='radio']:checked:after {
  width: 16px;
  height: 16px;top:-1px;left:-1px;
  border-radius: 16px;
  position: relative;
  background: url(../images/radio-checked.png);
  content: '';
  display: inline-block;
  visibility: visible;

}
.paragraph-row {margin:2em 0;}
.paragraphs-container .field--name-field-title{
  font-size:2em;
  color:#00ADA4;
}
.gray-box{
  padding:2em;
  background-color:#f8f8f8;
}

/* Utils cols */
.col-center{
  margin: 0 auto;
  float: none;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.wflex{
  display: flex;
  flex-direction: row;
}
.wflex._end{justify-content: flex-end;}

.cx-label{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #A6A6A5;
  border-radius: 6px;
  padding: 4px 0;
  line-height: 24px;
}
.cx-label.mgr{margin-right:25px;}

/* CTAs */
.cta{
  font-family: roboto, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color:#1C1C1B;
  text-decoration: none;
}

.cta div{overflow: hidden;}
.cta span.arrow-green{
  display: inline-block;
  width: 25px;
  height: 11px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  margin-top: 5px;
}
.cta.mb{
  margin-bottom: 25px;
  display: inline-block;
}
.cta:hover{color:#00ADA4}

/* Buttons */
.btn{font-family: Arial, Helvetica, sans-serif;}
.btn.white{
  font-size: 16px;
  color: #1c1c1c;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 6px;
  padding: 4px 20px;
}

.btn.white:hover{
  background-color: #ccc;
  border-color: #ccc;
}

.btn.green{
  font-size: 16px;
  color: #fff;
  background-color: #00ADA4;
  border-color:#00ADA4;
  border-radius: 6px;
  padding: 4px 20px;
}

.btn.green:hover{
  background-color: #00877D;
  border-color:#00877D;
}

.btn.black{
  font-size: 16px;
  color: #fff;
  background-color: #444444;
  border-color:#444444;
  border-radius: 6px;
  padding: 4px 20px;
}

.btn.black:hover{
  background-color: #000000;
  border-color:#000000;
  color: #fff;
}

.btn.gray{
  font-size: 16px;
  color: #fff;
  background-color: #A6A6A5;
  border-color:#A6A6A5;
  border-radius: 6px;
  padding: 4px 20px;
}

.btn:not(.disabled).gray:hover{
  background-color: #1c1c1c;
  border-color:#1c1c1c;color: #fff!important;
}
.btn.disabled{opacity: 1 !important;}
.btn.xs{
  border-radius: 6px;
  padding: 4px 20px;
  font-size: 14px;
}
.btn.mgr{margin-right:20px;}
.twobtn .btn{
  padding-left:10px;
  padding-right:10px;
}
.twobtn .btn.mgr{margin-right: 10px;}

/* Wrapped title */
.wrapped-text-caption span {
  font-family: roboto, sans-serif;
  color: #1c1c1c;
  font-weight: 400;
  font-style: normal;
}
.wrapped-text-caption{
  font-size: 20px;
  font-weight: 400;
  font-family: roboto, monospace;
  color: #00ada4;
  background-color: #ffffff;
  position: relative;
  display: inline;
  box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
  padding: 4px;
}
.wrapped-text-caption.dark span{color: #ffffff;}
.wrapped-text-caption.dark {
  background-color: #1c1c1c;
  box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}

/* Wrapped title*/
.wrapped-text-caption-b{
  font-size: 20px;
  line-height:20px!important;
  font-weight: 500;
  font-family: roboto, sans-serif;
  color: #1c1c1c;
  background-color: #ffffff;
  position: relative;
  display: inline;
  box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
  -moz-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;
  -webkit-box-shadow: 0.6em 0 0 #ffffff, -0.5em 0 0 #ffffff;padding-right:5px;
}
.wrapped-text-caption-b span {
  font-family: roboto, monospace;
  font-weight: 300;
  color: #00ada4;
  font-style: normal;
}
.wrapped-text-caption-b.dark {
  background-color: #1c1c1c;
  box-shadow: 0.6em 0 0 #1c1c1c, -0.5em 0 0 #1c1c1c;
}
.wrapped-text-caption-b.dark span{color: #ffffff;}

/* Utils paddings */
.npd{padding: 0;}
.npt{padding-top: 0;}
.npb{padding-bottom: 0;}
.nmg{margin: 0;}
.nmb{margin-bottom: 0;}
.nmt{margin-top: 0;}
.mgt-20{margin-top:20px;}
.mgt-10{margin-top:10px;}
.mgt-30{margin-top:30px;}
.mgt-40{margin-top:40px;}
.mgb-10{margin-bottom:10px;}
.mgb-20{margin-bottom:20px;}
.mgb-30{margin-bottom:30px;}
.mgb-40{margin-bottom:40px;}
.pdb-10{padding-bottom: 10px;}
.pdb-20{padding-bottom: 20px;}
.pdb-30{padding-bottom: 30px;}
.pdb-40{padding-bottom: 40px;}
.pdb-60{padding-bottom: 60px;}
.pdt-10{padding-top: 10px;}
.pdt-20{padding-top: 20px;}
.pdt-30{padding-top: 30px;}
.pdt-40{padding-top: 40px;}
.pdt-60{padding-top: 60px;}
.padding-30{padding:30px 0;}
.padding-60{padding-top:60px;padding-bottom:60px}
.pdr40{padding-right:40px}
.mgb-40 {margin-bottom: 40px;}
.mgt10{margin-top:10px}
.bg-gray{background-color:#f2f2f2;}
.positioncenter{clear:both;float:none;margin:0 auto;}
.padding0{padding:0;}
.paddinglr30{padding:30px;}
.section h3{font-weight:normal;}

/* Media */
.media-wrap{position: relative;}
img.mxwidth{width: 100%;}

/* search page*/
.search-banner {
  min-height:220px;
}

@media screen and (max-width: 1199px) {
  .wrapper {padding: 0 20px;}
  .header #nav {padding-left: 40px;}
  .header .actions .abottom-item span{display: none;}
  .header .abottom-item.abi-contact {width: 30px;}
  .header .abottom-item{flex: 1;}
}

@media screen and (max-width: 1100px) {
  .intro .wflex._end {
    justify-content: unset;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .content.footer .footer-copyright-and-social .footer-social {
    text-align: left;
    margin-top: 20px;
  }
  .present-item-a.mgl {margin-left: 0;}
  h2.title50 {
    font-size: 32px;
    line-height: 1.5;
  }
  .drt-ok .present-item-a .title50 {margin-top: 60px;}
  .present-item-a img[alt="Intelligent Edge"] {margin-top: 40px;}

  p.intro {font-size: 28px;}
  .wrapper {padding: 0 20px;}
  .btn{margin-bottom: 20px;}
}

@media screen and (max-width: 767px) {
  .wflex {flex-direction: column;}
  .wflex > .btn {
    width: 50%;
    min-width: 250px;
    margin: 0 auto 25px;
  }
  .btn.mgr {margin-right: auto;margin-bottom:10px}
  .content.section.intro {margin-bottom: unset;}
}

@media screen and (max-width: 480px) {
  p.intro {font-size: 24px;}
  .wflex > btn {margin-bottom: 10px;}
  .wflex > btn.mgr {margin-right: 0;}
}
@media screen and (min-width:650px){
  h2.section-title{font-style:normal;margin-left:-40px}
  .pdl40{padding-left:40px}
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Language styles. */
body.language-japanese {
  font-family: Noto San, sans-serif;
}

body.language-japanese .resource-container h1 {
  font-family: Noto San, sans-serif;
}

body.language-japanese .resource-container .resource-bottom-menu a {
  font-family: Noto San, sans-serif;
}

h1.hero-title-is,
h2.title-is.title-slab,
.title-slab,
ul.navigation-industry-si a,
.percentages-title,
.exlg-is,
p.exlg-is {
  font-family: Noto San, sans-serif !important;
}

/* Protected Pages Styles. */
.protected-pages-enter-password {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 30px auto 60px auto;
}

@media screen and (max-width: 1199px) {
  .protected-pages-enter-password {
    padding: 0 20px;
  }
}

.protected-pages-enter-password input[type=submit] {
  background-color: #00ada4;
  border: none;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  width: auto;
  text-transform: uppercase;
  margin: 16px 0 25px 0;
  outline: none;
  font-size: 16px;
  line-height: 1em;
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 400;
}

.protected-pages-enter-password input[type=password] {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #1c1c1c;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-bottom-width: 2px;
}

.protected-pages-enter-password input[type=submit]:hover {
  background-color: #00877d;
}
