@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:900&display=swap&subset=latin-ext');
.font-light {
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-display: swap;
}
.font-regular {
  font-family: neo-sans, sans-serif;
  font-weight: 400;
  font-display: swap;
}
.font-medium {
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-display: swap;
}
.font-bold {
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-display: swap;
}
.font-rife {
  font-family: 'Nunito Sans', sans-serif;
}
/**
* TRANSITION
*
* div {
*    .transition(all, 0.5s, ease);
* }
*
*/
/**
* ANIMATION
*
* button {
*    .animation(all, 0.5s, ease);
* }
*
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
*  RWD
*
* .some-class {
*    color: red;
*
*    @media @md {
*       color: blue;
*    }
* }
*
*/
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative {
  background-color: #004888;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:  575px) {
  .so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__wrapper .quote-before {
  width: 188px;
  height: 37px;
  position: absolute;
  left: 0;
  top: -17px;
  background: #0072bc;
  display: block;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__wrapper .quote-after {
  content: '';
  width: 188px;
  height: 37px;
  position: absolute;
  right: 0;
  bottom: -17px;
  background: #0072bc;
  display: block;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__data {
  max-width: 915px;
  margin: 0 auto;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__data .header {
  margin-bottom: 15px;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__data .description {
  font-size: 14px;
  margin-top: 10px;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__data .author-image {
  width: 140px;
  height: 140px;
  margin: 25px auto 0 auto;
  border-style: solid;
  border-width: 7px;
  border-color: #366d9f;
  border-radius: 50%;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__data .author-image img {
  max-width: 100%;
  border-radius: 50%;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__data .author {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
}
.so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative__data .position {
  font-size: 14px;
  font-style: italic;
}
.so-panel.widget .so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative ul.slick-dots {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 40px 0 0 0;
}
.so-panel.widget .so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative ul.slick-dots li {
  display: inline-block;
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.so-panel.widget .so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative ul.slick-dots li button {
  background: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 8px;
  border: 0;
  outline: none;
  padding: 0;
  height: 4px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #78bef9;
}
.so-panel.widget .so-widget-pa-quote-alternative-pa-quote-alternative-style-633e4b7757f5-120281 .pa-quote-alternative ul.slick-dots li.slick-active button {
  height: 4px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}