@charset "UTF-8";
/*------------------------------------*\
    VARS
\*------------------------------------*/
#frontpage-cases-slider .swiper-navigation .custom-swiper-button-prev:hover,
#frontpage-cases-slider .swiper-navigation .custom-swiper-button-next:hover, #frontpage-cases-slider .swiper-navigation .custom-swiper-button-prev,
#frontpage-cases-slider .swiper-navigation .custom-swiper-button-next, .main-nav ul li.menu-button a:hover, .main-nav ul li.menu-button a, .btn-secondary:hover,
a.btn-secondary:hover, .btn-secondary,
a.btn-secondary, .btn-primary-purple:hover,
a.btn-primary-purple:hover, .btn-primary-purple,
a.btn-primary-purple, .btn-primary-blue:hover,
a.btn-primary-blue:hover, .btn-primary-blue,
a.btn-primary-blue {
  transition: all 0.3s ease-out;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
body, html {
  font-family: Quicksand, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  color: #025864;
}

body.contact-open {
  overflow: hidden;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Quicksand, serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
}

h2 {
  font-family: Quicksand, serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}

h3 {
  font-family: Quicksand, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

h4 {
  font-family: Poppins, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.devider {
  height: 1px;
  background-color: #025864;
  margin: 30px auto;
}

a {
  color: #025864;
}

.btn {
  border: none;
}

.btn-primary-blue,
a.btn-primary-blue {
  border-radius: 24px;
  background-color: #36A9E0;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  display: inline-block;
  font-weight: 600;
}

.btn-primary-blue:hover,
a.btn-primary-blue:hover {
  background-color: #1E70B7;
}

.btn-primary-purple,
a.btn-primary-purple {
  border-radius: 24px;
  background-color: #832767;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  display: inline-block;
  font-weight: 600;
}

.btn-primary-purple:hover,
a.btn-primary-purple:hover {
  background-color: #86174B;
  color: #ffffff;
}

.btn-secondary,
a.btn-secondary {
  border-radius: 24px;
  background: transparent;
  color: #36A9E0;
  height: 48px;
  line-height: 48px;
  padding: 0 15px 0 55px;
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.btn-secondary:before,
a.btn-secondary:before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("../img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.btn-secondary:hover,
a.btn-secondary:hover {
  background: transparent;
  color: #36A9E0;
}

.btn-contact-close {
  width: 45px;
  height: 45px;
  padding: 0;
  background-image: url("../img/cross.svg");
}

/*------------------------------------*\
    MAIN MENU
\*------------------------------------*/
/* basepage */
.main-nav ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

.main-nav ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.main-nav ul li a:link,
.main-nav ul li a:visited {
  color: #1E70B7;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  display: block;
}

.main-nav ul li a:hover {
  text-decoration: none;
}

.main-nav ul li.current-menu-item:before,
.main-nav ul li.current_page_parent:before {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 30px;
  background-color: #ffffff;
  position: absolute;
  top: -5px;
}

/* contact button */
.main-nav ul li.menu-button {
  padding: 0;
}

.main-nav ul li.menu-button a {
  border-radius: 24px;
  background-color: #832767;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  display: block;
  font-weight: 500;
}

.main-nav ul li.menu-button a:hover {
  background-color: #86174B;
  color: #ffffff;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header-wrapper {
  height: 90px;
  z-index: 105;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.4s linear 0s;
}

.header-wrapper.on-scroll {
  background-color: #ffffff;
}

.header-logo a {
  text-decoration: none;
}

.header-logo img {
  height: 40px;
  width: auto;
}

.header-logo .payoff {
  color: #025864;
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  top: 2px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.frontpage #hero .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}

.frontpage #hero #frontpage-hero-slider img {
  width: 100%;
  height: auto;
}

.frontpage #hero .hero-title {
  margin-top: -175px;
  position: relative;
  z-index: 99;
}

.frontpage #hero .hero-title h1 {
  color: #ffffff;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
  font-family: Quicksand, serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 500;
  line-height: 156px;
}

.frontpage #hero .hero-text {
  color: #025864;
  font-family: Quicksand, Serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
}

.frontpage #cases {
  margin-top: 90px;
}

.frontpage #cases .block-title {
  height: 500px;
  background-color: #F1F5F5;
  padding-left: 90px;
  padding-top: 60px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.frontpage #cases .block-title h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
  color: rgba(2, 88, 100, 0.3);
}

