/** Header **/
/*
@media screen and ( min-width: 960px ) {
  .main-navigation ul ul {
    padding-top: 48px !important;
  }
}
*/

.site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:last-child {
  min-width: 140px;
  padding: 0 0;
  border: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #0088cc !important;
  max-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-left: 15px;
}

.site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:last-child > a {
  padding-right: 8px;
  padding-left: 0;
}

.site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li#menu-item-352:after {
  background-image: url('../../images/ico-down.png');
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: center center;
  width: 10px;
  height: 7px;
  content: 'x';
  color: transparent;
}

.site-header .header-1st-row .inner-header .header-center .main-navigation .menu>li:nth-child(6) {
  border-right: 0 !important;
}

/** Footer **/

.site-footer .bottom-footer .d-logo-footer {
  width: 25%;
  display: flex;
  justify-content: flex-start;
}

.site-footer .bottom-footer .d-menu-footer {
  width: 50%;
  display: flex;
  justify-content: center;
}

.site-footer .bottom-footer .d-menu-footer ul li {
  font-size: 13px !important;
  font-weight: bold !important;
}

.site-footer .bottom-footer .d-menu-footer ul li a {
  font-size: 13px !important;
  font-weight: bold !important;
}

.site-footer .bottom-footer .d-social-footer {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}

.bottom-footer .d-social-footer ul li {
    padding: 0 5px;
}

@media screen and ( max-width: 959px ) {
  .site-footer .bottom-footer .d-logo-footer {
    padding-left: 40px;
    width: 15%;
  }

  .site-footer .bottom-footer .d-logo-footer svg {
    width: 80px;
    height: 38px;
  }

  .site-footer .bottom-footer .d-menu-footer {
    width: 70%;
  }

  .site-footer .bottom-footer .d-social-footer {
    padding-right: 40px;
    width: 15%;
  }
}

@media screen and ( max-width: 759px ) {
  .site-footer .bottom-footer .d-logo-footer {
    padding-left: 20px;
  }

  .site-footer .bottom-footer .d-social-footer {
    padding-right: 20px;
  }
}

@media screen and ( max-width: 600px ) {
  .site-footer .bottom-footer {
    flex-wrap: wrap !important;
  }

  .site-footer .bottom-footer .d-logo-footer {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }

  .site-footer .bottom-footer .d-menu-footer {
    width: 100%;
    justify-content: center;
    margin: 20px 0;
  }

  .site-footer .bottom-footer .d-social-footer {
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
}

@media screen and ( max-width: 440px ) {
  .bottom-footer .d-menu-footer ul {
    flex-wrap: wrap;
  }

  .bottom-footer .d-menu-footer ul li {
    width: 100%;
    padding: 10px 0;
  }
}

/** Form **/

.wpforms-form input {
  border: 1px solid #59595C !important;
  border-radius: 0 !important;
  height: 40px !important;
}

.wpforms-form label.wpforms-field-label {
  color: #242424 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.wpforms-form label.wpforms-field-sublabel {
  color: #DF1D37 !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  padding: 14.5px 0px !important;
  border-radius: 4px !important;
}

/** Components **/

.type-slogan .slogan-content-wrapper h2,
.type-slogan .slogan-content-wrapper p {
  font-size: 80px !important;
  line-height: 92px !important;
  color: #fff !important;
  font-weight: bold !important;
}

.type-cta .cta-content-wrapper  p {
  color: #fff !important;
}

.content-area article .entry-content ul {
  margin-left: 0 !important;
}

.content-area article .entry-content ol {
  margin-left: 17px !important;
}

a.cta-button,
a.slogan-call-to-action,
a.insight-link,
.portfolio-container .terms-filter .filter-terms .filter-active {
  border-radius: 4px !important;
}

/** FrontPage **/

body.home .page-header {
  display: none;
}

body.home .page-wrapper {
  display: block;
}

body.home .type-slider ul.quadro-slides li .inner-slide {
  max-width: 100% !important;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content {
  max-width: 492px;
  left: -35%;
  right: 0;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content h3 {
  font-size: 36px;
  line-height: 47px;
  font-weight: bold;
  margin-bottom: 0;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content p em {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #ffffff;
  margin: 5px 0;
  float: left;
  width: 100%;
}

body.home .type-slider ul.quadro-slides li .inner-slide .slide-content .slide-content-rmore{
  background: #0393CB;
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 30px;
}

@media only screen and (min-width: 960px ) and (max-width: 1450px ) {
  body.home .type-slider ul.quadro-slides li .inner-slide .slide-content {
    max-width: 425px;
    left: -50%;
  }
}

@media screen and ( max-width: 959px ) {
  body.home .type-slider ul.quadro-slides li .inner-slide .slide-content {
    max-width: 492px;
    left: 0;
    right: 0;
  }
  body.home .quadro-slides .inner-slide:before {
    width: 100vw;
  }
}

@media screen and ( max-width: 600px ) {
  body.home .type-slider ul.quadro-slides li .inner-slide .slide-content {
    max-width: calc(100% - 30px);
  }
  body.home .type-slider ul.quadro-slides li .inner-slide .slide-content h3 {
    font-size: 34px;
    line-height: 45px;
  }
}

/** Twitter **/

.twitterFeed .page-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  height: 750px;
  padding: 40px 0;
}

.twitterFeed .left-column {
  max-width: 556px;
  margin-right: 45px;
  padding-right: 0 !important;
  background-position: center center !important;
}

.twitterFeed .right-column {
  width: 50%;
  padding-left: 0 !important;
  margin-left: 45px;
  height: 750px;
}

.twitterFeed .right-column iframe {
  height: 750px !important;
}

.twitterFeed .SandboxRoot.env-bp-660 .timeline-Tweet-text
.SandboxRoot.env-bp-660 .timeline-Tweet-text,
.timeline-Tweet-text {
  font-size: 18px !important;
  line-height: 27px !important;
}

@media only screen and (min-width: 600px ) and (max-width: 960px ) {
  .twitterFeed .left-column {
    margin-right: 15px;
  }

  .twitterFeed .right-column {
    margin-left: 15px;
  }
}

@media screen and ( max-width: 600px ) {
  .twitterFeed .page-wrapper {
    flex-wrap: wrap !important;
    height: auto;
    padding: 40px 0 0 0;
  }

  .twitterFeed .left-column {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100% !important;
    min-height: 375px;
  }

  .twitterFeed .right-column {
    margin-left: 0;
    width: 100% !important;
    height: 480px;
  }

  .twitterFeed .right-column iframe {
    height: 480px !important;
  }
}

/** Pages **/

.single-wrapper .content-area article .entry-footer {
  display: none;
}
