/* VARIABLES */
/* COLORS */
/* NAVIGATION BASE COLORS */
/* BACKGROUNDS */
/* VALIDATION COLOURS */
/* NICCI COLOR */
/* SOCIAL */
/* IMPORTS */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700,900,400italic');
@import url('https://fonts.googleapis.com/css?family=Cutive+Mono');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
/* FONTS */
/* BASE */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  margin: 0;
  background: #f6f6f6;
}
.clearfix {
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #e3e3e3;
}
.clearfix.padding {
  margin: 30px 0;
}
.clearfix.dashed {
  border-bottom-style: dashed;
}
figure {
  margin: 0;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.disabled {
  opacity: .8;
}
button:focus {
  outline: none;
}
iframe {
  border: none;
}
.text-center {
  float: left;
  width: 100%;
  text-align: center;
}
.more {
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}
img {
  border: none;
  outline: none;
}
p {
  font-size: 18px;
  line-height: 26px;
  color: #8ea2ac;
  font-weight: 400;
  margin: 0 0 15px 0;
}
p a {
  color: #728690;
  font-weight: 800;
}
p a:hover {
  color: #576a74;
}
p.small {
  font-size: 14px;
}
h2 {
  color: #576a74;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 15px 0;
}
h3 {
  color: #000000;
  margin: 0 0 15px 0;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .more {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
.btn-wrap {
  margin: 30px 0 60px 0;
}
.btn {
  float: left;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.white {
  color: #ffffff;
}
.btn.blue {
  color: #ffffff;
  background: #1380a7;
  background: -moz-linear-gradient(top, #1380a7 0%, #0c6c8e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1380a7), color-stop(100%, #0c6c8e));
  background: -webkit-linear-gradient(top, #1380a7 0%, #0c6c8e 100%);
  background: -o-linear-gradient(top, #1380a7 0%, #0c6c8e 100%);
  background: -ms-linear-gradient(top, #1380a7 0%, #0c6c8e 100%);
  background: linear-gradient(to bottom, #1380a7 0%, #0c6c8e 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.blue:hover {
  background: #0c6c8e;
  background: -moz-linear-gradient(top, #0c6c8e 0%, #1380a7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c6c8e), color-stop(100%, #1380a7));
  background: -webkit-linear-gradient(top, #0c6c8e 0%, #1380a7 100%);
  background: -o-linear-gradient(top, #0c6c8e 0%, #1380a7 100%);
  background: -ms-linear-gradient(top, #0c6c8e 0%, #1380a7 100%);
  background: linear-gradient(to bottom, #0c6c8e 0%, #1380a7 100%);
}
.btn.blue-gradient {
  color: #ffffff;
  line-height: 48px;
  background: #26a5d2;
  background: -moz-linear-gradient(top, #26a5d2 0%, #1380a7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26a5d2), color-stop(100%, #1380a7));
  background: -webkit-linear-gradient(top, #26a5d2 0%, #1380a7 100%);
  background: -o-linear-gradient(top, #26a5d2 0%, #1380a7 100%);
  background: -ms-linear-gradient(top, #26a5d2 0%, #1380a7 100%);
  background: linear-gradient(to bottom, #26a5d2 0%, #1380a7 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 10px 0;
  border: 1px solid #0c6c8e;
}
.btn.blue-gradient:hover {
  background: #1380a7;
  background: -moz-linear-gradient(top, #1380a7 0%, #26a5d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1380a7), color-stop(100%, #26a5d2));
  background: -webkit-linear-gradient(top, #1380a7 0%, #26a5d2 100%);
  background: -o-linear-gradient(top, #1380a7 0%, #26a5d2 100%);
  background: -ms-linear-gradient(top, #1380a7 0%, #26a5d2 100%);
  background: linear-gradient(to bottom, #1380a7 0%, #26a5d2 100%);
}
.btn.large {
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 50px;
}
.btn.wide {
  width: 250px;
  text-align: center;
}
.btn.line {
  border: 1px solid #e3e3e3;
}
.btn.line.white {
  border-color: #ffffff;
}
.btn.line:hover.white {
  background: #ffffff;
  color: #1380a7;
}
.btn.rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* FINE LINE BUTTON */
.btn-line {
  float: left;
  width: auto;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #8ea2ac;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-line .desc {
  float: left;
  width: auto;
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  color: #8ea2ac;
}
.btn-line .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.btn-line .icon > i {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #8ea2ac;
  font-size: 18px;
}
.btn-line.icon {
  padding: 0 40px 0 20px;
}
.btn-line.white {
  border-color: #ffffff;
}
.btn-line.white .desc {
  color: #ffffff;
}
.btn-line.white .icon > i {
  color: #ffffff;
}
.btn-line:hover {
  background: #8ea2ac;
}
.btn-line:hover .desc {
  color: #ffffff;
}
.btn-line:hover .icon > i {
  color: #ffffff;
}
.btn-line:hover.white {
  background: #ffffff;
}
.btn-line:hover.white .desc {
  color: #8ea2ac;
}
.btn-line:hover.white .icon > i {
  color: #8ea2ac;
}
.main-footer {
  position: relative;
  height: 415px;
  background: #1380a7;
  background: -moz-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1380a7), color-stop(100%, #cf4f53));
  background: -webkit-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -o-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -ms-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1);
}
.main-footer .top-graphic {
  height: 30px;
  background: #ffffff;
}
.main-footer .arrow-graphic {
  height: 235px;
  background: rgba(255, 255, 255, 0.15);
}
.main-footer .arrow-graphic .line {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 110px;
  background: #ffffff;
}
.main-footer .arrow-graphic .arrow {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 30px;
  height: 15px;
  margin: -5px 0 0 0;
}
.main-footer .arrow-graphic .arrow div {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
}
.main-footer .arrow-graphic .arrow div.line-1 {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin: 0 0 0 -2px;
}
.main-footer .arrow-graphic .arrow div.line-2 {
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  margin: 0 0 0 -17px;
}
.main-footer.vervolg {
  height: 150px;
}
.footer-graphic {
  height: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.15);
}
.footer-navigation {
  height: 40px;
  margin: 40px 0 0 0;
  position: relative;
}
.footer-navigation .footer-menu {
  float: left;
  width: auto;
  height: 40px;
}
.footer-navigation .footer-menu li {
  float: left;
  width: auto;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.footer-navigation .footer-menu li .desc {
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}
.footer-navigation .footer-menu li a {
  float: left;
  width: auto;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}
.footer-navigation .footer-menu li:last-child {
  margin: 0;
}
.footer-navigation .footer-logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -53.5px;
  width: 107px;
  height: 40px;
  background: url('../svg/logo-nicci-full-white.svg');
}
.footer-navigation .disclaimer {
  float: right;
  height: 40px;
}
.footer-navigation .disclaimer .desc {
  float: left;
  line-height: 40px;
  font-size: 14px;
  margin: 0 10px 0 0;
  color: #ffffff;
}
.footer-navigation .disclaimer .logo {
  float: right;
  height: 40px;
  width: 72px;
  background: url('../svg/logo-ni.svg') no-repeat;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .main-footer {
    height: auto;
    padding: 0 5px !important;
  }
  .main-footer .arrow-graphic {
    height: 110px;
  }
  .main-footer.vervolg {
    min-height: 350px;
  }
  .footer-graphic {
    display: none;
  }
  .footer-navigation {
    height: 260px;
    margin: 30px 0 0 0;
  }
  .footer-navigation .footer-menu {
    width: 100%;
  }
  .footer-navigation .footer-menu li {
    width: 100%;
    height: 30px;
  }
  .footer-navigation .footer-menu li .desc {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 30px;
  }
  .footer-navigation .footer-menu li a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .footer-navigation .footer-logo {
    bottom: 20px;
    top: inherit;
  }
  .footer-navigation .disclaimer {
    position: absolute;
    bottom: 90px;
    left: 5px;
    right: 5px;
  }
}
form {
  float: left;
  width: 100%;
  /* FORM HORIZONTAL */
}
form .form-group {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
  /* ERROR */
  /* SUCCES */
}
form .form-group label {
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}
form .form-group input {
  float: left;
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
}
form .form-group input:focus {
  outline: none;
}
form .form-group .icon {
  position: absolute;
  width: 40px;
  height: 40px;
}
form .form-group .icon > i {
  float: left;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}
form .form-group textarea {
  float: left;
  min-height: 70px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #e3e3e3;
}
form .form-group.error input {
  border: 2px solid #dd4757;
}
form .form-group.error textarea {
  border: 2px solid #dd4757;
}
form.form-horizontal {
  margin: 20px 0 30px 0;
  padding: 0 30px 0 0;
}
form.form-horizontal .form-group {
  /* ERROR */
  /* SUCCESS */
}
form.form-horizontal .form-group label {
  width: 40%;
}
form.form-horizontal .form-group input,
form.form-horizontal .form-group textarea {
  width: 60%;
}
form.form-horizontal .form-group.error {
  height: 55px;
}
form.form-horizontal .form-group.error .icon > i {
  color: #dd4757;
}
form.form-horizontal .form-group.error .desc {
  position: absolute;
  top: 40px;
  right: 5px;
  background: #dd4757;
  color: #ffffff;
  padding: 3px 5px;
  font-size: 10px;
}
form.form-horizontal .form-group.success {
  height: 55px;
}
form.form-horizontal .form-group.success .icon > i {
  color: ;
}
form.form-horizontal small {
  font-size: 12px;
}
form.form-horizontal input[type="submit"] {
  border: none;
  float: right;
}
/* NOTIFICATIONS */
.notification-wrapper {
  float: left;
  width: 100%;
  margin: 0;
}
.notification-wrapper .ni-notification {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.notification-wrapper .ni-notification .ni-notification-content .ni-notification-header h1 {
  font-size: 14px;
  font-weight: 700;
}
.notification-wrapper .ni-notification .ni-notification-content ul {
  padding: 0;
}
.notification-wrapper .ni-notification .ni-notification-content ul li {
  list-style-type: none;
}
.notification-wrapper .ni-notification.error {
  background: #dd4757;
}
.notification-wrapper .ni-notification.error .ni-notification-header h1 {
  color: #ffffff;
}
.notification-wrapper .ni-notification.error ul li {
  color: #ffffff;
}
.place-wrap {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}
.col-1 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.33333333%;
}
.col-1.no-padding {
  padding: 0;
}
.col-2 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}
.col-2.no-padding {
  padding: 0;
}
.col-3 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.col-3.no-padding {
  padding: 0;
}
.col-4 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}
.col-4.no-padding {
  padding: 0;
}
.col-5 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66666667%;
}
.col-5.no-padding {
  padding: 0;
}
.col-6 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.col-6.no-padding {
  padding: 0;
}
.col-7 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333333%;
}
.col-7.no-padding {
  padding: 0;
}
.col-8 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
}
.col-8.no-padding {
  padding: 0;
}
.col-9 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
}
.col-9.no-padding {
  padding: 0;
}
.col-10 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}
.col-10.no-padding {
  padding: 0;
}
.col-11 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66666667%;
}
.col-11.no-padding {
  padding: 0;
}
.col-12 {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.col-12.no-padding {
  padding: 0;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .place-wrap {
    padding: 0 5px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .place-wrap {
    padding: 0 5px;
  }
  .col-1 {
    padding: 0 10px;
    width: 50%;
  }
  .col-2 {
    padding: 0 10px;
    width: 50%;
  }
  .col-3 {
    padding: 0 10px;
    width: 33.33333333%;
  }
  .col-4 {
    padding: 0 10px;
    width: 33.33333333%;
  }
  .col-5 {
    padding: 0 10px;
    width: 66.66666667%;
  }
  .col-6 {
    padding: 0 10px;
    width: 50%;
  }
  .col-7 {
    padding: 0 10px;
    width: 50%;
  }
  .col-8 {
    padding: 0 10px;
    width: 100%;
  }
  .col-9 {
    padding: 0 10px;
    width: 100%;
  }
  .col-10 {
    padding: 0 10px;
    width: 100%;
  }
  .col-11 {
    padding: 0 10px;
    width: 100%;
  }
  .col-12 {
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .col-1 {
    width: 8.33333333%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-12 {
    width: 100%;
  }
}
.main-header-wrap {
  height: 500px;
  padding: 100px 0 30px 0;
  background: #1380a7;
  background: -moz-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1380a7), color-stop(100%, #cf4f53));
  background: -webkit-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -o-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -ms-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1);
  position: relative;
}
.main-header-wrap .place-wrap {
  height: 400px;
}
.main-header-wrap .header-info-wrap {
  height: 280px;
  padding: 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
  margin: 40px 0 0 0;
}
.main-header-wrap .header-info-wrap .title {
  color: #ffffff;
  font-weight: 200;
  font-size: 44px;
  margin: 0;
  text-transform: uppercase;
}
.main-header-wrap .header-info-wrap p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
}
.main-header-wrap .header-info-wrap .more {
  float: left;
  color: #ffffff;
  clear: both;
}
.main-header-wrap .header-info-wrap .sub-title {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  font-weight: 800;
  margin: 0 0 10px 0;
}
.main-header-wrap .bottom-graphic {
  position: absolute;
  bottom: 0;
  height: 30px;
  background: #ffffff;
}
.main-header-wrap.blog {
  max-height: 370px;
}
.main-header-wrap.blog .place-wrap {
  height: 270px;
}
.main-header-wrap.blog .blog-header {
  height: 150px;
}
.main-header-wrap.blog .blog-header h1 {
  font-size: 60px;
  line-height: 53px;
  color: #ffffff;
  font-weight: 900;
}
/* BLOG HEADER */
.blog-header {
  float: left;
  width: 100%;
  height: 360px;
  position: relative;
  margin: 100px 0 0 0;
}
.blog-header .title {
  font-size: 60px;
  line-height: 53px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.blog-header .background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .main-header-wrap .header-info-wrap {
    padding: 20px 5px;
  }
  .main-header-wrap .page-contents {
    display: none;
  }
}
.logo-facebook {
  background-image: url('../svg/logo-facebook.svg');
}
.logo-google {
  background-image: url('../svg/logo-google.svg');
}
.logo-foursquare {
  background-image: url('../svg/logo-foursquare.svg');
}
.logo-instagram {
  background-image: url('../svg/logo-instagram.svg');
}
.logo-soundcloud {
  background-image: url('../svg/logo-soundcloud.svg');
}
.logo-github {
  background-image: url('../svg/logo-github.svg');
}
.logo-twitter {
  background-image: url('../svg/logo-twitter.svg');
}
.logo-linkedin {
  background-image: url('../svg/logo-linkedin.svg');
}
.image-wrapper.border {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 5px solid #eaeaea;
  padding: 10px 20px;
  margin: 40px 0;
}
.image-wrapper.border img {
  width: 100%;
}
.image-wrapper.border.no-margin {
  margin: 0;
}
.image-wrapper.no-margin {
  margin: 0;
}
.image-wrapper.code {
  float: left;
  width: 100%;
  background: #eaeaea;
  padding: 20px;
  border: 1px solid #e3e3e3;
  overflow-x: auto;
}
.image-wrapper.code pre {
  font-family: "Source Code Pro", Sourc Sans Pro, sans-serif;
  color: #1380a7;
  font-size: 14px;
  line-height: 18px;
}
.image-wrapper.code pre span {
  font-family: "Source Code Pro", Sourc Sans Pro, sans-serif;
}
.image-wrapper.code pre .attribute-value {
  color: #a4c489;
}
.image-wrapper img.slack {
  max-width: 233px;
}
.centered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.block-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.block-section {
  float: left;
  width: 100%;
}
.block-section .inner-content {
  background: #ffffff;
  padding: 100px 150px 0 150px;
}
.block-section .inner-content .inner-block {
  max-width: 500px;
  position: relative;
}
.block-section .inner-content .inner-block.left {
  float: left;
  padding: 0 100px 0 0;
}
.block-section .inner-content .inner-block.right {
  float: right;
  padding: 0 0 0 100px;
}
.block-section .inner-content .inner-block.btn-footer {
  padding-bottom: 80px;
}
.block-section .inner-content .inner-block.btn-footer .button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
}
.block-section .inner-content .inner-block.btn-footer .button-wrap.left {
  padding-right: 100px;
}
.block-section .inner-content .inner-block.btn-footer .button-wrap.right {
  padding-left: 100px;
}
.block-section .inner-content .inner-block .image-wrapper {
  float: left;
  width: 100%;
  max-width: 400px;
}
.block-section .inner-content .inner-block .image-wrapper img {
  width: 100%;
}
.block-section .inner-content .inner-block p {
  margin: 30px 0;
}
.block-section .inner-content .inner-block .more {
  color: #576a74;
}
.block-section .inner-content .inner-block .code-snippit {
  float: left;
  width: 100%;
  padding: 30px;
  background: #f6f6f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.block-section .inner-content .header {
  margin: 0 0 80px 0;
}
.block-section .inner-content .header.developers {
  border-bottom: 1px solid #4C4C4C;
  padding: 0 10px;
  height: 30px;
}
.block-section .inner-content .header.developers .desc {
  font-family: "Cutive Mono", Source Sans Pro, sans-serif;
  color: #4C4C4C;
}
.block-section .inner-content ul {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
.block-section .inner-content ul li {
  list-style-image: url('../img/list-bullet.png');
  color: #8ea2ac;
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
}
.block-section .inner-content ul li a {
  font-weight: 700;
  text-decoration: underline;
}
.block-section .inner-content ol {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
.block-section .inner-content ol li {
  color: #8ea2ac;
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
}
.block-section .inner-content ol li a {
  font-weight: 700;
  text-decoration: underline;
}
.block-section .inner-content h1 {
  font-size: 44px;
  text-transform: uppercase;
  color: #576a74;
  font-weight: 900;
}
.block-section .inner-content h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #576a74;
  font-weight: 900;
}
.block-section .inner-content h3.light {
  font-weight: 300;
}
.block-section .inner-content h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #576a74;
  font-weight: 900;
}
.block-section .inner-content h5 {
  font-size: 22px;
  text-transform: uppercase;
  color: #576a74;
  font-weight: 900;
}
.block-section .inner-content h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #576a74;
  font-weight: 900;
}
.block-section .inner-content .clearfix {
  margin: 40px 0;
}
.block-section .inner-content.holder {
  padding: 50px 150px 100px 150px;
}
.block-section .inner-content.blog-content {
  padding: 50px 150px;
}
.block-section .inner-footer {
  background: #ffffff;
  position: relative;
  height: 105px;
}
.block-section .inner-footer .line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 105px;
  background: #e3e3e3;
}
.block-section .inner-footer .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 15px;
  margin: -5px 0 0 0;
}
.block-section .inner-footer .arrow div {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #e3e3e3;
}
.block-section .inner-footer .arrow div.line-1 {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin: 0 0 0 -2px;
}
.block-section .inner-footer .arrow div.line-2 {
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  margin: 0 0 0 -17px;
}
.block-section .inner-footer.developers {
  border-top: 1px solid #e3e3e3;
  height: 30px;
  margin: 0 0 50px 0;
  padding: 0 10px;
}
.block-section .inner-footer.developers .desc {
  float: right;
  color: #e3e3e3;
  line-height: 30px;
  font-family: "Cutive Mono", Source Sans Pro, sans-serif;
}
.block-section.dark {
  background: #3d3e3d;
  color: #ffffff;
}
.block-section.dark .inner-content {
  background: #2e312e;
}
.block-section.dark .inner-content .title {
  color: #ffffff;
}
.block-section.dark .inner-content p {
  color: #ffffff;
}
.block-section.dark .inner-content p a {
  color: #ffffff;
}
.block-section.dark .inner-content h1,
.block-section.dark .inner-content h2,
.block-section.dark .inner-content h3,
.block-section.dark .inner-content h4,
.block-section.dark .inner-content h5,
.block-section.dark .inner-content h6 {
  color: #ffffff;
}
.block-section.dark .inner-content ul li {
  color: #ffffff;
}
.block-section.dark .inner-content .more {
  color: #ffffff;
}
.block-section.dark ul li {
  color: #ffffff;
}
.block-section.dark .inner-footer {
  background: #2e312e;
  position: relative;
  height: 105px;
}
.block-section.dark .inner-footer .line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 105px;
  background: #4C4C4C;
}
.block-section.dark .inner-footer .arrow div {
  background: #4C4C4C;
}
.block-section.gray .inner-content {
  background: #ededed;
}
.block-section.gray .inner-content table {
  background: #ffffff;
}
.block-section.gray .inner-content .title {
  color: #728690;
}
.block-section.gray .inner-content p {
  color: #728690;
}
.block-section.gray .inner-content p a {
  color: #728690;
}
.block-section.gray .inner-content h1,
.block-section.gray .inner-content h2,
.block-section.gray .inner-content h3,
.block-section.gray .inner-content h4,
.block-section.gray .inner-content h5,
.block-section.gray .inner-content h6 {
  color: #728690;
}
.block-section.gray .inner-content ul li {
  color: #728690;
}
.block-section.gray .inner-footer {
  background: #ededed;
}
.block-section.nicci-gray .inner-content {
  background: #8ea2ac;
}
.block-section.nicci-gray .inner-content table {
  background: #ffffff;
}
.block-section.nicci-gray .inner-content .title {
  color: #ffffff;
}
.block-section.nicci-gray .inner-content p {
  color: #ffffff;
}
.block-section.nicci-gray .inner-content p a {
  color: #ffffff;
}
.block-section.nicci-gray .inner-content h1,
.block-section.nicci-gray .inner-content h2,
.block-section.nicci-gray .inner-content h3,
.block-section.nicci-gray .inner-content h4,
.block-section.nicci-gray .inner-content h5,
.block-section.nicci-gray .inner-content h6 {
  color: #ffffff;
}
.block-section.nicci-gray .inner-content ul li {
  color: #ffffff;
}
.block-section.nicci-gray .inner-footer {
  background: #8ea2ac;
}
.block-section.noise .inner-content {
  background: url('../img/inner-gray-bg.jpg');
  background-repeat: repeat;
}
.block-section.noise .inner-content .title {
  color: #ffffff;
}
.block-section.noise .inner-content p {
  color: #ffffff;
}
.block-section.noise .inner-content p a {
  color: #ffffff;
}
.block-section.noise .inner-content h1,
.block-section.noise .inner-content h2,
.block-section.noise .inner-content h3,
.block-section.noise .inner-content h4,
.block-section.noise .inner-content h5,
.block-section.noise .inner-content h6 {
  color: #ffffff;
}
.block-section.noise .inner-content ul li {
  color: #ffffff;
}
.block-section.inner-gray .inner-content {
  background: url('../img/inner-gray-bg.jpg') repeat;
  color: #ffffff;
}
.block-section.inner-gray .inner-content .title {
  color: #ffffff;
}
.block-section.inner-gray .inner-content p {
  color: #ffffff;
}
.block-section .header-graphic {
  position: absolute;
  z-index: -2;
  top: 100px;
  left: 0;
  right: 0;
  height: 40px;
  background: #ffffff;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .block-wrapper {
    -webkit-align-items: none;
    -moz-align-items: none;
    -o-align-items: none;
    -ms-align-items: none;
    align-items: none;
    display: block;
  }
  .block-section .inner-content {
    padding: 50px 20px 0 20px;
  }
  .block-section .inner-content .inner-block {
    max-width: 768px;
  }
  .block-section .inner-content .inner-block.left {
    padding: 0;
  }
  .block-section .inner-content .inner-block.right {
    padding: 0;
  }
  .block-section .inner-content .inner-block .image-wrapper {
    margin: 30px 0;
  }
  .block-section .inner-content .inner-block.btn-footer {
    padding-bottom: 80px;
  }
  .block-section .inner-content .inner-block.btn-footer .button-wrap.left {
    padding-right: 0;
  }
  .block-section .inner-content .inner-block.btn-footer .button-wrap.right {
    padding-left: 0;
  }
  .block-section .inner-content ul {
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
  }
  .block-section .inner-content ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .block-section .inner-content ol li {
    font-size: 14px;
    line-height: 18px;
  }
  .block-section .inner-content.blog-content {
    padding: 50px 20px;
  }
  .block-section .inner-content.holder {
    padding: 30px 5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .block-section .inner-content {
    padding: 50px 30px 0 30px;
  }
  .block-section .inner-content .inner-block.left {
    padding-right: 50px;
  }
  .block-section .inner-content .inner-block.right {
    padding-left: 50px;
  }
  .block-section .inner-content .inner-block .image-wrapper {
    text-align: center;
  }
  .block-section .inner-content .inner-block .image-wrapper img {
    width: auto;
    max-width: 100%;
  }
  .block-section .inner-content.blog-content {
    padding: 50px 20px;
  }
  .block-section .inner-content.holder {
    padding: 30px 5px;
  }
}
/* CHECK LIST */
.check-list {
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}
.check-list li {
  list-style-image: url('../img/list-bullet.png');
  padding: 0 0 0 10px;
  line-height: 30px;
  font-size: 18px;
}
/* LOGO LIST */
.logo-list {
  float: left;
  width: 100%;
  padding: 0;
  height: 100px;
  padding: 0 20px;
}
.logo-list li {
  float: left;
  list-style-type: none;
  list-style-image: none !important;
}
.logo-list li .icon {
  float: left;
  height: 36px;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.logo-list li .icon.logo-facebook {
  width: 146px;
  margin-top: ;
}
.logo-list li .icon.logo-google {
  width: 88px;
  margin-top: 13px;
}
.logo-list li .icon.logo-foursquare {
  width: 167px;
  margin-top: 4px;
}
.logo-list li .icon.logo-instagram {
  width: 106px;
  margin-top: 13px;
}
.logo-list li .icon.logo-soundcloud {
  width: 51px;
  margin-top: 7px;
}
.logo-list li .icon.logo-github {
  width: 110px;
  margin-top: -4px;
}
.logo-list li .icon.logo-twitter {
  width: 37px;
  margin-top: ;
}
.logo-list li .icon.logo-linkedin {
  width: 36px;
  margin-top: -9px;
}
.logo-list li:last-child {
  margin: 0;
}
.logo-list li:last-child .icon {
  margin-right: 0;
}
/* SOCIAL LIST */
.social-list {
  padding: 0;
  margin: 0;
  width: auto;
  margin: 0 auto;
}
.social-list li {
  float: left;
  width: 80px;
  margin: 0 30px 0 0;
  list-style-type: none;
}
.social-list li a {
  float: left;
  width: 80px;
  height: 80px;
}
.social-list li a .icon {
  float: left;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.social-list li a .icon.twitter {
  background-image: url('../svg/twitter-rounded.svg');
}
.social-list li a .icon.facebook {
  background-image: url('../svg/facebook-rounded.svg');
}
.social-list li:last-child {
  margin: 0;
}
/* HEADER LIST */
.header-list {
  margin: 0;
}
.header-list li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  list-style-type: none;
}
.header-list li .btn {
  float: left;
  width: 100%;
  text-align: center;
}
/* SPECIALISTS LIST */
.specialists-list {
  float: left;
  width: 100%;
  padding: 0 !important;
}
.specialists-list li {
  float: left;
  width: 16.66666667%;
  list-style-type: none;
  list-style-image: none !important;
}
.specialists-list li .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-position: center center;
}
.specialists-list li .icon.engineering {
  background-image: url('../svg/icon-engineering.svg');
}
.specialists-list li .icon.data-analyst {
  background-image: url('../svg/icon-data-analysts.svg');
}
.specialists-list li .icon.communication-specialist {
  background-image: url('../svg/icon-communication-specialists.svg');
}
.specialists-list li .icon.design {
  background-image: url('../svg/icon-designers.svg');
}
.specialists-list li .icon.business-development {
  background-image: url('../svg/icon-business-development.svg');
}
.specialists-list li .icon.security {
  background-image: url('../svg/icon-security.svg');
}
.specialists-list li .desc {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 0 0;
}
/* JOB LIST */
.job-list {
  float: left;
  width: 100%;
  padding: 0 !important;
}
.job-list li {
  float: left;
  width: 100%;
  list-style-image: none !important;
  list-style-type: none;
}
.job-list li a {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  color: #8ea2ac;
  font-weight: 600;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .logo-list {
    display: block;
    height: auto;
    margin: 20px 0;
  }
  .logo-list li {
    width: 100%;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .logo-list li .icon {
    float: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-list li:last-child {
    margin-bottom: 0;
  }
  .logo-list li:last-child .icon {
    margin-right: auto;
  }
  .specialists-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .specialists-list li {
    width: 33.33333333%;
    margin: 0 0 20px 0;
  }
}
.navigation-wrapper {
  position: absolute;
  z-index: 8888;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
}
.navigation-wrapper .logo {
  float: left;
  width: 106px;
  height: 40px;
  margin: 30px 0;
  background: url('../svg/logo-nicci-full-white.svg') no-repeat;
  background-size: 106px 40px;
}
.navigation-wrapper .main-navigation {
  float: right;
  width: auto;
  height: 40px;
  margin: 30px 0;
  position: relative;
}
.navigation-wrapper .main-navigation ul {
  float: left;
  padding: 0;
  height: 40px;
  margin: 0;
}
.navigation-wrapper .main-navigation ul li {
  float: left;
  height: 40px;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.navigation-wrapper .main-navigation ul li a {
  float: left;
  width: auto;
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.navigation-wrapper .main-navigation ul li a.line {
  text-decoration: underline;
}
.navigation-wrapper .main-navigation ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.navigation-wrapper .main-navigation ul li ul {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -10;
  top: 40px;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}
.navigation-wrapper .main-navigation ul li ul li {
  width: auto;
  height: 30px;
  background: #ffffff;
  padding: 0 10px;
}
.navigation-wrapper .main-navigation ul li ul li a {
  float: left;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  color: #576a74;
  white-space: nowrap;
}
.navigation-wrapper .main-navigation ul li ul li a:hover {
  text-decoration: underline;
}
.navigation-wrapper .main-navigation ul li ul li:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navigation-wrapper .main-navigation ul li ul li:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navigation-wrapper .main-navigation ul li:hover ul {
  opacity: 1;
  z-index: 10px;
  display: block;
}
.navigation-wrapper .menu-logo {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: none;
}
.navigation-wrapper .menu-logo div {
  position: absolute;
  left: 1px;
  width: 38px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation-wrapper .menu-logo div.line-1 {
  top: 4px;
}
.navigation-wrapper .menu-logo div.line-2 {
  top: 15px;
}
.navigation-wrapper .menu-logo div.line-3 {
  top: 26px;
}
.navigation-wrapper .menu-logo:hover div.line-1 {
  top: 2px;
}
.navigation-wrapper .menu-logo:hover div.line-3 {
  top: 28px;
}
.navigation-wrapper.light {
  background: #ffffff;
}
.navigation-wrapper.light .logo {
  background: url('../svg/logo-nicci.svg') no-repeat;
  background-size: 106px 40px;
}
.navigation-wrapper.light .main-navigation ul li a {
  color: #2e312e;
}
.page-wrapper.active .navigation-wrapper .menu-logo div.line-1 {
  top: 15px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-wrapper.active .navigation-wrapper .menu-logo div.line-2 {
  opacity: 0;
}
.page-wrapper.active .navigation-wrapper .menu-logo div.line-3 {
  top: 15px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .navigation-wrapper .logo {
    width: 40px;
    height: 40px;
    background: url('../svg/nicci-icon.svg') no-repeat;
    background-size: 40px 40px;
    margin: 30px 0 30px 10px;
  }
  .navigation-wrapper .main-navigation {
    position: absolute;
    display: none;
    z-index: -9999;
    top: 100px;
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navigation-wrapper .main-navigation ul {
    width: 100%;
    height: auto;
  }
  .navigation-wrapper .main-navigation ul li {
    width: 100%;
    height: 50px;
  }
  .navigation-wrapper .main-navigation ul li a {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
  }
  .navigation-wrapper .main-navigation ul li ul {
    display: none;
  }
  .navigation-wrapper .main-navigation ul li:hover ul {
    display: none;
  }
  .navigation-wrapper .menu-logo {
    display: block;
  }
  .navigation-wrapper.light .main-navigation {
    border-top: 1px solid #e3e3e3;
    background: #ffffff;
    padding: 20px 0;
    position: absolute;
    top: 100px;
    left: 10px;
    right: 10px;
    height: auto;
  }
  .navigation-wrapper.light .main-navigation ul {
    margin: 0 0 20px 0;
    background: #ffffff;
  }
  .navigation-wrapper.light .main-navigation ul li {
    background: #ffffff;
  }
  .navigation-wrapper.light .main-navigation ul li a {
    background: #ffffff;
    color: #2e312e;
  }
  .navigation-wrapper.light .main-navigation ul li:last-child a {
    margin: 0 0 30px 0;
  }
  .navigation-wrapper.light .menu-logo div {
    background: #1380a7;
  }
  .page-wrapper.active .navigation-wrapper .main-navigation {
    display: block;
    z-index: 10;
    opacity: 1;
  }
  .page-wrapper.active.light .navigtion-wrapper .main-navigation {
    border-top: 1px solid #e3e3e3;
    background: #ffffff;
    top: ;
  }
  .page-wrapper.active.light .navigtion-wrapper .main-navigation ul li {
    background: #ffffff;
  }
  .page-wrapper.active.light .navigtion-wrapper .main-navigation ul li a {
    background: #ffffff;
    color: #2e312e;
  }
}
table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e3e3e3;
  margin: 0 0 30px 0;
}
table tr td {
  border: 1px solid #e3e3e3;
  padding: 5px;
  line-height: 24px;
  font-size: 18px;
  color: #8ea2ac;
}
table tr:first-child td {
  background: #f6f6f6;
  font-weight: 700;
  border-bottom: 2px solid #8ea2ac;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  table tr td {
    font-size: 14px;
  }
  table:first-child td {
    font-size: 14px;
  }
}
/* MODULES */
.block-advert {
  background: #eaeaea;
  height: 100px;
  margin: 30px 0;
  overflow: hidden;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .block-advert {
    height: auto;
    padding: 20px 10px;
  }
}
/* KEYFRAMES */
@-webkit-keyframes ni-orbit {
  from {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes arrow-bounce {
  from {
    line-height: 50px;
  }
  to {
    line-height: 55px;
  }
}
/* MAIN BANNER WRAP */
.main-banner-wrap {
  height: 100vh;
  min-height: 768px;
  padding: 0;
  position: relative;
  background: #1380a7;
  background: -moz-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1380a7), color-stop(100%, #cf4f53));
  background: -webkit-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -o-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: -ms-linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  background: linear-gradient(45deg, #1380a7 0%, #cf4f53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=1);
  /* FOOTER GRAPHIC */
}
.main-banner-wrap .full {
  height: 100vh;
  min-height: 768px;
}
.main-banner-wrap .main-banner-slide {
  position: absolute;
  z-index: 2;
  top: 100px;
  bottom: 15vh;
  padding: 0 0 125px;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
}
.main-banner-wrap .main-banner-slide li {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 510px;
  list-style-type: none;
  min-height: 510px;
  position: relative;
}
.main-banner-wrap .main-banner-slide li .label {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 50px solid rgba(255, 255, 255, 0.5);
  border-right: 50px solid rgba(255, 255, 255, 0.5);
  border-left: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.main-banner-wrap .main-banner-slide li .label .desc {
  position: absolute;
  font-size: 24px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #ffffff;
  font-weight: 700;
  margin: -30px 0 0 -10px;
}
.main-banner-wrap .main-banner-slide li .graphic {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 125px;
  width: 450px;
  margin: 30px 0;
}
.main-banner-wrap .main-banner-slide li .graphic div {
  position: absolute;
}
.main-banner-wrap .main-banner-slide li .graphic .social-login {
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -261px;
  width: 300px;
  height: 522px;
  background: url('../svg/visual_social_login.svg') no-repeat;
}
.main-banner-wrap .main-banner-slide li .graphic.science {
  bottom: 0;
}
.main-banner-wrap .main-banner-slide li .graphic.science div {
  display: block;
}
.main-banner-wrap .main-banner-slide li .graphic.science .atom-graphic {
  top: 50%;
  left: 50%;
  margin: -143px 0 0 -158px;
  background: url('../svg/Atom-graphic.svg') no-repeat;
  width: 318px;
  height: 290px;
  background-position: 0 10px;
}
.main-banner-wrap .main-banner-slide li .graphic.science .nicci-logo {
  top: 50%;
  left: 50%;
  margin: -53.5px 0 0 -53.5px;
  background: url('../svg/nicci-icon.svg') no-repeat;
  width: 107px;
  height: 107px;
}
.main-banner-wrap .main-banner-slide li .graphic.science .line-graphic {
  background-size: 450px 450px;
  top: 50%;
  left: 0;
  width: 450px;
  height: 450px;
  margin: -225px 0 0 0;
  background: url('../svg/line-graphic.svg') no-repeat;
  background-position: 10px 15px;
  opacity: 0.5;
  animation-name: ni-orbit;
  -webkit-animation-name: ni-orbit;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-duration: 25s;
  -webkit-animation-duration: 25s;
}
.main-banner-wrap .main-banner-slide li .slider-content {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 0;
  left: 510px;
  width: auto;
}
.main-banner-wrap .main-banner-slide li .slider-content .content {
  height: auto;
}
.main-banner-wrap .main-banner-slide li .slider-content .title {
  font-size: 60px;
  line-height: 53px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.main-banner-wrap .main-banner-slide li .slider-content .desc {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #ffffff;
  margin: 30px 0;
}
.main-banner-wrap .main-banner-slide li .slider-content .more {
  float: left;
  width: auto;
  clear: both;
  color: #ffffff;
}
.main-banner-wrap .main-banner-slide li .slider-content .btn-scroll {
  float: left;
  width: auto;
  height: 50px;
  padding: 0 50px 0 20px;
  margin: 0 20px 0 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-banner-wrap .main-banner-slide li .slider-content .btn-scroll .desc {
  float: left;
  width: auto;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
}
.main-banner-wrap .main-banner-slide li .slider-content .btn-scroll .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
.main-banner-wrap .main-banner-slide li .slider-content .btn-scroll .icon > i {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 18px;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}
.main-banner-wrap .main-banner-slide li .slider-content .compatible-wrap {
  float: left;
  width: 100%;
  clear: both;
  height: 100px;
  margin: 30px 0 0 0;
}
.main-banner-wrap .main-banner-slide li .slider-content .compatible-wrap .desc {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
}
.main-banner-wrap .main-banner-slide li .slider-content .compatible-wrap .icon {
  float: left;
  width: auto;
  height: 40px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 30px 0 0;
}
.main-banner-wrap .main-banner-slide li .slider-content .compatible-wrap .icon.desktop {
  background-image: url('../svg/icon-desktop.svg');
  width: 55px;
}
.main-banner-wrap .main-banner-slide li .slider-content .compatible-wrap .icon.android {
  background-image: url('../svg/icon-android.svg');
  width: 216px;
}
.main-banner-wrap .main-banner-slide li .slider-content .compatible-wrap .icon.ios {
  background-image: url('../svg/icon-ios.svg');
  width: 46px;
}
.main-banner-wrap .main-banner-slide.tall {
  padding: 0;
}
.main-banner-wrap .main-banner-slide.tall li {
  bottom: 0;
}
.main-banner-wrap .main-banner-slide.tall li .graphic {
  height: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.main-banner-wrap .main-banner-slide.tall li .graphic img {
  height: 100%;
  margin: 0 auto;
  width: auto;
  max-width: 330px;
}
.main-banner-wrap .main-banner-slide.tall li .slider-content .more {
  clear: none;
  line-height: 50px;
}
.main-banner-wrap .main-banner-footer {
  height: 15vh;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-banner-wrap .main-banner-footer .place-wrap {
  height: 15vh;
}
.main-banner-wrap .main-banner-footer .top-graphic {
  height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}
.main-banner-wrap .main-banner-footer .line {
  position: absolute;
  top: 20px;
  bottom: 30px;
  left: 50%;
  width: 1px;
  background: #ffffff;
}
.main-banner-wrap .main-banner-footer .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 15px;
  margin: -5px 0 0 0;
}
.main-banner-wrap .main-banner-footer .arrow div {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
}
.main-banner-wrap .main-banner-footer .arrow div.line-1 {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin: 0 0 0 -2px;
}
.main-banner-wrap .main-banner-footer .arrow div.line-2 {
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  margin: 0 0 0 -17px;
}
.main-banner-wrap .main-banner-footer .bottom-graphic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #ffffff;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .main-banner-wrap {
    /* FOOTER GRAPHIC */
  }
  .main-banner-wrap .main-banner-slide {
    display: block;
    z-index: 1;
    opacity: 1;
    left: 5px;
    right: 5px;
    width: auto !important;
  }
  .main-banner-wrap .main-banner-slide li {
    padding: 30px !important;
  }
  .main-banner-wrap .main-banner-slide li .graphic {
    display: none;
  }
  .main-banner-wrap .main-banner-slide li .slider-content {
    top: 20px;
    left: 20px !important;
  }
  .main-banner-wrap .main-banner-slide li .slider-content .title {
    font-size: 40px;
    line-height: 40px;
  }
  .main-banner-wrap .main-banner-slide li .slider-content .desc {
    font-size: 14px;
  }
  .main-banner-wrap .main-banner-slide.tall li .graphic {
    display: none !important;
  }
  .main-banner-wrap .main-banner-slide.tall li .slider-content .compatible-wrap {
    display: none;
  }
  .main-banner-wrap .main-banner-footer {
    left: 5px;
    right: 5px;
  }
  .page-wrapper.active .main-banner-wrap .main-banner-slide {
    opacity: 0;
    z-index: -9999;
  }
}
@media only screen and (max-width: 1023px) {
  .main-banner-wrap .main-banner-slide li {
    padding: 0 30px 0 360px;
  }
  .main-banner-wrap .main-banner-slide li .graphic.science {
    width: 300px;
  }
  .main-banner-wrap .main-banner-slide li .graphic.science .line-graphic {
    display: none;
  }
  .main-banner-wrap .main-banner-slide li .slider-content {
    left: 360px;
  }
  .main-banner-wrap .main-banner-slide li .slider-content .title {
    font-size: 44px;
    line-height: 44px;
  }
}
.coming-soon .background-image {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../img/default-background-image.jpg');
  background-size: cover;
}
.coming-soon-wrap {
  max-width: 640px;
}
.coming-soon-wrap .logo {
  width: 340px;
  height: 130px;
  background-image: url('../svg/logo-nicci-white.svg');
  background-size: 340px 130px;
  background-repeat: no-repeat;
  margin: 0 auto 30px auto;
}
.coming-soon-wrap p {
  float: left;
  width: 100%;
  text-align: center;
  color: #eaeaea;
  font-size: 14px;
  line-height: 19px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.coming-soon-wrap .social-wrapper {
  float: left;
  width: 100%;
}
.item-wrap {
  border: 1px solid #e3e3e3;
  height: 345px;
  padding: 20px 30px 90px 30px;
  position: relative;
  margin: 50px 0 0 0;
}
.item-wrap .title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #576a74;
  margin: 0 0 10px 0;
}
.item-wrap .desc {
  float: left;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 14px;
  color: #8ea2ac;
  font-weight: 400;
}
.item-wrap .image-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.item-wrap .image-wrapper img {
  width: 120px;
  height: 120px;
}
.item-wrap .item-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  border-top: 1px solid #e3e3e3;
}
.item-wrap .item-footer .btn {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  font-size: 18px;
  color: #576a74;
}
.item-wrap .btn-sub {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: #576a74;
  font-weight: 300;
}
.item-wrap.active .item-footer .btn {
  background: #a4c489;
  color: #ffffff;
}
.job-wrap {
  float: left;
  width: 100%;
  padding: 0 30px 0 0;
  margin: 0 0 40px 0;
}
.job-wrap p {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}
.news-ticker {
  height: 95px;
  border: 1px solid #e3e3e3;
}
.news-ticker .news-ticker-wrap {
  position: relative;
  /* CONTROL */
}
.news-ticker .news-ticker-wrap .desc {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  color: #8ea2ac;
  line-height: 93px;
}
.news-ticker .news-ticker-wrap .desc mark {
  background: #1380a7;
  color: #ffffff;
  padding: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.news-ticker .news-ticker-wrap .control {
  position: absolute;
  height: 15px;
  width: 30px;
}
.news-ticker .news-ticker-wrap .control div {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #8ea2ac;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.news-ticker .news-ticker-wrap .control div.line-1 {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin: 8px 0 0 11px;
}
.news-ticker .news-ticker-wrap .control div.line-2 {
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  margin: 8px 0 0 -4px;
}
.news-ticker .news-ticker-wrap .control.prev {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 40px;
  left: -20px;
}
.news-ticker .news-ticker-wrap .control.next {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 40px;
  right: -20px;
}
.news-ticker .news-ticker-wrap .control:hover {
  cursor: pointer;
}
.news-ticker .news-ticker-wrap .control:hover div {
  margin-top: 13px;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .news-ticker {
    height: 90px;
  }
  .news-ticker .news-ticker-wrap .desc {
    font-size: 24px;
    line-height: 40px;
  }
  .news-ticker .news-ticker-wrap .desc mark {
    font-size: 24px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .news-ticker {
    height: 100px;
    padding: 10px 0 !important;
  }
  .news-ticker .news-ticker-wrap .desc {
    font-size: 35px;
    line-height: 40px;
  }
  .news-ticker .news-ticker-wrap .desc mark {
    font-size: 35px;
    line-height: 40px;
  }
  .news-ticker .news-ticker-wrap .control.prev {
    top: 35px;
  }
  .news-ticker .news-ticker-wrap .control.next {
    top: 35px;
  }
}
.phase-wrap {
  border: 1px solid #8ea2ac;
  margin: 40px 0 0 0;
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.phase-wrap .title {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}
.phase-wrap .sub {
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
}
.progress-list {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
.progress-list li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  min-height: 37px;
  list-style-type: none;
}
.progress-list li .point {
  float: left;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  margin: 10px 5px;
}
.progress-list li .desc {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 10px 0 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.progress-list li .status {
  float: left;
  font-weight: 700;
  line-height: 24px;
}
.progress-list li.complete .point {
  display: none;
}
.progress-list li.complete .desc {
  background: #a4c489;
  padding: 0 20px;
  line-height: 34px;
}
.progress-list li.complete .status {
  color: #a4c489;
  line-height: 34px;
}
.progress-list li.progress .point {
  display: none;
}
.progress-list li.progress .desc {
  background: #e4dfa1;
  padding: 0 20px;
  line-height: 34px;
}
.progress-list li.progress .status {
  color: #e4dfa1;
  line-height: 34px;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .phase-wrap {
    padding: 20px;
  }
  .progress-list li .point {
    display: none;
  }
  .progress-list li.complete .desc {
    line-height: 24px;
    padding: 5px 20px;
  }
}
.summary.large {
  margin: 40px 0 0 0;
  height: 340px;
}
.summary.large .line {
  width: 90px;
  height: 3px;
  background: #72677C;
}
.summary.large .usp-item {
  float: left;
  width: 160px;
  height: 160px;
  position: relative;
}
.summary.large .usp-item img {
  width: 100%;
}
.summary.large .usp-item .desc {
  position: absolute;
  left: 0;
  top: 180px;
  right: 0;
  text-align: center;
  font-size: 18px;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .summary {
    display: block;
  }
  .summary.large {
    height: auto;
  }
  .summary.large .line {
    display: none;
  }
  .summary.large .usp-item {
    float: none;
    width: 100px;
    margin: 0 auto 30px auto;
  }
  .summary.large .usp-item .desc {
    top: 115px;
    left: -50px;
    right: -50px;
  }
}
.wide-cta {
  position: absolute;
  z-index: 5;
  bottom: 15vh;
  height: 125px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.wide-cta a {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 125px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wide-cta a.left {
  left: 0;
  width: 46%;
  background: #ffffff;
}
.wide-cta a.left .cta-content {
  float: right;
}
.wide-cta a.left .cta-content span.title {
  color: #1380a7;
}
.wide-cta a.left .cta-content span.more {
  color: #1380a7;
}
.wide-cta a.left .graphic {
  position: absolute;
  top: 0;
  right: -90px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wide-cta a.left .graphic img {
  float: left;
  width: 90px;
  height: 125px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wide-cta a.right {
  left: 46%;
  width: 54%;
  background: rgba(255, 255, 255, 0.15);
}
.wide-cta a.right .cta-content {
  float: left;
  padding: 30px 100px 30px 150px;
}
.wide-cta a .cta-content {
  max-width: 625px;
  height: 125px;
  padding: 30px 100px;
}
.wide-cta a .cta-content span {
  float: left;
  width: 100%;
  text-align: left;
}
.wide-cta a .cta-content span.title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 5px 0;
  color: #ffffff;
}
.wide-cta a .cta-content span.more {
  clear: both;
  color: #ffffff;
}
.wide-cta a:hover.left {
  height: 145px;
  top: -10px;
}
.wide-cta a:hover.left .graphic {
  right: -105px;
  height: 145px;
  width: 105px;
}
.wide-cta a:hover.left .graphic img {
  width: 105px;
  height: 145px;
}
.wide-cta a:hover.right {
  height: 145px;
  top: -10px;
}
.wide-cta .background-graphic {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: rgba(255, 255, 255, 0.15);
}
.wide-cta.footer {
  bottom: 150px;
}
/*********************/
/*   MEDIA QUERIES   */
/*********************/
@media only screen and (max-width: 640px) {
  .wide-cta {
    left: 20px;
    right: 20px;
    border-bottom: none;
    width: auto;
    height: 180px;
  }
  .wide-cta a {
    height: 80px;
    position: relative;
    float: left;
    width: 100%;
  }
  .wide-cta a.left {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .wide-cta a.left .cta-content {
    float: left;
  }
  .wide-cta a.left .graphic {
    display: none;
  }
  .wide-cta a.right {
    width: 100%;
    left: 0;
  }
  .wide-cta a.right .cta-content {
    padding: 10px 0 0 0;
  }
  .wide-cta a .cta-content {
    padding: 10px 0 0 0;
    height: 80px;
    width: 100%;
  }
  .wide-cta a .cta-content span {
    text-align: center;
  }
  .wide-cta a:hover.left {
    height: 80px;
    top: 0;
  }
  .wide-cta a:hover.right {
    height: 80px;
    top: 0;
  }
  .wide-cta.footer {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .wide-cta a.right .cta-content {
    padding: 20px 30px 20px 120px;
  }
  .wide-cta a .cta-content {
    padding: 20px 30px;
  }
}
/*# sourceMappingURL=style.css.map */