.frontpage #cases .slider-wrapper {
  margin-top: -250px;
  padding-left: 0;
}

#frontpage-cases-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
}

#frontpage-cases-slider:before {
  content: "";
  height: 500px;
  width: 5px;
  top: 20px;
  background-color: #82AAB0;
  position: absolute;
  z-index: 99;
}

#frontpage-cases-slider .swiper-wrapper {
  left: -30px;
}

#frontpage-cases-slider .swiper-slide {
  width: 80%;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
}

#frontpage-cases-slider .swiper-bg-filter {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#frontpage-cases-slider .swiper-slide .swiper-content {
  position: absolute;
  bottom: 30px;
  padding-left: 60px;
}

#frontpage-cases-slider .swiper-slide .client-name {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}

#frontpage-cases-slider .swiper-slide .client-subtitle {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-size: 40px;
  line-height: 50px;
}

#frontpage-cases-slider .swiper-horizontal > .swiper-pagination-bullets,
#frontpage-cases-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: auto;
  width: auto;
  position: relative;
}

#frontpage-cases-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #36A9E0;
  opacity: 1;
}

#frontpage-cases-slider .swiper-pagination-bullet-active {
  background-color: #312783;
}

#frontpage-cases-slider .swiper-navigation {
  position: relative;
  width: 125px;
}

#frontpage-cases-slider .swiper-navigation .custom-swiper-button-prev,
#frontpage-cases-slider .swiper-navigation .custom-swiper-button-next {
  width: 45px;
  height: 45px;
  background-image: url("../img/arrow.svg");
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid #F1F5F5;
  border-radius: 100%;
}

#frontpage-cases-slider .swiper-navigation .custom-swiper-button-prev {
  float: left;
  transform: rotate(180deg);
}

#frontpage-cases-slider .swiper-navigation .custom-swiper-button-next {
  float: right;
}

#frontpage-cases-slider .swiper-navigation .custom-swiper-button-prev:hover,
#frontpage-cases-slider .swiper-navigation .custom-swiper-button-next:hover {
  background-color: #F1F5F5;
}

.frontpage #services {
  padding: 90px 0;
}

.frontpage #services .block-title {
  color: #025864;
  margin-bottom: 30px;
}

.frontpage #services .service-teaser-card {
  margin-bottom: 30px;
}

.frontpage #services .service-teaser-card .icon {
  width: 70px;
  float: left;
}

.frontpage #services .service-teaser-card .icon img {
  width: 100%;
  height: auto;
}

.frontpage #services .service-teaser-card .text {
  width: calc(100% - 75px);
  color: #025864;
  float: left;
  padding-left: 10px;
}

.frontpage #partners {
  background-color: #FAFAFA;
  padding: 60px 0;
}

.frontpage #partners .block-title h2 {
  color: #025864;
  font-size: 18px;
  line-height: 34px;
}

.frontpage #partners .partner-logo img {
  width: 100%;
  height: auto;
}

.frontpage #clients {
  background-color: #F1F5F5;
  padding: 60px 0;
}

.frontpage #clients .block-title h2 {
  color: #025864;
  font-size: 18px;
  line-height: 34px;
}

.frontpage #clients .swiper {
  width: 100%;
}

.frontpage #clients .swiper-wrapper {
  transition-timing-function: linear !important;
}

.frontpage #clients .swiper-slide {
  height: auto !important;
}

.frontpage #clients .horizontal-ticker {
  display: flex;
  flex-direction: column;
  row-gap: 2.85vw;
  position: relative;
}

.frontpage #clients .horizontal-ticker:before {
  position: absolute;
  left: 0;
  content: "";
  width: 125px;
  height: 100%;
  background: linear-gradient(90deg, rgb(241, 245, 245) 25%, rgba(241, 245, 245, 0) 100%);
  z-index: 99;
}

.frontpage #clients .horizontal-ticker:after {
  position: absolute;
  right: 0;
  content: "";
  width: 125px;
  height: 100%;
  background: linear-gradient(270deg, rgb(241, 245, 245) 25%, rgba(241, 245, 245, 0) 100%);
  z-index: 99;
}

@media screen and (max-width: 767.9px) {
  .horizontal-ticker {
    row-gap: 15px;
  }
}
/**
 * Slider Slides
 */
.horizontal-ticker__slide {
  position: relative;
  width: 15.625vw;
  aspect-ratio: 300/205;
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(50px);
}

@media screen and (max-width: 767.9px) {
  .horizontal-ticker__slide {
    width: 150px;
  }
}
.horizontal-ticker__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease-out;
}

.frontpage #mission {
  padding: 90px 0;
  background-color: #025864;
  background-image: url("../img/pattern-arrows.svg");
}

.frontpage #mission .block-title {
  margin-bottom: 30px;
}

.frontpage #mission .block-title h2 {
  color: rgba(241, 245, 245, 0.5);
}

.frontpage #mission .mission-card {
  color: #ffffff;
  margin-bottom: 30px;
}

/*------------------------------------*\
    BASE PAGE
\*------------------------------------*/
main.base-page {
  margin-top: 150px;
}

.base-page .page-header {
  margin-bottom: 60px;
  position: relative;
}

.base-page .page-header h1 {
  text-align: left;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer-wrapper {
  background-color: #F1F5F5;
  color: #025864;
}

.footer-wrapper .footer-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #D0D0D0;
}

.footer-wrapper .footer-menu .footer-logo img {
  height: 40px;
  width: auto;
}

.footer-wrapper .footer-menu .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper .footer-menu .footer-nav ul li {
  display: inline-block;
}

.footer-wrapper .footer-menu .footer-nav ul li a {
  color: #36A9E0;
  margin: 0 60px;
  text-decoration: none;
}

.footer-wrapper .footer-menu .footer-nav ul li:last-child a {
  margin-right: 0;
}

.footer-wrapper .footer-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #D0D0D0;
}

.footer-wrapper .footer-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #36A9E0;
}

.footer-wrapper .footer-copyright .credits {
  float: left;
  margin-right: 30px;
}

.footer-wrapper .footer-copyright ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-wrapper .footer-copyright ul li {
  display: inline-block;
}

.footer-wrapper .footer-copyright ul li a {
  color: #36A9E0;
  margin: 0 60px;
  text-decoration: none;
}

.footer-wrapper .footer-copyright ul li:last-child a {
  margin-right: 0;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  animation-duration: 300ms;
  background-color: #ffffff;
}

.contact-modal .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
}

.contact-modal .left-panel {
  background-color: #1E70B7;
  background-image: url("../img/pattern-arrows.svg");
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 100px 90px 0 60px;
  height: 100vh;
}

.contact-modal .right-panel {
  background-image: url("../img/pattern-arrows-corner.svg");
  background-repeat: no-repeat;
  background-position: top right;
  height: 100vh;
  padding: 100px 90px 30px 60px;
  overflow-y: auto;
}

.contact-modal .right-panel h2 {
  color: #025864;
  margin-bottom: 15px;
}

.contact-modal .right-panel #thankyouPanel {
  padding-top: 100px;
}

/*------------------------------------*\
    INTRO MODAL
\*------------------------------------*/
#introModal .modal-content {
  background: url("../img/pattern-arrows-corner.svg");
  background-repeat: no-repeat;
  background-position: right -75% top -75%;
  background-size: 75%;
  background-color: #F1F5F5;
  border-radius: 0;
}

#introModal .modal-content .intro-logo img {
  width: 225px;
  height: auto;
}

#introModal .modal-content .intro-text {
  padding: 30px 100px 60px 100px;
}

/*------------------------------------*\
    SIGNUP FORM // ALL FORMS
\*------------------------------------*/
form {
  line-height: initial;
}

form .group-label {
  margin-bottom: 10px;
  display: block;
}

.form-with-animated-labels .form-group {
  position: relative;
}

.form-with-animated-labels [type=text],
.form-with-animated-labels [type=email],
.form-with-animated-labels textarea {
  width: 100%;
  padding: 18px 10px 2px 10px;
  border: 1px solid #F1F5F5;
  border-radius: 5px;
  color: #025864;
  background: #F1F5F5;
  font-size: 18px;
  height: 54px;
}

.form-with-animated-labels textarea {
  height: 150px;
}

.form-with-animated-labels label[for] {
  position: absolute;
  top: 25%;
  left: 10px;
  font-size: 18px;
  color: #82AAB0;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
  overflow: hidden;
}

.form-with-animated-labels .form-textarea-wrapper label[for] {
  top: 10px;
  transform: none;
}

.form-with-animated-labels label[for].focused {
  top: 4px;
  transform: none;
  font-size: 14px;
}

.form-with-animated-labels .wpcf7-form-control-wrap {
  position: static;
}

.form-with-animated-labels .wpcf7-not-valid-tip {
  position: absolute;
  left: 5px;
  font-size: 12px;
  bottom: -18px;
  color: #ffffff;
}

/* OUTPUT MESSAGES CF7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wpcf7 form .wpcf7-response-output {
  display: none;
  font-size: 18px;
  padding: 10px;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #6AAA3D;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #E60000;
}

/***** wpcf7 *****/
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label,
.mc4wp-checkbox span {
  display: inline-block;
}

/***** RADIO BUTTON STYLES *****/
.form-radio,
.wpcf7-radio .wpcf7-list-item {
  position: relative;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.form-radio input[type=radio],
.wpcf7-radio input[type=radio] {
  opacity: 0;
}

.form-radio label,
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 15px !important;
}

.form-radio label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #D6E3F4;
  background: #ffffff;
}

.form-radio input[type=radio],
.wpcf7-radio input[type=radio] {
  margin: 0;
}

.form-radio input[type=radio]:checked + label:after,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  font-size: 11px;
  width: 14px;
  height: 14px;
  background-color: #000000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/***** CHECKBOX STYLES *****/
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item,
.mc4wp-checkbox {
  display: block;
  margin-bottom: 10px;
}

.form-checkbox input[type=checkbox],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox],
.mc4wp-checkbox input[type=checkbox] {
  display: none;
}

.form-checkbox label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label,
.mc4wp-checkbox span {
  padding-left: 40px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px !important;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label,
.mc4wp-checkbox span {
  padding-top: 3px;
}

.form-checkbox label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.mc4wp-checkbox span:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #D6E3F4;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
}

.form-checkbox input:checked + label:after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after,
.mc4wp-checkbox input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  background-color: #000000;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1200px) {
  .frontpage #hero .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .frontpage #hero .hero-title {
    margin-top: -135px;
  }
  .frontpage #hero .hero-title h1 {
    font-size: 138px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .header-logo .payoff {
    display: none;
  }
  .frontpage #hero .hero-title {
    margin-top: -100px;
  }
  .frontpage #hero .hero-title h1 {
    font-size: 100px;
    line-height: 95px;
  }
  .frontpage #cases .block-title {
    border-radius: 0;
  }
  .footer-wrapper .footer-copyright ul li a {
    margin: 0 15px 0 0;
  }
  #introModal .modal-content .intro-text {
    padding: 30px 50px 60px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper {
    height: 85px;
  }
  .main-nav ul li.menu-button {
    margin: 0;
  }
  .frontpage #hero .hero-title {
    margin-top: -70px;
  }
  .frontpage #hero .hero-title h1 {
    font-size: 90px;
    line-height: 75px;
  }
  .frontpage #hero .hero-text {
    font-size: 22px;
    margin-top: -32px;
  }
  .contact-modal .left-panel {
    display: none;
  }
  .contact-modal .right-panel {
    padding: 100px 30px 30px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .frontpage #cases .block-title h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .frontpage #cases .block-title {
    padding-left: 30px;
  }
  .frontpage #cases .block-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  #frontpage-cases-slider {
    margin-left: 30px;
  }
  .frontpage #cases .slider-wrapper {
    padding-right: 0;
  }
  #frontpage-cases-slider .swiper-wrapper {
    left: 0;
  }
  #frontpage-cases-slider .swiper-slide {
    width: 100%;
    border-radius: 0;
  }
  #frontpage-cases-slider .swiper-slide .swiper-bg-filter {
    border-radius: 0;
  }
  .frontpage #cases .slider-wrapper .swiper-controls {
    display: none;
  }
  #introModal .modal-content .intro-text {
    padding: 30px;
  }
  .contact-modal .right-panel {
    padding: 60px 15px 30px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .frontpage #cases .block-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .frontpage #cases .slider-wrapper {
    margin-top: -300px;
  }
}
@media only screen and (max-width: 390px) {
  .frontpage #cases .block-title h2 {
    font-size: 35px;
  }
}
/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/
.animate {
  display: inline-block;
}

.animate-up {
  transition: transform 0.5s ease;
}

.animate-up:hover {
  transform: translateY(-10px);
  transition: transform 0.5s ease;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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